From: Florian Forster Date: Tue, 23 Oct 2007 15:05:55 +0000 (+0200) Subject: collectd.conf(5): Documented the new memcached plugin. X-Git-Tag: collectd-4.2.0~20^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0ba7cc405644fad5face939c55f84935c428704b;p=collectd.git collectd.conf(5): Documented the new memcached plugin. --- diff --git a/README b/README index 9c1faac2..f34555cc 100644 --- a/README +++ b/README @@ -84,6 +84,10 @@ Features Motherboard sensors: temperature, fanspeed and voltage information, using mbmon(1). + - memcached + Statistics of the memcached distributed caching system. + + - memory Memory utilization: Memory occupied by running processes, page cache, buffer cache and free. diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 2f4accc8..ddf90f33 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -398,6 +398,24 @@ TCP-Port to connect to. Defaults to B<411>. =back +=head2 Plugin C + +The C connects to a memcached server and queries statistics +about cache utilization, memory and bandwidth used. +L + +=over 4 + +=item B I + +Hostname to connect to. Defaults to B<127.0.0.1>. + +=item B I + +TCP-Port to connect to. Defaults to B<11211>. + +=back + =head2 Plugin C The C requires B to be installed. It connects to the