Skip to content

Commit d1854c8

Browse files
Daniel LeeJaegeuk Kim
authored andcommitted
man: add doc for test_create_perf/test_lookup_perf
Signed-off-by: Daniel Lee <chullee@google.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
1 parent 84447ee commit d1854c8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

man/f2fs_io.8

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,28 @@ Get i_advise value and info in file
184184
.TP
185185
\fBioprio\fR \fI[hint] [file]\fR
186186
Set ioprio to the file. The ioprio can be ioprio_write.
187+
.TP
188+
\fBtest_create_perf\fR \fI[-s] [-S] [dir] [num_files] [size_kb]\fR
189+
Measure file creation and deletion performance.
190+
.RS 1.2in
191+
.TP
192+
.B -s
193+
Call fsync() after each file creation.
194+
.TP
195+
.B -S
196+
Call sync() after deleting all files.
197+
.RE
198+
.TP
199+
\fBtest_lookup_perf\fR \fI[-i] [-v] [dir] [num_files]\fR
200+
Measure readdir/stat performance.
201+
.RS 1.2in
202+
.TP
203+
.B -i
204+
Initialized to create files only.
205+
.TP
206+
.B -v
207+
Verbose mode.
208+
.RE
187209
.SH AUTHOR
188210
This version of
189211
.B f2fs_io

0 commit comments

Comments
 (0)