Skip to content

nodetool getstreamthroughput

Displays the stream throughput limit in MB/s.


Synopsis

nodetool [connection_options] getstreamthroughput

Description

nodetool getstreamthroughput shows the current maximum throughput for streaming operations such as bootstrap, rebuild, and repair. This limit controls how fast data is transferred between nodes.


Examples

Basic Usage

nodetool getstreamthroughput

Sample Output

Current stream throughput: 200 MB/s

Configuration

# cassandra.yaml
stream_throughput_outbound_megabits_per_sec: 200

Use Cases

Verify Configuration

nodetool getstreamthroughput

Before Streaming Operations

# Check throughput before bootstrap
nodetool getstreamthroughput

Command Relationship
setstreamthroughput Modify throughput
netstats Monitor streaming
getinterdcstreamthroughput Inter-DC throughput