Re: generate different sizes of request from single client

2016-11-24 Thread Ben Slater
If targetting two different tables for the different sizes works then I’ve submitted a patch for cassandra-stress that allows you to do that: https://issues.apache.org/jira/browse/CASSANDRA-8780 It would be nice to see someone else test it if you have the appetite to build it and try it out.

Re: generate different sizes of request from single client

2016-11-24 Thread Vikas Jaiman
Hi Vladimir, It has option of mixed request of read/write but doesn't has any option for mixed request size where I can request different size of request. Thanks, Vikas On Thu, Nov 24, 2016 at 7:46 PM, Vladimir Yudovin wrote: > You can use cassandra stress-tool. >

Re: generate different sizes of request from single client

2016-11-24 Thread DuyHai Doan
Gatling + CQL plugin is really cool too On Thu, Nov 24, 2016 at 7:46 PM, Vladimir Yudovin wrote: > You can use cassandra stress-tool. > > It has options to set different load patterns. > > Best

Re: generate different sizes of request from single client

2016-11-24 Thread Vladimir Yudovin
You can use cassandra stress-tool. It has options to set different load patterns. Best regards, Vladimir Yudovin, Winguzone - Cloud Cassandra Hosting On Thu, 24 Nov 2016 13:27:59 -0500Vikas Jaiman er.vikasjai...@gmail.com wrote Hi all, I want to generate two different

generate different sizes of request from single client

2016-11-24 Thread Vikas Jaiman
Hi all, I want to generate two different sizes (let's say 1 KB and 10 KB) of request from single client for benchmarking Cassandra. Is there any tool exist for this type of scenario? Vikas