X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=e6078c5f1e16e1143d4057b9a1e03bad21954d1f;hp=2788670ddb8df32e74569fe723cca58489fe8beb;hb=5561e9dddca8479f182f0269a760dcabe7ff59ad;hpb=a2aa490a0677771e070e1e2d9e6fd1ad19cfe1fd diff --git a/HOWTO b/HOWTO index 2788670d..e6078c5f 100644 --- a/HOWTO +++ b/HOWTO @@ -2055,6 +2055,11 @@ I/O engine and 'nrfiles', so that files will be created. This engine is to measure file lookup and meta data access. + **filedelete** + Simply delete the files by unlink() and do no I/O to them. You need to set 'filesize' + and 'nrfiles', so that the files will be created. + This engine is to measure file delete. + **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