# cassandra-opstools **Repository Path**: mirrors_spotify/cassandra-opstools ## Basic Information - **Project Name**: cassandra-opstools - **Description**: Generic tools and script to help operating Cassandra cluster - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cassandra-opstools ================== Generic tools and scripts to help operating Cassandra cluster spcassandra-abortrepairs: Stops ongoing anti-entropy sessions on the local Cassandra host spcassandra-autobalance: Automatically redistributes the tokens in a cluster so they are evenly distributed. Tries to move as few tokens as possible to achieve this. In a multi-DC setup, all datacenters must have the same number of nodes. Only useful when not using vnodes. spcassandra-dsnitch: Outputs the score the Cassandra snitch has for every peer. spcassandra-generate-repairs: Generates "nodetool repair" commands that repairs an entire cluster with small token ranges. spcassandra-repairstats: Scans the Cassandra system log and displays readable statistics of finished and running repairs. spcassandra-tombstones: Scans a sstable and prints number of tombstones for each partition. spcassandra-truncate[all]hints: Truncates (all) hints on localhost toward the specified hosts.