Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Check compaction stats
Check compaction stats
cassandra
Show pending and active compaction tasks
nodetool compactionstats
⎘ copy
#cassandra
#monitoring
more cassandra
all 15 commands →
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
Flush memtables to disk
nodetool flush mykeyspace