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

Florian Forster octo at verplant.org
Wed Jan 15 15:34:17 CET 2014


 src/collectd.conf.in  |    5 ++
 src/collectd.conf.pod |   21 ++++++
 src/memory.c          |  187 +++++++++++++++++++++++++++++++------------------
 3 files changed, 143 insertions(+), 70 deletions(-)

New commits:
commit 617ab1acea89e0d0be874c6fbaa626ea5ae87c50
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 14 09:08:01 2014 +0100

    collectd.conf(5): Correct default value used.

commit 577e34aa13e140ae143e7704c1ab1bd343e8d9d6
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 14 09:04:48 2014 +0100

    memory plugin: Use the new plugin_dispatch_multivalue() interface.
    
    This takes calculation of percentages off of our hands.

commit bf67ab648e6d835dd53f81791cfb6b651a2ba814
Merge: ec48743 3c7af52
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 14 08:43:06 2014 +0100

    Merge branch 'master' into katzj/memory

commit ec48743ad9a09498fe4c8156ae5b67529cfdb435
Author: Florian Forster <octo at collectd.org>
Date:   Sun Jan 12 12:26:36 2014 +0100

    collectd.conf(5): Document the memory plugin's Values{Absolute,Percentage} options.

commit c791ba092d082a05d26dff3bbf666531f11c2b65
Author: Florian Forster <octo at collectd.org>
Date:   Sun Jan 12 12:12:26 2014 +0100

    memory plugin: Move calculation of the percentage to memory_submit().
    
    This removed the need for a lot of duplicate calls. It also changes the
    naming schema to use the "percent" type rather than the "memory" type,
    putting the information that these are percentages into the type
    instance field.

commit 8c16f03d9f6c5481e577110ef28b5239ff31bd50
Author: Florian Forster <octo at collectd.org>
Date:   Sun Jan 12 11:04:56 2014 +0100

    memory plugin: Use the "complex" configuration.

commit 1aa8032d546fec75d3ad8b7cccfe373a272dfe63
Author: Jeremy Katz <jeremy at katzbox.net>
Date:   Sat Sep 21 18:00:01 2013 +0200

    Support sending percentages for memory utilization
    
    Allow setting ReportPercentage and ReportAbsolute to enable
    sending percentages of memory usage instead of absolute values.
    This is useful when trying to compare across a heterogeneous
    set of systems.
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list