fix net engine client read server write bug
[fio.git] / examples / netio
... / ...
CommitLineData
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
4#Use hostname=/tmp.fio.sock for local unix domain sockets
5port=8888
6#Use =udp for UDP, =unix for local unix domain socket
7protocol=tcp
8bs=4k
9size=10g
10#set the below option to enable end-to-end data integrity tests
11#verify=md5
12
13[receiver]
14listen
15rw=read
16
17[sender]
18hostname=localhost
19startdelay=1
20rw=write