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

Florian Forster octo at verplant.org
Tue Oct 10 08:16:04 CEST 2017


 src/curl_json.c |   12 ++--
 src/memcached.c |  190 +++++++++++++++++++++++++++++++++++--------------------
 2 files changed, 127 insertions(+), 75 deletions(-)

New commits:
commit 60bc9b5c6ef49ec78291d64ebe4c58569b1f9a61
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Tue Oct 10 03:08:38 2017 +0700

    memcached: Fix hitratio calculation
    
    If there is no requests, NAN is reported as hitratio.
    If there is no hits - zero is reported.

commit cb48bb1590b2953f3d0134f6d6355c61bce7304a
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Oct 9 21:34:49 2017 +0700

    memcached: style changes

commit e0f43d29ba65148a0a0baf9bffc4345ddc8fe8ef
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Oct 9 16:25:16 2017 +0700

    memcached: Replace gauge_t with derive_t

commit f2d99caf684ac387a6027eab4eb8b930773a9bf2
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Wed Sep 27 19:07:37 2017 +0700

    memcached: Renamed calculate_rate to calculate_ratio_percent

commit 2394ebb5fd42c82593c38e04bd194c24800bb263
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Sun Jul 30 17:33:49 2017 +0700

    memcached: Fix hitratio reporting
    
    When Collectd calculates 'hitratio', it divides two continiously-grown values of Memcached stats.
    As result, reported metric contains the average since Memcached start, which is incorrect.

commit c9bea8828313ec45e4dd66049ca9a50fff789b4b
Author: Pavel Rochnyack <pavel2000 at ngs.ru>
Date:   Mon Oct 9 17:22:00 2017 +0700

    memcached: Fix CPU usage reporting

commit e66c65b4e9626c6678327faa093a6fb02125742c
Author: Wilfried Goesgens <willi at arangodb.com>
Date:   Sun Oct 8 13:52:15 2017 +0200

    style

commit 641c1c3ce02a2bfe45590ef2b4cdf4f2f68472a1
Author: Wilfried Goesgens <willi at arangodb.com>
Date:   Sat Oct 7 21:14:46 2017 +0200

    Currently curl_json will barely ignore boolean values in a non erroneous
    way, so that if you have an array like this:
    you will be able to access the 123 number like
    
    We now rather call our number parser with 0 for false, 1 for true.




More information about the collectd-changes mailing list