Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Cassandra operations
v0.4.6Deep Cassandra ops via nodetool + cqlsh: topology (status, ring, gossip, describering, failure detector), health (tpstats, netstats, proxy + table histograms, compaction stats + history, throughput), schema introspection, maintenance mutators (snapshot, flush, cleanup, verify, compact, stop, throughput, cache invalidation), repair workflows, node lifecycle (drain, decommission, assassinate, removenode, rebuild), and logging level control. JMX on 127.0.0.1:7199.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:88748618f06a03c2cdd253a28bf792206a9a157e01877fe16503073ec789fa5a
sudo emisar pack install cassandra \ --hash sha256:88748618f06a03c2cdd253a28bf792206a9a157e01877fe16503073ec789fa5a \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 45 total
View on GitHub-
Analyze Cassandra disk pressure
-
cqlsh -e "DESCRIBE KEYSPACE <ks>"
-
cqlsh -e "DESCRIBE SCHEMA"
-
cqlsh -e "DESCRIBE KEYSPACES"
-
cqlsh -e "LIST ROLES"
-
SELECT * FROM system.peers_v2
-
SELECT * FROM system.size_estimates
-
nodetool assassinate <address>
-
nodetool cleanup [ks]
-
nodetool clearsnapshot -t <name>
-
nodetool compact <ks> [table]
-
nodetool compactionhistory
-
Cassandra compaction statistics
-
nodetool decommission
-
nodetool describecluster
-
nodetool describering <keyspace>
-
nodetool drain
-
nodetool failuredetector
-
nodetool flush [ks] [table]
-
nodetool getcompactionthroughput
-
nodetool getconcurrentcompactors
-
nodetool getendpoints <ks> <table> <key>
-
nodetool getlogginglevels
-
nodetool gossipinfo
-
nodetool info
-
nodetool invalidatecountercache
-
nodetool invalidatekeycache
-
nodetool invalidaterowcache
-
nodetool listsnapshots
-
nodetool netstats
-
nodetool proxyhistograms
-
nodetool rebuild [source_dc]
-
nodetool removenode <host-id>
-
Cassandra repair
-
nodetool ring [keyspace]
-
nodetool setcompactionthroughput <MB/s>
-
nodetool setlogginglevel <logger> <level>
-
nodetool snapshot -t <name> [ks]
-
Cassandra node ring status
-
nodetool stop <operation>
-
nodetool tablehistograms <ks> <table>
-
Cassandra table stats
-
Cassandra thread pool stats
-
nodetool verify [ks] [table]
-
nodetool version