nodetool getbatchlogreplaythrottle¶
Displays the batchlog replay throttle in KB/s.
Synopsis¶
nodetool [connection_options] getbatchlogreplaythrottle
Description¶
nodetool getbatchlogreplaythrottle shows the current throttle rate for batchlog replay operations. This controls how fast pending batches are replayed.
Examples¶
Basic Usage¶
nodetool getbatchlogreplaythrottle
Sample Output¶
Batchlog replay throttle: 1024 KB/s
Configuration¶
# cassandra.yaml
batchlog_replay_throttle_in_kb: 1024
Related Commands¶
| Command | Relationship |
|---|---|
| setbatchlogreplaythrottle | Modify throttle |
| replaybatchlog | Force replay |