Hi, Steve.

>> I have a need to collect and graph data on ICMP traffic specifically.
>>
>> Can anyone suggest a way to do this (in Linux)?

All you need is here:

# cat /proc/net/snmp |grep IcmpMsg
IcmpMsg: InType8 OutType0
IcmpMsg: 964 964

If other types of ICMP traffic appear there will be more columns.

These are handled by `protocols` plugin, but I found it unuseable in its current
implementation and I'm going to reimplement it some days.


-- 
Regards,
 Pavel                          mailto:[email protected]


_______________________________________________
collectd mailing list
[email protected]
https://mailman.verplant.org/listinfo/collectd

Reply via email to