]> arthur.barton.de Git - netdata.git/commitdiff
added information on the dashboard about real/virtual memory
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 1 Oct 2016 12:21:40 +0000 (15:21 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 1 Oct 2016 12:21:40 +0000 (15:21 +0300)
web/dashboard_info.js

index 31ddf82ed5df2a8dcc59097444f253168eaf58b8..68df1eb9a8bc195d9b8934dff04a66b382b2a9e5 100755 (executable)
@@ -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