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

[improvements] Add throughput output into graph and reports #7

Closed ccancellieri closed 11 years ago

ccancellieri commented 11 years ago

Hope this improvement can be included into 1.0.2 release. Thank, Carlo Cancellieri

afranken commented 11 years ago

I guess this can be done, but this will take a while and will most definitely not be part of 1.0.2.

afranken commented 11 years ago

The throughput is already displayed in all reports:

response size (bytes)
    total:              21863001
    min:                7684
    average:            27674
    max:                57039
    standard deviation: 16864

Detail reports per requested URI are generated as test-sizes-<resultsfile>.csv

I'll look into generating an image for the throughput too.

afranken commented 11 years ago

forgot the "fix #7" comment in this commit: b4007109324e3302f8bbc42cc16d276e13c2e5f2 an additional image is now generated for each discovered / configured requestGroup.