Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
cassandra
/
Get gossip info
Get gossip info
cassandra
Show gossip state for all nodes (debug)
nodetool gossipinfo
⎘ copy
#cassandra
#debug
more cassandra
all 15 commands →
Flush memtables to disk
nodetool flush mykeyspace
Nodetool status
nodetool status
Nodetool info
nodetool info
Connect with cqlsh
cqlsh <host> 9042 -u cassandra -p cassandra
List keyspaces
cqlsh -e 'DESCRIBE KEYSPACES'