t/io_uring: clean up aio wait loop
[fio.git] / examples / cmdprio-percentage.fio
CommitLineData
63176c21
DLM
1; Read a block device file at queue depth 8
2; with 20 % of the IOs using the high priority RT class
3; and the remaining IOs using the idle priority class
4[global]
5filename=/dev/sda
6direct=1
7write_lat_log=prio-run.log
8log_prio=1
9
10[randread]
11rw=randread
12bs=128k
13ioengine=libaio
14iodepth=8
15prioclass=3
16cmdprio_percentage=20
17cmdprio_class=1