Skip to content

Instantly share code, notes, and snippets.

@sarum90
Last active November 12, 2015 00:19
Show Gist options
  • Save sarum90/054c2705e6444c5f1b93 to your computer and use it in GitHub Desktop.
Save sarum90/054c2705e6444c5f1b93 to your computer and use it in GitHub Desktop.
Write pass for filling volumes with data before testing their read speeds.
[global]
direct=1
ioengine=libaio
rw=randwrite
numjobs=16
size=1G
bs=16k
time_based
runtime=20
group_reporting
stonewall
name=test_file
norandommap
[test-write-gold]
directory=/gold
write_bw_log=randread-gold-test
write_lat_log=randread-gold-test
write_iops_log=randread-gold-test
[test-write-silver]
directory=/silver
write_bw_log=randread-silver-test
write_lat_log=randread-silver-test
write_iops_log=randread-silver-test
[test-write-bronze]
directory=/bronze
write_bw_log=randread-bronze-test
write_lat_log=randread-bronze-test
write_iops_log=randread-bronze-test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment