Skip to content

Commit

Permalink
net: Add UDP multicast example job file
Browse files Browse the repository at this point in the history
This adds a pingpong UDP multicast example with two readers.

Signed-off-by: Shawn Bohrer <sbohrer@rgmadvisors.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Shawn Bohrer authored and axboe committed Jul 22, 2013
1 parent d3a623d commit 21356fe
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions examples/netio_multicast.fio
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# netio UDP multicast example. Writers and readers can be run on separate hosts.
[global]
ioengine=net
protocol=udp
bs=64
size=100m
# Set interface IP to send/receive traffic through specific network interface
#interface=10.8.16.22
port=10000
hostname=239.0.0.0
ttl=1

[pingpong_reader]
pingpong=1
rw=read

[normal_reader]
rw=read

[pingpong_writer]
startdelay=1
pingpong=1
rw=write

0 comments on commit 21356fe

Please sign in to comment.