X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=examples%2Fnetio;h=2aa092882184d3032242faf9ae48c9884baab9ef;hp=d173a9f27be2e4ac6239832db4b63ac246c7739c;hb=e77c010d2c5bcd98c72797db9146b7a556444bc5;hpb=9f9214f243701626a04b4a0f9aceec03b8b40e0f diff --git a/examples/netio b/examples/netio index d173a9f2..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 -size=4k +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