Whamcloud - gitweb
Minor change - rename "run" to "test_fail" to match runfailure-mds.
[fs/lustre-release.git] / lustre / tests / runvmstat
1 #!/bin/sh
2 vmstat 1 | while read LINE ; do echo "`date +%H:%M:%S`: $LINE" ; done