nodetool getsnapshotthrottle
Displays the snapshot link creation throttle.
Synopsis
Section titled “Synopsis”nodetool [connection_options] getsnapshotthrottleSee connection options for connection options.
Description
Section titled “Description”nodetool getsnapshotthrottle shows the current throttle rate for snapshot hard link creation in links per second. This limits how fast hard links are created during snapshot operations.
Output
Section titled “Output”When throttling is enabled:
Snapshot throttle: 1000 links/secondWhen throttling is disabled (value is 0):
Snapshot throttle is disabledExamples
Section titled “Examples”Basic Usage
Section titled “Basic Usage”nodetool getsnapshotthrottleRelated Commands
Section titled “Related Commands”| Command | Relationship |
|---|---|
| setsnapshotthrottle | Modify throttle |
| snapshot | Create snapshots |