Skip to content

Commit

Permalink
doc: add daemon and daemonperf commands description to man
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Golub <[email protected]>
  • Loading branch information
Mykola Golub committed Apr 6, 2015
1 parent 9839584 commit c0c55c9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions man/8/ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Synopsis
| **ceph** **config-key** [ *del* | *exists* | *get* | *list* | *put* ] ...
| **ceph** **daemon** *<name>* \| *<path>* *<command>* ...
| **ceph** **daemonperf** *<name>* \| *<path>* [ *interval* [ *count* ] ]
| **ceph** **df** *{detail}*
| **ceph** **fs** [ *ls* \| *new* \| *reset* \| *rm* ] ...
Expand Down Expand Up @@ -202,6 +206,30 @@ Usage::
ceph config-key put <key> {<val>}


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
--

Expand Down

0 comments on commit c0c55c9

Please sign in to comment.