X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=7a06fbc4fc7b61435f09d2863c5917ac7151d089;hp=22c32fd0f59c1deeba9b96bd3f563064485c7b52;hb=4aaefbfa2b7a7a70ff6c6851dc3cee01b5993149;hpb=23893646c9306b785f866fb9e976f3db673af0ca diff --git a/fio.1 b/fio.1 index 22c32fd0..7a06fbc4 100644 --- a/fio.1 +++ b/fio.1 @@ -1141,6 +1141,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.