Created
December 3, 2018 23:54
-
-
Save u1tnk/c175b05e7ee301b4c94f10cb72d0e8d6 to your computer and use it in GitHub Desktop.
fio.config
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
[global] | |
ioengine=libaio | |
iodepth=1 | |
size=1g | |
direct=1 | |
runtime=60 | |
directory=${TARGET} | |
stonewall | |
[Seq-Read] | |
bs=1m | |
rw=read | |
[Seq-Write] | |
bs=1m | |
rw=write | |
[Rand-Read-512K] | |
bs=512k | |
rw=randread | |
[Rand-Write-512K] | |
bs=512k | |
rw=randwrite | |
[Rand-Read-4K] | |
bs=4k | |
rw=randread | |
[Rand-Write-4K] | |
bs=4k | |
rw=randwrite | |
[Rand-Read-4K-QD32] | |
iodepth=32 | |
bs=4k | |
rw=randread | |
[Rand-Write-4K-QD32] | |
iodepth=32 | |
bs=4k | |
rw=randwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment