From 894141ec4a8705690810cf5a0b886244bd6312a8 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 10 Feb 2016 00:40:08 +0200 Subject: added proc_loadavg.c --- web/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index 71a0d03cda..6ab15385ca 100755 --- a/web/index.html +++ b/web/index.html @@ -946,6 +946,30 @@ var chartData = { info: 'System swap memory, read from /proc/meminfo.' }, + 'mem.ksm_savings': { + heads: [ + gaugeChart('Saved', '12%', 'savings', '#0099CC') + ] + }, + + 'mem.ksm_ratios': { + heads: [ + function(id) { + return '
'; + } + ] + }, + 'mem.committed': { colors: NETDATA.colors[3] }, -- cgit v1.2.3