As far as I can tell, the throughput timer already does what you are trying to do.
However, a Timer will not run on its own, so you need to add a dummy sampler. For example the Test Action sampler; then add the Throughput timer as its child. S. On 04/07/07, Lists <[EMAIL PROTECTED]> wrote:
Ok, looking through the source i can see each thread has it's own concept of a start time, so it seems this isnt quite possible to do. I guess perhaps the simplest solution which i shall try shortly is to use a custom sampler and then put the actual delay in the sampler itself. or even to copy some of the throughput timer code and mangle that in some way. --------- Original Message -------- From: JMeter Users List <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Sequence of requests Date: 03/07/07 15:41 > for some reason the formatting of my mail didnt work there. > > basically the throughput controller is at the same level as the transaction > controller. --------- Original Message -------- From: JMeter Users List <[email protected]> To: JMeter Users List <[email protected]> Subject: Re: Sequence of requests Date: 03/07/07 15:39 > Ok, I'm close now, frustratingly so :) > > I now have this: > > thread group > Transaction controller > request1 > loop controller > 5 other requests > constant throughput controller > > When i run it, I want it to run all 6 requests one after another and
then
> wait the amount of time necessary to achieve the constant throughput
-
i.e. > i dont want the thoughput controller to insert delays between each
request
> in the threadgroup... > > Does that make sense? >
>
<snip/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

