[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-5.3'
Florian Forster
octo at verplant.org
Fri Jul 12 18:24:47 CEST 2013
contrib/postgresql/collectd_insert.sql | 2 +-
src/collectd-threshold.pod | 10 ++--
src/common.c | 63 ++++++++++++-----------
src/csv.c | 85 +++++++++++++-------------------
src/rrdcached.c | 56 ++++++---------------
src/rrdtool.c | 51 ++++++-------------
src/threshold.c | 4 +-
7 files changed, 109 insertions(+), 162 deletions(-)
New commits:
commit bc389fa32a48a64306f7ec008f4548f05fdb7c80
Merge: 6770685 bfd3f06
Author: Florian Forster <octo at collectd.org>
Date: Fri Jul 12 18:21:31 2013 +0200
Merge branch 'collectd-5.2' into collectd-5.3
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().
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.
commit 1e74bb66c61d965c4aa261adfaf058f3356cff09
Author: Florian Forster <octo at collectd.org>
Date: Tue Jun 18 17:25:46 2013 +0200
collectd-threshold(5): Correct the description of the "Interesting" config option.
commit a15042009febe214f7d5778e381bf990422f3b72
Author: Björn <bjoern at abox.el1t3.org>
Date: Tue Jun 18 16:43:46 2013 +0200
threshold plugin: Fix the "Interesting" configuration option.
Signed-off-by: Florian Forster <octo at collectd.org>
commit 5090238f2bd3761778a19ef3f5e9d32911444324
Author: Bernd Ahlers <bernd at tuneafish.de>
Date: Mon Jun 10 15:48:14 2013 +0200
Unbreak type_inst value in collectd psql view.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list