]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc, man: man page for `cephfs-top` utility 38108/head
authorVenky Shankar <vshankar@redhat.com>
Tue, 8 Dec 2020 07:09:47 +0000 (02:09 -0500)
committerVenky Shankar <vshankar@redhat.com>
Mon, 11 Jan 2021 11:15:53 +0000 (06:15 -0500)
Fixes: http://tracker.ceph.com/issues/48602
Signed-off-by: Venky Shankar <vshankar@redhat.com>
doc/man/8/CMakeLists.txt
doc/man/8/cephfs-top.rst [new file with mode: 0644]
doc/man_index.rst

index fc28d84e7f24646472085b8542ec24576c266c9b..5edd16b177fb8bf8399decda663751bffa281a5b 100644 (file)
@@ -38,6 +38,7 @@ list(APPEND man_srcs
   ${osd_srcs}
   ${mon_srcs}
   ceph-mds.rst
+  cephfs-top.rst
   librados-config.rst
   cephadm.rst)
 
diff --git a/doc/man/8/cephfs-top.rst b/doc/man/8/cephfs-top.rst
new file mode 100644 (file)
index 0000000..2ff8f7c
--- /dev/null
@@ -0,0 +1,50 @@
+:orphan:
+
+==========================================
+ cephfs-top -- Ceph Filesystem Top Utility
+==========================================
+
+.. program:: cephfs-top
+
+Synopsis
+========
+
+| **cephfs-top** [flags]
+
+
+Description
+===========
+
+**cephfs-top** provides top(1) like functionality for Ceph Filesystem.
+Various client metrics are displayed and updated in realtime.
+
+Ceph Metadata Servers periodically send client metrics to Ceph Manager.
+``Stats`` plugin in Ceph Manager provides an interface to fetch these metrics.
+
+Options
+=======
+
+.. option:: --cluster
+
+   Cluster: Ceph cluster to connect. Defaults to ``ceph``.
+
+.. option:: --id
+
+   Id: Client used to connect to Ceph cluster. Defaults to ``fstop``.
+
+.. option:: --selftest
+
+   Perform a selftest. This mode performs a sanity check of ``stats`` module.
+
+Availability
+============
+
+**cephfs-top** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to the Ceph documentation at
+http://ceph.com/ for more information.
+
+
+See also
+========
+
+:doc:`ceph <ceph>`\(8),
+:doc:`ceph-mds <ceph-mds>`\(8)
index ce29557bb9d78d8f152a9ec65c8ba773d51e3392..61afac738c0be7abdb824832922e040c14b29fd4 100644 (file)
@@ -23,6 +23,7 @@
    man/8/ceph-syn
    man/8/ceph
    man/8/cephadm
+   man/8/cephfs-top
    man/8/crushtool
    man/8/librados-config
    man/8/monmaptool