[collectd-changes] collectd, the system statistics collection daemon: Changes to 'ms/wpar'

Florian Forster octo at verplant.org
Sat Apr 30 20:38:51 CEST 2011


 AUTHORS    |    1 +
 README     |    4 +
 src/wpar.c |  232 ++++++++++++++++++++++++++++++++++--------------------------
 3 files changed, 138 insertions(+), 99 deletions(-)

New commits:
commit 745fef4abb2b32f2eaa9ffff6123981250b1b035
Author: Florian Forster <octo at collectd.org>
Date:   Fri Apr 29 18:08:43 2011 -0700

    WPAR plugin: Refactored read and init callbacks.
    
    * The CPU information has been coverted to derive.
    * The memory and cpu/load acquiring has been broken out of the main read
      method.
    * The plugin will now keep the memory is acquired last time around for the next
      call to read(). It is cleaned up in the new shutdown() function. This should
      minimize the number of calls to realloc().

commit 1343a858b6be3e4dc29d1b2de5b106c3f6b4c36c
Author: Florian Forster <octo at collectd.org>
Date:   Fri Apr 29 18:03:36 2011 -0700

    AUTHORS, README: Add the WPAR plugin.




More information about the collectd-changes mailing list