I've been trying all of the listeners (JMeter 2.1.1) and am pretty stumped
as to how to generate/see average response times for a particular
transaction.
I have the following scenario:
- Login (simple controller)
- Loop Controller -> Add widget, search for widget, verify widget
- Logout.
I'm looking for some way to show the average response time of the loop
controller actions.
I've tried the aggregate graph, the aggregate report, and the graph results
and it's actually adding the results (i.e. "# Samples") together for common
pages during 1 cycle of the loop - pages that have been hit more than once
in the transcation (i.e. main page, etc.)
I've checked the JMeter FAQs, don't see anything that i'm looking for.
I'm looking for somethat that tells me something such as -> Average
transaction time per cycle of the loop is 84.23 seconds.