MCPcopy Create free account
hub / github.com/ceph/ceph / dump

Method dump

src/client/Client.h:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 AggregatedIOMetrics metrics;
282
283 void dump(Formatter *f) const {
284 f->dump_object("", metrics);
285 }
286 };
287
288 SubvolumeMetricTracker(CephContext *ct, client_t id);

Callers

nothing calls this directly

Calls 1

dump_objectMethod · 0.45

Tested by

no test coverage detected