Whamcloud - gitweb
merge b_devel into HEAD, which will become 0.7.3
[fs/lustre-release.git] / lustre / tests / runvmstat
1 #!/bin/sh
2 vmstat 1 | while read LINE ; do
3         LINE="`date +%s`: $LINE"
4         echo "$LINE"
5         [ "$1" ] && echo "$LINE" >> $1
6 done