diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-11 16:31:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-11 16:31:55 +0000 |
commit | 745119605e2ecdffad1def6aaabfc8f6d270209e (patch) | |
tree | 9fadde8f219f0ade210faf00fc71a884d6088309 /procps/Config.in | |
parent | d71e45856eb0788024aa84d6bc594940f678bcd2 (diff) | |
download | busybox-w32-745119605e2ecdffad1def6aaabfc8f6d270209e.tar.gz busybox-w32-745119605e2ecdffad1def6aaabfc8f6d270209e.tar.bz2 busybox-w32-745119605e2ecdffad1def6aaabfc8f6d270209e.zip |
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 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 | ||
111 | config FEATURE_TOP_CPU_GLOBAL_PERCENTS | 111 | config 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 | ||
118 | config 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 | |||
118 | config UPTIME | 125 | config UPTIME |
119 | bool "uptime" | 126 | bool "uptime" |
120 | default n | 127 | default n |