Re: [curl-loader-devel] Output understanding
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-05-05 15:47:00
|
On 5/5/07, Aleksandar Lazic <al-...@no...> wrote: > 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/..). See the FAQs: http://curl-loader.sourceforge.net/doc/faq.html#statistics It is stated: "Some strings from the file: ------------------------------------------------------------------------------------------------------------------- Run-Time,Appl,Clients,Req,2xx,3xx,4xx,5xx,Err,Delay,Delay-2xx,Thr-In,Thr-Out 2, Appl , 100, 155, 0, 96, 0, 0, 1154, 1154, 2108414, 15538 2, Sec-Appl, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0 4, Appl, 100, 75, 32, 69, 0, 0, 1267, 1559, 1634656, 8181 4, Sec-Appl, 100, 0, 0, 0, 0, 0, 0, 0, 0, 0 Cutted here 36, Appl , 39, 98, 35, 58, 0, 0, 869, 851, 1339168, 11392 36, Sec-Appl, 39, 0, 0, 0, 0, 0, 0, 0, 0, 0 38, Appl , 3, 91, 44, 62, 0, 0, 530, 587, 1353899, 10136 38, Sec-Appl, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 *, *, *, *, *, *, *, *, *, *, *, * Run-Time,Appl,Clients,Req,2xx,3xx,4xx,5xx,Err,Delay,Delay-2xx,Thr-In,Thr-Out 38, Appl , 0, 2050, 643, 1407, 0, 213, 725, 812, 1610688, 11706 38, Sec-Appl, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ---------------------------------------------------------------------------------- The bottom strings after asterisks are for final averages." Sot: "Run-Time" is a time in seconds, "Req" is number of requests, the bottom string after asterisks are really numbers for final averages. Moreover, using this file one can make a graph of CAPS changes upon a time. Indeed, time scale has been missed from the FAQs - the place to improve on our side :) Thank you for the point. > >>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. "Session" is not clear what is it? "Clients" raw in the same file .txt contains really number of clients. If the number of clients is increasing you can graph, calculate, etc being in possession of both time and clients numbers. There are two modes of increasing number of clients: automatic, managed by the CLIENTS_INITIAL_INC value and manual from the console. Y may wish to look for that in FAQs. -- Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |