Fio 3.37
[fio.git] / examples / netio_vsock_sender.fio
1 # Example network vsock job, just defines a sender
2 [global]
3 ioengine=net
4 port=8888
5 protocol=vsock
6 bs=4k
7 size=100g
8
9 #set the below option to enable end-to-end data integrity tests
10 #verify=md5
11
12 [sender]
13 # set the 'hostname' option to the CID of the listening domain
14 hostname=3
15 startdelay=1
16 rw=write
17