client: check and error out on exceeding number of command line args to pass
[fio.git] / examples / netio
1 # Example network job, just defines two clients that send/recv data
2 [global]
3 ioengine=net
4 #the below defaults to a tcp connection, add /udp at the end for udp
5 filename=localhost/8888
6 bs=4k
7 size=10g
8 #set the below option to enable end-to-end data integrity tests
9 #verify=md5
10
11 [receiver]
12 rw=read
13
14 [sender]
15 rw=write