X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=f7d7457732b0a8202d15a7637d328ca58d8fba34;hp=be32af4ed76f08412fc83e2a0165b882020e8059;hb=ed92ac0ce9ce1cc64697272d307d4fa7d18ed64c;hpb=f8fe35e8c9e88dd681ea151251d75f6116a958b4 diff --git a/README b/README index be32af4e..f7d74577 100644 --- a/README +++ b/README @@ -101,11 +101,11 @@ The job file parameters are: ioengine=x 'x' may be: aio/libaio/linuxaio for Linux aio, posixaio for POSIX aio, sync for regular read/write io, mmap for mmap'ed io, splice for using splice/vmsplice, - or sgio for direct SG_IO io. The latter only works on - Linux on SCSI (or SCSI-like devices, such as - usb-storage or sata/libata driven) devices. Fio also - has a null io engine, which is mainly used for testing - fio itself. + sgio for direct SG_IO io, or net for network io. sgio + only works on Linux on SCSI (or SCSI-like devices, + such as usb-storage or sata/libata driven) devices. + Fio also has a null io engine, which is mainly used + for testing fio itself. iodepth=x For async io, allow 'x' ios in flight overwrite=x If 'x', layout a write file first. nrfiles=x Spread io load over 'x' number of files per job,