X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.1;h=f955167638d57af97c9ac5e2334a7adb35e80c71;hp=70eeeb0f6c8ca35634e98ed648b833df8299bb98;hb=26532556b53e08cc5ccf190134a1f782e82a7ef0;hpb=358ffaa6c37acb26e0f507934ba8a6f98f34ffee diff --git a/fio.1 b/fio.1 index 70eeeb0f..f9551676 100644 --- a/fio.1 +++ b/fio.1 @@ -454,7 +454,7 @@ See \fB\-\-max\-jobs\fR. Default: 1. Tell fio to terminate processing after the specified period of time. It can be quite hard to determine for how long a specified job will run, so this parameter is handy to cap the total runtime to a given time. When -the unit is omitted, the value is intepreted in seconds. +the unit is omitted, the value is interpreted in seconds. .TP .BI time_based If set, fio will run for the duration of the \fBruntime\fR specified @@ -870,8 +870,8 @@ pre\-allocation methods are available, \fBnone\fR if not. .RE .TP .BI fadvise_hint \fR=\fPstr -Use \fBposix_fadvise\fR\|(2) to advise the kernel what I/O patterns -are likely to be issued. Accepted values are: +Use \fBposix_fadvise\fR\|(2) or \fBposix_madvise\fR\|(2) to advise the kernel +what I/O patterns are likely to be issued. Accepted values are: .RS .RS .TP @@ -1552,7 +1552,7 @@ single CPU at the desired rate. A job never finishes unless there is at least one non\-cpuio job. .TP .B guasi -The GUASI I/O engine is the Generic Userspace Asyncronous Syscall +The GUASI I/O engine is the Generic Userspace Asynchronous Syscall Interface approach to async I/O. See \fIhttp://www.xmailserver.org/guasi\-lib.html\fR for more info on GUASI. .TP @@ -1585,6 +1585,11 @@ size to the current block offset. \fBblocksize\fR is ignored. I/O engine that does regular EXT4_IOC_MOVE_EXT ioctls to simulate defragment activity in request to DDIR_WRITE event. .TP +.B rados +I/O engine supporting direct access to Ceph Reliable Autonomic Distributed +Object Store (RADOS) via librados. This ioengine defines engine specific +options. +.TP .B rbd I/O engine supporting direct access to Ceph Rados Block Devices (RBD) via librbd without the need to use the kernel rbd driver. This @@ -1773,21 +1778,25 @@ after event. .RE .RE .TP -.BI (rbd)clustername \fR=\fPstr +.BI (rbd,rados)clustername \fR=\fPstr Specifies the name of the Ceph cluster. .TP .BI (rbd)rbdname \fR=\fPstr Specifies the name of the RBD. .TP -.BI (rbd)pool \fR=\fPstr -Specifies the name of the Ceph pool containing RBD. +.BI (rbd,rados)pool \fR=\fPstr +Specifies the name of the Ceph pool containing RBD or RADOS data. .TP -.BI (rbd)clientname \fR=\fPstr +.BI (rbd,rados)clientname \fR=\fPstr Specifies the username (without the 'client.' prefix) used to access the Ceph cluster. If the \fBclustername\fR is specified, the \fBclientname\fR shall be the full *type.id* string. If no type. prefix is given, fio will add 'client.' by default. .TP +.BI (rbd,rados)busy_poll \fR=\fPbool +Poll store instead of waiting for completion. Usually this provides better +throughput at cost of higher(up to 100%) CPU utilization. +.TP .BI (mtd)skip_bad \fR=\fPbool Skip operations against known bad blocks. .TP @@ -2125,7 +2134,7 @@ arguments: [:] .RE .P -`mode' is one of the following memory poicies: `default', `prefer', +`mode' is one of the following memory policies: `default', `prefer', `bind', `interleave' or `local'. For `default' and `local' memory policies, no node needs to be specified. For `prefer', only one node is allowed. For `bind' and `interleave' the `nodelist' may be as @@ -2235,7 +2244,7 @@ Use a crc32c sum of the data area and store it in the header of each block. This will automatically use hardware acceleration (e.g. SSE4.2 on an x86 or CRC crypto extensions on ARM64) but will fall back to software crc32c if none is found. Generally the -fatest checksum fio supports when hardware accelerated. +fastest checksum fio supports when hardware accelerated. .TP .B crc32c\-intel Synonym for crc32c.