Re: 401.2 messages
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-03-09 16:50:37
|
Richard, On Fri, Mar 7, 2008 at 5:42 PM, Richard Parker <rp...@ce...> wrote: > Here is my conf file. > > > Still, this is not a PRF as required. > ########### GENERAL SECTION ################################ > > BATCH_NAME=webhost-temp1 > > CLIENTS_NUM_MAX=30 > > CLIENTS_RAMPUP_INC=5 > > CLIENTS_NUM_START=5 > > INTERFACE=eth1 > > NETMASK=24 > > IP_ADDR_MIN=10.40.171.167 > > IP_ADDR_MAX=10.40.171.197 > > URLS_NUM=9 > > CYCLES_NUM=-1 > > TIMER_TCP_CONN_SETUP=10 > > USER_AGENT=RICK_CURL > > > > > > ########### URL SECTION #################################### > > > > ### Login URL - cycling > > > > # GET-part > > URL=http://webhost-temp1/Pages/Default.aspx > > URL_SHORT_NAME="default page" > > REQUEST_TYPE=GET > > WEB_AUTH_METHOD=NTLM > > WEB_AUTH_CREDENTIALS=administrator:password > > TIMER_URL_COMPLETION = 0 # In msec. When positive, Now it is enforced by > cancelling url fetch on timeout > > TIMER_AFTER_URL_SLEEP = 500 > > curl-loader is using libcurl for HTTP stack. libcurl states: http://curl.netmirror.org/docs/manpage.html#--ntlm you may try to run curl-loader (with a single client) adding to your command line options -v -u and looking afterwards in the file webhost-temp1.log Sincerely, Robert Iakobashvili "Light will come from Jerusalem" ........................................................... http://curl-loader.sourceforge.net An open-source web testing and traffic generation. |