Plugin:memcachec
From collectd Wiki
| memcachec plugin | |
|---|---|
| Type: | read |
| Callbacks: | config, init, read, shutdown |
| Status: | supported |
| First version: | 4.7 |
| Copyright: | 2009 Doug MacEachern 2006–2009 Florian octo Forster |
| License: | GPLv2 |
| Manpage: | collectd.conf(5) |
| List of Plugins | |
The memcachec plugin connects to a memcached server, queries one or more given pages and parses the returned data according to user specification. The matches used are similar to the matches used in the cURL and Tail plugins.
Contents |
[edit] Synopsis
<Plugin "memcachec">
<Page "plugin_instance">
Server "localhost"
Key "page_key"
<Match>
Regex "(\\d+) bytes sent"
DSType CounterAdd
Type "ipt_octets"
Instance "type_instance"
</Match>
</Page>
</Plugin>
[edit] Example graph
None yet. Add one now!
[edit] Dependencies
- The memcached library (libmemcached)

