From: Mykola Golub Date: Fri, 3 Apr 2015 05:43:50 +0000 (+0300) Subject: doc: add daemon and daemonperf commands description to man X-Git-Tag: v9.0.0~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4265%2Fhead;p=ceph.git doc: add daemon and daemonperf commands description to man Signed-off-by: Mykola Golub --- diff --git a/man/8/ceph.rst b/man/8/ceph.rst index 872d0424f36e..4949252016b7 100644 --- a/man/8/ceph.rst +++ b/man/8/ceph.rst @@ -13,6 +13,10 @@ Synopsis | **ceph** **config-key** [ *del* | *exists* | *get* | *list* | *put* ] ... +| **ceph** **daemon** ** \| ** ** ... + +| **ceph** **daemonperf** ** \| ** [ *interval* [ *count* ] ] + | **ceph** **df** *{detail}* | **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* ] ... @@ -202,6 +206,30 @@ Usage:: ceph config-key put {} +daemon +------ + +Submit admin-socket commands. + +Usage:: + + ceph daemon {daemon_name|socket_path} {command} ... + +Example:: + + ceph daemon osd.0 help + + +daemonperf +---------- + +Watch performance counters from a Ceph daemon. + +Usage:: + + ceph daemonperf {daemon_name|socket_path} [{interval} [{count}]] + + df --