From 1d552a4ba0c3eea2f4cb2307432bdac9984a472a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 27 Sep 2012 14:10:51 -0700 Subject: [PATCH] rados: fix man page Default bench IO size if 4MB. Fixes: 3230 Signed-off-by: Sage Weil --- doc/man/8/rados.rst | 2 +- man/rados.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index c66c985c5ad3a..f6fde9b91a62c 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -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* diff --git a/man/rados.8 b/man/rados.8 index c1598917f77bc..75c6280701c0b 100644 --- a/man/rados.8 +++ b/man/rados.8 @@ -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 -- 2.39.5