X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=38f5dcea06670849809efb94af69ea7eebee6b1b;hp=f4ebac94348eef97b46b70b80dce8d1e3130dda4;hb=ed92ac0ce9ce1cc64697272d307d4fa7d18ed64c;hpb=f8fe35e8c9e88dd681ea151251d75f6116a958b4 diff --git a/HOWTO b/HOWTO index f4ebac94..38f5dcea 100644 --- a/HOWTO +++ b/HOWTO @@ -203,7 +203,9 @@ directory=str Prefix filenames with this directory. Used to places files filename=str Fio normally makes up a filename based on the job name, thread number, and file number. If you want to share files between threads in a job or several jobs, specify - a filename for each of them to override the default. + a filename for each of them to override the default. If + the ioengine used is 'net', the filename is the host and + port to connect to in the format of =host:port. rw=str Type of io pattern. Accepted values are: @@ -278,6 +280,12 @@ ioengine=str Defines how the job issues io to the file. The following to. This is mainly used to exercise fio itself and for debugging/testing purposes. + net Transfer over the network to given host:port. + 'filename' must be set appropriately to + filename=host:port regardless of send + or receive, if the latter only the port + argument is used. + iodepth=int This defines how many io units to keep in flight against the file. The default is 1 for each file defined in this job, can be overridden with a larger value for higher