Add filename_format option
authorJens Axboe <axboe@kernel.dk>
Fri, 5 Apr 2013 09:09:20 +0000 (11:09 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 5 Apr 2013 09:09:20 +0000 (11:09 +0200)
commitde98bd30b02bd89a78059d162b2c8426e889703d
tree51ea017dc25537151f7948cadf20f64e11173df0
parent2dc7637600dd1b8936ab173e20110af03d381407
Add filename_format option

Allows the user to set how fio should generate the file names
used by jobs. The default is $jobname.$jobnumber.$filenumber
as it always has been, but now it's configurable as well. See
the included documentation.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
HOWTO
filesetup.c
fio.1
fio.h
init.c
options.c