Created
March 12, 2012 11:45
-
-
Save jnaskali/2021345 to your computer and use it in GitHub Desktop.
bash: Test disk I/O speed from console/ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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