Skip to content

Instantly share code, notes, and snippets.

@tobert
Last active August 29, 2015 14:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tobert/3a89f947b7b5c6327328 to your computer and use it in GitHub Desktop.
AIO 50:50 randrw RAID fio config
[global]
rw=randrw
rwmixread=50
rwmixwrite=50
blocksize=4096
ioengine=libaio
norandommap=1
direct=1
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"
write_lat_log=lat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment