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

Florian Forster octo at verplant.org
Fri Jul 12 18:21:03 CEST 2013


 src/csv.c       |   85 +++++++++++++++++++++++--------------------------------
 src/rrdcached.c |   56 ++++++++++--------------------------
 src/rrdtool.c   |   51 ++++++++++-----------------------
 3 files changed, 65 insertions(+), 127 deletions(-)

New commits:
commit bfd3f06ef4996707036756371c5724ebf2748821
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jul 12 18:19:29 2013 +0200

    rrdtool, rrdcached plugins: Re-implement value_list_to_filename().
    
    Faster version without snprintf().

commit 7f90e3040034fdd4cefcf5254463f7e41778e01b
Author: Florian Forster <octo at collectd.org>
Date:   Fri Jul 12 18:17:19 2013 +0200

    csv plugin: Re-implement value_list_to_filename().
    
    The new implementation is faster, because it doesn't use snprintf().




More information about the collectd-changes mailing list