Skip to content

Instantly share code, notes, and snippets.

@m-nori
Created March 7, 2013 10:09
Show Gist options
  • Save m-nori/5106958 to your computer and use it in GitHub Desktop.
Save m-nori/5106958 to your computer and use it in GitHub Desktop.
vmstatの時間表示付き
vmstat 1 | awk '{print strftime("%H:%M:%S"), $0}{fflush()}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment