Skip to content

Commit

Permalink
rados: fix man page
Browse files Browse the repository at this point in the history
Default bench IO size if 4MB.

Fixes: 3230
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed Sep 27, 2012
1 parent 8740ddf commit 1d552a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/man/8/rados.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Pool specific commands

:command:`bench` *seconds* *mode* [ -b *objsize* ] [ -t *threads* ]
Benchmark for seconds. The mode can be write or read. The default
object size is 4 KB, and the default number of simulated threads
object size is 4 MB, and the default number of simulated threads
(parallel writes) is 16.

:command:`listomapkeys` *name*
Expand Down
2 changes: 1 addition & 1 deletion man/rados.8
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Remove pool snapshot names \fIfoo\fP.
.TP
.B \fBbench\fP \fIseconds\fP \fImode\fP [ \-b \fIobjsize\fP ] [ \-t \fIthreads\fP ]
Benchmark for seconds. The mode can be write or read. The default
object size is 4 KB, and the default number of simulated threads
object size is 4 MB, and the default number of simulated threads
(parallel writes) is 16.
.UNINDENT
.SH EXAMPLES
Expand Down

0 comments on commit 1d552a4

Please sign in to comment.