Add IPVS stats collector.
This collector exposes IPVS status from `/proc/net/ip_vs` and stats from `/proc/net/ip_vs_stats`. Note that it is _not_ tested with IPv6, YMMV.
This commit is contained in:
parent
d1822e4749
commit
37c7e5e60f
6 changed files with 442 additions and 0 deletions
6
collector/fixtures/net/ip_vs_stats
Normal file
6
collector/fixtures/net/ip_vs_stats
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
Total Incoming Outgoing Incoming Outgoing
|
||||
Conns Packets Packets Bytes Bytes
|
||||
16AA370 E33656E5 0 51D8C8883AB3 0
|
||||
|
||||
Conns/s Pkts/s Pkts/s Bytes/s Bytes/s
|
||||
4 1FB3C 0 1282A8F 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue