Skip to content

Instantly share code, notes, and snippets.

@41tair
Created June 3, 2019 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 41tair/9ee2c076d8c6ea8f4f4b3b58280d40c9 to your computer and use it in GitHub Desktop.
Save 41tair/9ee2c076d8c6ea8f4f4b3b58280d40c9 to your computer and use it in GitHub Desktop.
test io with dd simple
dd if=/dev/zero of=a.bin bs=4096 count=524288 conv=fdatasync
dd if=a.bin of=/dev/null bs=4096 count=524288 iflag=direct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment