- improve helptext

This commit is contained in:
Bernhard Reutner-Fischer 2008-09-25 11:50:13 +00:00
parent c8842213f5
commit a46d2b1d2d

View File

@ -135,46 +135,51 @@ config TOP
system. system.
config FEATURE_TOP_CPU_USAGE_PERCENTAGE config FEATURE_TOP_CPU_USAGE_PERCENTAGE
bool "Show CPU per-process usage percentage (adds 2k bytes)" bool "Show CPU per-process usage percentage"
default y default y
depends on TOP depends on TOP
help help
Make top display CPU usage for each process. Make top display CPU usage for each process.
This adds about 2k.
config FEATURE_TOP_CPU_GLOBAL_PERCENTS config FEATURE_TOP_CPU_GLOBAL_PERCENTS
bool "Show CPU global usage percentage (adds 0.5k bytes)" bool "Show CPU global usage percentage"
default y default y
depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
help help
Makes top display "CPU: NN% usr NN% sys..." line. Makes top display "CPU: NN% usr NN% sys..." line.
This adds about 0.5k.
config FEATURE_TOP_SMP_CPU config FEATURE_TOP_SMP_CPU
bool "SMP CPU usage display ('c' key) (adds 0.5kb)" bool "SMP CPU usage display ('c' key)"
default n default n
depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS
help help
Allos 'c' key to switch between individual/cumulative CPU stats Allow 'c' key to switch between individual/cumulative CPU stats
This adds about 0.5k.
config FEATURE_TOP_DECIMALS config FEATURE_TOP_DECIMALS
bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes)" bool "Show 1/10th of a percent in CPU/mem statistics"
default n default n
depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE depends on FEATURE_TOP_CPU_USAGE_PERCENTAGE
help help
Show 1/10th of a percent in CPU/mem statistics. Show 1/10th of a percent in CPU/mem statistics.
This adds about 0.3k.
config FEATURE_TOP_SMP_PROCESS config FEATURE_TOP_SMP_PROCESS
bool "Show CPU process runs on (adds <0.1k bytes)" bool "Show CPU process runs on ('j' field)"
default n default n
depends on TOP depends on TOP
help help
Show CPU where process was last found running on Show CPU where process was last found running on.
This is the 'j' field.
config FEATURE_TOPMEM config FEATURE_TOPMEM
bool "Topmem command ('s' key)" bool "Topmem command ('s' key)"
default n default n
depends on TOP depends on TOP
help help
Enable 's' in top (gives lots of memory info) Enable 's' in top (gives lots of memory info).
config UPTIME config UPTIME
bool "uptime" bool "uptime"
@ -187,7 +192,6 @@ config UPTIME
config WATCH config WATCH
bool "watch" bool "watch"
default n default n
#huh?? select DATE
help help
watch is used to execute a program periodically, showing watch is used to execute a program periodically, showing
output to the screen. output to the screen.