]> arthur.barton.de Git - netdata.git/commitdiff
memcached incremental connections graph
authorpaulfantom <paulfantom@gmail.com>
Thu, 4 Aug 2016 17:03:46 +0000 (19:03 +0200)
committerpaulfantom <paulfantom@gmail.com>
Thu, 4 Aug 2016 17:03:46 +0000 (19:03 +0200)
python.d/memcached.chart.py

index 5f7fae6b8e34ff77f2363d5deef050b58b227b26..e99186f3fd1aeac1863469842ac86862664461f5 100644 (file)
@@ -29,11 +29,11 @@ CHARTS = {
             ['bytes_written', 'written', 'incremental', 1, 1024]
         ]},
     'connections': {
-        'options': [None, 'Connections', 'connections', 'Cluster', 'memcached.cluster', 'line'],
+        'options': [None, 'Connections', 'connections/s', 'Cluster', 'memcached.cluster', 'line'],
         'lines': [
-            ['curr_connections', 'current', 'absolute'],
-            ['rejected_connections', 'rejected', 'absolute'],
-            ['total_connections', 'total', 'absolute']
+            ['curr_connections', 'current', 'incremental'],
+            ['rejected_connections', 'rejected', 'incremental'],
+            ['total_connections', 'total', 'incremental']
         ]},
     'items': {
         'options': [None, 'Items', 'items', 'Cluster', 'memcached.cluster', 'line'],