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]

Reply via email to