engines/cpu: Adding qsort capabilities
[fio.git] / examples / cpuio.fio
index 577e0729f1fe5097ee154bbe9fd1a704f89c6208..471cf4b20a76e3e097a15600fa4ec1f652725739 100644 (file)
@@ -1,8 +1,18 @@
 [global]
 ioengine=cpuio
 time_based
-runtime=10
+runtime=15
 
-[burn50percent]
+# The following example load 2 cores at 50% with the noop (default) mode
+[burn_2x50_noop]
 cpuload=50
+numjobs=2
+cpumode=noop
 
+# Once burn_2x50_noop is over,
+# fio load 2 cores at 50% with the qsort mode which drains much more power
+[burn_2x50%_qsort]
+stonewall
+cpuload=50
+numjobs=2
+cpumode=qsort