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

Add option for using requests/min in addition to requests per second. Also a Check for avgresponse time. #37

Open cirej2000 opened 8 years ago

cirej2000 commented 8 years ago

For those of us with lower traffic services, it would be helpful to have the option of expressing our throughput in requests/minute vs requests/second and have that be a better scale for showing requests. Especially when it's less than 60 RPM.

Also would be great to have AvgResponseTime be a check.

I've coded this up and just need to update the tests and this could be ready for a pull requests in the next 24 hours.