From: Florian Haas Date: Thu, 28 Jun 2012 19:07:22 +0000 (+0200) Subject: doc: document osd tell bench X-Git-Tag: v0.49~68^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0a6ee69495598cbee654ea6526eec49ddaaeec93;p=ceph.git doc: document osd tell bench Signed-off-by: Florian Haas --- diff --git a/doc/control.rst b/doc/control.rst index b43767a1301e..ec1c75dd65aa 100644 --- a/doc/control.rst +++ b/doc/control.rst @@ -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 -------------