net: support for unix domain sockets
[fio.git] / examples / netio
index d173a9f27be2e4ac6239832db4b63ac246c7739c..5b07468a6a560eb6710bc23b19518d27a27f476b 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
+#this would use UDP over localhost, port 8888
+#filename=localhost,8888,udp
+#this would use a local domain socket /tmp/fio.sock
+#filename=/tmp/fio.sock,,unix
+#TCP, port 8888, localhost
+filename=localhost,8888,tcp
+bs=4k
 size=10g
+#set the below option to enable end-to-end data integrity tests
+#verify=md5
 
 [receiver]
 rw=read
-cpumask=1
 
 [sender]
+startdelay=1
 rw=write
-cpumask=1