Fix hyphen as minus sign errors by escaping minus signs.
[fio.git] / examples / netio
index d173a9f27be2e4ac6239832db4b63ac246c7739c..3b1a7cd93183c70e5a480d7ed4e6adc7f9970536 100644 (file)
@@ -1,14 +1,20 @@
 # Example network job, just defines two clients that send/recv data
 [global]
 ioengine=net
-filename=localhost/8888
-size=4k
+#Use hostname=/tmp.fio.sock for local unix domain sockets
+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
+#verify=md5
 
 [receiver]
+listen
 rw=read
-cpumask=1
 
 [sender]
+hostname=localhost
+startdelay=1
 rw=write
-cpumask=1