RE: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread David Schulberg
Hi, I would have thought that the last thread would kick in after the ramp up time had expired. The 5 requests associated with that thread would then run till completion. This would mean that the test would run for 60 secs + time taken for 5 loop requests to complete which would exceed 1 minut

Re: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread Dion Gillard
Most of the load testing I do uses random waits between requests often combining a ramp up period with a Duration for the run and a loop forever, and I suppose it's one of those things you learn first time round with JMeter. Have fun! On 4/17/07, danisade <[EMAIL PROTECTED]> wrote: Thanks for

Re: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread danisade
Thanks for your help!!! I believe that Constant_Throughput_Timer is my solution with some tuning it will maybe works fine. Anyway i consider this as workaround cause now i should do some calculations and can't control the threads order. Constant_Timer will not work - just going to postpone user'

Re: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread prateeti
You can use constant timer. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Timer Dion Gillard wrote: It sounds like you want to add a Constant Throughput Timer: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer On 4

Re: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread Dion Gillard
It sounds like you want to add a Constant Throughput Timer: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Constant_Throughput_Timer On 4/17/07, danisade <[EMAIL PROTECTED]> wrote: My initial configuration: Num of users - 10 ramp up period - 60 loop count - 5 Every user

RE: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread Matthew Coventon
If there is only one request in the thread group, then it sounds like the threads don't wait for all other threads to complete before looping. I believe that's just how JMeter works. -Original Message- From: danisade [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 2:55 AM To: jme

Re: Loop count > 1 doesn't works properly for thread groups

2007-04-17 Thread Dion Gillard
See http://jakarta.apache.org/jmeter/usermanual/test_plan.html "The ramp-up period tells JMeter how long to take to "ramp-up" to the full number of threads chosen. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running