So can we create test plan in GUI mode and run it in Non-GUI mode?
On Fri, Aug 30, 2013 at 3:57 PM, sebb <[email protected]> wrote: > Note that if you save sample results to a file, you can reload them in > a JMeter Listener after the test has finished. > > GUI mode is intended mainly for developing and maintaining test plans. > It is best to use non-GUI mode for actual perfomance tests. > > Even without any Listeners, GUI mode needs more resources, for example > to hold the tree display. > > You can use > > http://jmeter.apache.org/usermanual/component_reference.html#Generate_Summary_Results > > for keeping track of a non-GUI run. > > > On 30 August 2013 11:17, Amit Kumar <[email protected]> wrote: > > Dear Sebb, > > Thanks for your suggestion, I removed all the listeners. I am using > > Aggregate Report listener. > > > > > > On Fri, Aug 30, 2013 at 3:41 PM, sebb <[email protected]> wrote: > > > >> 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] > >> > >> > > > > > > -- > > Thanks and Regards, > > Amit > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Thanks and Regards, Amit
