简体   繁体   中英

Script for monitoring Cassandra Cluster

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

There are several possibilities here:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM