From: Wido den Hollander Date: Thu, 28 Aug 2014 06:18:16 +0000 (+0200) Subject: doc: Update docs about OSD benchmark syntax X-Git-Tag: v0.86~194 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9a05b8a44651edae87f0bf0aea3ec6d12fa3051;p=ceph.git doc: Update docs about OSD benchmark syntax --- diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index ea5d6cb477ea..7f651aff740f 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -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