You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alain RODRIGUEZ (JIRA)" <ji...@apache.org> on 2014/09/19 09:21:34 UTC

[jira] [Commented] (CASSANDRA-7375) nodetool units wrong for streamthroughput

    [ https://issues.apache.org/jira/browse/CASSANDRA-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14140134#comment-14140134 ] 

Alain RODRIGUEZ commented on CASSANDRA-7375:
--------------------------------------------

Just to be sure to understand this correctly, If I set the stream throughput through nodetool, should I use Mb or MB ?

> nodetool units wrong for streamthroughput
> -----------------------------------------
>
>                 Key: CASSANDRA-7375
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7375
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Mike Heffner
>            Priority: Minor
>              Labels: lhf
>         Attachments: cassandra-2.0.txt
>
>
> Stream throughput is measured in megabits (Mbps) in cassandray.yaml:
> {code}
> # When unset, the default is 200 Mbps or 25 MB/s.
> # stream_throughput_outbound_megabits_per_sec: 200
> {code}
> However, the nodetool command uses the unit "MB/s" which implies megabytes/sec:
>   getstreamthroughput    - Print the MB/s throughput cap for streaming in the system
>   setstreamthroughput  <value_in_mb> - Set the MB/s throughput cap for streaming in the system, or 0 to disable throttling.
> $ nodetool getstreamthroughput
> Current stream throughput: 200 MB/s
> Fix references in nodetool to use Mbps



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)