diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/procps/Config.in b/procps/Config.in index fba9e40..9131910 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -109,12 +109,19 @@ config FEATURE_TOP_CPU_USAGE_PERCENTAGE Make top display CPU usage for each process. config FEATURE_TOP_CPU_GLOBAL_PERCENTS - bool "Show CPU global usage percentage (adds 0.5k byte)" + bool "Show CPU global usage percentage (adds 0.5k bytes)" default y depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE help Makes top display "CPU: NN% usr NN% sys..." line. +config FEATURE_TOP_DECIMALS + bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.5k bytes)" + default n + depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE + help + Show 1/10th of a percent in CPU/mem statistics. + config UPTIME bool "uptime" default n |