On 30/11/06, socio_pal <[EMAIL PROTECTED]> wrote:

Hi:
while running a performance test in Jmeter, is there a way to find  out the
response time for each JDBC sampler that I use in the script? I have added

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_in_Table

the Aggregate Graph listener, is the MIN and MAX values the response time?
If so, are they in milliseconds? Please explain as I couldn't find any
explanation on this in Jmeter User's manual.

"The aggregate graph is similar to the aggregate report"  - so see here:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Aggregate_Report

And also if the throughput is really low than expected, is there a way to
know if Jmeter is chking or the database?

Try amending the samplers so they does less work on the server. If the
throughput increases, then JMeter is not the bottleneck. If not, then
it may still be either.

Or try adding another thread group in parallel which operates against
a different server (ideally in the same network location) that is
lightly loaded. See how much the new thread group is affected by
whether the original Thread Group is running or not. This second
thread group should have only a few threads, but should run with few
delays.

S.
Thanks.
--
View this message in context: 
http://www.nabble.com/response-time-calculation-tf2732767.html#a7622747
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to