fio HOWTO/man fix
authorgurudas pai <gurudas.pai@oracle.com>
Fri, 5 Oct 2007 11:20:18 +0000 (13:20 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 5 Oct 2007 11:20:18 +0000 (13:20 +0200)
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 <jens.axboe@oracle.com>
HOWTO
fio.1

diff --git a/HOWTO b/HOWTO
index d185f8a2944a36d3c45ad33810cdc9dd42c56bd2..5d757b2d17f716d3b143171cf716d1c8fba6e2a0 100644 (file)
--- 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 2f60b5e88559ebf81e9462ae33affce8a513768e..aacee101d0efa247eea771a19902496ab7284ff8 100644 (file)
--- 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