t/io_uring: don't append 'K' to IOPS if we don't divide by 1000
[fio.git] / examples / nfs.fio
1 [global]
2 nfs_url=nfs://127.0.0.1/nfs
3 blocksize=524288
4 iodepth=10
5 ioengine=nfs
6 size=104857600
7 lat_percentiles=1
8 group_reporting
9 numjobs=10
10 ramp_time=5s
11 filename_format=myfiles.$clientuid.$jobnum.$filenum
12 time_based=1
13
14 [write]
15 rw=write
16 runtime=10s
17 stonewall
18
19 [read]
20 wait_for=write
21 rw=randread
22 runtime=10s