On 31 August 2013 04:51, ankush upadhyay <[email protected]> wrote: > If you are using GUI mode then you can set CSV or jtl file path on > different listeners to store statistics report on file.
Listeners only store raw data, not the processed data shown on the display. > If you are using NON-GUI mode, you need to give CSV or jtl file path > explicitly on command line to create and save statistics. non-GUI mode uses the file names set up in any listeners, exactly the same as in GUI mode. However of course the raw data won't be processed for display. > > On Fri, Aug 30, 2013 at 11:42 PM, umesh prajapati <[email protected]>wrote: > >> I have a quick question. I did get my remote start up and running . >> >> For example: >> >> I have one test script which is as below: >> >> >> Number of Threads: 100 >> Ramp up Period: 0 >> Loop count: forever >> >> Schedular: 1 hr >> >> CSV Data Set Config: c:\abc\file.txt >> >> Login Request(Http Request) >> | >> |---Synchronizing Timer: 100 >> | >> |---${__javaScript(${__threadNum()}*300)} >> | >> |--xpath assertion >> |--response assertion >> | >> |--Summary report(I have mentioned a file name where it saves all >> the report which i used it later after the test completion for debugging >> purpose using view result tree) >> >> Logout Request >> >> >> Where does all the report gets saved. >> >> >> >> On Fri, Aug 30, 2013 at 9:27 AM, umesh prajapati <[email protected] >> >wrote: >> >> > >> > Thank you guys for the info >> > >> > >> > On Fri, Aug 30, 2013 at 1:05 AM, ankush upadhyay < >> > [email protected]> wrote: >> > >> >> You need to start jmeter-server on each slave machine also. >> >> >> >> >> >> On Fri, Aug 30, 2013 at 1:35 AM, Sergio Boso <[email protected] >> >> >wrote: >> >> >> >> > Il 29/08/2013 19.53, umesh prajapati ha scritto: >> >> > >> >> > How to run the load test on multiple machine remotely >> >> >> >> >> >> I changed my property file >> >> >> remote_hosts=ipaddress of the other machine >> >> >> >> >> >> and ran jmeter.bat on both machine >> >> >> >> >> >> and on the master machine i cliceck on run remote start but it is >> >> giving >> >> >> me >> >> >> following error: >> >> >> >> >> >> connection refused to host: nexted exception is >> >> >> java.net.connectexception:**connection timed out >> >> >> >> >> >> have a look at this: >> >> > http://jmeter.apache.org/**usermanual/jmeter_distributed_** >> >> > testing_step_by_step.pdf< >> >> >> http://jmeter.apache.org/usermanual/jmeter_distributed_testing_step_by_step.pdf >> >> > >> >> > >> >> > >> >> > -- >> >> > >> >> > Ing. Sergio Boso >> >> > >> >> > >> >> > >> >> > >> >> > >> >> >> ------------------------------**------------------------------**--------- >> >> > To unsubscribe, e-mail: user-unsubscribe@jmeter.**apache.org< >> >> [email protected]> >> >> > For additional commands, e-mail: [email protected] >> >> > >> >> > >> >> >> >> >> >> -- >> >> ------ >> >> Regards >> >> @Ankush Upadhyay@ >> >> >> > >> > >> > > > > -- > ------ > Regards > @Ankush Upadhyay@ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
