mirror of https://github.com/apache/cassandra
merge from 1.2
This commit is contained in:
commit
2383430dfd
|
|
@ -66,7 +66,7 @@ public class StressAction extends Thread
|
|||
int threadCount = client.getThreads();
|
||||
Consumer[] consumers = new Consumer[threadCount];
|
||||
|
||||
output.println("total,interval_op_rate,interval_key_rate,latency,95th,99th,elapsed_time");
|
||||
output.println("total,interval_op_rate,interval_key_rate,latency,95th,99.9th,elapsed_time");
|
||||
|
||||
int itemsPerThread = client.getKeysPerThread();
|
||||
int modulo = client.getNumKeys() % threadCount;
|
||||
|
|
|
|||
Loading…
Reference in New Issue