Re: Regarding the libcurl error
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2010-05-12 09:12:31
|
Hi, On Wed, May 12, 2010 at 12:03 PM, SAJAL BHATIA <s.b...@qu...> wrote: > Hi, > > I am running the load with *-v * and most of the entries in <batch_name>.log > are giving *About to connect ()* to <Web Server IP address> as the > message. Only a few (266 out of 1000 to be precise) are reading *OK. * > I think if this would have been a routing issue, I should not be getting > those 266 successful requests ? > Correct, This mean either network or server-side problems (like a listening queue of your server's listen socket is full or network is slow - your VM is an issue). Please, make a wireshark capture, and analyze. Nobody can help you from remote. Note, that Apache is not really a strong server unless configured very specially. > > Thanks and Regards > --- > Sajal Bhatia > Research Masters Student > QUT, Brisbane > AUSTRALIA > > ------------------------------ > *From:* Robert Iakobashvili [cor...@gm...] > *Sent:* Wednesday, 12 May 2010 6:58 P > *To:* curl-loader-devel > *Subject:* Re: Regarding the libcurl error > > Hi Sajal, > > On Wed, May 12, 2010 at 11:46 AM, SAJAL BHATIA <s.b...@qu...>wrote: > >> Hi, >> >> Can anyone explain what does *err:1 *thing in *<batch_name>.ctx* means >> and how can I resolve this error. I am getting some 700 of this messages >> per 1K clients (each with unique IP address) that I am sending requests >> from. I am performing this test against a simple apache based web server >> running on Ubuntu server. Each client is asking for index.html page from >> that web server. >> >> > run load with -v and read in <batch_name>.log > > Such errors are normally TCP/DNS errors. You should ensure, that > you have routing from your client addresses to servers and DNS resolving. > > > -- > Truly, > Robert Iakobashvili, Ph.D. > ...................................................................... > www.ghotit.com > Assistive technology that understands you > ...................................................................... > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... www.ghotit.com Assistive technology that understands you ...................................................................... |