Re: Where would a Cassandra equivalent of mysqldumpslow be placed?

2017-02-27 Thread Nate McCall
Placing it in tools/bin should be a good place to start. Thanks! On Mon, Feb 27, 2017 at 6:01 PM, Murukesh Mohanan wrote: > For CASSANDRA-13000 (slow query log analysis tool), I uploaded a script. If I > were to submit it as a patch, where should I place it? In bin/,

Where would a Cassandra equivalent of mysqldumpslow be placed?

2017-02-26 Thread Murukesh Mohanan
For CASSANDRA-13000 (slow query log analysis tool), I uploaded a script. If I were to submit it as a patch, where should I place it? In bin/, or tools/bin/? Since it is not directly concerned with running Cassandra, it seems like it should be in tools/bin. Or, is there a third location?