Hi All,
In aggregate report listener, the average response time is calculated
considering the response times of all the transactions.
for example:
In a test we are executing the logIn transaction 10 times. Out of that it
succeeds 8 times and fails 2 times.
If the success transactions took 10 seconds each and the failed transaction
took 100 seconds each, the average response time will be 28 seconds {[(10*8)
+ (100*2)] / 10} according to the aggregate reports.
Is there a way to get the average of SUCCESS transactions only?
Your inputs are highly appreciated
Regards
Vineeth
--
View this message in context:
http://jmeter.512774.n5.nabble.com/Is-there-any-way-to-get-Average-response-time-of-passed-transactions-only-tp5716995.html
Sent from the JMeter - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]