]> arthur.barton.de Git - netdata.git/commitdiff
Update memcached.chart.py
authorPaweł Krupa <paulfantom@gmail.com>
Mon, 22 Aug 2016 22:39:14 +0000 (00:39 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2016 22:39:14 +0000 (00:39 +0200)
add limit_maxbytes

python.d/memcached.chart.py

index 5e07da28796058f81110804d2eda258f0d2ae9a5..ccfd490f009e0087b0c7bc7dbac761f992a344a0 100644 (file)
@@ -26,7 +26,8 @@ CHARTS = {
     'cache': {
         'options': [None, 'Cache Size', 'kilobytes', 'Cache', 'memcached.cache', 'line'],
         'lines': [
-            ['bytes', 'cache', 'absolute', 1, 1024]
+            ['bytes', 'used', 'absolute', 1, 1024],
+            ['limit_maxbytes', 'total', 'absolute', 1, 1024]
         ]},
     'net': {
         'options': [None, 'Network', 'kilobytes/s', 'Network', 'memcached.net', 'line'],