At the conclusion of a load TestScenario the output panel shows a summary TPS report. The formating of the output panel looks like this:
=====================================================================
Summary Result
=====================================================================
Use_Case Target Payload CVUs TPS Min Max Avr Errors CPU MEM NET
localhost:TPS Min Max Avr Errors CPU MEM NET
untitled_usecase notarget 1 1 7.15 37 54 39 0 0.00 0.00 0.0000
Output localhost com.pushtotest.testmaker.XSTest.client.NodeSummary?@fd9457
7.15 37 54 39 0 98.89 0.00 2.0000
untitled_usecase notarget 1 2 14.23 37 134 40 0 0.00 0.00 0.0000
Output localhost com.pushtotest.testmaker.XSTest.client.NodeSummary?@b0284
14.23 37 134 40 0 98.00 0.00 2.0000
The formatting makes it difficult (if not impossible) to understand the results, especially for tests operating on multiple TestNodes?. Plus, the summary report appears in the results directory as a result of ticket 168 (http://bugs.pushtotest.com/ticket/168).
Please remove the summary report in the output panel and add the following to the TestScenario definitions:
<logs summaryreport="true" showsummary="true"/>
where summaryreport tells TM to save all charts and create the summary report at the end of a load TestScenario, and showsummary opens the summary report in a browser at the end of a load TestScenario.
-Frank