t/zbd: avoid test case 31 failure with small devices
[fio.git] / examples / cpuio.fio
... / ...
CommitLineData
1[global]
2ioengine=cpuio
3time_based
4runtime=15
5
6# The following example load 2 cores at 50% with the noop (default) mode
7[burn_2x50_noop]
8cpuload=50
9numjobs=2
10cpumode=noop
11
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