Skip to content

Instantly share code, notes, and snippets.

@mazgi
Created April 4, 2014 04:10
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 mazgi/9967968 to your computer and use it in GitHub Desktop.
Save mazgi/9967968 to your computer and use it in GitHub Desktop.
fio benchmark
[global]
ioengine=libaio
direct=1
invalidate=1
group_reporting
filename=test.bin
runtime=60
[Rand-Read-4k-qd32]
readwrite=randread
size=1G
bs=4k
iodepth=32
numjobs=1
[global]
ioengine=libaio
direct=1
invalidate=1
group_reporting
filename=test.bin
runtime=60
[Rand-Write-4k-qd32]
readwrite=randwrite
size=1G
bs=4k
iodepth=32
numjobs=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment