Skip to content

Instantly share code, notes, and snippets.

@mnn
Created February 3, 2015 22:13
Show Gist options
  • Save mnn/5844da17db537d05443a to your computer and use it in GitHub Desktop.
Save mnn/5844da17db537d05443a to your computer and use it in GitHub Desktop.
IO benchmark with `dd`
dd conv=fdatasync if=/dev/zero of=/tmp/output.img bs=8k count=128k; rm /tmp/output.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment