<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">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.</div><div class="gmail_default" style="font-family:monospace,monospace"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 21, 2016 at 6:34 AM, Pavel V. <span dir="ltr"><<a href="mailto:pavel2000@ngs.ru" target="_blank">pavel2000@ngs.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Steve.<br>
<span class=""><br>
>> I have a need to collect and graph data on ICMP traffic specifically.<br>
>><br>
>> Can anyone suggest a way to do this (in Linux)?<br>
<br>
</span>All you need is here:<br>
<br>
# cat /proc/net/snmp |grep IcmpMsg<br>
IcmpMsg: InType8 OutType0<br>
IcmpMsg: 964 964<br>
<br>
If other types of ICMP traffic appear there will be more columns.<br>
<br>
These are handled by `protocols` plugin, but I found it unuseable in its current<br>
implementation and I'm going to reimplement it some days.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Regards,<br>
 Pavel                          mailto:<a href="mailto:pavel2000@ngs.ru">pavel2000@ngs.ru</a><br>
<br>
</font></span></blockquote></div><br></div>