From e9f484791ffd436f39bae0b601e6fc97942c1814 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 3 Jun 2009 12:14:08 +0200 Subject: [PATCH] Add pre_read to man page Signed-off-by: Jens Axboe --- fio.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fio.1 b/fio.1 index 85304ed5..a897d279 100644 --- 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 -- 2.25.1