Re: Mean Response Time
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-04-28 05:13:03
|
Hi Niko, On Mon, Apr 28, 2008 at 7:54 AM, Niko Wilfritz Sianipar Sianipar < nik...@ya...> wrote: > In the curl-loader log file there isn't a field that > hold the response time value. Is there a way/ways to > look for or calculate the MEAN response time of a > scenario/batch scenario from the log file of > curl-loader. I need the MEAN RESPONSE TIME to evaluate > the Apache performance as my college work. > Nice hearing from you. Y can look in the FAQs: http://curl-loader.sourceforge.net/doc/faq.html#statistics curl-loader names the parameter a bit different: average application server Delay (msec), estimated as the time between HTTP request and HTTP response without taking into the account network latency (RTT) (D); - average application server Delay for 2xx (success) HTTP-responses, as above, but only for 2xx responses. The motivation for that is that 3xx redirections and 5xx server errors/rejects may not necessarily provide a true indication of a testing server working functionality (D-2xx); The parameters are displayed at the terminal as well as going into <batch-name>.txt file Thus, you can see the issue: a) from the user-side perspective (D) b) from the real server-side work processing (D-2xx) ; Take care and best wishes! Truly, Robert Iakobashvili, Ph.D. "Light will come from Jerusalem" ..................................................................... www.ghotit.com Dyslexia assisting technologies An online speller for dyslectics ..................................................................... http://curl-loader.sourceforge.net An open-source web testing tool ..................................................................... |