Skip to content

Instantly share code, notes, and snippets.

@tobert
Created June 18, 2014 05:32
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/7c30a876bd38850e04d2 to your computer and use it in GitHub Desktop.
Save tobert/7c30a876bd38850e04d2 to your computer and use it in GitHub Desktop.
AIO 50:50 randrw JBOD 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
unlink=0
disable_lat=0
disable_clat=0
disable_slat=0
#filename_format=fiodata.$jobnum
[rw5050-sdi]
description="random 50/50 sdi"
directory=/mnt/sdi
size=25g
[rw5050-sdj]
description="random 50/50 sdj"
directory=/mnt/sdj
size=25g
[rw5050-sdk]
description="random 50/50 sdk"
directory=/mnt/sdk
size=25g
[rw5050-sdl]
description="random 50/50 sdl"
directory=/mnt/sdl
size=25g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment