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

Florian Forster octo at verplant.org
Thu Jul 11 18:39:35 CEST 2013


 src/common.c |   63 ++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 35 insertions(+), 28 deletions(-)

New commits:
commit 69441903172882014e9ac90df2ae6c813dfdfdf5
Author: Florian Forster <octo at collectd.org>
Date:   Thu Jul 11 17:58:37 2013 +0200

    src/common.c: Reimplement format_name for performance.
    
    This is used from uc_update(), i.e. for every value list dispatched, and was
    one of the most expensive functions thanks to snprintf().
    
    This reduces total time spent in the format_name() function from 7.78% to 1.89%
    during a network stress test.




More information about the collectd-changes mailing list