HI All,
studying on a lab with dse 6.0 and I could not find any way to check whether my cassandra-stress is running agains my database.
Is there any table like oracle V$session in cassandra?
Thanks
HI All,
studying on a lab with dse 6.0 and I could not find any way to check whether my cassandra-stress is running agains my database.
Is there any table like oracle V$session in cassandra?
Thanks
Cassandra 4.0 (not yet released at the time of writing) will include a new ConnectedClient.java
class which tracks connected clients. The information is stored in the new system_view.clients
table which can be queried with the client stats command:
$ nodetool clientstats
I've discussed the details in question #6113.
As above, this feature is available in Cassandra 4.0 and DataStax Enterprise 6.8 and newer releases.
It isn't available in the Academy lab you're using which has DSE 6.0. You will only be able to check connections at the OS layer with Linux utilities such as netstat
or lsof
. Cheers!
5 People are following this question.
DataStax Enterprise is powered by the best distribution of Apache Cassandra ™
© 2023 DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene, Lucene, Apache Solr, Apache Hadoop, Hadoop, Apache Spark, Spark, Apache TinkerPop, TinkerPop, Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or other countries.
Privacy Policy Terms of Use