mirror of https://github.com/apache/cassandra
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
NAME
|
|
nodetool getinterdcstreamthroughput - Print the throughput cap for
|
|
inter-datacenter streaming and entire SSTable inter-datacenter
|
|
streaming in the systemin 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>)] getinterdcstreamthroughput
|
|
[(-d | --precise-mbit)] [(-e | --entire-sstable-throughput)]
|
|
[(-m | --mib)]
|
|
|
|
OPTIONS
|
|
-d, --precise-mbit
|
|
Print the throughput cap for inter-datacenter 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 inter-datacenter 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
|