<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi all,</p>
<p>For my needs at work I wrote a plugin for collectd and I wish to share it with you.</p>
<p>This plugins, temporary called ethstat and wrote in C, collect lot of performance counter about network interface as "ethtool -S ethX" do by asking NIC driver module.</p>
<p>At the moment this plugin work only under Linux. Any help would be great for make it working under Solaris, AIX and co ...</p>
<p>If you think this plugin may be included to collectd sources, what is the procedure to do it ?</p>
<p>Regards,</p>
<p>Cyril Feraudet</p>
<p> </p>
<p>To be added to configuration file to make it work :</p>
<p><span class="Apple-style-span" style="white-space: pre-wrap;">LoadPlugin ethstat</span></p>
<p><span class="Apple-style-span" style="white-space: pre-wrap;"><Plugin "ethstat"></span></p>
<pre>        Iface "eth0"</pre>
<pre>#      Iface "eth1"</pre>
<pre>#      Iface "eth2"</pre>
<pre>#      Iface "eth3"</pre>
<pre></Plugin></pre>
<div> </div>
</body></html>