question

amitmund_177224 avatar image
amitmund_177224 asked Erick Ramirez commented

Which MBean exposes details on tombstones?

I am trying to monitor the details by reading through the mbeans. Looking for help, on what is the mbean(s) that expose the details of the tombstone.


monitoring
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

1 Answer

Erick Ramirez avatar image
Erick Ramirez answered Erick Ramirez commented

@amitmund_177224 Depending on the version you're running, you can query:

org.apache.cassandra.metrics:type=Table
  keyspace=<keyspace_name>
  scope=<table_name>
  name=TombstoneScannedHistogram

There's no easy way of determining which MBeans are available since it depends heavily on the version. I recommend you connect via JMX and browse the metrics for type=Table to see what's available. Cheers!

2 comments Share
10 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

sidsagravat1406_161082 avatar image sidsagravat1406_161082 commented ·

We need help to identify Latency metrics Formula we can use for monitoring metrics like Opscenter. We couldn't figure out MAX Latency. Value that is available in JMX > ClientRequest > WriteLatency > Max (Value) which gets only incremented once new request with Higher value is received. Any solution to this?

0 Likes 0 ·
Erick Ramirez avatar image Erick Ramirez ♦♦ sidsagravat1406_161082 commented ·

@sidsagravat1406_161082 Please post a new question since this is different from the original question answered here. Cheers!

0 Likes 0 ·