WPAR plugin: Refactored read and init callbacks. ms/wpar
authorFlorian Forster <octo@collectd.org>
Sat, 30 Apr 2011 01:08:43 +0000 (18:08 -0700)
committerFlorian Forster <octo@collectd.org>
Sat, 30 Apr 2011 01:08:43 +0000 (18:08 -0700)
commit745fef4abb2b32f2eaa9ffff6123981250b1b035
treeef4bebde95644798f0a794442ae69d472cd40d89
parent1343a858b6be3e4dc29d1b2de5b106c3f6b4c36c
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().
src/wpar.c