This is for validating how many users a single webservice app server can support within a response time requirement, and the rate at which those user's can send transactions.
On Mon, Jun 1, 2009 at 9:03 PM, sebb <[email protected]> wrote: > On 01/06/2009, Tony Lotts <[email protected]> wrote: > > I have created a timer which varies the delay based upon whether or not > the > > response time of the previous transaction is > 2999 milliseconds. > > What are you trying to achieve here? > > > > > The solution that I have uses a beanshell timer, beanshell > postprocessor, > > and beanshell assertion. > > > > The beanshell timer returns the delay property set by the beanshell > > postprocessor. > > > > The beanshell postprocessor evaluates the response time, and sets the > delay > > property. > > > > The beanshell assertion sets the delay to the assertion failure message. > > > > > > Does anyone have any ideas for a more elegant solution? > > > > If you want to delay after the sampler, then you can do it in the > BeanShell post-processor. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

