Re: Stress test using Java-based stress utility

2011-07-26 Thread Nilabja Banerjee
Thank you Jonathan.. :) On 26 July 2011 20:08, Jonathan Ellis wrote: > cassandra.db.Caches > > On Tue, Jul 26, 2011 at 2:11 AM, Nilabja Banerjee > wrote: > > Thank you every one it is working fine. > > > > I was watching jconsole behavior...can tell me where exactly I can find " > > Rece

Re: Stress test using Java-based stress utility

2011-07-26 Thread Jonathan Ellis
cassandra.db.Caches On Tue, Jul 26, 2011 at 2:11 AM, Nilabja Banerjee wrote: > Thank you every one it is working fine. > > I was watching jconsole behavior...can tell me where exactly I can find " > RecentHitRates" : > > Tuning for Optimal Caching: > > Here they have given one example of that

Re: Stress test using Java-based stress utility

2011-07-26 Thread Nilabja Banerjee
Thank you every one it is working fine. I was watching jconsole behavior...can tell me where exactly I can find " *RecentHitRates" : *Tuning for Optimal Caching: Here they have given one example of that * http://www.datastax.com/docs/0.8/operations/cache_tuning#configuring-key-and-row-caches

Re: Stress test using Java-based stress utility

2011-07-26 Thread aaron morton
It's in the source distribution under tools/stress see the instructions in the README file and then look at the command line help (bin/stress --help). Cheers - Aaron Morton Freelance Cassandra Developer @aaronmorton http://www.thelastpickle.com On 26 Jul 2011, at 19:40, CASSAND

Re: Stress test using Java-based stress utility

2011-07-26 Thread CASSANDRA learner
Hi,, I too wanna know what this stress tool do? What is the usage of this tool... Please explain On Fri, Jul 22, 2011 at 6:39 PM, Jonathan Ellis wrote: > What does nodetool ring say? > > On Fri, Jul 22, 2011 at 12:43 AM, Nilabja Banerjee > wrote: > > Hi All, > > > > I am following this foll

Re: Stress test using Java-based stress utility

2011-07-22 Thread Jonathan Ellis
What does nodetool ring say? On Fri, Jul 22, 2011 at 12:43 AM, Nilabja Banerjee wrote: > Hi All, > > I am following this following link " > http://www.datastax.com/docs/0.7/utilities/stress_java " for a stress test. > I am getting this notification after running this command > > xxx.xxx.xxx.xx= m

Re: Stress test using Java-based stress utility

2011-07-22 Thread Nilabja Banerjee
Running only one node. I dnt think it is coming for the replication factor... I will try to sort this out Any other suggestions from your side is always be helpful.. :) Thank you On 22 July 2011 14:36, aaron morton wrote: > UnavailableException is raised server side when there is les

Re: Stress test using Java-based stress utility

2011-07-22 Thread aaron morton
UnavailableException is raised server side when there is less than CL nodes UP when the request starts. It seems odd to get it in this case because the default replication factor used by stress test is 1. How many nodes do you have and have you made any changes to the RF ? Also check the serv

Re: Stress test using Java-based stress utility

2011-07-21 Thread Kirk True
Have you checked the logs on the nodes to see if there are any errors? On 7/21/11 10:43 PM, Nilabja Banerjee wrote: Hi All, I am following this following link " http://www.datastax.com/docs/0.7/utilities/stress_java " for a stress test. I am getting th

Stress test using Java-based stress utility

2011-07-21 Thread Nilabja Banerjee
Hi All, I am following this following link " * http://www.datastax.com/docs/0.7/utilities/stress_java *" for a stress test. I am getting this notification after running this command *xxx.xxx.xxx.xx= my ip* *contrib/stress/bin/stress -d xxx.xxx.xxx.xx* *Created keyspaces. Sleeping 1s for propaga