I need to report below metrics for a cassandra cluster at the end of the day
- Cluster Load (Avg.)
- No of read requests
- No. of write requests
- Read Latency
- Write Latency
- Long GC Pauses
- No. of Connections. These have to be cluster wise and not node wise. Currently we are preparing the report through opscenter, which is a very manual process, I am planning to automate this task by writing a script. As I am new to Cassandra would like suggestions for where to begin with from experience folks here. Can this all be done using nodetool?
Thanks, MT