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:
Jos Collin 2022-11-30 14:50:28 +05:30
parent 6f08159a22
commit 247f81e5b4
No known key found for this signature in database
GPG Key ID: 10DA18C384692C82
2 changed files with 16 additions and 0 deletions

View File

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

View File

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