afranken / jmeter-analysis-maven-plugin

Plugin that parses JMeter result files and computes performance indicators such as average request duration
58 stars 40 forks source link

[Question] How to use jmeter-analysis-maven-plugin to generate specify graph report? #32

Open ansonliao opened 9 years ago

ansonliao commented 9 years ago

Dear all, Now I added "jmeter-analysis-maven-plugin" to my maven Jmeter project for generate the graph report, but I find that, the graph png or report is not enough to check the performance. I would like more graph PNG in report, for example, HitsPerSecond, ThroughputVsThreads, ResponseCodesPerSecond, etc.. So how I can do it?

Thanks.