Created
January 10, 2021 15:20
-
-
Save motorailgun/a56ba38afee88652cea0d1c5bd6b5449 to your computer and use it in GitHub Desktop.
Fio Benchmark Setting
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=2g | |
direct=1 | |
runtime=60 | |
directory=${TARGET} | |
stonewall | |
[Seq-Read-Q32T1] | |
iodepth=32 | |
numjobs=1 | |
bs=1m | |
rw=read | |
[Seq-Write-Q32T1] | |
iodepth=32 | |
numjobs=1 | |
bs=1m | |
rw=write | |
[Rand-Read-4KQ8T8] | |
iodepth=8 | |
numjobs=8 | |
bs=4k | |
rw=randread | |
[Rand-Write-4KQ8T8] | |
iodepth=8 | |
numjobs=8 | |
bs=4k | |
rw=randwrite | |
[Rand-Read-4KQ32T1] | |
iodepth=32 | |
numjobs=1 | |
bs=4k | |
rw=randread | |
[Rand-Write-4KQ32T1] | |
iodepth=32 | |
numjobs=1 | |
bs=4k | |
rw=randwrite | |
[Rand-Read-4KQ1T1] | |
iodepth=1 | |
numjobs=1 | |
bs=4k | |
rw=randread | |
[Rand-Write-4KQ1T1] | |
iodepth=1 | |
numjobs=1 | |
bs=4k | |
rw=randwrite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment