Update examples/netio to new option format
[fio.git] / examples / netio
index 2aa092882184d3032242faf9ae48c9884baab9ef..bd44adbe2c172dc476c72e53322bf823bcb1b99d 100644 (file)
@@ -1,8 +1,11 @@
 # Example network job, just defines two clients that send/recv data
 [global]
 ioengine=net
-#the below defaults to a tcp connection, add /udp at the end for udp
-filename=localhost/8888
+#Use hostname=/tmp.fio.sock for local unix domain sockets
+hostname=localhost
+port=8888
+#Use =udp for UDP, =unix for local unix domain socket
+protocol=tcp
 bs=4k
 size=10g
 #set the below option to enable end-to-end data integrity tests
@@ -12,4 +15,5 @@ size=10g
 rw=read
 
 [sender]
+startdelay=1
 rw=write