[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Sep 23 12:44:25 CEST 2012
src/processes.c | 394 ++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 345 insertions(+), 49 deletions(-)
New commits:
commit 108c5bdea8339fdb27325d891a81ee7e05117ec8
Author: Florian Forster <octo at collectd.org>
Date: Mon Mar 19 08:43:49 2012 +0100
processes plugin: Coding style and whitespace changes.
commit 2ddd12fcff38fb94f030f09d1408d5e30fe8ee3a
Author: Florian Forster <octo at collectd.org>
Date: Mon Mar 19 08:43:22 2012 +0100
processes plugin: Use stack memory when reading the command line.
Also remove the call to the non-threadsafe strtok(3) call and fix the
size passed to sstrncpy().
commit 5fb55d066515132942bfb8f7b28fdc42f19a8bf9
Author: Florian Forster <octo at collectd.org>
Date: Sun Mar 18 21:01:53 2012 +0100
processes plugin: Call ps_submit_fork_rate() from read_fork_rate().
This avoids the "return ULONG_MAX" hack to signal a problem.
commit cb6fbadd9ff71988de4eaa0218007ef0916c7755
Author: Cosmin Ioiart <cioiart+dev at gmail.com>
Date: Wed Mar 7 12:33:12 2012 +0100
Buffer and memory allocation related bug fixes and changes
Replaced "free" with "sfree" for memory deallocation.
Added memset(...) to initialized newly allocated memory
Removed buffer "termination".
commit 77311aed583ac4566d76f1ce3a1dc9deae2e59dc
Author: Cosmin Ioiart <cioiart+dev at gmail.com>
Date: Tue Mar 6 15:58:25 2012 +0100
Added support for the Solaris OS processes
Added support for process information on the Solaris OS. The information comes mainly from
/proc/PID/status, /proc/PID/psinfo , /proc/PID/usage and kstat
Added a few "solaris" specific process states as well
More information about the collectd-changes
mailing list