Add sample job for doing a quick SSD performance analysis
[fio.git] / examples / netio
CommitLineData
b9448b92
JA
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
e77c010d 4#the below defaults to a tcp connection, add /udp at the end for udp
9f9214f2 5filename=localhost/8888
36afc119 6bs=4k
b9448b92 7size=10g
c6c3b28a
JA
8#set the below option to enable end-to-end data integrity tests
9#verify=md5
b9448b92
JA
10
11[receiver]
12rw=read
b9448b92
JA
13
14[sender]
15rw=write