[collectd-changes] collectd,	the system statistics collection daemon: Changes to 'collectd-4.9'
    Florian Forster 
    octo at verplant.org
       
    Thu Jan 14 10:57:17 CET 2010
    
    
  
 src/processes.c |   42 +++++++++++++++++++++++++-----------------
 1 files changed, 25 insertions(+), 17 deletions(-)
New commits:
commit 751edecd4ee81803c1331d2044ad9332f1570210
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Thu Jan 14 10:54:53 2010 +0100
    processes plugin: Fix handling of the ps_disk_{octets,ops} types.
    
    There values were stored in a `long', then `counter_t', then interpreted as
    `derive_t'. Changed that to `derive_t' only. Hopefully this fixes a bug
    reported by Mark Moseley.
    
    
More information about the collectd-changes
mailing list