summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-08-05 16:10:42 +0200
committerNicolargo <nicolas@nicolargo.com>2014-08-05 16:10:42 +0200
commit4aeb922acfa16748f81fb6ecf969d75d17fa9dbb (patch)
tree7a63ae2ff1a45a365de23e3898898938c2033013 /conf
parentdc557115403a1248496e9ccfc656100e0b2de1aa (diff)
Add a max_processes key in the configuration file to set the maximum number of showed processes
Diffstat (limited to 'conf')
-rw-r--r--conf/glances-test.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/glances-test.conf b/conf/glances-test.conf
index 3e24fd4e..8f0cb398 100644
--- a/conf/glances-test.conf
+++ b/conf/glances-test.conf
@@ -97,6 +97,9 @@ core 1_alias=CPU Core 1
[processlist]
+# Maximum number of processes to show in the UI
+# Note: Only limit number of showed processes (not the one returned by the API)
+max_processes=20
# Limit values for CPU/MEM per process in %
# Default values if not defined: 50/70/90
cpu_careful=50