Add pre_read to man page
authorJens Axboe <jens.axboe@oracle.com>
Wed, 3 Jun 2009 10:14:08 +0000 (12:14 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 3 Jun 2009 10:14:08 +0000 (12:14 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.1

diff --git a/fio.1 b/fio.1
index 85304ed57dc1104eb62280fd422d695f905786fe..a897d27981a9b1de289121cd0ac58f48ada276ca 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -473,6 +473,11 @@ If true, serialize file creation for the jobs.  Default: true.
 .BI create_on_open \fR=\fPbool
 If true, the files are not created until they are opened for IO by the job.
 .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
+pointless to pre-read and then drop the cache.
+.TP
 .BI unlink \fR=\fPbool
 Unlink job files when done.  Default: false.
 .TP