From: Venky Shankar Date: Mon, 4 Feb 2019 13:19:58 +0000 (+0530) Subject: mds: track per session client metrics X-Git-Tag: v16.1.0~2176^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=529ea1c0a9dbef762d94d0de6d9bf80e7717848b;p=ceph.git mds: track per session client metrics Every MDS maintains a view of metrics that are forwarded to it by clients. This is updated when clients forward metrics via MClientMetrics message type. Periodically, each MDS forwards its collected metrics to MDS rank 0 (which maintains an aggregated view of metrics of all clients on all ranks). Signed-off-by: Venky Shankar --- diff --git a/src/common/options.cc b/src/common/options.cc index 0ca77ed25421..f57ce579251c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -8323,7 +8323,13 @@ std::vector