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

Florian Forster octo at verplant.org
Sat Mar 17 11:42:19 CET 2012


 src/processes.c |  128 ++++++++++++++++++++++++++++++-------------------------
 1 files changed, 70 insertions(+), 58 deletions(-)

New commits:
commit 8782842eff2082377a50adc223e90daf8de6849f
Merge: 1f1101a 5bc766b
Author: Florian Forster <github at nospam.verplant.org>
Date:   Sat Mar 17 03:41:47 2012 -0700

    Merge pull request #48 from octo/pk/processes
    
    Fix processes plugin under FreeBSD.

commit 5bc766bce29ca069432f1f5a92d3ac328001d14a
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 17 11:41:04 2012 +0100

    processes plugin: Minimize whitespace-only changes.

commit 19a16a1bc9e66b4dac4a3028e6fbe50c0973bc9c
Author: Florian Forster <octo at collectd.org>
Date:   Sat Mar 17 11:34:43 2012 +0100

    processes plugin: Some more minor coding style fixes.

commit 552a97422eacd924d1bc0cccf31c4ea60a4fce03
Author: Florian Forster <octo at collectd.org>
Date:   Sun Feb 19 23:01:35 2012 +0100

    processes plugin: A few coding style fixes for the FreeBSD code.
    
    Change-Id: I3469a605c0dc0b7ce51049636ab3f82b03fdfa17

commit 4fdf004a58fba3f76d3d2dc90cb51899430f3755
Author: Phil Kulin <schors at gmail.com>
Date:   Sun Jan 8 19:50:27 2012 +0300

    collectd-5.0.1-mine.patch some processes.c fixes for FreeBSD
    
    I welcome from rainy Ingermanland!
    
    Our thoughts are now occupied by Putin and vodka, however...
    
    I have paid attention to a little incorrect data which is given out by
    a processes plugin on my beautifull FreeBSD system.
    I have corrected them and in process have made absolutely slightly
    have improved accuracy and productivity of a processes plugin for
    FreeBSD systems.
    
    - Fix strange plural call of getpagesize(). Has entered a global
    variable and initialization procedure for FreeBSD
    - Data was summarized on all processes including threads. It led to
    absolutely uncertain result. Fix based on codebase of FreeBSD top
    programm. KERN_PROC_ALL attribute keep for future purposes.
    - Gets command argument failed for some processes as system and some
    other. It led to error messages to console. Fix based on codebase of
    FreeBSD top programm.
    - System and user CPU times turned out from the sum of miliseconds
    and... Oh! microseconds in one glass with overflow possibility. Fixed.
    
    My girlfriend has left me for such Christmas vacation, but I am
    assured that have made good business.
    
    Patch in mail attachment.
    
    --
    Non nobis Domine non nobis sed Nomini Tuo da gloriam
    Phil Kulin
    
    Change-Id: Ib88faadf5a0fd335b426e9024b0a2e438ddbaf1f
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list