Merge pull request #56 from kjmkznr/add-tcp-stat-collector

Add TCP state collector
This commit is contained in:
Julius Volz 2015-03-24 12:50:26 +01:00
commit 3ab0b1f915
4 changed files with 181 additions and 0 deletions

View file

@ -48,6 +48,7 @@ lastlogin | Exposes the last time there was a login.
megacli | Exposes RAID statistics from MegaCLI.
ntp | Exposes time drift from an NTP server.
runit | Exposes service status from [runit](http://smarden.org/runit/).
tcpstat | Exposes TCP connection status information from /proc/net/tcp and /proc/net/tcp6. (Warning: the current version has potential performance issues in high load situations.)
## Textfile Collector