summaryrefslogtreecommitdiff
path: root/fs/ceph/metric.c
AgeCommit message (Expand)Author
2023-11-03ceph: print cluster fsid and client global_id in all debug logsXiubo Li
2023-07-24ceph: never send metrics if disable_send_metrics is setXiubo Li
2023-06-30ceph: only send metrics when the MDS rank is readyXiubo Li
2022-03-21ceph: include average/stdev r/w/m latency in mds metricsVenky Shankar
2022-03-21ceph: track average r/w/m latencyVenky Shankar
2022-03-21ceph: use ktime_to_timespec64() rather than jiffies_to_timespec64()Venky Shankar
2022-01-13ceph: drop send metrics debug messageJeff Layton
2021-11-08ceph: clean-up metrics data structures to reduce code duplicationLuís Henriques
2021-09-02ceph: cancel delayed work instead of flushing on mdsc teardownJeff Layton
2021-06-29ceph: allow ceph_put_mds_session to take NULL or ERR_PTRJeff Layton
2021-06-29ceph: add IO size metrics supportXiubo Li
2021-06-29ceph: update and rename __update_latency helper to __update_stdevXiubo Li
2021-06-29ceph: simplify the metrics structXiubo Li
2021-04-27ceph: send opened files/pinned caps/opened inodes metrics to MDS daemonXiubo Li
2021-04-27ceph: rename the metric helpersXiubo Li
2020-12-14ceph: send dentry lease metrics to MDS daemonXiubo Li
2020-10-12ceph: metrics for opened files, pinned caps and opened inodesXiubo Li
2020-08-03ceph: periodically send perf metrics to MDSesXiubo Li
2020-08-03ceph: add global total_caps to count the mdsc's total caps numberXiubo Li
2020-06-01ceph: add metadata perf metric supportXiubo Li
2020-06-01ceph: add read/write latency metric supportXiubo Li
2020-06-01ceph: add caps perf metric for each superblockXiubo Li
2020-06-01ceph: add dentry lease metric supportXiubo Li