From 0ba7cc405644fad5face939c55f84935c428704b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 23 Oct 2007 17:05:55 +0200 Subject: [PATCH] collectd.conf(5): Documented the new memcached plugin. --- README | 4 ++++ src/collectd.conf.pod | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+) 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 -- 2.11.0