From: Jens Axboe Date: Wed, 9 Nov 2011 13:31:47 +0000 (+0100) Subject: Update examples/netio to new option format X-Git-Tag: fio-1.99.12~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=160c715eb0fa639b832f6f98f8baf8ac37584618 Update examples/netio to new option format Signed-off-by: Jens Axboe --- diff --git a/examples/netio b/examples/netio index 5b07468a..bd44adbe 100644 --- a/examples/netio +++ b/examples/netio @@ -1,12 +1,11 @@ # Example network job, just defines two clients that send/recv data [global] ioengine=net -#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 +#Use hostname=/tmp.fio.sock for local unix domain sockets +hostname=localhost +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