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