diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-08 16:51:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-08 16:51:19 +0000 |
commit | ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac (patch) | |
tree | 83de779a734d2a1e6d877718841188e630629265 /procps/Config.in | |
parent | 9382b3809b3f6bea8dec6483ff66d7c2b21abd94 (diff) | |
download | busybox-w32-ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac.tar.gz busybox-w32-ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac.tar.bz2 busybox-w32-ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac.zip |
top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,
+80 bytes when disabled (mainly because of text wrapping fixes
in display_process_list).
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in index f041b5d72..2bd3cd245 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -128,6 +128,13 @@ config FEATURE_TOP_DECIMALS | |||
128 | help | 128 | help |
129 | Show 1/10th of a percent in CPU/mem statistics. | 129 | Show 1/10th of a percent in CPU/mem statistics. |
130 | 130 | ||
131 | config FEATURE_TOPMEM | ||
132 | bool "topmem" | ||
133 | default n | ||
134 | depends on TOP | ||
135 | help | ||
136 | Enable 's' in top (gives lots of memory info) | ||
137 | |||
131 | config UPTIME | 138 | config UPTIME |
132 | bool "uptime" | 139 | bool "uptime" |
133 | default n | 140 | default n |