Add missing options to mdtest man page

master
Andreas Dilger 2020-11-25 01:21:12 -07:00
parent b12742e1ad
commit 76d5a77ac2
1 changed files with 16 additions and 0 deletions

View File

@ -78,6 +78,9 @@ Stride # between neighbor tasks for file/dir stat, 0 = local
.I "-p" seconds
Pre-iteration delay (in seconds).
.TP
.I "-P"
Print both the file creation rate and the elapsed time.
.TP
.I "-r"
Only perform the remove phase of the tests.
.TP
@ -121,6 +124,19 @@ Set verbosity value
Set the number of Bytes to write to each file after it is created
[default: 0].
.TP
.I "-W" seconds
Specify the stonewall time in seconds. When the stonewall timer has elapsed,
the rank with the highest number of creates sets
.I number_of_items
for the other ranks, so that all ranks create the same number of files.
.TP
.I "-x" filename
Filename to use for stonewall synchronization between processes.
.TP
.I "Y"
Call the sync command after each phase, which is included in the
timing. Note that it causes all IO to be flushed from the nodes.
.TP
.I "-z" tree_depth
The depth of the hierarchical directory tree [default: 0].
.SH EXAMPLES