[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Mon Sep 3 08:54:27 CEST 2012
src/memcached.c | 607 +++++++++++++++++++++++++++----------------------------
1 file changed, 301 insertions(+), 306 deletions(-)
New commits:
commit 00d495b8480f661d2a73530f65b69d62d603fa61
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 3 08:53:45 2012 +0200
memcached plugin: Fix some error messages.
commit 0568fc5868295669f20ed5b61f2b3ab0692e3cb4
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 3 08:52:32 2012 +0200
memcached plugin: Fix backwards compatibility.
Don't use the instance name in the identifier when we're using the legacy
configuration mode.
commit 81947b205bc64e2897e7bb500808847205f9d9f5
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 3 08:25:46 2012 +0200
memcached plugin: Reorder functions to avoid prototype.
commit 5e505d5063b668b17ac84f1ad474b0e3fc338818
Author: Florian Forster <octo at collectd.org>
Date: Mon Sep 3 08:22:16 2012 +0200
memcached plugin: Refactor the memcached_query_daemon() function.
The connecting code has been broken out in separate functions and the
writing and reading from the socket no longer uses poll(2),
non-blocking I/O and a custom built retry logic. Instead block on I/O and
let the read-thread-pool do its thing.
More information about the collectd-changes
mailing list