Whamcloud - gitweb
Use same timestamp format as kernel logs, so we can more easily correlate.
authoradilger <adilger>
Tue, 27 May 2003 17:02:52 +0000 (17:02 +0000)
committeradilger <adilger>
Tue, 27 May 2003 17:02:52 +0000 (17:02 +0000)
lustre/tests/runvmstat

index 6bff5ce..a8917f7 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/sh
-vmstat 1 | while read LINE ; do echo "`date +%H:%M:%S`: $LINE" ; done
+vmstat 1 | while read LINE ; do echo "`date +%s`: $LINE" ; done