diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:48:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-09-25 10:48:06 +0000 |
commit | 17e7f04c8d144e0e0598464806dcb111ed5386d7 (patch) | |
tree | 002284cda156b2516c1d3a67352288741d7cd2e5 /procps/Config.in | |
parent | e0bcba18eb9c185cefbef2ef05b846f735bd133a (diff) | |
download | busybox-17e7f04c8d144e0e0598464806dcb111ed5386d7.tar.gz |
top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/procps/Config.in b/procps/Config.in index 642ebd015..548463c67 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -148,6 +148,13 @@ config FEATURE_TOP_CPU_GLOBAL_PERCENTS help Makes top display "CPU: NN% usr NN% sys..." line. +config FEATURE_TOP_SMP_CPU + bool "SMP CPU usage display ('c' key) (adds 0.5kb)" + default n + depends on FEATURE_TOP_CPU_GLOBAL_PERCENTS + help + Allos 'c' key to switch between individual/cumulative CPU stats + config FEATURE_TOP_DECIMALS bool "Show 1/10th of a percent in CPU/mem statistics (adds 0.3k bytes)" default n @@ -155,8 +162,15 @@ config FEATURE_TOP_DECIMALS help Show 1/10th of a percent in CPU/mem statistics. +config FEATURE_TOP_SMP_PROCESS + bool "Show CPU process runs on (adds <0.1k bytes)" + default n + depends on TOP + help + Show CPU where process was last found running on + config FEATURE_TOPMEM - bool "topmem" + bool "Topmem command ('s' key)" default n depends on TOP help @@ -180,4 +194,3 @@ config WATCH endmenu - |