t/zbd: fix wrong units in test case #37
[fio.git] / examples / cpuio.fio
1 [global]
2 ioengine=cpuio
3 time_based
4 runtime=15
5
6 # The following example load 2 cores at 50% with the noop (default) mode
7 [burn_2x50_noop]
8 cpuload=50
9 numjobs=2
10 cpumode=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]
15 stonewall
16 cpuload=50
17 numjobs=2
18 cpumode=qsort