summary = 0 in 00:00:00 = ******/s Avg: 0 Min: 9223372036854775807 Max: -9223372036854775808 Err: 0 (0.00%) Tidying up ... @ Thu Nov 21 09:13:03 UTC 2019 (1574327583681) Error generating the report: org.apache.jmeter.report.core.SampleException: Could not read metadata ! ... end of run Finished: SUCCESS
2 Answers
0
votes
As per your Summariser output:
summary = 0 in 00:00:0
it means that 0 Samplers were executed, to wit your there are no results to parse/plot. I would recommend checking jmeter.log file for any suspicious entries, in case of JMeter failure the root cause can be figured out from the log file.
If you have problems with interpreting the log - update your question with the log file contents.


