X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frunobdstat;h=7fd61ee112aa051c03dea3c2c8fc55db75724b04;hb=225e7b8c70fb68bc3aa3a6d88c5e9bda322c9cc9;hp=886ce8f26e98558e16103d09b93887b88e34f6b7;hpb=96ec6856f91f7f9031cfce4273c714d72cfe59ae;p=fs%2Flustre-release.git diff --git a/lustre/tests/runobdstat b/lustre/tests/runobdstat index 886ce8f2..7fd61ee 100644 --- a/lustre/tests/runobdstat +++ b/lustre/tests/runobdstat @@ -1,7 +1,7 @@ #!/bin/sh PATH=`dirname $0`/../utils:$PATH -obdstat filter 1 | while read LINE; do +llobdstat $1 1 | while read LINE; do echo "`date +s`: $LINE" - [ "$1" ] && echo "`date +s`: $LINE" >> $1 + [ "$2" ] && echo "`date +s`: $LINE" >> $2 done