简体   繁体   English

Cassandra JMX Bean监视提示

[英]Cassandra JMX Bean to monitor the hints

Is there way to monitor the hints in cassandra cluster using the JMX Bean? 有没有办法使用JMX Bean监视cassandra集群中的提示?

I am looking at : http://cassandra.apache.org/doc/latest/operating/metrics.html#hintsservice-metrics and I see the below metric 我正在查看: http : //cassandra.apache.org/doc/latest/operating/metrics.html#hintsservice-metrics ,我看到了以下指标

Metric Name : org.apache.cassandra.metrics.HintedHandOffManager.<MetricName>
JMX MBean : org.apache.cassandra.metrics:type=HintedHandOffManager name=<MetricName>

This is giving the cumulative count of the metrics, but I would like to have the time series trend of hints counts. 这给出了指标的累积计数,但是我希望获得提示计数的时间序列趋势。 is it possible to do it via JMX? 有可能通过JMX做到吗?

I don't think you can achieve this with JMX alone. 我不认为仅凭JMX就可以实现这一目标。 Other tools/db will be required to store data periodically. 需要其他工具/数据库来定期存储数据。

Currently, we are using prometheus + grafana for monitoring Cassandra performance. 当前,我们正在使用prometheus + grafana监视Cassandra的性能。 We have dashboard similar to this 我们有与此类似的仪表板

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM