Fio 1.99.11
[fio.git] / examples / netio
1 # Example network job, just defines two clients that send/recv data
2 [global]
3 ioengine=net
4 #this would use UDP over localhost, port 8888
5 #filename=localhost,8888,udp
6 #this would use a local domain socket /tmp/fio.sock
7 #filename=/tmp/fio.sock,,unix
8 #TCP, port 8888, localhost
9 filename=localhost,8888,tcp
10 bs=4k
11 size=10g
12 #set the below option to enable end-to-end data integrity tests
13 #verify=md5
14
15 [receiver]
16 rw=read
17
18 [sender]
19 startdelay=1
20 rw=write