From: Neeraj Pratap Singh Date: Mon, 16 May 2022 11:44:55 +0000 (+0530) Subject: doc: drop perf stats o/p string. X-Git-Tag: v16.2.11~328^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=89cfaed1ba0858088eeb565a2e8374841fd576c2;p=ceph.git doc: drop perf stats o/p string. 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 (cherry picked from commit d3552e810791b9af7a6cfdeaa5012d49b332dfbb) Conflicts: doc/cephfs/cephfs-top.rst resolved cherry-pick conflicts --- diff --git a/doc/cephfs/cephfs-top.rst b/doc/cephfs/cephfs-top.rst index d409c5474529..780d7d2a8156 100644 --- a/doc/cephfs/cephfs-top.rst +++ b/doc/cephfs/cephfs-top.rst @@ -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