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

[jira] [Commented] (CASSANDRA-8010) cassandra-stress needs better docs for rate options

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

Liang Xie commented on CASSANDRA-8010:
--------------------------------------

see:
{code}
$ ./cassandra-stress help -rate

Usage: -rate threads=? [limit=?]
 OR 
Usage: -rate [auto] [threads>=?] [threads<=?]

  threads=?                                run this many clients concurrently
  limit=? (default=0/s)                    limit operations per second across all clients
  auto                                     test with increasing number of threadCount until performance plateaus
  threads>=? (default=4)                   run at least this many clients concurrently
  threads<=? (default=1000)                run at most this many clients concurrently
{code}
maybe we can close this JIRA now?

> cassandra-stress needs better docs for rate options
> ---------------------------------------------------
>
>                 Key: CASSANDRA-8010
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8010
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Documentation & website, Examples, Tools
>            Reporter: Matt Stump
>            Priority: Minor
>              Labels: lhf
>
> It's not obvious how to use the rate option. I wasn't able to figure it out via the source, or from the docs. I kept trying to do -rate= or -threads=. I had to search confluence for usage examples.
> Need something like this in the docs:
> -rate threads=900
> -rate threads<=900



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