X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=06408e40e16a91fadeea2dce399efc444845b6e5;hp=745e9c72906a378fe1c5fb3818b3ab139834d633;hb=c1302d44dd1720bebe5308f976b59d879d994fd3;hpb=8a7bd8773ceb3202690f2de4a9cd0e738b5a6edc diff --git a/HOWTO b/HOWTO index 745e9c72..06408e40 100644 --- a/HOWTO +++ b/HOWTO @@ -253,6 +253,14 @@ bs_unaligned If this option is given, any byte size value within bsrange nrfiles=int Number of files to use for this job. Defaults to 1. +file_service_type=str Defines how fio decides which file from a job to + service next. The following types are defined: + + random Just choose a file at random. + + roundrobin Round robin over open files. This + is the default. + ioengine=str Defines how the job issues io to the file. The following types are defined: