Add support for non-uniformly random file service type
authorJens Axboe <axboe@fb.com>
Tue, 17 May 2016 00:09:54 +0000 (18:09 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 17 May 2016 00:09:54 +0000 (18:09 -0600)
commit8c07860de982fabaaf41d44c22aa86aba2539b58
tree9ef97b16b2cb527af1b9403d01744436e89f64d5
parent8348daf915d4b2c3ec95a16ad803e9e42eb2bfda
Add support for non-uniformly random file service type

Similar options to random_distribution, this is just for the
selection of files. Like that option, you can do:

file_service_type=zipf:1.2

and get files selected through a zipfian distribution. This extends
the concept of hot and cold IO regions to have hotter and colder files
as well.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
file.h
fio.1
fio.h
init.c
io_u.c
options.c