Skip to content

Instantly share code, notes, and snippets.

@takuya
Last active February 18, 2022 09:47
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 takuya/6599a4b012080f8aef36582b9efc2fed to your computer and use it in GitHub Desktop.
Save takuya/6599a4b012080f8aef36582b9efc2fed to your computer and use it in GitHub Desktop.
[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