Whamcloud - gitweb
3ce68105290f8063c385d6d9de9030e1bb3697ce
[fs/lustre-release.git] / lustre / tests / runvmstat
1 #!/bin/sh
2 vmstat 1 | while read LINE ; do
3         echo "`date +s`: $LINE"
4         [ "$1" ] && echo "`date +s`: $LINE" >> $1
5 done