Merge branch 'master' of https://github.com/celestinechen/fio
[fio.git] / examples / netio_vsock.fio
CommitLineData
80cc242a
MP
1# Example network vsock job, just defines two clients that send/recv data
2[global]
3ioengine=net
4
5port=8888
6protocol=vsock
7bs=4k
8size=100g
9
10#set the below option to enable end-to-end data integrity tests
11#verify=md5
12
13[receiver]
14listen
15rw=read
16
17[sender]
18# 1 (VMADDR_CID_LOCAL) is the well-known address
19# for local communication (loopback)
20hostname=1
21startdelay=1
22rw=write