X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=examples%2Fnetio;h=2aa092882184d3032242faf9ae48c9884baab9ef;hp=bb103f1532c26fab48f5a534dc055707bd984c77;hb=e77c010d2c5bcd98c72797db9146b7a556444bc5;hpb=36afc119b60491fb0e26249f04ed7d43172cc9a5 diff --git a/examples/netio b/examples/netio index bb103f15..2aa09288 100644 --- a/examples/netio +++ b/examples/netio @@ -1,14 +1,15 @@ # 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 bs=4k size=10g +#set the below option to enable end-to-end data integrity tests +#verify=md5 [receiver] rw=read -cpumask=1 [sender] rw=write -cpumask=1