[curl-loader-devel] Customizable template of statistics output
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-04-22 20:16:12
|
Alex, Sorry, for the delayed response. It is sourceforge to blame for the problems with our mailing lists and archives, which are hopefully solved. >But I agree it is not the cleanest solution, proper way to do it is to >add a command line key to specify path to .txt file and a key to modify >output format. My requirements were: it has to be one line per event, >and it has to be easily parseable, and include parameter names along >with values. I am running curl-loaders across a number of the machines >and need this kind of output to easily aggregate statistics from all >processes. Perhaps there is a simpler way to do the same? Today you need one type of the output, next day, next customer - another type. May be a customizable template file may govern the output? Each statistics param will have its tag and a customizable string representation, e.g. the template, like: Req:"Requests" 2xx:"200-OK" Delay-2xx:"Delay-200" will lead to the output: ----------------------------------------------------------- Requests, 200-OK, Delay-200 100, 50, 87 50, 25, 130 Currently, we are working on the bug-fixes and stabilization to release a "stable" version very soon with hyper mode working with 10K simultaneously loading client and memory consumption with recent patches decrease about twice from 60K per client down to 30K. But, if you can come with a patch, delivering something customizable and generic, we will be delighted. -- Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ................................................................... Navigare necesse est, vivere non est necesse ................................................................... http://curl-loader.sourceforge.net An open-source HTTP/S, FTP/S traffic generating, and web testing tool. |