The following are the MBean packages exposed by Cassandra:
- org.apache.cassandra.db: Key Cassandra architectural metrics and management operations, you can get a compaction summary and perform a compaction operation for an entire node or restrict it to a table in a keyspace
- org.apache.cassandra.hints: Only operations related to the hints service, such as pause/resume, dispatch, and delete all hints or for an endpoint
- org.apache.cassandra.internal: Unlike the previous package, this contains metrics related to internal actions of Cassandra, such as the number of core and maximum threads used for flushing memtables, clearing the cache, dispatching hints, and so on
- org.apache.cassandra.metrics: All statistical ...