From fdb1d4980f7e054195f439c1680a58850db9f50d Mon Sep 17 00:00:00 2001 From: patricioe Date: Tue, 1 Nov 2011 13:12:16 -0700 Subject: [PATCH] Better README Explain what this command is for. --- README.mdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 2187517..1ca620f 100644 --- a/README.mdown +++ b/README.mdown @@ -62,7 +62,7 @@ This will perform the operation then drop you into a shell in which you can perf [cassandra-stress] usage: operation [options] operation can be one of: insert, read, rangeslice, multiget, replay [N] - -o,--operation One of insert, read, rangeslice, multiget, verify_last_insert + -o,--operation One of insert, read, rangeslice, multiget, verify_last_insert (1) -b,--batch-size The number of rows in the batch_mutate call -t,--threads The number of client threads we will create -c,--columns The number of columsn to create per key @@ -70,6 +70,8 @@ This will perform the operation then drop you into a shell in which you can perf To re-run the operation again, just type the operation name. So from the initial example above, re-running the read operation with the same parameters would be: +(1) Must run single thread (-t 1) and QUORUM:QUORUM. Intended to test in a cluster of at least 3 nodes RF = 3. + `[cassanra-stress] read`