Plugin:TCPConns
From collectd Wiki
Description
The TCPConns plugin counts the number of TCP connections to or from a specified port. Typically the connectioins where you specify the local port are incoming connections while the connections where you specify the remote port are outgoing connections.
Synopsis
<Plugin "tcpconns"> ListeningPorts false LocalPort "25" RemotePort "25" </Plugin>
Example graphs
Dependencies
- Linux
-
/proc
-file system
-
- Mac OS X (possibly also other *BSDs)
-
sysctlbyname(3)
-