Matthew Coventon wrote:
> Ronan,
> 
> You can put your samplers inside a transaction controller.  Read about how
> it works here:
> http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transac
> tion_Controller
> 
> Regards,
> 
> Matt C.
> 
> -----Original Message-----
> From: Ronan Klyne [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 23, 2007 6:49 AM
> To: JMeter Users List
> Subject: Simple newbie question - how to time a set of requests.
> 
> Hello all,
> 
> I am trying to measure the time taken for a set of requests to complete.
> I have these requests grouped in a Simple Controller, but cannot work
> out how to get timings for the whole controller, rather than each
> individual request. None of the available listeners seem appropriate,
> but I suspect I'm using them incorrectly.
> Help would be greatly appreciated...
> 
>       Ronan
> 

Exactly what I need! Thankyou. I have a follow up question on it's
operation:
I have the following structure in my test plan:

Plan
+Thread Group "Logins"
| +Summary Report
| +Module Controller "Login" (Library -> Login)
|
+Simple Controller "Library"
  +Transaction Controller "Login"
  | + ... Requests
  |
  +...More library transactions.

The Transaction Controller is in parent mode.
When I run this test, the summary shows 'Login' taking 0 seconds, and
does not suppress the individual requests.
The behaviour I expected was that the summary entry 'Login' would
account for all the time in the requests, and the individual requests
would not be shown.
I can get this behaviour, if I insert another SimpleController between
"Library" and the Transaction Controller "Login", and point the
ModuleController "Login" at this Simple Controller.

Would anyone be able to explain why this is happening, and why I should
not expect it?

        # r

-- 
Ronan Klyne
Business Collaborator Developer
Tel: +44 (0)870 163 2555
[EMAIL PROTECTED]
www.groupbc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to