Re: [curl-loader-devel] Output understanding
Status: Alpha
Brought to you by:
coroberti
From: Aleksandar L. <al-...@no...> - 2007-05-05 07:09:27
|
On Fre 04.05.2007 19:42, Robert Iakobashvili wrote: >On 5/4/07, Aleksandar Lazic <al-...@no...> wrote: >>1.) Is from CAPS, at runtime, a RPS (Request per second), after the run >> is finished, a summery availabe? > >Yes. Please, read the FAQs, e.g. >http://curl-loader.sourceforge.net/doc/faq.html#statistics or in the >README file of the tarball. Ok I have read it again but maybe I don't understand it sorry. ---from FAQ Currently HTTP/HTTPS statistics includes the following counters: - requests num; - 2xx success num; - 3xx redirects num; - client 4xx errors num; - server 5xx errors num; - other errors num, like resolving, tcp-connect, server closing or empty responses number; - average application server Delay (msec), estimated as the time between HTTP request and HTTP response without taking into the account network latency (RTT); - 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. - throughput out (batch average); - throughput in (batch average); --- Do you mean that: requests / $RUNTIME <= where can I get this value?! => RPS I don't see any time value which I can use for the calculation which requests was done in the same $TIME (e.g.: Second/Minute/..). Sorry for my lack of understanding mybe I'am to spoiled from the other tools and think in a wrong way. >>2.) have curl-loader the possibility to handle 'sessions' like >> httperf http://www.hpl.hp.com/research/linux/httperf/httperf-man.txt > >No, but since statistics in the client dump file <batch-name>.ctx per >each virtual client is provided and the rate of adding the clients is >known, such data may be post-processed Here I have the same problem, where are the time value which I can use to calculate Sessions per second. >>3.) Is there a 'summery' like output which some of the other benchmarks >> tool have? > >Yes. Please, read the FAQs, e.g. >http://curl-loader.sourceforge.net/doc/faq.html#statistics or in the >README file of the tarball. See above. Cheers Aleks |