Whamcloud - gitweb
Only try to run setup if there isn't already a Lustre filesystem set up.
[fs/lustre-release.git] / lustre / tests / runvmstat
1 #!/bin/sh
2 vmstat 1 | while read LINE ; do echo "`date +%H:%M:%S`: $LINE" ; done