-
Notifications
You must be signed in to change notification settings - Fork 384
collectors MemcachedCollector
Rob Smith edited this page Aug 11, 2012
·
19 revisions
Collect memcached stats
- subprocess
diamond.conf
[[MemcachedCollector]]
enabled = True
[[[hosts]]]
[[[[app-1]]]
host = localhost
port = 11211
Repeat the app-1 block as many times as needed for different host/port combos
- Generic Options
- hosts: Complex set of hosts and ports to collect
- enabled: Enable collecting these metrics
- publish: Which rows of 'status' you would like to publish. Telnet host port' and type stats and hit enter to see the list of possibilities. Leave unset to publish all.
- byte_unit: Default numeric output(s)
__EXAMPLESHERE__