Hi Philippe, The rate of the ramp-up (when ramp-up period is set to zero) could be as bad as 2 mins for 200 threads. However, this is directly related to the preprocessor settings. If I do what Anthony suggested in the other thread to disable the reset interpreter, the ramp-up time gets better (still ~3 seconds).
Thanks On Wed, Jul 18, 2012 at 2:32 PM, Philippe Mouawad <[email protected]> wrote: > Hello, > It's not sure you really need Synchronizing Timer. > From component reference: > > - > > http://jmeter.apache.org/usermanual/component_reference.html#Synchronizing_Timer > > The purpose of the SyncTimer is to block threads until X number of threads > have been blocked, and then they are all released at once. A SyncTimer can > thus create large instant loads at various points of the test plan. > > > When you say number of Threads grows slowly with no rampup period, how slow > is it ? are you sure it's OK to have no rampup period ? > > Read this: > > http://jmeter.apache.org/usermanual/best-practices > > > Regards > > Philippe M. > > http://www.ubik-ingenierie.com > On Wed, Jul 18, 2012 at 4:48 PM, unjc email <[email protected]> wrote: > >> Great thanks Anthony. That's exactly what I am looking for. >> >> >> >> On Wed, Jul 18, 2012 at 10:40 AM, Anthony Johnson <[email protected]> >> wrote: >> > The classic way is to use something like a Synchronizing timer. >> > >> > >> http://jmeter.apache.org/usermanual/component_reference.html#Synchronizing_Timer >> > >> > Search the archives if you need more detail as this has been discussed >> > on more than 1 occasion. >> > >> > Good luck, >> > >> > Anthony >> > >> > On Wed, Jul 18, 2012 at 10:27 AM, unjc email <[email protected]> >> wrote: >> >> Hi all, >> >> >> >> I have created a test plan with a thread group of 200 threads and zero >> >> ramp-up period. When I start the test, I saw the "thread counter" at >> >> the top right corner takes long time to wind up to 200 (from 1/200 to >> >> 200/200). Is there a way to make jmeter to start running all threads >> >> at the same time? Any advice will be appreciated. >> >> >> >> >> >> >> >> Thanks, >> >> Jacky >> >> >> >> --------------------------------------------------------------------- >> >> 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] >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Cordialement. > Philippe Mouawad. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
