aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 11:50:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-25 11:50:13 +0000
commita46d2b1d2de382081f482c653f3d5c6dd75966b8 (patch)
tree1cf28241f6e097c84ba2743a0ef670cad9d9dc72
parentc8842213f5ad95b1b6e32d2db1dce5ce8c04ece9 (diff)
downloadbusybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.tar.gz
busybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.tar.bz2
busybox-w32-a46d2b1d2de382081f482c653f3d5c6dd75966b8.zip
- improve helptext
-rw-r--r--procps/Config.in22
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
137config FEATURE_TOP_CPU_USAGE_PERCENTAGE 137config 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
144config FEATURE_TOP_CPU_GLOBAL_PERCENTS 145config 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
151config FEATURE_TOP_SMP_CPU 153config 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
158config FEATURE_TOP_DECIMALS 161config 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
165config FEATURE_TOP_SMP_PROCESS 169config 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
172config FEATURE_TOPMEM 177config 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
179config UPTIME 184config UPTIME
180 bool "uptime" 185 bool "uptime"
@@ -187,7 +192,6 @@ config UPTIME
187config WATCH 192config 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.