Sorry I believe you are right. Shouldnt rely on memory
On Thu, Jul 1, 2010 at 11:38 PM, Felix Frank <[email protected]> wrote: > On 07/01/2010 08:27 PM, Deepak Shetty wrote: > > Hi > > First When you need to limit the number of requests /per second use a > > constant throughput timer. > > > > The explanation for the behavior you see is > > If you dont have any timers or anything but just a ramp-up of say 1 > second > > and say your pixel takes 0.1 seconds then > > Start of test , JMeter will create 1 thread , thenmake a request , get > the > > response back in 0.1 seconds and immediate go and make the second request > , > > and so on for the first second , then JMeter will created the second > > thread(ramp up of 1 sec) <snip> > > Doesn't the ramp up specify how long Jmeter takes to launch *all* > threads? So, for 100 threads with rampup 1sec, that would be one thread > launched each 10msec, no? > > Cheers > Felix > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

