engines: add engine for file delete
[fio.git] / fio.1
diff --git a/fio.1 b/fio.1
index f959e00d01b93db7f3ed9c58d2a9a47f7f690052..c59a80020bf25f0ff035f09bd3c4a5c31168fc1f 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1847,6 +1847,11 @@ 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 filedelete
+Simply delete files by unlink() 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 delete.
+.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