doc: document osd tell bench

Signed-off-by: Florian Haas <florian@hastexo.com>
This commit is contained in:
Florian Haas 2012-06-28 21:07:22 +02:00
parent 5c23d35732
commit 0a6ee69495

View File

@ -263,6 +263,14 @@ TODO: what does this actually do ::
Sends a repair command to osdN. To send the command to all osds, use ``*``.
TODO: what does this actually do
::
$ ceph osd tell N bench [BYTES_PER_WRITE] [TOTAL_BYTES]
Runs a simple throughput benchmark against osdN, writing ``TOTAL_BYTES``
in write requests of ``BYTES_PER_WRITE`` each. By default, the test
writes 1 GB in total in 4-MB increments.
MDS subsystem
-------------