[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Tue Feb 28 18:13:37 CET 2012
src/memcached.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit d01c62d62182d1291760fbdb7ed0244991d52b5e
Author: Timon <timosha at gmail.com>
Date: Tue Feb 28 17:10:35 2012 +0600
Fix buffer size for memcached stats answer
Typical stats answer has ~1900 bytes length.
$ memcached-tool localhost:11211 stats | wc -c
1863
But buffer for this answer was only 1024 bytes length.
Signed-off-by: Florian Forster <octo at collectd.org>
More information about the collectd-changes
mailing list