docs: update for new data placement options
[fio.git] / examples / cmdprio-percentage.fio
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]
5 filename=/dev/sda
6 direct=1
7 write_lat_log=prio-run.log
8 log_prio=1
9
10 [randread]
11 rw=randread
12 bs=128k
13 ioengine=libaio
14 iodepth=8
15 prioclass=3
16 cmdprio_percentage=20
17 cmdprio_class=1