mirror of
https://github.com/ceph/ceph
synced 2025-02-23 02:57:21 +00:00
doc: Update docs about OSD benchmark syntax
This commit is contained in:
parent
b013625cf4
commit
36f15c3026
@ -273,11 +273,11 @@ Sends a repair command to OSD.N. To send the command to all OSDs, use ``*``. ::
|
||||
|
||||
ceph osd repair N
|
||||
|
||||
Runs a simple throughput benchmark against OSD.N, writing ``TOTAL_BYTES``
|
||||
Runs a simple throughput benchmark against OSD.N, writing ``NUMBER_OF_OBJECTS``
|
||||
in write requests of ``BYTES_PER_WRITE`` each. By default, the test
|
||||
writes 1 GB in total in 4-MB increments. ::
|
||||
|
||||
ceph osd tell N bench [BYTES_PER_WRITE] [TOTAL_BYTES]
|
||||
ceph tell osd.N bench [NUMER_OF_OBJECTS] [BYTES_PER_WRITE]
|
||||
|
||||
|
||||
MDS Subsystem
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c39d732637a813ab5d4386a6167444dd6a235e82
|
||||
Subproject commit 438a4d0f58f8126a3e0d48860a7cd3c56a3c4659
|
Loading…
Reference in New Issue
Block a user