Fix short IO handling for verifies as well
[fio.git] / examples / netio
CommitLineData
b9448b92
JA
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
9f9214f2 4filename=localhost/8888
b9448b92
JA
5size=4k
6size=10g
7
8[receiver]
9rw=read
10cpumask=1
11
12[sender]
13rw=write
14cpumask=1