net: Add UDP multicast example job file
authorShawn Bohrer <sbohrer@rgmadvisors.com>
Mon, 22 Jul 2013 14:57:44 +0000 (09:57 -0500)
committerJens Axboe <axboe@kernel.dk>
Mon, 22 Jul 2013 15:04:38 +0000 (09:04 -0600)
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>
examples/netio_multicast.fio [new file with mode: 0644]

diff --git a/examples/netio_multicast.fio b/examples/netio_multicast.fio
new file mode 100644 (file)
index 0000000..f7d9d26
--- /dev/null
@@ -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