diff options
author | Denis Vlasenko | 2007-06-11 16:31:55 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-11 16:31:55 +0000 |
commit | 745119605e2ecdffad1def6aaabfc8f6d270209e (patch) | |
tree | 9fadde8f219f0ade210faf00fc71a884d6088309 /procps/Config.in | |
parent | d71e45856eb0788024aa84d6bc594940f678bcd2 (diff) | |
download | busybox-745119605e2ecdffad1def6aaabfc8f6d270209e.zip busybox-745119605e2ecdffad1def6aaabfc8f6d270209e.tar.gz |
top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on
top: reorder columns, so that [P]PIDs are together and VSZ/%MEM are together. Makes more sense
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 |