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

Florian Forster octo at verplant.org
Tue Jan 14 08:41:25 CET 2014


 src/collectd.conf.in  |    2 +
 src/collectd.conf.pod |   51 ++++++----
 src/plugin.c          |   61 +++++++++++-
 src/plugin.h          |   31 +++++-
 src/swap.c            |  257 ++++++++++++++++++++++++-------------------------
 5 files changed, 248 insertions(+), 154 deletions(-)

New commits:
commit 3c7af521c4551c78e9139b9ac8b2d56f693fb2f8
Merge: 23e91d5 60b9a6e
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 14 08:40:53 2014 +0100

    Merge branch 'katzj/swap'

commit 60b9a6ea2ffec1e9a2f0a042212224f8937611ac
Author: Florian Forster <octo at collectd.org>
Date:   Tue Jan 14 08:34:42 2014 +0100

    swap plugin: Remove the swap_submit() function.
    
    This function was used only by swap_submit_derive(), which was declared
    conditionally. This resulted in "defined but not used" warnings, e.g. on
    FreeBSD.

commit a3fc00b7408fa0111e92afd2328fbfab20edbb8f
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 13 16:46:00 2014 +0100

    swap plugin: Use the "complex" configuration.
    
    It's actually shorter and handles non-boolean arguments more intelligently.

commit 709114121124d8cb2a53beb51abbf80880a739fb
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 13 16:39:17 2014 +0100

    swap plugin: Remove left-over debugging message.

commit 4f033001b6a4df92f7f0d14bd443acc2c9b9c496
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 13 15:59:54 2014 +0100

    swap plugin: Switch to the new plugin_dispatch_multivalue() interface.

commit 8ea02ba4a8c5c4c402c26392bb3b30c39d53ecc6
Author: Florian Forster <octo at collectd.org>
Date:   Mon Jan 13 15:57:34 2014 +0100

    src/plugin.[ch]: Implement plugin_dispatch_multivalue().

commit ef74a29dbccd4e4de2633893b662c321af3b2ec4
Author: Florian Forster <octo at collectd.org>
Date:   Sun Jan 12 10:25:29 2014 +0100

    swap plugin: Improvements for the percent code:
    
    * Don't rely on the left-to-right evaluation order, i.e. move the
      division to the right.
    * Avoid casting by making many of the internally used variables gauge_t.
      They were derive_t in many cases for historical reasons that no longer
      apply.
    * Change the naming: Don't use the "swap" type for percentages (putting
      the information that it *is* a percentage into the type instance) and
      use "percent" instead.

commit 249e7ed3ecab84a1355404a02f5314c33b8b575b
Author: Florian Forster <octo at collectd.org>
Date:   Sun Jan 12 09:37:42 2014 +0100

    collectd.conf(5): Document "Values{Absolute,Percentage} for the swap plugin.

commit 5d468bb6458ce64e9a84d2445019c851923a2b20
Author: Jeremy Katz <jeremy at katzbox.net>
Date:   Sat Sep 21 17:25:10 2013 +0200

    Add support for ReportAbsolute and ReportPercentage in swap plugin
    
    Add ReportAbsolute and ReportPercentage options to the swap plugin
    so that values can be converted to percentages much like in the
    df plugin
    
    Signed-off-by: Florian Forster <octo at collectd.org>




More information about the collectd-changes mailing list