diff --git a/kernel/stress.sh b/kernel/stress.sh index 1582d8d..36e5a52 100755 --- a/kernel/stress.sh +++ b/kernel/stress.sh @@ -6,7 +6,7 @@ hosts="try1 try2 try3 try4 try5" for host in ${hosts}; do START=`date +%s` - echo STARTDOKERN {host} $START + echo STARTDOKERN ${host} $START date -u sync @@ -30,7 +30,7 @@ for host in ${hosts}; do sync END=`date +%s` ELAPSE=$(( $END - $START )) - echo ENDDOKERN {host} $END + echo ENDDOKERN ${host} $END echo ELAPSEDOKERN $ELAPSE date -u done