Skip to content

Instantly share code, notes, and snippets.

@motorailgun
Created January 10, 2021 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motorailgun/a56ba38afee88652cea0d1c5bd6b5449 to your computer and use it in GitHub Desktop.
Save motorailgun/a56ba38afee88652cea0d1c5bd6b5449 to your computer and use it in GitHub Desktop.
Fio Benchmark Setting
[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