Your throughput controller is stating total executions 20 - so it will run twenty times and terminate after that - what are you trying to do? usually you mean to use the constant throughput timer , not throughput controller - please read jmeter manual - http://jmeter.apache.org/usermanual/component_reference.html#Throughput_Controller
On Tue, May 6, 2014 at 3:41 AM, Ginny Dhawan <[email protected]>wrote: > > Thanks Deepak , > > As suggested , I tried all the Option but still no luck .. > > Note : Heap Size is also increased > > Test Plan > -Synchronize timer;20 > Thread Group (Thread:20 , Rampup:1 , LoopCount: Forever) > ThroughputController ( Total Execution , Per user checkbox is > checked & throughput 20) > -Sample 1 > -Sample 2 > -Sample 3 > -Sample 4 > Listerners > > ...Please Advise ..Its URGENT. > > > > ________________________________________ > From: Deepak Shetty [[email protected]] > Sent: Monday, May 05, 2014 8:10 PM > To: JMeter Users List > Subject: Re: Regarding scheduler in Jmeter > > Hi > Im assuming you have used the scheduler/duration setting ? That will work > as long as your test itself runs for more than 30 minutes. Whats your loop > count set in JMeter threadgroup? if its a fixed number then JMeter will > stop when thats complete - you probably want to say forever if you want > duration to control how long your test runs(assuming you are fine with > running the same test repeatedly). > Note there are other settings that may also cause your test to terminate > (e.g. setting stop thread on EOF on a CSV data set config or Stop thread on > error on the Thread group) > if neither of these then you might want to check jmeter.log for out of > memory errors etc. > > > > On Mon, May 5, 2014 at 5:30 AM, Ginny Dhawan <[email protected] > >wrote: > > > Hello Everyone , > > > > > > > > Could anyone help me out for the below issue. > > > > > > > > I have to run the script for 30 mins in jmeter .. M using the scheduler > > but it stops before completing the 30 mintues.. Maximum it ran the > scripts > > for 12-15 mins not more than this. > > > > > > > > I used the runtime controller but no luck .. > > > > > > > > > > > > Prompt Response would be highly appreciated. > > > > > > > > If any information required please let me know. > > > > > > > > > > > > Best Regards, > > > > Jmeter User > > > > > > > > > > > > > > DISCLAIMER > > > > The information transmitted, including any attachments, is intended only > > for the person or entity to which it is addressed and may contain > > confidential and/or privileged material. Any form of reproduction, > > dissemination, copying, disclosure, modification, distribution and / or > > publication of this message without the prior written consent of the > author > > of this e-mail is strictly prohibited. If you receive this email by > > mistake, please advise the sender and delete it immediately. Email > > transmission cannot be guaranteed to be secure, or error free as > > information could be intercepted, corrupted, lost or destroyed as a > result > > of the transmission process. Views or opinions presented in this email > are > > solely those of the author and do not necessarily represent those of the > > company. Please be aware that the Company monitors email communications > > through our networks for regulatory compliance purposes. NIIT > Technologies > > Limited and its related entities consider the privacy of its clients to > be > > of utmost importance and works to protect it. The Privacy Policy of the > > Company can be accessed from our website “www.niit-tech.com. (s). > > > > > > > > > DISCLAIMER > > The information transmitted, including any attachments, is intended only > for the person or entity to which it is addressed and may contain > confidential and/or privileged material. Any form of reproduction, > dissemination, copying, disclosure, modification, distribution and / or > publication of this message without the prior written consent of the author > of this e-mail is strictly prohibited. If you receive this email by > mistake, please advise the sender and delete it immediately. Email > transmission cannot be guaranteed to be secure, or error free as > information could be intercepted, corrupted, lost or destroyed as a result > of the transmission process. Views or opinions presented in this email are > solely those of the author and do not necessarily represent those of the > company. Please be aware that the Company monitors email communications > through our networks for regulatory compliance purposes. NIIT Technologies > Limited and its related entities consider the privacy of its clients to be > of utmost importance and works to protect it. The Privacy Policy of the > Company can be accessed from our website “www.niit-tech.com. (s). > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
