You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Grzegorz Kończyk <gr...@marketplanet.pl> on 2008/04/10 16:50:28 UTC

response time showed by Agregate Graph

Hi,

Part of my TestPlan looks like his:

HTTP Request
	CSV Data Set Config
	BeanShell PreProcessing
	BeanShell PostProcessing

And in the TestPlan i have Agregate Graph listener, which shows response time of that HTTP Request. What time is this exactly:
- sum of durations of: CSV Data Set Config + BeanShell PreProcessing + http request's reponse + BeanShell PostProcessing,
- only the http request's reponse time?

Cheers,
GK


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: response time showed by Agregate Graph

Posted by sebb <se...@gmail.com>.
On 10/04/2008, Grzegorz Kończyk <gr...@marketplanet.pl> wrote:
> Hi,
>
>  Part of my TestPlan looks like his:
>
>  HTTP Request
>         CSV Data Set Config
>         BeanShell PreProcessing
>         BeanShell PostProcessing
>
>  And in the TestPlan i have Agregate Graph listener, which shows response time of that HTTP Request. What time is this exactly:
>  - sum of durations of: CSV Data Set Config + BeanShell PreProcessing + http request's reponse + BeanShell PostProcessing,
>  - only the http request's reponse time?

Only samplers generate samples, so the response time is not affected
by other elements.

However, if the other elements cause delays, then of course that can
affect throughput - the same as if you add a timer...

>  Cheers,
>  GK
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>