diff options
author | Denis Vlasenko | 2007-09-08 16:51:19 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-09-08 16:51:19 +0000 |
commit | ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac (patch) | |
tree | 83de779a734d2a1e6d877718841188e630629265 /procps/Config.in | |
parent | 9382b3809b3f6bea8dec6483ff66d7c2b21abd94 (diff) | |
download | busybox-ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac.zip busybox-ff6e8e2974433aeabaaefaf9d8b6a35e9641b9ac.tar.gz |
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 f041b5d..2bd3cd2 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -128,6 +128,13 @@ config FEATURE_TOP_DECIMALS help Show 1/10th of a percent in CPU/mem statistics. +config FEATURE_TOPMEM + bool "topmem" + default n + depends on TOP + help + Enable 's' in top (gives lots of memory info) + config UPTIME bool "uptime" default n |