aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'procps/Config.in')
-rw-r--r--procps/Config.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/procps/Config.in b/procps/Config.in
index fba9e4074..91319103f 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -109,12 +109,19 @@ config FEATURE_TOP_CPU_USAGE_PERCENTAGE
109 Make top display CPU usage for each process. 109 Make top display CPU usage for each process.
110 110
111config FEATURE_TOP_CPU_GLOBAL_PERCENTS 111config FEATURE_TOP_CPU_GLOBAL_PERCENTS
112 bool "Show CPU global usage percentage (adds 0.5k byte)" 112 bool "Show CPU global usage percentage (adds 0.5k bytes)"
113 default y 113 default y
114 depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE 114 depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
115 help 115 help
116 Makes top display "CPU: NN% usr NN% sys..." line. 116 Makes top display "CPU: NN% usr NN% sys..." line.
117 117
118config FEATURE_TOP_DECIMALS
119 bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.5k bytes)"
120 default n
121 depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
122 help
123 Show 1/10th of a percent in CPU/mem statistics.
124
118config UPTIME 125config UPTIME
119 bool "uptime" 126 bool "uptime"
120 default n 127 default n