Skip to content

Instantly share code, notes, and snippets.

@jnaskali
Created March 12, 2012 11:45
Show Gist options
  • Select an option

  • Save jnaskali/2021345 to your computer and use it in GitHub Desktop.

Select an option

Save jnaskali/2021345 to your computer and use it in GitHub Desktop.
bash: Test disk I/O speed from console/ssh
dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync && rm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment