Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9067598
)
Misc changes from PNNL lester tree.
author
adilger
<adilger>
Wed, 16 Jul 2003 22:59:35 +0000
(22:59 +0000)
committer
adilger
<adilger>
Wed, 16 Jul 2003 22:59:35 +0000
(22:59 +0000)
lustre/tests/runobdstat
patch
|
blob
|
history
diff --git
a/lustre/tests/runobdstat
b/lustre/tests/runobdstat
index
886ce8f
..
ad60d6d
100644
(file)
--- 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.pl $1
1 | while read LINE; do
echo "`date +s`: $LINE"
- [ "$
1" ] && echo "`date +s`: $LINE" >> $1
+ [ "$
2" ] && echo "`date +s`: $LINE" >> $2
done