mirror of
https://github.com/ceph/ceph
synced 2025-03-06 08:20:12 +00:00
doc: document osd tell bench
Signed-off-by: Florian Haas <florian@hastexo.com>
This commit is contained in:
parent
5c23d35732
commit
0a6ee69495
@ -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
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user