After the performance tests of a REST web service, what is the best way to report the test results. test must be run on non-gui mode for high loads. so gui will be closed while test are executed. The reports must be readable by customers. So, does the customers have to have Jmeter tool for analyzing the results? In non gui mode, the listeners can be saved but when we or customers want to examine the results, the Jmeter tool must be opened. Are there any way useful? Grafana may be used in non gui mode with InfluxDB. But the same issue is still valid.
Asked
Active
Viewed 603 times
1 Answers
0
It depends on what do "customers" want to see as the "results" and what do you mean by "the best"
- It's possible to generate HTML Reporting Dashboard
- It's possible to generate tables and charts using either JMeterPluginsCMD Command Line Tool and Graphs Generator Listener
- It's possible to use a 3rd-party tool like Taurus which provides interactive reports in console and in the web.
- Other less popular options are listed in this answer

Dmitri T
- 159,985
- 5
- 83
- 133