Add support for JMeter's built in report generation
See original GitHub issueAdd support for:
java jar ApacheJMeter-3.0.jar -g ${basedir}/target/jmeter/results/*.jtl" -o "${basedir}/target/jmeter/results/dashboard/"
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:8 (8 by maintainers)
Top Results From Across the Web
User's Manual: Generating Dashboard Report - Apache JMeter
JMeter supports dashboard report generation to get graphs and statistics from a test plan. This chapter describes how to configure and use the...
Read more >How to generate JMeter HTML Dashboard Report?
How to generate JMeter HTML Dashboard Report? · 1) Open JMeter and Add the Thread Group · 2) Add HTTP Request · 3)...
Read more >How to generate correct JMeter HTML Dashboard Report?
Step 4: Open the “index.html” file inside JPetStoreResult folder using Google Chrome (as Google Chrome supports the best) and navigate through ...
Read more >Run JMeter and generate HTML Dashboard Report from ...
JMeter supports dashboard report generation to get graphs and statistics from a test plan. The dashboard generator reads and processes samples ...
Read more >How do I generate a Dashboard Report in jmeter?
1.Add 'Summary Report', 'Simple Data Writer' from Listeners. 2.Set location to generated csv; 3.open reportgenerator.properties from ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Right I’ve got a bit of time and I’ve double checked, and I’m seeing the reports working OK at the moment.
Seems like a good place for an initial release to support JMeter 3.2. I would like to revisit the reports stuff though and carry on with the branch I started as that will allow you to generate reports from CSV files after tests have run.
Hi @Ardesco , Are you sure ? when I run the tests I get the report. What is missing exactly ? Thanks