I'll give that a try, thanks very much for the pointer! It should be a lot less intensive than logging icmpinfo and tailing it.
On Fri, Oct 21, 2016 at 6:34 AM, Pavel V. <[email protected]> wrote: > 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
