]> arthur.barton.de Git - netdata.git/blobdiff - web/dashboard_info.js
Merge pull request #1132 from x4FF3/master
[netdata.git] / web / dashboard_info.js
old mode 100755 (executable)
new mode 100644 (file)
index 31ddf82..4945932
@@ -406,6 +406,14 @@ netdataDashboard.context = {
         height: 2.0\r
     },\r
 \r
+    'apps.mem': {\r
+        info: 'Real memory (RAM) used by applications. This does not include shared memory.'\r
+    },\r
+\r
+    'apps.vmem': {\r
+        info: 'Virtual memory allocated by applications. Please check <a href="https://github.com/firehol/netdata/wiki/netdata-virtual-memory-size" target="_blank">this article</a> for more information.'\r
+    },\r
+\r
     'apps.preads': {\r
         height: 2.0\r
     },\r
@@ -421,6 +429,14 @@ netdataDashboard.context = {
         height: 2.0\r
     },\r
 \r
+    'users.mem': {\r
+        info: 'Real memory (RAM) used per user. This does not include shared memory.'\r
+    },\r
+\r
+    'users.vmem': {\r
+        info: 'Virtual memory allocated per user. Please check <a href="https://github.com/firehol/netdata/wiki/netdata-virtual-memory-size" target="_blank">this article</a> for more information.'\r
+    },\r
+\r
     'users.preads': {\r
         height: 2.0\r
     },\r
@@ -436,6 +452,14 @@ netdataDashboard.context = {
         height: 2.0\r
     },\r
 \r
+    'groups.mem': {\r
+        info: 'Real memory (RAM) used per user group. This does not include shared memory.'\r
+    },\r
+\r
+    'groups.vmem': {\r
+        info: 'Virtual memory allocated per user group. Please check <a href="https://github.com/firehol/netdata/wiki/netdata-virtual-memory-size" target="_blank">this article</a> for more information.'\r
+    },\r
+\r
     'groups.preads': {\r
         height: 2.0\r
     },\r
@@ -673,8 +697,9 @@ netdataDashboard.context = {
 \r
     // ------------------------------------------------------------------------\r
     // RETROSHARE\r
+\r
     'retroshare.bandwidth': {\r
-        info: 'Shows inbound and outbound traffic.',\r
+        info: 'RetroShare inbound and outbound traffic.',\r
         mainheads: [\r
             netdataDashboard.gaugeChart('Received', '12%', 'bandwidth_down_kb'),\r
             netdataDashboard.gaugeChart('Sent', '12%', 'bandwidth_up_kb')\r
@@ -682,7 +707,7 @@ netdataDashboard.context = {
     },\r
 \r
     'retroshare.peers': {\r
-        info: 'Shows the number of (connected) friends.',\r
+        info: 'Number of (connected) RetroShare friends.',\r
         mainheads: [\r
             function(id) {\r
                 return  '<div data-netdata="' + id + '"'\r
@@ -701,6 +726,19 @@ netdataDashboard.context = {
     },\r
 \r
     'retroshare.dht': {\r
-        info: 'Shows statistics about RetroShare\'s DHT. These values are estimated!'\r
+        info: 'Statistics about RetroShare\'s DHT. These values are estimated!'\r
+    },\r
+\r
+    // ------------------------------------------------------------------------\r
+    // fping\r
+\r
+    'fping.loss': {\r
+        colors: NETDATA.colors[1],\r
+        height: 0.5\r
+    },\r
+\r
+    'fping.packets': {\r
+        height: 0.5\r
     }\r
+\r
 };\r