FIO ini files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read test from blob storage ram disk | |
[global] | |
size=4g | |
direct=0 | |
iodepth=8 | |
ioengine=libaio | |
bs=512k | |
[reader1] | |
rw=randread | |
directory=/mnt/jeffblobramdisk | |
[reader2] | |
rw=randread | |
directory=/mnt/jeffblobramdisk | |
[reader3] | |
rw=randread | |
directory=/mnt/jeffblobramdisk | |
[reader4] | |
rw=randread | |
directory=/mnt/jeffblobramdisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Read test from blob storage temp disk | |
[global] | |
size=4g | |
direct=0 | |
iodepth=8 | |
ioengine=libaio | |
bs=512k | |
[reader1] | |
rw=randread | |
directory=/mnt/jeffblobtemp | |
[reader2] | |
rw=randread | |
directory=/mnt/jeffblobtemp | |
[reader3] | |
rw=randread | |
directory=/mnt/jeffblobtemp | |
[reader4] | |
rw=randread | |
directory=/mnt/jeffblobtemp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Write test to blob storage ramdisk | |
[global] | |
size=4g | |
direct=0 | |
iodepth=8 | |
ioengine=libaio | |
bs=512k | |
[writer1] | |
rw=write | |
directory=/mnt/jeffblobramdisk | |
[writer2] | |
rw=write | |
directory=/mnt/jeffblobramdisk | |
[writer3] | |
rw=write | |
directory=/mnt/jeffblobramdisk | |
[writer4] | |
rw=write | |
directory=/mnt/jeffblobramdisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Write test to blob storage temp disk | |
[global] | |
size=4g | |
direct=0 | |
iodepth=8 | |
ioengine=libaio | |
bs=512k | |
[writer1] | |
rw=write | |
directory=/mnt/jeffblobtemp | |
[writer2] | |
rw=write | |
directory=/mnt/jeffblobtemp | |
[writer3] | |
rw=write | |
directory=/mnt/jeffblobtemp | |
[writer4] | |
rw=write | |
directory=/mnt/jeffblobtemp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment