aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/metric.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton1-2/+2
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton1-2/+1
2021-06-29ceph: add IO size metrics supportXiubo Li1-3/+40
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li1-21/+35
2021-06-29ceph: simplify the metrics structXiubo Li1-32/+33
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li1-1/+37
2021-04-27ceph: rename the metric helpersXiubo Li1-12/+12
2020-12-14ceph: send dentry lease metrics to MDS daemonXiubo Li1-3/+15
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li1-0/+14
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li1-0/+148
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li1-0/+1
2020-06-01ceph: add metadata perf metric supportXiubo Li1-0/+23
2020-06-01ceph: add read/write latency metric supportXiubo Li1-0/+72
2020-06-01ceph: add caps perf metric for each superblockXiubo Li1-4/+22
2020-06-01ceph: add dentry lease metric supportXiubo Li1-0/+35