Created
June 23, 2019 20:37
-
-
Save aleofreddi/c62ad1de7bd404d1347be1e4d2eed510 to your computer and use it in GitHub Desktop.
fio commandline to test disk performance
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
fio \ | |
--randrepeat=1 \ | |
--ioengine=libaio \ | |
--direct=1 \ | |
--gtod_reduce=1 \ | |
--name=test \ | |
--filename=random_read_write.fio \ | |
--bs=4k \ | |
--iodepth=64 \ | |
--size=4G \ | |
--readwrite=randrw \ | |
--rwmixread=75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment