Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
authorJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 12:29:21 +0000 (14:29 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 2 May 2012 12:29:21 +0000 (14:29 +0200)
1  2 
fio.1

diff --combined fio.1
index 8cc219423a2f614a76d8b4b74b00118f8f3c0b12,352c2ca163c2478500d8e483425d7a3aedce5501..7997526a343120e3d24eb64fc51784498cae7749
--- 1/fio.1
--- 2/fio.1
+++ b/fio.1
@@@ -204,7 -204,7 +204,7 @@@ Mixed random reads and writes
  .P
  For mixed I/O, the default split is 50/50. For certain types of io the result
  may still be skewed a bit, since the speed may be different. It is possible to
- specify a number of IO's to do before getting a new offset, this is one by
+ specify a number of IO's to do before getting a new offset, this is done by
  appending a `:\fI<nr>\fR to the end of the string given. For a random read, it
  would look like \fBrw=randread:8\fR for passing in an offset modifier with a
  value of 8. If the postfix is used with a sequential IO pattern, then the value
@@@ -555,6 -555,10 +555,6 @@@ Sync file contents when job exits.  Def
  If true, sync file contents on close.  This differs from \fBend_fsync\fR in that
  it will happen on every close, not just at the end of the job.  Default: false.
  .TP
 -.BI rwmixcycle \fR=\fPint
 -How many milliseconds before switching between reads and writes for a mixed
 -workload. Default: 500ms.
 -.TP
  .BI rwmixread \fR=\fPint
  Percentage of a mixed workload that should be reads. Default: 50.
  .TP
@@@ -721,11 -725,6 +721,11 @@@ If true, serialize file creation for th
  .BI create_on_open \fR=\fPbool
  If true, the files are not created until they are opened for IO by the job.
  .TP
 +.BI create_only \fR=\fPbool
 +If true, fio will only run the setup phase of the job. If files need to be
 +laid out or updated on disk, only that will be done. The actual job contents
 +are not executed.
 +.TP
  .BI pre_read \fR=\fPbool
  If this is given, files will be pre-read into memory before starting the given
  IO operation. This will also clear the \fR \fBinvalidate\fR flag, since it is