From: gurudas pai Date: Fri, 5 Oct 2007 11:20:18 +0000 (+0200) Subject: fio HOWTO/man fix X-Git-Tag: fio-1.17.2~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=53aec0a4d0e0a9b3163c5ca651b9e4636ff7e1ec;hp=67f5b27ed25e87102455e9a49eadabb00e873b0e fio HOWTO/man fix If I use ioengine=cpu , fio errors out, I referred HOWTO and man pages, both says use "cpu" for cpu load. Looked at the code it should be ioengine=cpuio. Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index d185f8a2..5d757b2d 100644 --- a/HOWTO +++ b/HOWTO @@ -347,7 +347,7 @@ ioengine=str Defines how the job issues io to the file. The following netsplice Like net, but uses splice/vmsplice to map data and send/receive. - cpu Doesn't transfer any data, but burns CPU + cpuio Doesn't transfer any data, but burns CPU cycles according to the cpuload= and cpucycle= options. Setting cpuload=85 will cause that job to do nothing but burn diff --git a/fio.1 b/fio.1 index 2f60b5e8..aacee101 100644 --- a/fio.1 +++ b/fio.1 @@ -244,7 +244,7 @@ Transfer over the network. \fBfilename\fR must be set appropriately to Like \fBnet\fR, but uses \fIsplice\fR\|(2) and \fIvmsplice\fR\|(2) to map data and send/receive. .TP -.B cpu +.B cpuio Doesn't transfer any data, but burns CPU cycles according to \fBcpuload\fR and \fBcpucycles\fR parameters. .TP