Re: active queries

2015-03-19 Thread Rahul Bhardwaj
Thanks to all, I will get back to you after looking all. On Fri, Mar 20, 2015 at 2:56 AM, Robert Coli wrote: > On Thu, Mar 19, 2015 at 1:30 PM, Jan wrote: > >> Answer: nodetool tpstats & nodetool cfsstats >> > > For a better view of this : > > https://github.com/hailocab/ctop > > =Rob >

Re: active queries

2015-03-19 Thread Robert Coli
On Thu, Mar 19, 2015 at 1:30 PM, Jan wrote: > Answer: nodetool tpstats & nodetool cfsstats > For a better view of this : https://github.com/hailocab/ctop =Rob

Re: active queries

2015-03-19 Thread Jan
HI Rahul;  your question: Can we see active queries on cassandra cluster. Is there any tool? Answer:     nodetool tpstats  &  nodetool  cfsstats  The nodetool tpstats command provides statistics about the number of active, pending, and completed tasks for each stage of Cassandra operations by th

Re: active queries

2015-03-19 Thread Robert Coli
On Thu, Mar 19, 2015 at 12:11 AM, Rahul Bhardwaj < rahul.bhard...@indiamart.com> wrote: > Can we see active queries on cassandra cluster. Is there any tool? > Not really : https://issues.apache.org/jira/browse/CASSANDRA-5084 =Rob