Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Check node status
Check node status
cassandra
Show cluster ring with status, load and ownership
nodetool status
⎘ copy
#cassandra
more cassandra
all 15 commands →
Check compaction stats
nodetool compactionstats
Run CQL from cqlsh
cqlsh -u cassandra -p cassandra -e 'DESCRIBE KEYSPACES;'
Check table stats
nodetool tablestats mykeyspace.mytable
Repair a keyspace
nodetool repair -full mykeyspace
Get gossip info
nodetool gossipinfo