Skip to content

Instantly share code, notes, and snippets.

@u1tnk
Created December 3, 2018 23:54
Show Gist options
  • Save u1tnk/c175b05e7ee301b4c94f10cb72d0e8d6 to your computer and use it in GitHub Desktop.
Save u1tnk/c175b05e7ee301b4c94f10cb72d0e8d6 to your computer and use it in GitHub Desktop.
fio.config
[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