Hi

I have a requirement as below:

1. One HTTP Get Sampler to execute every 15 secs
2. Six HTTP Get Samplers to execute every 20 secs
3. One HTTP Get Samplers to execute every 60 secs

I had the controllers organization as below in JMeter:

Thread Group
   Loop Controller (Loop Forever)
      One HTTP Sampler
         Timer (Delay = 15 secs)
   Loop Controller (Loop Forever)
      Six HTTP Samplers
         Test Action Sampler (Pause , Delay = 20 secs)
   Loop Controller (Loop Forever)
      One HTTP Sampler
         Timer (Delay = 60 secs)

When i execute i see that only the first sampler gets executed and the others do not get executed. I want my requests such that there are 8 requests going to my Web App , the rate of individual samplers being as per the requirment mentioned above.

I tried many different combinations such as simple controller , Random Controller and Throughput controller. Throughput controller was near to my solution but it loaded my Web App way too much.

Can someone please help me on this.

Thanks
Jatin

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to