Created
January 8, 2014 10:39
-
-
Save juanbrein/8314867 to your computer and use it in GitHub Desktop.
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
| # Measure disk speed | |
| FILE=/data01/dd-data.raw | |
| dd if=/dev/zero of=$FILE bs=8k count=256k conv=fdatasync; rm -rf $FILE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment