summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-01-05 11:55:00 +0100
committerAlessio Sergi <al3hex@gmail.com>2014-01-05 11:55:00 +0100
commit638a5b55b18bca27b2471971a1a0fc77c7645eb2 (patch)
treeb8d0b45c2ca4c1fc7a5ef74ffbbb0feb8f2a92f0 /conf
parente0ec5e0569c032b997e6b6f914cf15d7230b2a28 (diff)
Add CPU steal time
Add steal time to the global CPU/per-CPU time accounting. Add steal limits, alerts, and log support. Update help screen. Based on PR #309 by @pcn
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-monitor.conf5
-rw-r--r--conf/glances.conf5
2 files changed, 10 insertions, 0 deletions
diff --git a/conf/glances-monitor.conf b/conf/glances-monitor.conf
index 2316f135..dc991e34 100644
--- a/conf/glances-monitor.conf
+++ b/conf/glances-monitor.conf
@@ -18,6 +18,11 @@ system_critical=90
iowait_careful=40
iowait_warning=60
iowait_critical=80
+# Limit values for CPU steal in %
+# Default values if not defined: 10/15/20
+steal_careful=10
+steal_warning=15
+steal_critical=20
[load]
# Value * number of cores
diff --git a/conf/glances.conf b/conf/glances.conf
index d43434e0..608b7a0d 100644
--- a/conf/glances.conf
+++ b/conf/glances.conf
@@ -18,6 +18,11 @@ system_critical=90
iowait_careful=40
iowait_warning=60
iowait_critical=80
+# Limit values for CPU steal in %
+# Default values if not defined: 10/15/20
+steal_careful=10
+steal_warning=15
+steal_critical=20
[load]
# Value * number of cores