Skip to content

Instantly share code, notes, and snippets.

@tutsunom
Last active March 27, 2020 03:19
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 tutsunom/600b7dfa61f59beccb8b59eb72c5e7d6 to your computer and use it in GitHub Desktop.
Save tutsunom/600b7dfa61f59beccb8b59eb72c5e7d6 to your computer and use it in GitHub Desktop.
fio-tools: 1,4,16,64,256 outstanding io 4K random write for 2min respectively
[global]
time_based
runtime=120
startdelay=10
ramp_time=10
direct=1
rw=randwrite
size=100G
numjobs=1
ioengine=libaio
bs=4k
write_bw_log=randwrite-test
write_lat_log=randwrite-test
write_iops_log=randwrite-test
log_avg_msec=1000
directory=/tmp
[1-iodepth]
iodepth=1
[4-iodepth]
iodepth=4
[16-iodepth]
iodepth=16
[64-iodepth]
iodepth=64
[256-iodepth]
iodepth=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment