Created
July 27, 2024 14:13
-
-
Save muradbu/7f834cdf16c34736946c92283a2027a1 to your computer and use it in GitHub Desktop.
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
[global] | |
ioengine=libaio | |
direct=1 | |
time_based | |
runtime=300 | |
group_reporting | |
filename=/tmp/test_file | |
size=10G | |
[random-read] | |
description=Simulates reading pieces from different parts of files | |
rw=randread | |
bs=256K | |
iodepth=32 | |
numjobs=4 | |
percentage_random=100 | |
[random-write] | |
description=Simulates writing newly downloaded pieces | |
rw=randwrite | |
bs=256K | |
iodepth=16 | |
numjobs=2 | |
percentage_random=100 | |
[mixed-readwrite] | |
description=Simulates simultaneous reading and writing | |
rw=randrw | |
bs=128K | |
rwmixread=70 | |
iodepth=24 | |
numjobs=3 | |
percentage_random=100 | |
[sequential-read] | |
description=Simulates reading larger sequential chunks | |
rw=read | |
bs=1M | |
iodepth=8 | |
numjobs=1 | |
percentage_random=0 | |
[sequential-write] | |
description=Simulates writing larger sequential chunks | |
rw=write | |
bs=1M | |
iodepth=8 | |
numjobs=1 | |
percentage_random=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment