X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=examples%2Fnetio;h=5b07468a6a560eb6710bc23b19518d27a27f476b;hp=2aa092882184d3032242faf9ae48c9884baab9ef;hb=0fd666bf0d5fc373f28b1b43d1df817f8ec89605;hpb=3c5f57e36712decffa103c8a655b9a693c6d3d13;ds=sidebyside diff --git a/examples/netio b/examples/netio index 2aa09288..5b07468a 100644 --- a/examples/netio +++ b/examples/netio @@ -1,8 +1,12 @@ # 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 +#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 @@ -12,4 +16,5 @@ size=10g rw=read [sender] +startdelay=1 rw=write