How can I get CPU time, memory time and CPU usage per query in Datastax Cassandra?

43 Views Asked by At

I'm using datastax cassandra in my graduate work and I want to get this metric but I can't find any documentation about it. I am using python connector. Is it possible to get this information about each query executed? If yes, how can I get it?

1

There are 1 best solutions below

0
Madhavan On

If you're already using a paid subscription based DataStax Enterprise / DSE Cassandra cluster, you could leverage DSE OpsCenter to monitor various metrics of the cluster.

DataStax Python Driver also has metrics reporting capability that you could check.

If this is something else, please update your question and someone would be able to jump in answer to that question.