Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e76f1
)
Use same timestamp format as kernel logs, so we can more easily correlate.
author
adilger
<adilger>
Tue, 27 May 2003 17:02:52 +0000
(17:02 +0000)
committer
adilger
<adilger>
Tue, 27 May 2003 17:02:52 +0000
(17:02 +0000)
lustre/tests/runvmstat
patch
|
blob
|
history
diff --git
a/lustre/tests/runvmstat
b/lustre/tests/runvmstat
index
6bff5ce
..
a8917f7
100755
(executable)
--- 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