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

Florian Forster octo at verplant.org
Wed Oct 21 11:27:32 CEST 2009


 src/collectd.conf.pod |    2 +-
 src/processes.c       |  112 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/types.db          |    2 +
 3 files changed, 113 insertions(+), 3 deletions(-)

New commits:
commit 6be4515194055e3530e2aed9ec445c00bce50c25
Author: Florian Forster <octo at noris.net>
Date:   Wed Oct 21 11:21:30 2009 +0200

    processes plugin: Rename the new types and use DERIVE data sources.
    
    This is probably a much safer choice in this case.

commit 5299342ca45202d2449ef089817cc481f3a91f32
Author: Florian Forster <octo at noris.net>
Date:   Wed Oct 21 11:16:35 2009 +0200

    processes plugin: Make “ps_read_io” static.

commit 07e262fbeaa432753ce8017098465a0e5870c36b
Author: Andrés J. Díaz <ajdiaz at connectical.com>
Date:   Wed Oct 21 11:12:40 2009 +0200

    processes plugin: Add collection of IO-metrics.
    
    I attach a patch for collectd-4.8.0 adding a new feature which read IO
    data for a process using /proc/<pid>/io (only works on linux > 2.6.20),
    it's very usefull to monitoring disk throughput and what process is
    related with high disk IO. I'm using this patchs for days in some
    database environments with good results, but I think that is not enough
    stable yet (more testing is required). The patch read from
    /proc/<pid>/io (where available) the data for syscr and syscw (read and
    write operations) and rchar and wchar (read and write bytes).




More information about the collectd-changes mailing list