summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38c7319)
raw | patch | inline | side by side (parent: 38c7319)
author | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 15:05:55 +0000 (17:05 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 15:05:55 +0000 (17:05 +0200) |
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index 9c1faac2f52eb1b8f7320a0709cd584b63bae24a..f34555cceabbef6fa0ce43579dc23aefe446dd61 100644 (file)
--- a/README
+++ b/README
Motherboard sensors: temperature, fanspeed and voltage information,
using mbmon(1).
+ - memcached
+ Statistics of the memcached distributed caching system.
+ <http://www.danga.com/memcached/>
+
- 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 2f4accc89a1a49618c78a3f8f50642ef044a505f..ddf90f339a1b860696e8e6f6edf67beb61eba94d 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<memcached>
+
+The C<memcached plugin> connects to a memcached server and queries statistics
+about cache utilization, memory and bandwidth used.
+L<http://www.danga.com/memcached/>
+
+=over 4
+
+=item B<Host> I<Hostname>
+
+Hostname to connect to. Defaults to B<127.0.0.1>.
+
+=item B<Port> I<Port>
+
+TCP-Port to connect to. Defaults to B<11211>.
+
+=back
+
=head2 Plugin C<mysql>
The C<mysql plugin> requires B<mysqlclient> to be installed. It connects to the