nodetool setstreamthroughput

Sets the throughput capacity in MB for streaming in the system, or disable throttling.

Sets the throughput capacity in MB for streaming in the system, or disable throttling.

Synopsis 

C:\> %CASSANDRA_HOME%\nodetool <options> setstreamthroughput -- <value_in_mb>
  • Options are:
    • ( -h | --host ) <host name> | <ip address>
    • ( -p | --port ) <port number>
    • ( -pw | --password ) <password >
    • ( -u | --username ) <user name>
    • ( -pwf <passwordFilePath | --password-file <passwordFilePath> )
  • -- separates an option and argument that could be mistaken for a option.
  • value_in_mb is the throughput capacity in MB per second for streaming.

Description 

Set value_in_MB to 0 to disable throttling.