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

时间:2016-11-16 15:33:53

标签: opscenter

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

1 个答案:

答案 0 :(得分:0)

您可以查询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实现中的存储区偏移量。