X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=3348513678780b6d86b6be67d2c22be9b5233bd6;hb=9040e23689ee9595de643bfd70fc3358102a94fc;hp=f486276358b4230fdea4693b7662b0d3b3d9a6eb;hpb=6d500c2e886635861f68cac61039da1f397a7685;p=fio.git diff --git a/fio.1 b/fio.1 index f4862763..33485136 100644 --- a/fio.1 +++ b/fio.1 @@ -1,4 +1,4 @@ -.TH fio 1 "December 2016" "User Manual" +.TH fio 1 "March 2017" "User Manual" .SH NAME fio \- flexible I/O tester .SH SYNOPSIS @@ -811,10 +811,12 @@ and discarding before overwriting. The trimwrite mode works well for this constraint. .TP .B pmemblk -Read and write through the NVML libpmemblk interface. +Read and write using filesystem DAX to a file on a filesystem mounted with +DAX on a persistent memory device through the NVML libpmemblk library. .TP .B dev-dax -Read and write through a DAX device exposed from persistent memory. +Read and write using device DAX to a persistent memory device +(e.g., /dev/dax0.0) through the NVML libpmem library. .RE .P .RE @@ -1412,7 +1414,7 @@ option. The allowed values are: .RS .RS .TP -.B md5 crc16 crc32 crc32c crc32c-intel crc64 crc7 sha256 sha512 sha1 xxhash +.B md5 crc16 crc32 crc32c crc32c-intel crc64 crc7 sha256 sha512 sha1 sha3-224 sha3-256 sha3-384 sha3-512 xxhash Store appropriate checksum in the header of each block. crc32c-intel is hardware accelerated SSE4.2 driven, falls back to regular crc32c if not supported by the system. @@ -2582,3 +2584,10 @@ See \fBREADME\fR. For further documentation see \fBHOWTO\fR and \fBREADME\fR. .br Sample jobfiles are available in the \fBexamples\fR directory. +.br +These are typically located under /usr/share/doc/fio. + +\fBHOWTO\fR: http://git.kernel.dk/?p=fio.git;a=blob_plain;f=HOWTO +.br +\fBREADME\fR: http://git.kernel.dk/?p=fio.git;a=blob_plain;f=README +.br