Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Nodetool status
Nodetool status
cassandra
Show ring topology, load, state, and host IDs
nodetool status
⎘ copy
#cassandra
#monitoring
more cassandra
all 15 commands →
Nodetool info
nodetool info
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