Re: Script to count tombstones by partition key

2015-01-14 Thread Robert Coli
On Wed, Jan 14, 2015 at 7:21 AM, Jens Rantil wrote: > I just recently put together a small script to count the number of > tombstones grouped by partition id, for one or multiple sstables: > https://github.com/cloudian/support-tools Has "checksstablegarbage" which does a similar thing without

Re: Script to count tombstones by partition key

2015-01-14 Thread DuyHai Doan
Nice, thanks Jens On Wed, Jan 14, 2015 at 4:21 PM, Jens Rantil wrote: > Hi all > > I just recently put together a small script to count the number of > tombstones grouped by partition id, for one or multiple sstables: > > https://gist.github.com/JensRantil/063b7c56ca4a8dfe1c50 > > I needed this