From 87b12e0fa8506e48ad1796eabda03331b61faa49 Mon Sep 17 00:00:00 2001 From: Jonathon Wiebe Date: Fri, 6 Jan 2017 15:05:37 -0700 Subject: [PATCH] Grammar correction --- web/dashboard_info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/dashboard_info.js b/web/dashboard_info.js index a182cf6b..b103bbc9 100644 --- a/web/dashboard_info.js +++ b/web/dashboard_info.js @@ -298,7 +298,7 @@ netdataDashboard.submenu = { // netdataDashboard.context = { 'system.cpu': { - info: 'Total CPU utilization (all cores). 100% here means there is no CPU idle time at all. You can get per core usage at the CPUs section and per application usage at the Applications Monitoring section.
Keep an eye on iowait ' + sparkline('system.cpu', 'iowait', '%') + '. If it is constantly high, your disks are a bottleneck and they slow your system down.
Another important metric worth monitoring, is softirq ' + sparkline('system.cpu', 'softirq', '%') + '. A constantly high percentage of softirq may indicate network drivers issues.', + info: 'Total CPU utilization (all cores). 100% here means there is no CPU idle time at all. You can get per core usage at the CPUs section and per application usage at the Applications Monitoring section.
Keep an eye on iowait ' + sparkline('system.cpu', 'iowait', '%') + '. If it is constantly high, your disks are a bottleneck and they slow your system down.
Another important metric worth monitoring, is softirq ' + sparkline('system.cpu', 'softirq', '%') + '. A constantly high percentage of softirq may indicate network driver issues.', valueRange: "[0, 100]" }, -- 2.39.2