Skip to content

Instantly share code, notes, and snippets.

@leozhang2018
Created September 20, 2016 12:48
Show Gist options
  • Save leozhang2018/4cc409a4bd31ee72d45565fd50f161c6 to your computer and use it in GitHub Desktop.
Save leozhang2018/4cc409a4bd31ee72d45565fd50f161c6 to your computer and use it in GitHub Desktop.
diskstat in cat
cat /proc/diskstats | awk '$3 !~ /loop*|ram*/ {print $3 " " $6 " " $9 " "}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment