Thanks a lot, Toni.
2010/11/18 Deepak Goel <[email protected]> > Hey > > Namaskara~Nalama~Guten Tag > > Throughput = Number of Users or Threads in Jmeter's case > > -------------------------------------------------------- > Think Time + Response Time > > So if your response time varies as in the second case for the same number > of > threads (or users), your throughput will vary (request/sec). More the > response time, less the throughput and vice versa. > > Deepak > > -- > Keigu > > Deepak > +91-9765089593 > [email protected] > http://www.simtree.net > > Skype: thumsupdeicool > Google talk: deicool > Blog: http://loveandfearless.wordpress.com > Facebook: http://www.facebook.com/deicool > > "Contribute to the world, environment and more : > http://www.gridrepublic.org > " > > > > On Thu, Nov 18, 2010 at 4:54 AM, Felix Frank <[email protected]> wrote: > > > On 11/08/2010 10:50 PM, Toni Menendez Lopez wrote: > > > >> Look Andrei, > >> > >> I have following scenario : Figure1.png and Figure2.png > >> > >> With to scenarios 1st ) with average response time of 9 mseg 2nd ) with > >> average of 100mseg > >> > >> The 1st case : Figure3.png, I am able to manage the 100reqxsec as is > >> specified in the constant throughput timer, but 2nd case ) Figure4.png I > >> am only able to send 10 reqxsec. The only difference in the scenario is > >> the response time. > >> > >> Do you find any explanation ? > >> > > > > You run with a single Thread, right? > > > > Let's do the math: > > > > Max throughput with 0.009sec/access: > > (1 second) / (0.009 seconds/access ) ~ 100 accesses. > > > > Max throughput with 0.1sec/access: > > (1 second) / (0.1 seconds/access ) = 10 accesses > > > > Use at least 10 Threads to achieve 100 req/s for both transactions. > > > > HTH, > > Felix > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >

