Excellent thanks, this does indeed work as expected. The step i was missing was that i needed to add the dummy sampler.
I often think JMeter is pretty simple really, but every time you want to get a bit more complex, it always handles it! Thanks, Dan PS: I see notes in the wiki about a release procedure, does that mean 2.3 is on it's way? First release in more than a year isnt it? --------- Original Message -------- From: JMeter Users List <[email protected]> To: JMeter Users List <[email protected]>, Lists <[EMAIL PROTECTED]> Subject: Re: Sequence of requests Date: 04/07/07 10:59 > 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 &lt;[email protected]&gt; > > To: JMeter Users List &lt;[email protected]&gt; > > Subject: Re: Sequence of requests > > Date: 03/07/07 15:39 > > > > &gt; Ok, I'm close now, frustratingly so :) > > &gt; > > &gt; I now have this: > > &gt; > > &gt; thread group > > &gt; Transaction controller > > &gt; request1 > > &gt; loop controller > > &gt; 5 other requests > > &gt; constant throughput controller > > &gt; > > &gt; When i run it, I want it to run all 6 requests one after another and > then > > &gt; wait the amount of time necessary to achieve the constant throughput > - > > i.e. > > &gt; i dont want the thoughput controller to insert delays between each > request > > &gt; in the threadgroup... > > &gt; > > &gt; Does that make sense? > > &gt; > > > &gt; > > <snip/> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ________________________________________________ Message sent using UebiMiau 2.7.10 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

