Was this page helpful?
Nodetool Reference - ScyllaDB commands for managing ScyllaDB node or cluster using the command-line nodetool utility.
Tracing - a ScyllaDB tool for debugging and analyzing internal flows in the server.
SSTableloader - Bulk load the sstables found in the directory to a ScyllaDB cluster
ScyllaDB SStable - Validates and dumps the content of SStables, generates a histogram, dumps the content of the SStable index.
ScyllaDB Types - Examines raw values obtained from SStables, logs, coredumps, etc.
cassandra-stress A tool for benchmarking and load testing a ScyllaDB and Cassandra clusters.
sstablelevelreset - Reset level to 0 on a selected set of SSTables that use LeveledCompactionStrategy (LCS).
sstablerepairedset - Mark specific SSTables as repaired or unrepaired.
scyllatop - A terminal base top-like tool for scylladb collectd/prometheus metrics.
scylla_dev_mode_setup - run ScyllaDB in Developer Mode.
perftune - performance configuration.
Reading mutation fragments - dump the underlying mutation data from tables.
Maintenance socket - a Unix domain socket for full-permission CQL connection.
Maintenance mode - a mode for performing maintenance tasks on an offline ScyllaDB node.
Task manager - a tool for tracking long-running background operations.
Run each tool with -h
, --help
for full options description.
The Admin Procedures and Monitoring lesson on ScyllaDB University provides more training and examples material on this subject.
Was this page helpful?