Re: To find top 10 tables with top 10 sstables per read and top 10 tables with top tombstones per read ?

2020-03-16 Thread Hossein Ghiyasi Mehr
<http://www.vafatech.com> : A Total Solution for Data Gathering & Analysis* *---* On Mon, Mar 16, 2020 at 1:02 PM Kiran mk wrote: > Hi All, > > Is there a way to find top 10 tables with top 10 sstables per read and

Re: To find top 10 tables with top 10 sstables per read and top 10 tables with top tombstones per read ?

2020-03-16 Thread Erick Ramirez
There's no out-of-the-box way of doing it so you'll need to scrape the output of nodetool tablestats on each node to get the top tables and top partitions. You should be able to do it with some simple shell scripting. Cheers!

To find top 10 tables with top 10 sstables per read and top 10 tables with top tombstones per read ?

2020-03-16 Thread Kiran mk
Hi All, Is there a way to find top 10 tables with top 10 sstables per read and top 10 tables with top tombstones per read in Cassandra? As In Opscenter everytime we have to select the tables to find whats the tombstones per read. There are chances that we might miss considering the tables which