Cassandra Documentation

Version:

getstreamthroughput

Usage

NAME
        nodetool getstreamthroughput - Print the throughput cap for streaming
        and entire SSTable streaming in the system in rounded megabits. For
        precise number, please, use option -d

SYNOPSIS
        nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
                [(-pp | --print-port)] [(-pw <password> | --password <password>)]
                [(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
                [(-u <username> | --username <username>)] getstreamthroughput
                [(-d | --precise-mbit)] [(-e | --entire-sstable-throughput)]
                [(-m | --mib)]

OPTIONS
        -d, --precise-mbit
            Print the throughput cap for streaming in precise Mbits (double)

        -e, --entire-sstable-throughput
            Print entire SSTable streaming throughput in MiB/s

        -h <host>, --host <host>
            Node hostname or ip address

        -m, --mib
            Print the throughput cap for streaming in MiB/s

        -p <port>, --port <port>
            Remote jmx agent port number

        -pp, --print-port
            Operate in 4.0 mode with hosts disambiguated by port number

        -pw <password>, --password <password>
            Remote jmx agent password

        -pwf <passwordFilePath>, --password-file <passwordFilePath>
            Path to the JMX password file

        -u <username>, --username <username>
            Remote jmx agent username