Merge branch 'nfs' of https://github.com/panxiao2014/fio
[fio.git] / examples / netio_vsock_receiver.fio
CommitLineData
80cc242a
MP
1# Example network vsock job, just defines a receiver
2[global]
3ioengine=net
4port=8888
5protocol=vsock
6bs=4k
7size=100g
8
9#set the below option to enable end-to-end data integrity tests
10#verify=md5
11
12[receiver]
13listen
14rw=read