Hi, I configured a test plan to generate a summary report file, using the
field "write results to" the file name is 
summary_tx_${__time(yyyy-MM-dd_HH.mm.ss)}.csv

The distributed test uses 48 jmeter slaves and the jmeter master command
line is

jmeter  \
  -n \
  -j logs/jmeter-master.log  \
  -Jsummariser.log=true  \
  -Jmode=Asynch -Jasynch.batch.queue.size=200 \
  -Gnum_threads=900 \
  -Gramp_up=60  \
  -Jremote_hosts=$hosts_remotos \
  -t test_plan.jmx  \
  -r &


For the last test run I see that there are many summary reports files
generated, as for now 32 summary reports. See some of them:

summary_tx_2012-05-31_20.59.11.csv  
summary_tx_2012-05-31_20.59.13.csv  
summary_tx_2012-05-31_20.59.15.csv  
summary_tx_2012-05-31_20.59.17.csv
summary_tx_2012-05-31_20.59.12.csv  
summary_tx_2012-05-31_20.59.14.csv  
summary_tx_2012-05-31_20.59.16.csv  
summary_tx_2012-05-31_20.59.18.csv

I know, all summary reports files can be loaded but that takes some time and
the open file dialog only permits to load one file per time.

Is there a way to make jmeter master generate only one summary report ?

Thanks

Claudio 

--
View this message in context: 
http://jmeter.512774.n5.nabble.com/distributed-test-generate-many-summary-reports-tp5713424.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to