From: Jens Axboe Date: Tue, 24 Oct 2006 17:05:53 +0000 (+0200) Subject: [PATCH] Document filename= option X-Git-Tag: fio-1.8~44 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;ds=sidebyside;h=b50b87559205b4758deba7c547ab07bf6f2e8ff8;hp=8e9fe637622aab409101c90d26670375a50ff4f3;p=fio.git [PATCH] Document filename= option Signed-off-by: Jens Axboe --- diff --git a/README b/README index d8cca8af..98d82fa6 100644 --- a/README +++ b/README @@ -68,6 +68,10 @@ The job file parameters are: name=x Use 'x' as the identifier for this job. directory=x Use 'x' as the top level directory for storing files + filename=x Force the use of 'x' as the filename for all files + in this thread. If not given, fio will make up + a suitable filename based on the thread and file + number. rw=x 'x' may be: read, randread, write, randwrite, rw (read-write mix), randrw (read-write random mix) rwmixcycle=x Base cycle for switching between read and write