Unable to see Summary post the Jmeter Load test in

2019-03-01 01:49发布

问题:

I have my JMeter .jmx file with all the requests for the Load test in Visual Studio Team Services. When the run is complete, I do not see a summary report or a graph generated for the run.

In the Diagnostics tab i see a warning message as

Jmeter.util.SSLManager:Keystore file not found;loading empty keystore

Could this warning be the issue, if so how do i get rid of this?

回答1:

The reason of this issue is that your test is running for a very short duration. So, to deal with this issue, you can change Loop Count to Forever in Apach JMeter and specify Load Duration in JMeter load test in VSTS.



回答2:

It is not supported to display the summary report or graph generated by listeners in VSTS Web Portal. If you want to see the information, click "Download Results" link and open the .csv file in it from Apache JMeter. Refer to Step 10 in this link for details: Run Apache JMeter load tests with Visual Studio Team Services.

  1. If you have a favorite listener that you use to analyze results in the JMeter IDE, download the test results in .CSV format and the logs as a zip file from the Download Results link.