diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 11:50:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-25 11:50:13 +0000 |
commit | a46d2b1d2de382081f482c653f3d5c6dd75966b8 (patch) | |
tree | 1cf28241f6e097c84ba2743a0ef670cad9d9dc72 | |
parent | c8842213f5ad95b1b6e32d2db1dce5ce8c04ece9 (diff) | |
download | busybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.tar.gz busybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.tar.bz2 busybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.zip |
- improve helptext
-rw-r--r-- | procps/Config.in | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/procps/Config.in b/procps/Config.in index 548463c67..702442a52 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -135,46 +135,51 @@ config TOP | |||
135 | system. | 135 | system. |
136 | 136 | ||
137 | config FEATURE_TOP_CPU_USAGE_PERCENTAGE | 137 | config FEATURE_TOP_CPU_USAGE_PERCENTAGE |
138 | bool "Show CPU per-process usage percentage (adds 2k bytes)" | 138 | bool "Show CPU per-process usage percentage" |
139 | default y | 139 | default y |
140 | depends on TOP | 140 | depends on TOP |
141 | help | 141 | help |
142 | Make top display CPU usage for each process. | 142 | Make top display CPU usage for each process. |
143 | This adds about 2k. | ||
143 | 144 | ||
144 | config FEATURE_TOP_CPU_GLOBAL_PERCENTS | 145 | config FEATURE_TOP_CPU_GLOBAL_PERCENTS |
145 | bool "Show CPU global usage percentage (adds 0.5k bytes)" | 146 | bool "Show CPU global usage percentage" |
146 | default y | 147 | default y |
147 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE | 148 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE |
148 | help | 149 | help |
149 | Makes top display "CPU: NN% usr NN% sys..." line. | 150 | Makes top display "CPU: NN% usr NN% sys..." line. |
151 | This adds about 0.5k. | ||
150 | 152 | ||
151 | config FEATURE_TOP_SMP_CPU | 153 | config FEATURE_TOP_SMP_CPU |
152 | bool "SMP CPU usage display ('c' key) (adds 0.5kb)" | 154 | bool "SMP CPU usage display ('c' key)" |
153 | default n | 155 | default n |
154 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS | 156 | depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS |
155 | help | 157 | help |
156 | Allos 'c' key to switch between individual/cumulative CPU stats | 158 | Allow 'c' key to switch between individual/cumulative CPU stats |
159 | This adds about 0.5k. | ||
157 | 160 | ||
158 | config FEATURE_TOP_DECIMALS | 161 | config FEATURE_TOP_DECIMALS |
159 | bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes)" | 162 | bool "Show 1/10th of a percent in CPU/mem statistics" |
160 | default n | 163 | default n |
161 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE | 164 | depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE |
162 | help | 165 | help |
163 | Show 1/10th of a percent in CPU/mem statistics. | 166 | Show 1/10th of a percent in CPU/mem statistics. |
167 | This adds about 0.3k. | ||
164 | 168 | ||
165 | config FEATURE_TOP_SMP_PROCESS | 169 | config FEATURE_TOP_SMP_PROCESS |
166 | bool "Show CPU process runs on (adds <0.1k bytes)" | 170 | bool "Show CPU process runs on ('j' field)" |
167 | default n | 171 | default n |
168 | depends on TOP | 172 | depends on TOP |
169 | help | 173 | help |
170 | Show CPU where process was last found running on | 174 | Show CPU where process was last found running on. |
175 | This is the 'j' field. | ||
171 | 176 | ||
172 | config FEATURE_TOPMEM | 177 | config FEATURE_TOPMEM |
173 | bool "Topmem command ('s' key)" | 178 | bool "Topmem command ('s' key)" |
174 | default n | 179 | default n |
175 | depends on TOP | 180 | depends on TOP |
176 | help | 181 | help |
177 | Enable 's' in top (gives lots of memory info) | 182 | Enable 's' in top (gives lots of memory info). |
178 | 183 | ||
179 | config UPTIME | 184 | config UPTIME |
180 | bool "uptime" | 185 | bool "uptime" |
@@ -187,7 +192,6 @@ config UPTIME | |||
187 | config WATCH | 192 | config WATCH |
188 | bool "watch" | 193 | bool "watch" |
189 | default n | 194 | default n |
190 | #huh?? select DATE | ||
191 | help | 195 | help |
192 | watch is used to execute a program periodically, showing | 196 | watch is used to execute a program periodically, showing |
193 | output to the screen. | 197 | output to the screen. |