Whamcloud - gitweb
LU-14095 gss: use RCU protection for sunrpc cache
[fs/lustre-release.git] / lustre / tests / runobdstat
index ad60d6d..7fd61ee 100644 (file)
@@ -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