Code line extracted from JMeter's ThreadGrop class http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java?view=markup
271 float perThreadDelay = ((float) (rampUp * 1000) / (float) getNumThreads()); 2013/4/24 JPeter <[email protected]> > Hi, > > can someone tell me please, how fast the threads do start with 1Thread & > 1Ramp up? > it says that this 1 thread starts within 1 second, right? But when does the > next Thread start? (Without any timers) > I hope you get my question :B > > Tanks! > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/1-Thread-1-Ramp-up-Period-tp5716783.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
