Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
LU-10657 utils: fd leak in mirror_split()
[fs/lustre-release.git]
/
lustre
/
tests
/
runobdstat
1
#!/bin/sh
2
PATH=`dirname $0`/../utils:$PATH
3
4
llobdstat $1 1 | while read LINE; do
5
echo "`date +s`: $LINE"
6
[ "$2" ] && echo "`date +s`: $LINE" >> $2
7
done