summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-01-05 18:17:59 +0100
committerAlessio Sergi <al3hex@gmail.com>2014-01-05 18:17:59 +0100
commit0ba2cfa6c3edb59e7ecf548934bdb406c93e0f43 (patch)
treeea8132267eebf6e24c4c04f437f8b16e22e714a1 /conf
parent638a5b55b18bca27b2471971a1a0fc77c7645eb2 (diff)
Add reference link for CPU steal time
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf1
-rw-r--r--conf/glances.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index dc991e34..55456601 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -20,6 +20,7 @@ iowait_warning=60
iowait_critical=80
# Limit values for CPU steal in %
# Default values if not defined: 10/15/20
+# Source: http://blog.scoutapp.com/articles/2013/07/25/understanding-cpu-steal-time-when-should-you-be-worried
steal_careful=10
steal_warning=15
steal_critical=20
diff --git a/conf/glances.conf b/conf/glances.conf
index 608b7a0d..ea296bb5 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -20,6 +20,7 @@ iowait_warning=60
iowait_critical=80
# Limit values for CPU steal in %
# Default values if not defined: 10/15/20
+# Source: http://blog.scoutapp.com/articles/2013/07/25/understanding-cpu-steal-time-when-should-you-be-worried
steal_careful=10
steal_warning=15
steal_critical=20