blob: 2aa092882184d3032242faf9ae48c9884baab9ef [file] [log] [blame]
Jens Axboeb9448b92007-03-02 08:58:05 +01001# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
Jens Axboee77c0102009-01-16 19:17:35 +01004#the below defaults to a tcp connection, add /udp at the end for udp
Jens Axboe9f9214f2007-03-13 14:02:16 +01005filename=localhost/8888
Jens Axboe36afc112007-03-28 11:31:01 +02006bs=4k
Jens Axboeb9448b92007-03-02 08:58:05 +01007size=10g
Jens Axboec6c3b282007-07-26 13:19:57 +02008#set the below option to enable end-to-end data integrity tests
9#verify=md5
Jens Axboeb9448b92007-03-02 08:58:05 +010010
11[receiver]
12rw=read
Jens Axboeb9448b92007-03-02 08:58:05 +010013
14[sender]
15rw=write