X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.1;h=6283fc1d92931fd860915c92735d0f9136c3ac7e;hb=73ccd14e52d1379fb0848811894125a5a8cd954a;hp=cf5dd853dda1b2f0cac3d7ab8776bf5b2ed7cf00;hpb=d9b7596a1fad5adf7f6731d067e1513c56eabe96;p=fio.git diff --git a/fio.1 b/fio.1 index cf5dd853..6283fc1d 100644 --- a/fio.1 +++ b/fio.1 @@ -1760,6 +1760,11 @@ Simply create the files and do no I/O to them. You still need to set \fBfilesize\fR so that all the accounting still occurs, but no actual I/O will be done other than creating the file. .TP +.B filestat +Simply do stat() and do no I/O to the file. You need to set 'filesize' +and 'nrfiles', so that files will be created. +This engine is to measure file lookup and meta data access. +.TP .B libpmem Read and write using mmap I/O to a file on a filesystem mounted with DAX on a persistent memory device through the PMDK