aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-10 17:11:59 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-10 17:11:59 +0000
commit5a65447e3090908b4bad645c84e37298ca7a7449 (patch)
tree1fb67f517a8519f92e5d5c9876685823dff5b236 /procps/Config.in
parente8a0788b249cbac5bf5b2aa2d81bb8f6b29a7a4b (diff)
downloadbusybox-5a65447e3090908b4bad645c84e37298ca7a7449.tar.gz
top: add config option and code for global CPU % display
Diffstat (limited to 'procps/Config.in')
-rw-r--r--procps/Config.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/procps/Config.in b/procps/Config.in
index e58b89f85..cd46a3448 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -102,11 +102,18 @@ config TOP
system.
config FEATURE_TOP_CPU_USAGE_PERCENTAGE
- bool "Support showing CPU usage percentage (add 2k bytes)"
+ bool "Show CPU per-process usage percentage (adds 2k bytes)"
default y
depends on TOP
help
- Make top display CPU usage.
+ Make top display CPU usage for each process.
+
+config FEATURE_TOP_CPU_GLOBAL_PERCENTS
+ bool "Show CPU global usage percentage (adds 1k byte)"
+ default y
+ depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
+ help
+ Makes top display "CPU: n.n% us n.n% sy n.n% ni..." line.
config UPTIME
bool "uptime"