plugin in Ceph Manager to fetch (and display) metrics.
Manager Plugin
---------------
+==============
Ceph Filesystem clients periodically forward various metrics to Ceph Metadata Servers (MDS)
which in turn get forwarded to Ceph Manager by MDS rank zero. Each active MDS forward its
$ ceph fs perf stats --mds_rank=1,2
`cephfs-top`
-------------
+============
`cephfs-top` utility relies on `stats` plugin to fetch performance metrics and display in
`top(1)` like format. `cephfs-top` is available as part of `cephfs-top` package.
$ ceph auth get-or-create client.fstop mon 'allow r' mds 'allow r' osd 'allow r' mgr 'allow r'
$ cephfs-top
+Command-Line Options
+--------------------
+
To use a non-default user (other than `client.fstop`) use::
$ cephfs-top --id <name>
Interval should be greater than or equal to 0.5 seconds. Fractional seconds are honoured.
-Sample screenshot running `cephfs-top` with 2 clients:
+Interactive Commands
+--------------------
-.. image:: cephfs-top.png
+1. m : Filesystem selection
+ Displays a menu of filesystems for selection.
+
+2. q : Quit
+ Exit the utility if you are at the home screen (all filesystem info),
+ otherwise escape back to the home screen.
-.. note:: As of now, `cephfs-top` does not reliably work with multiple Ceph Filesystems.
+Sample screenshot running `cephfs-top` with 2 filesystems:
+
+.. image:: cephfs-top.png