Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Nodetool info
Nodetool info
cassandra
Local node heap, uptime, gossip, data center info
nodetool info
⎘ copy
#cassandra
#monitoring
more cassandra
all 15 commands →
Connect with cqlsh
cqlsh <host> 9042 -u cassandra -p cassandra
List keyspaces
cqlsh -e 'DESCRIBE KEYSPACES'
Repair keyspace
nodetool repair -pr <keyspace>
Compaction stats
nodetool compactionstats
Flush table to disk
nodetool flush <keyspace> <table>