Skip to content
Florian Forster edited this page Nov 26, 2023 · 1 revision

Name:

memcached plugin

Type:

read

Callbacks:

config, read

Status:

supported

FirstVersion:

4.2

Copyright:

2007 Antony Dovgal, 2007–2009 Florian octo Forster, 2009 Doug MacEachern

License:

Manpage:

collectd.conf(5)

See also:

List of Plugins

The memcached plugin connects to a memcached daemon and collects the number of connections and requests handled by the daemon, the CPU resources consumed, number of items cached, number of threads, and bytes sent and received.

Synopsis

 <Plugin "memcached">
   Host "127.0.0.1"
   Port "11211"
 </Plugin>

Example graph

The following example graph shows the number of requests to a memcached daemon. You can see the set requests and the get requests, split up into cache hits and misses, too.

Plugin-memcached-requests.png

Dependencies

  • none

See also

Clone this wiki locally