All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] Fix wrong cpuio option name in documentation
@ 2016-07-19 16:33 Tomohiro Kusumi
  2016-07-19 16:33 ` [PATCH 2/7] Add CPU affinity support for DragonFlyBSD Tomohiro Kusumi
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Tomohiro Kusumi @ 2016-07-19 16:33 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

The name of an option for cpuio engine is "cpuchunks",
though the code internally uses "cpucycle" for variables.

(If the option name "cpuchunks" is the incorrect one,
I'll resubmit a patch that corrects the option name)

 # fio --enghelp=cpuio
 cpuload                 : Use this percentage of CPU
   cpuchunks             : Length of the CPU burn cycles (usecs)
   exit_on_io_done         : Exit when IO threads finish

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
---
 HOWTO | 2 +-
 fio.1 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HOWTO b/HOWTO
index a50f93e..2a4f4d0 100644
--- a/HOWTO
+++ b/HOWTO
@@ -749,7 +749,7 @@ ioengine=str	Defines how the job issues io to the file. The following
 
 			cpuio	Doesn't transfer any data, but burns CPU
 				cycles according to the cpuload= and
-				cpucycle= options. Setting cpuload=85
+				cpuchunks= options. Setting cpuload=85
 				will cause that job to do nothing but burn
 				85% of the CPU. In case of SMP machines,
 				use numjobs=<no_of_cpu> to get desired CPU
diff --git a/fio.1 b/fio.1
index 353f8ff..e89c3d1 100644
--- a/fio.1
+++ b/fio.1
@@ -654,7 +654,7 @@ and send/receive. This ioengine defines engine specific options.
 .TP
 .B cpuio
 Doesn't transfer any data, but burns CPU cycles according to \fBcpuload\fR and
-\fBcpucycles\fR parameters.
+\fBcpuchunks\fR parameters.
 .TP
 .B guasi
 The GUASI I/O engine is the Generic Userspace Asynchronous Syscall Interface
-- 
2.5.5



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-19 22:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-19 16:33 [PATCH 1/7] Fix wrong cpuio option name in documentation Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 2/7] Add CPU affinity support for DragonFlyBSD Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 3/7] Make I/O priority option generic for non-Linux environment [1/2] Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 4/7] Make I/O priority option generic for non-Linux environment [2/2] Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 5/7] Add ioprio_set() support for DragonFlyBSD Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 6/7] Change ARCH_X86_64_h to ARCH_X86_64_H Tomohiro Kusumi
2016-07-19 16:33 ` [PATCH 7/7] Add os/os-linux-syscall.h to separate syscall NR from arch headers Tomohiro Kusumi
2016-07-19 21:47 ` [PATCH 1/7] Fix wrong cpuio option name in documentation Jens Axboe
2016-07-19 22:20   ` Tomohiro Kusumi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.