glusterfs: update for new API
[fio.git] / examples / fio-rand-RW.fio
1 ; fio-rand-RW.job for fiotest
2
3 [global]
4 name=fio-rand-RW
5 filename=fio-rand-RW
6 rw=randrw
7 rwmixread=60
8 rwmixwrite=40
9 bs=4K
10 direct=0
11 numjobs=4
12 time_based=1
13 runtime=900
14
15 [file1]
16 size=10G
17 ioengine=libaio
18 iodepth=16