如何使用OpsCenter获取集群的读Latency?

How to use OpsCenter to get the read Latency of a cluster?

我以前从未使用过 OpsCenter。 OpsCenter 似乎可以收集 Cassandra 集群的性能指标。但我只是想知道除了从浏览器查看这些矩阵之外,我可以在文本文件中获取这些矩阵吗?

有一个api可以查询http://docs.datastax.com/en/opscenter/6.0/api/docs/metrics.html#new-get-perf-data

直方图指标(您应该查看的延迟)不是直接处理的。可能会想看看 https://github.com/apache/cassandra/blob/81f6c784ce967fadb6ed7f58de1328e713eaf53c/src/java/org/apache/cassandra/utils/EstimatedHistogram.java 它是一个数组,每个值对应于 EstimatedHistogram 实现中的桶偏移量。