From b7238de47bfeda6752874a941f8985e747118ebd Mon Sep 17 00:00:00 2001 From: pschwan Date: Mon, 25 Mar 2002 01:56:42 +0000 Subject: [PATCH] - default to 5G - run with -i 0 -i 1 --- lustre/tests/runiozone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/runiozone b/lustre/tests/runiozone index e482b88..0dd52fb 100755 --- a/lustre/tests/runiozone +++ b/lustre/tests/runiozone @@ -1,10 +1,10 @@ #!/bin/sh -SIZE=5m +SIZE=5g COUNT=0 rm -f endiozone while date; do echo "Test #$COUNT" - iozone -f /mnt/obd/test.$$ -s $SIZE 2>&1 || exit $? + iozone -i 0 -i 1 -f /mnt/obd/test.$$ -s $SIZE 2>&1 || exit $? COUNT=`expr $COUNT + 1` [ -f endiozone ] && rm endiozone && exit 0 done | tee /tmp/iozone.log -- 1.8.3.1