Jens Axboe | e25839d | 2012-11-06 10:49:42 +0100 | [diff] [blame] | 1 | # Example job file for using a zipf distribution instead |
2 | # of a purely random workload where each block is read | ||||
3 | # or written once. | ||||
4 | [job] | ||||
5 | ioengine=null | ||||
6 | rw=randread | ||||
7 | norandommap | ||||
8 | size=1280m | ||||
9 | bs=4k | ||||
10 | random_distribution=zipf:0.5 |