Update command line usage help
[fio.git] / examples / netio
... / ...
CommitLineData
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
4#this would use UDP over localhost, port 8888
5#filename=localhost,8888,udp
6#this would use a local domain socket /tmp/fio.sock
7#filename=/tmp/fio.sock,,unix
8#TCP, port 8888, localhost
9filename=localhost,8888,tcp
10bs=4k
11size=10g
12#set the below option to enable end-to-end data integrity tests
13#verify=md5
14
15[receiver]
16rw=read
17
18[sender]
19startdelay=1
20rw=write