[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sat Mar 17 11:22:13 CET 2012


 AUTHORS               |    3 +
 README                |    3 +
 configure.in          |   35 +++++
 src/Makefile.am       |    8 ++
 src/collectd.conf.in  |    8 ++
 src/collectd.conf.pod |   35 +++++
 src/ethstat.c         |  337 +++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 429 insertions(+), 0 deletions(-)

New commits:
commit 1f1101a26d63ba01a36769fcd66ddc51a4dacaa8
Merge: 2c4c660 cc6d0a8
Author: Florian Forster <github at nospam.verplant.org>
Date:   Sat Mar 17 03:20:22 2012 -0700

    Merge pull request #52 from octo/cf/ethstat
    
    ethstat support

commit cc6d0a87fde638e2ad8c44ec5c15d8193439e12d
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 17 11:18:57 2012 +0100

    ethstat plugin: Implement the "MappedOnly" option.

commit 46ba00ecd986212d2519791244c50b33e1b81397
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 17 10:54:37 2012 +0100

    ethstat plugin: Fix indentation. It was a mess, sorry.

commit 28f252c4c5c879991c4c59ac5a4bb80c5d209eb5
Author: Florian Forster <octo at collectd.org>
Date:   Mon Mar 12 13:35:38 2012 +0100

    ethstat plugin: Implement the "Map" option.

commit f11e2883892c641404e10c54b977328820769d7b
Author: Florian Forster <octo at collectd.org>
Date:   Mon Mar 12 07:38:19 2012 +0100

    ethstat plugin: Add documentation.

commit 8ae25a973cdc30083959fcc1c422504c75d355b9
Author: Florian Forster <octo at collectd.org>
Date:   Sun Mar 11 19:22:06 2012 +0100

    ethstat plugin: Use the system header files if available.
    
    And disable the plugin when they are not.

commit b9e683b7e6c61f5ef8185482cf15e7cdd7cb4e58
Author: Florian Forster <octo at collectd.org>
Date:   Sun Mar 11 15:53:39 2012 +0100

    ethstat module: Fix allocation of "ifacelist".
    
    And remove uses of strcpy(3).

commit da3b65f95d6e467c324a81afc62acba33f82e164
Author: Florian Forster <octo at collectd.org>
Date:   Sun Mar 11 15:49:55 2012 +0100

    ethstat plugin: Fix includes.

commit fa0b947c29d14d2883043d560900270e35cb84fd
Author: Cyril Feraudet <collectd at feraudet.com>
Date:   Tue Oct 4 15:00:04 2011 +0200

    ethstat plugin: Collect performance statistics from NICs.
    
    Hi all,
    
    For my needs at work I wrote a plugin for collectd and I wish to share it with
    you.
    
    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.
    
    At the moment this plugin work only under Linux. Any help would be great for
    make it working under Solaris, AIX and co ...
    
    If you think this plugin may be included to collectd sources, what is the
    procedure to do it ?
    
    Regards,
    Cyril Feraudet
    
    To be added to configuration file to make it work :
    
    LoadPlugin ethstat
    
    <Plugin ethstat>
     Iface "eth0"
     #Iface "eth1"
     #Iface "eth2"
     #Iface "eth3"
    </Plugin>
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list