I have done load testing with jmeter and my jmeter version is 5.0.
Can you please help me how to generate the reports of the results.
I have done load testing with jmeter and my jmeter version is 5.0.
Can you please help me how to generate the reports of the results.
Given you executed JMeter in command-line non-GUI mode like:
jmeter -n -t /path/to/test.jmx -l /path/to/result.csv
You can now generate the HTML Reporting Dashboard from the result.csv
file as follows:
jmeter -g /path/to/result.csv -o /path/to/dashboard/folder
The folder where you will be generating the report to must be empty.
See this new blog (16th january 2019) which explains the while process:
Besides, refer to the reference documentation :