X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=d42516a912bb0ad3bbc7a772317d9ac57918a58f;hp=145b547ea5404a84af510f8653a8816dc35db2c4;hb=e65a950ab73d7d91f267ad7f7b084d94e266fcb0;hpb=e12d2800f811cb64d376cfdaed9a1257f3fa9c99 diff --git a/fio.1 b/fio.1 index 145b547e..d42516a9 100644 --- a/fio.1 +++ b/fio.1 @@ -1048,6 +1048,12 @@ Some parameters are only valid when a specific ioengine is in use. These are used identically to normal parameters, with the caveat that when used on the command line, the must come after the ioengine that defines them is selected. .TP +.BI (cpu)cpuload \fR=\fPint +Attempt to use the specified percentage of CPU cycles. +.TP +.BI (cpu)cpuchunks \fR=\fPint +Split the load into cycles of the given time. In microseconds. +.TP .BI (libaio)userspace_reap Normally, with the libaio engine in use, fio will use the io_getevents system call to reap newly returned events.