0

I need to report below metrics for a cassandra cluster at the end of the day

  1. Cluster Load (Avg.)
  2. No of read requests
  3. No. of write requests
  4. Read Latency
  5. Write Latency
  6. Long GC Pauses
  7. 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

user1860462
  • 71
  • 1
  • 2

1 Answers1

0

There are several possibilities here:

Alex Ott
  • 80,552
  • 8
  • 87
  • 132