top: add config option and code for global CPU % display

This commit is contained in:
Denis Vlasenko
2007-06-10 17:11:59 +00:00
parent e8a0788b24
commit 5a65447e30
4 changed files with 70 additions and 20 deletions

View File

@@ -43,6 +43,16 @@ takes 55k of memory on 64-bit x86 kernel.
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)