aboutsummaryrefslogtreecommitdiff
path: root/scripts/memusage
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-05-26 18:41:35 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-05-26 18:41:35 +0000
commit7a5f494cabc2412fdff8a176099e26964ea4ba78 (patch)
treeb15fb0ca422c09fc5efb8e193a40f22e04931db2 /scripts/memusage
parentc47e8978febfa26f6f37992697c0e19cb3fd643c (diff)
downloadbusybox-7a5f494cabc2412fdff8a176099e26964ea4ba78.tar.gz
scripts: add a script which prints memory map of running busybox
Diffstat (limited to 'scripts/memusage')
-rwxr-xr-xscripts/memusage2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memusage b/scripts/memusage
index 863b0cb07..4ef5608fd 100755
--- a/scripts/memusage
+++ b/scripts/memusage
@@ -3,7 +3,7 @@
busybox=../busybox
i=4000
-echo "Before we started $i copies of 'busybox sleep 10':"
+echo "Before we started $i copies of '$busybox sleep 10':"
$busybox nmeter '%t %[pn] %m' | head -3
while test $i != 0; do