X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=10cb51d5ced620e523a60aff4600c17566e054a6;hp=7997526a343120e3d24eb64fc51784498cae7749;hb=fb390e242cac8868e01cdc2046c63e04e3d53d70;hpb=033bbb5119b3135f198b7a6032d484e227d97c69 diff --git a/fio.1 b/fio.1 index 7997526a..10cb51d5 100644 --- a/fio.1 +++ b/fio.1 @@ -1016,6 +1016,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.