X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=e23d4092cce3cae460d65882969c1cafa4b34502;hb=a1db4528a59a99c5e2aa66091c505fb60e3a70ca;hp=f32d791594e24ed46d818c407bcd79e1b6e57c18;hpb=738694ae75722aee2aa3952257af62aee7957770;p=fio.git diff --git a/fio.1 b/fio.1 index f32d7915..e23d4092 100644 --- a/fio.1 +++ b/fio.1 @@ -2091,6 +2091,19 @@ option when using cpuio I/O engine. .BI (cpuio)cpuchunks \fR=\fPint Split the load into cycles of the given time. In microseconds. .TP +.BI (cpuio)cpumode \fR=\fPstr +Specify how to stress the CPU. It can take these two values: +.RS +.RS +.TP +.B noop +This is the default and directs the CPU to execute noop instructions. +.TP +.B qsort +Replace the default noop instructions with a qsort algorithm to consume more energy. +.RE +.RE +.TP .BI (cpuio)exit_on_io_done \fR=\fPbool Detect when I/O threads are done, then exit. .TP