Skip to content

Instantly share code, notes, and snippets.

@tobert
Created June 18, 2014 05:29
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 tobert/5d4ef72021f6d4273464 to your computer and use it in GitHub Desktop.
Save tobert/5d4ef72021f6d4273464 to your computer and use it in GitHub Desktop.
ZFS (mmap) 50:50 randrw fio config
[global]
rw=randrw
rwmixread=50
rwmixwrite=50
blocksize=4096
ioengine=mmap
iodepth=32
iodepth_batch=16
iodepth_batch_complete=16
group_reporting=1
ramp_time=5
time_based=1
runtime=600s
randrepeat=0
directory=/mnt/sdi
unlink=0
disable_lat=0
disable_clat=0
disable_slat=0
numjobs=4
size=25g
filename_format=fiodata.$jobnum
[rw5050]
description="random 50/50"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment