From 4aeb922acfa16748f81fb6ecf969d75d17fa9dbb Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Tue, 5 Aug 2014 16:10:42 +0200 Subject: Add a max_processes key in the configuration file to set the maximum number of showed processes --- conf/glances-test.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3