Skip to content

Instantly share code, notes, and snippets.

@gnyman

gnyman/bench.fio Secret

Created March 21, 2024 14:53
Show Gist options
  • Select an option

  • Save gnyman/a2c238de452dd2cf31cb82dfe9bccd89 to your computer and use it in GitHub Desktop.

Select an option

Save gnyman/a2c238de452dd2cf31cb82dfe9bccd89 to your computer and use it in GitHub Desktop.
[global]
size=10G
time_based
ramp_time=2s
ioengine=libaio
direct=1
verify=0
[write_throughput]
numjobs=8
bs=1M
iodepth=64
rw=write
runtime=10s
group_reporting=1
stonewall
[read_throughput]
numjobs=8
bs=1M
iodepth=64
rw=read
runtime=10s
group_reporting=1
stonewall
[write_iops]
bs=4K
iodepth=64
rw=randwrite
runtime=10s
group_reporting=1
stonewall
[read_iops]
bs=4K
iodepth=64
rw=randread
runtime=10s
group_reporting=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment