On 7/15/25 01:51, Daniel Lee wrote:
> Signed-off-by: Daniel Lee <chul...@google.com>

Oh, just notice you help to update test_lookup_perf entry as well.

Reviewed-by: Chao Yu <c...@kernel.org>

Thanks,

> ---
>  man/f2fs_io.8 | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/man/f2fs_io.8 b/man/f2fs_io.8
> index e0f659e..6f3e11e 100644
> --- a/man/f2fs_io.8
> +++ b/man/f2fs_io.8
> @@ -184,6 +184,28 @@ Get i_advise value and info in file
>  .TP
>  \fBioprio\fR \fI[hint] [file]\fR
>  Set ioprio to the file. The ioprio can be ioprio_write.
> +.TP
> +\fBtest_create_perf\fR \fI[-s] [-S] [dir] [num_files] [size_kb]\fR
> +Measure file creation and deletion performance.
> +.RS 1.2in
> +.TP
> +.B -s
> +Call fsync() after each file creation.
> +.TP
> +.B -S
> +Call sync() after deleting all files.
> +.RE
> +.TP
> +\fBtest_lookup_perf\fR \fI[-i] [-v] [dir] [num_files]\fR
> +Measure readdir/stat performance.
> +.RS 1.2in
> +.TP
> +.B -i
> +Initialized to create files only.
> +.TP
> +.B -v
> +Verbose mode.
> +.RE
>  .SH AUTHOR
>  This version of
>  .B f2fs_io



_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

Reply via email to