Added Hit/Misses graphs for memcached

This commit is contained in:
f0o
2016-05-05 14:47:08 +00:00
parent 2a1f7ef1b5
commit 091cc822de
2 changed files with 41 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $graphs = array(
'memcached_commands' => 'Commands',
'memcached_data' => 'Data Size',
'memcached_items' => 'Items',
'memcached_hitmiss' => 'Hits/Misses',
'memcached_uptime' => 'Uptime',
'memcached_threads' => 'Threads',