Default bench IO size if 4MB.
Fixes: 3230
Signed-off-by: Sage Weil <sage@inktank.com>
: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*
.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