Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

nodetool getbatchlogreplaythrottle

Displays the batchlog replay throttle in KB/s.


Terminal window
nodetool [connection_options] getbatchlogreplaythrottle

See connection options for connection options.

nodetool getbatchlogreplaythrottle shows the current throttle rate for batchlog replay operations. This controls how fast pending batches are replayed.

Per-Node Throttle

The displayed throttle is the per-node rate. The actual throttle per endpoint is calculated as the total throttle divided by the number of nodes in the cluster.


Terminal window
nodetool getbatchlogreplaythrottle
Batchlog replay throttle: 1024 KB/s

The cassandra.yaml parameter name varies by version:

Cassandra VersionParameter NameExample
Pre-4.1batchlog_replay_throttle_in_kb1024
4.1+batchlog_replay_throttle1024KiB
# cassandra.yaml (4.1+)
batchlog_replay_throttle: 1024KiB
# cassandra.yaml (Pre-4.1)
# batchlog_replay_throttle_in_kb: 1024

CommandRelationship
setbatchlogreplaythrottleModify throttle
replaybatchlogForce replay