There could be, but I don't know how.
I only starting using Jmeter a few weeks ago.

Maybe something with counters or timers?
One of the other guys might have a better idea.

--- Matt <[EMAIL PROTECTED]> wrote:

> Hi John,
> 
> Thanks for the reply.  Is there a way to do it
> without a test run time
> period, and end it after a certain thread group has
> completed its runs?
> 
> On 28/08/2007, John Dempsey <[EMAIL PROTECTED]>
> wrote:
> >
> > Hi Matt,
> >
> > You can try this.
> > Create a user defined variable e.g. TestLength.
> >
> > Put the TestLength value equal to the length of
> your
> > testrun e.g. 300 (for 5 mins).
> >
> > In your monitor threadgroup click the scheduler
> > checkbox and set the startup delay to 0.
> > Set the duration to
> > ${__intSum(${TestLength},120,Result)
> >
> > In your other threadgroups click the scheduler
> > checkbox and set the startup delay to 60.
> > Set the duration to ${TestLength}.
> >
> > I think this will work, I had something similar in
> a
> > test script before.
> > You don't need the variable but it is useful if
> you
> > need to change things later.
> >
> > John.
> >
> > --- Matt <[EMAIL PROTECTED]> wrote:
> >
> > > Hi folks,
> > >
> > > I've just added the Tomcat Monitor to a test
> plan,
> > > impressed with how easy
> > > it is to setup.
> > >
> > > One thing though, i'd like this to start 60
> seconds
> > > before my other Thread
> > > groups, and stop 60 seconds after the test has
> > > stopped.  I find this a good
> > > way of making sure that the server was not in
> use
> > > during these periods.
> > >
> > > Not quite sure how to do this, anyone done it
> > > before?
> > >
> > > Cheers,
> > >
> > > Matt
> > >
> >
> >
> > Send instant messages to your online friends
> http://uk.messenger.yahoo.com
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> >
> 


Send instant messages to your online friends http://uk.messenger.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to