On 30 August 2013 10:49, Amit Kumar <[email protected]> wrote: > Same thing is happening in my test also. I am using distributed mode in GUI > mode. What should I do to avoid this in GUI Mode?
Remove or disable all listeners. Possibly keep a single Summary Report listener. Use as few assertions as possible. Consider using "Save as MD5" for samplers that generate large responses (but note that this will affect most assertions) See also http://jmeter.apache.org/usermanual/best-practices.html#lean_mean > > On Fri, Aug 30, 2013 at 1:42 PM, ankush upadhyay > <[email protected]>wrote: > >> Constant timer delaying each thread with value ${__javaScript(${__ >> threadNum()}*300)} >> >> >> On Thu, Aug 29, 2013 at 7:48 PM, umesh prajapati <[email protected] >> >wrote: >> >> > I am wondering how can I make jmeter stop pausing in between the test. >> This >> > is how my script looks like: >> > >> > Number of threads:100 >> > ramp up:0 >> > loop: forever >> > >> > CSV Data Set Config >> > >> > schedular: 1 hr >> > >> > Http cookie manager >> > Http request for login >> > synchronizing timer:100 >> > constant timer:${__javaScript(${__threadNum()}*300)} >> > Xpath assertion >> > Response assertion >> > Summary Report >> > Http request for logout >> > >> >> >> >> -- >> ------ >> Regards >> @Ankush Upadhyay@ >> > > > > -- > Thanks and Regards, > Amit --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
