Illustration Image

Cassandra.Link

The best knowledge base on Apache Cassandra®

Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.

1/27/2019

Reading time:N/A min

klykoo/Cassandra-Advanced-Tools

by John Doe

This tool is designed to bring some extra features that are not in Cassandra or in DSE solutions.List all Kespaces on CassandraAudit a KeySpace: listing all keyspace tables. For each one, we have all fields with there types, and table's parameters.Stats: Listing a bench of keyspace stats.Quick view of parameters usage:java -jar CassandraTools.jarKeyspaces listingjava -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -aPrint Keyspace Audit on screenjava -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_videoGenerate Keyspace Audit on HTML filejava -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_video -o killr_video.htmlGenerate Keyspace Audit on Tex filejava -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -t -k killr_video -o killr_video.tex

Illustration Image

This tool is designed to bring some extra features that are not in Cassandra or in DSE solutions.

  • List all Kespaces on Cassandra
  • Audit a KeySpace: listing all keyspace tables. For each one, we have all fields with there types, and table's parameters.
  • Stats: Listing a bench of keyspace stats.

Quick view of parameters usage:

java -jar CassandraTools.jar

enter image description here

Keyspaces listing

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a

enter image description here

Print Keyspace Audit on screen

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_video

enter image description here

Generate Keyspace Audit on HTML file

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -k killr_video -o killr_video.html

enter image description here

Generate Keyspace Audit on Tex file

java -jar CassandraTools.jar -h 127.0.0.1 -u toto -P toto -a -t -k killr_video -o killr_video.tex

enter image description here

Related Articles

cluster
troubleshooting
datastax

GitHub - arodrime/Montecristo: Datastax Cluster Health Check Tooling

arodrime

4/3/2024

Checkout Planet Cassandra

Claim Your Free Planet Cassandra Contributor T-shirt!

Make your contribution and score a FREE Planet Cassandra Contributor T-Shirt! 
We value our incredible Cassandra community, and we want to express our gratitude by sending an exclusive Planet Cassandra Contributor T-Shirt you can wear with pride.

Join Our Newsletter!

Sign up below to receive email updates and see what's going on with our company

Explore Related Topics

AllKafkaSparkScyllaSStableKubernetesApiGithubGraphQl

Explore Further

cassandra