You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.