t/zbd: avoid test case 31 failure with small devices
[fio.git] / examples / cpuio.fio
CommitLineData
2557f7e6
YR
1[global]
2ioengine=cpuio
3time_based
9de473a8 4runtime=15
2557f7e6 5
9de473a8
EV
6# The following example load 2 cores at 50% with the noop (default) mode
7[burn_2x50_noop]
2557f7e6 8cpuload=50
9de473a8
EV
9numjobs=2
10cpumode=noop
2557f7e6 11
9de473a8
EV
12# Once burn_2x50_noop is over,
13# fio load 2 cores at 50% with the qsort mode which drains much more power
14[burn_2x50%_qsort]
15stonewall
16cpuload=50
17numjobs=2
18cpumode=qsort