]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: drop perf stats o/p string.
authorNeeraj Pratap Singh <neesingh@redhat.com>
Mon, 16 May 2022 11:44:55 +0000 (17:14 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 30 Aug 2022 10:22:53 +0000 (15:52 +0530)
Dropping the output of this command entirely, as it is
difficult to maintain it in the docs.A minor change in
the command output invalidates the docs.

Fixes: https://tracker.ceph.com/issues/56162
Signed-off-by: Neeraj Pratap Singh <neesingh@redhat.com>
(cherry picked from commit d3552e810791b9af7a6cfdeaa5012d49b332dfbb)

Conflicts:
    doc/cephfs/cephfs-top.rst
        resolved cherry-pick conflicts

doc/cephfs/cephfs-top.rst

index d409c5474529644126a4f4ef2a1c1f0153fb38fc..780d7d2a81563f5c5f1d99f7e0a21d90963f63f8 100644 (file)
@@ -29,9 +29,8 @@ metrics are for a particular MDS rank (e.g., number of subtrees handled by an MD
 Once enabled, Ceph Filesystem metrics can be fetched via::
 
   $ ceph fs perf stats
-  {"version": 1, "global_counters": ["cap_hit", "read_latency", "write_latency", "metadata_latency", "dentry_lease"], "counters": [], "client_metadata": {"client.614146": {"IP": "10.1.1.100", "hostname"  : "ceph-host1", "root": "/", "mount_point": "/mnt/cephfs", "valid_metrics": ["cap_hit", "read_latency", "write_latency", "metadata_latency", "dentry_lease"]}}, "global_metrics": {"client.614146": [[0,  0], [0, 0], [0, 0], [0, 0], [0, 0]]}, "metrics": {"delayed_ranks": [], "mds.0": {"client.614146": []}}}
 
-Details of the JSON command output are as follows:
+The output format is JSON and contains fields as follows:
 
 - `version`: Version of stats output
 - `global_counters`: List of global performance metrics