Be a little more clever in finding child options
[fio.git] / examples / netio
1 # Example network job, just defines two clients that send/recv data
2 [global]
3 ioengine=net
4 filename=localhost/8888
5 bs=4k
6 size=10g
7 #set the below option to enable end-to-end data integrity tests
8 #verify=md5
9
10 [receiver]
11 rw=read
12
13 [sender]
14 rw=write