From: Jens Axboe Date: Wed, 21 Mar 2007 07:51:56 +0000 (+0100) Subject: Mention GUASI in the HOWTO for the ioengine= option X-Git-Tag: fio-1.15~58 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e9a1806f4ca6a7d177e65842f95dabef7c9d669c;p=fio.git Mention GUASI in the HOWTO for the ioengine= option Signed-off-by: Jens Axboe --- diff --git a/HOWTO b/HOWTO index d8c09d07..76613714 100644 --- a/HOWTO +++ b/HOWTO @@ -330,6 +330,14 @@ ioengine=str Defines how the job issues io to the file. The following will cause that job to do nothing but burn 85% of the CPU. + guasi The GUASI IO engine is the Generic Userspace + Asyncronous Syscall Interface approach + to async IO. See + + http://www.xmailserver.org/guasi-lib.html + + for more info on GUASI. + external Prefix to specify loading an external IO engine object file. Append the engine filename, eg ioengine=external:/tmp/foo.o