nodetool setsnapshotthrottle¶
Sets the snapshot link creation throttle.
Synopsis¶
nodetool [connection_options] setsnapshotthrottle <throttle_in_mb>
Description¶
nodetool setsnapshotthrottle sets the rate limit for snapshot hard link creation in MB/s.
Arguments¶
| Argument | Description |
|---|---|
throttle_in_mb |
Throttle rate in MB/s |
Examples¶
Set Throttle¶
nodetool setsnapshotthrottle 100
Related Commands¶
| Command | Relationship |
|---|---|
| getsnapshotthrottle | View current throttle |
| snapshot | Create snapshots |