Created
December 3, 2015 20:29
-
-
Save shiroyuki/41e074bb13defb248374 to your computer and use it in GitHub Desktop.
The script to test the disk speed (I/O)
This file contains 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
# https://www.thomas-krenn.com/en/wiki/Linux_I/O_Performance_Tests_using_dd | |
dd if=/dev/zero of=`pwd`/testfile bs=1G count=1 oflag=direct && rm `pwd`/testfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment