![]() |
2 years ago | |
---|---|---|
.. | ||
Makefile.inc | 6 years ago | |
README.md | 2 years ago | |
memcached.chart.py | 5 years ago | |
memcached.conf | 6 years ago |
Collects memory-caching system performance metrics. It reads server response to stats command (stats interface).
Network in kilobytes/s
Connections per second
Items in cluster
Evicted and Reclaimed items
GET requests/s
GET rate rate in requests/s
SET rate rate in requests/s
DELETE requests/s
CAS requests/s
Increment requests/s
Decrement requests/s
Touch requests/s
Touch rate rate in requests/s
Edit the python.d/memcached.conf
configuration file using edit-config
from the Netdata config
directory, which is typically at /etc/netdata
.
cd /etc/netdata # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/memcached.conf
Sample:
localtcpip:
name : 'local'
host : '127.0.0.1'
port : 24242
If no configuration is given, module will attempt to connect to memcached instance on 127.0.0.1:11211
address.