mirror of
https://github.com/ceph/ceph
synced 2025-02-19 17:08:05 +00:00
doc: updates --dump and --dumpfs
Fixes: https://tracker.ceph.com/issues/57014 Signed-off-by: Jos Collin <jcollin@redhat.com>
This commit is contained in:
parent
6f08159a22
commit
247f81e5b4
@ -80,6 +80,14 @@ By default, `cephfs-top` connects to cluster name `ceph`. To use a non-default c
|
||||
|
||||
Interval should be greater than or equal to 0.5 seconds. Fractional seconds are honoured.
|
||||
|
||||
To dump the metrics to stdout without creating a curses display use::
|
||||
|
||||
$ cephfs-top --dump
|
||||
|
||||
To dump the metrics of the given filesystem to stdout without creating a curses display use::
|
||||
|
||||
$ cephfs-top --dumpfs <fs_name>
|
||||
|
||||
Interactive Commands
|
||||
--------------------
|
||||
|
||||
|
@ -44,6 +44,14 @@ Options
|
||||
|
||||
Refresh interval in seconds (default: 1)
|
||||
|
||||
.. option:: --dump
|
||||
|
||||
Dump the metrics to stdout
|
||||
|
||||
.. option:: --dumpfs <fs_name>
|
||||
|
||||
Dump the metrics of the given filesystem to stdout
|
||||
|
||||
Descriptions of fields
|
||||
======================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user