You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[memcache] |
|
caption = Memcache |
|
description = Memcache Hits |
|
hit.metric = sum(memcache.hits) |
|
hit.color = green |
|
miss.metric = sum(memcache.misses) |
|
miss.color = blue
|
|
|