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

Florian Forster octo at verplant.org
Thu Mar 1 10:57:38 CET 2012


 src/processes.c |   82 ++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 54 insertions(+), 28 deletions(-)

New commits:
commit e7dcbed65325c68696230d005b89186826f194ed
Merge: f24b091 b757d5e
Author: Florian Forster <github at nospam.verplant.org>
Date:   Thu Mar 1 01:57:02 2012 -0800

    Merge pull request #40 from octo/db/processes
    
    Add support for processes with spaces in their names.

commit b757d5e0576b138adbe6ab98bb11ac7c4dde8644
Author: Florian Forster <octo at collectd.org>
Date:   Thu Mar 1 09:56:56 2012 +0100

    processes plugin: Support processes with spaces in their names.
    
    … without replacing the space in the process name. This is done by using
    an equivalent of strchr() and strrchr() to determine the boundaries of
    the second "field".
    
    Change-Id: Id4c1a84c0544554fae05623457d2a7a3e0630db2

commit 4814a7ce4b264e52c8c028241a4da36553d3ec5a
Author: Darrell Bishop <darrellb at acm.org>
Date:   Sat Nov 5 09:29:00 2011 +0100

    processes plugin: Support processes with spaces in their name.
    
    Fixes GitHub issue #11.
    
    Change-Id: Ifa9db0e020f19da43bbf49bba0626e70c16dc30f




More information about the collectd-changes mailing list