Thanks for the quick reply. 

>From what I understand all requests are processed in a sequential
manner. I am currently executing these requests in a loop - thus after
the last request with a delay of 10 mins is done, only then does the
first request go out again.  Effectively the first request has a
cumulative delay of 10+ mins each run? Is that correct?

I would like the first request to go out every 1 min and the last every
10 mins. Is this possible with jmeter? 

Example - 

Thread group  ( loop forever)
        Simple Controller
                - HTTP request 
                        - gaussian timer (1 min)
                Simple Controller       
                        -Logon user 
                                - gaussian timer (1 min)
                        -http request 
                                -gaussian timer (1 min)
                        - http request
                                - gaussian timer ( 10 mins)
                

Thanks for your help,

Aditi
 

-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 23, 2007 1:59 PM
To: JMeter Users List
Subject: Re: Timers

Timers are applied to all samplers in scope, and are applied before the
sampler executes.


On 23/08/07, Aditi Seth (adseth) <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> I am trying to setup a test plan where each request has a delay 
> associated with it and each of these delays are different.
>
> Example
>
> Thread group
>     -simple controller
>     gaussian random timer

Cannot tell where this is in the test plan.
If it is the only child of the simple controller, then it will not apply
to any samplers.
If it is at the same level as the samplers below, then it will apply to
all of them.

>     - login
>     - http request A ( delay 1 min)

Where is the timer?

>     - http request B
>         - gaussian random timer ( delay 5 mins)

Will apply to B only

>     - http request C
>         - gaussian random timer (delay 10 mins)

Will apply to C only

>
>
> Bascially, each user access page A every min,  page B once in 5 mins 
> and page C once in 10 mins. And the login request needs to be shared 
> between these requests.
>
> I did try to add timers to each request , but the flow is sequential.
> Request A is now delayed by sum of all these timers.
> Do I need different thread groups for this scenario? Or is there any 
> other nice trick that I am missing.
>
> Thanks,
> Aditi
>

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

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

Reply via email to