Re: [curl-loader-devel] Page being posted to?
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-05-17 14:14:45
|
On 5/17/07, Jeremy Hicks <je...@no...> wrote: > > Is there any way to see the actual data being received/sent for the > requests (e.g. the html of the pages)? > The good news is that I have added initial support for that to svn. Y may try it for a not more than several clients and a few cycles. Please, add the new tags described below to the login_new.conf file, which I sent you before. Please, note, that the tags are per url, therefore, you may wish to add them both to you GET-url as well as the POST-url section (no actual url, just posting to the url fetched by GET and 3xx-es). >From the Changelog ------------------------------------------------------------------------------------ * Added an option to log response body-bytes and headers to files. To log body bytes add tag LOG_RESP_BODIES=1 to your configuration file. To log headers add LOG_RESP_HEADERS=1. See log_hdr_body.conf as an example. Directory <batch-name> is created with subdirs url0, url1, url<n> Each url subdir contains files named cl-<client-num>-cycle-<cycle-num>.body or cl-<client-num>-cycle-<cycle-num>.hdr respectively. Note, that output to file is currenly done in a most simple way and seriously impacts performance. Use it only with a small number of clients and for a few cycles. ---------------------------------------------------------------------------- Thank you. Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |