Whamcloud - gitweb
Simple script to run vmstat and prepend the time, so we can see when vmstat
[fs/lustre-release.git] / lustre / tests / runvmstat
1 #!/bin/sh
2 vmstat 1 | while read LINE ; do echo "`date +%H:%M:%S`: $LINE" ; done