[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Wed Aug 7 07:52:24 CEST 2013
src/nginx.c | 4 ++++
src/rrdtool.c | 41 ++++++++++++++++++++++++++++++++++++++++-
2 files changed, 44 insertions(+), 1 deletion(-)
New commits:
commit b0f67ecdb7956c1fc7db84020c50a815d3bbd897
Author: Florian Forster <octo at collectd.org>
Date: Fri Jul 19 07:39:47 2013 +0200
rrdtool plugin: Minor performance improvement.
Replace the value_list_to_string() function with a version which is optimized
for data sets with a single data source. The original function is still used
for data sets with multiple data sources. This allows to reduce the number of
calls to snprintf() in this (very common) case, resulting in ~2% speedup.
commit bae21def975db39c40d2694295b84bd70d5ec490
Author: Marc Fournier <marc.fournier at camptocamp.com>
Date: Mon Jul 15 18:01:39 2013 +0200
replace nginx_{accepts,handled} DSs
reusing an existing DS is preferred. GH#227.
commit f87a715c49a41472dbeb5f244d84691365ef8745
Author: Patrick Shan <patrick at freelancer.com>
Date: Thu Jan 3 14:58:59 2013 +1100
* change nginx plugin for collectd to submit "nginx_accepts" and
* "nginx_handled"
More information about the collectd-changes
mailing list