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