diff options
author | Denys Vlasenko | 2009-09-19 22:29:42 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-09-19 22:29:42 +0200 |
commit | b410d4ada73e9ebb30b2b50266a13c30479f5f21 (patch) | |
tree | 0d842b9c0885d1cf06fa6aa67a720b31b89cca55 /procps/Config.in | |
parent | f00cfdfae53d8ef623238ecb1001969b5f649cbd (diff) | |
download | busybox-b410d4ada73e9ebb30b2b50266a13c30479f5f21.zip busybox-b410d4ada73e9ebb30b2b50266a13c30479f5f21.tar.gz |
ps,top: add an option to show threads. +260 bytes of code
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/procps/Config.in b/procps/Config.in index 9146ff6..6a9a366 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -188,6 +188,13 @@ config FEATURE_TOPMEM help Enable 's' in top (gives lots of memory info). +config FEATURE_SHOW_THREADS + bool "Support for showing threads in ps/top" + default n + depends on PS || TOP + help + Enables ps -T option and 'h' command in top + config UPTIME bool "uptime" default n @@ -203,5 +210,4 @@ config WATCH watch is used to execute a program periodically, showing output to the screen. - endmenu |