]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: add read/write io size metric support
authorXiubo Li <xiubli@redhat.com>
Tue, 30 Mar 2021 02:29:26 +0000 (10:29 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 19 Oct 2021 01:13:37 +0000 (09:13 +0800)
commit17f0cbb688ada9fe18b0f377eeff18b77aad5379
tree1b1bb1479e28443ea54eba7a769983525a6c6f28
parentc576184cd8a9ec49096afa7ff7d520efa1ae6f9e
mds: add read/write io size metric support

It will support total_ops/total_size metrics for read and write. and
the cephfs-top tool will show total io sizes for read/write.

Fixes: https://tracker.ceph.com/issues/49811
Signed-off-by: Xiubo Li <xiubli@redhat.com>
14 files changed:
doc/man/8/cephfs-top.rst
src/client/Client.cc
src/client/Client.h
src/include/cephfs/metrics/Types.h
src/mds/MDSPerfMetricTypes.h
src/mds/MetricAggregator.cc
src/mds/MetricsHandler.cc
src/mds/MetricsHandler.h
src/mds/cephfs_features.h
src/mgr/BaseMgrModule.cc
src/mgr/MDSPerfMetricTypes.cc
src/mgr/MDSPerfMetricTypes.h
src/pybind/mgr/stats/fs/perf_stats.py
src/tools/cephfs/top/cephfs-top