From c0c55c99ba35a3293d772892fefda1e23084aa16 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Fri, 3 Apr 2015 08:43:50 +0300 Subject: [PATCH] doc: add daemon and daemonperf commands description to man Signed-off-by: Mykola Golub --- man/8/ceph.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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 -- -- 2.47.3