On 20 June 2011 16:50, jagdeepjain01 <jagdeep.j...@gmail.com> wrote:
> Hi,
>
> I have loaded the system with 20 threads and taken summary report and table
> view report.
> With table view I got the actual time taken for completing all the threads
> and with summary report I am expecting to have avg., max and min timings.

Which is what JMeter does do.

> Test ran for 3 mins 10 sec (got from table view report as end timings minus
> start timings) and now looking for avg. max and min for a complete use case
> for 20 threads have used below method, assuming TOTAL as the total time for
> executing 300 threads and with some math below are the numbers as:

TOTAL is the total for the other items included in the summary.

> avg. : 11775/1000/60=1.76625= 1 min 8 sec approx

11775/1000 = 11.775 seconds.

> max : 79 ms
> min :  85967/1000/60=12.89505 = 12 mins 9 sec approx

 85967/1000 = 85.967 seconds = 1 min 26 sec approx.

> Above no. seems absurd to me, am not sure how to come up with the correct
> numbers for avg. max and min please guide.

Redo the calculations.

Note that

a/(b/c) == (a/b)*c

You want

(a/b)/c == a/(b*c)

>  I am looking for looking for avg. max and min for a complete use case for 20 
> threads.

Which is what you have got.

Note that the two /gwtService sample lines have much higher avg and max figures.

> Below is the sample of summary report.
>
> Label                                                                   
> Samples Avg             Min             Max
> =======================================================================
> /                                                                             
>   60      200             161             267
> /j_security_check                                                             
>   20      351             271             579
> /module/callApp.html                                                    40    
>   84              79              99
> /gwtService/callgt                                                      80    
>   41583   118             85967
> /gwtService/callgt-Page                                         20      8589  
>           5272            31456
> /services/urn:soho:service:personalService                      20      159   
>           103             213
> /services/urn:accept:service:UiConfigService                    20      143   
>           96              302
> /logout.jsp                                                                   
>   20      191             164             558
> /index.jsp                                                                    
>   20      88              84              107
> TOTAL                                                                   300   
>   11775   79              85967
>
> *time in ms
>
>
> --
> View this message in context: 
> http://jmeter.512774.n5.nabble.com/understanding-summary-report-calculating-avg-max-and-min-values-for-a-complete-use-case-tp4506872p4506872.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

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

Reply via email to