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