splice: update to new vmsplice-to-user interface
[fio.git] / examples / netio
... / ...
CommitLineData
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
4filename=localhost/8888
5bs=4k
6size=10g
7#set the below option to enable end-to-end data integrity tests
8#verify=md5
9
10[receiver]
11rw=read
12
13[sender]
14rw=write