From bb280748a1db61703dab006c1d9e5495ddce1490 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 27 May 2003 17:02:52 +0000 Subject: [PATCH] Use same timestamp format as kernel logs, so we can more easily correlate. --- lustre/tests/runvmstat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/runvmstat b/lustre/tests/runvmstat index 6bff5ce..a8917f7 100755 --- a/lustre/tests/runvmstat +++ b/lustre/tests/runvmstat @@ -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 -- 1.8.3.1