summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/pcp/meters/memcache
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/pcp/meters/memcache')
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/memcache11
1 files changed, 0 insertions, 11 deletions
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/memcache b/fedora/.local/bin/htop-vim/pcp/meters/memcache
deleted file mode 100644
index 0f2fac2..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/memcache
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# 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