Hello Jai,

Did you have a look at the following page:
http://cassandra.apache.org/doc/latest/operating/metrics.html

In your case, you would want the following MBeans:
org.apache.cassandra.metrics:type=Table keyspace=<Keyspace> scope=<Table>
name=<MetricName>
With MetricName set to ReadLatency and WriteLatency

Cheers,

Christophe


On 1 September 2017 at 09:08, Jai Bheemsen Rao Dhanwada <
jaibheem...@gmail.com> wrote:

> Hello All,
>
> I am looking to capture the CF level Read, Write count and Latency. As of
> now I am using Telegraf plugin to capture the JMX metrics.
>
> What is the MBeans, scope and metric to look for the CF level metrics?
>
>

Reply via email to