commit | 5a65447e3090908b4bad645c84e37298ca7a7449 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 10 17:11:59 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jun 10 17:11:59 2007 +0000 |
tree | 1fb67f517a8519f92e5d5c9876685823dff5b236 | |
parent | e8a0788b249cbac5bf5b2aa2d81bb8f6b29a7a4b [diff] [blame] |
top: add config option and code for global CPU % display
diff --git a/docs/keep_data_small.txt b/docs/keep_data_small.txt index f88fe07..3ddbd81 100644 --- a/docs/keep_data_small.txt +++ b/docs/keep_data_small.txt
@@ -43,6 +43,16 @@ On 32-bit kernel we need ~26k per applet. +Script: + +i=1000; while test $i != 0; do + echo -n . + busybox sleep 30 & + i=$((i - 1)) +done +echo +wait + (Data from NOMMU arches are sought. Provide 'size busybox' output too)