[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] HTTP Test Timeout & Delays
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] HTTP Test Timeout & Delays
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 17 Nov 2006 09:14:06 +0100
- References: <024a01c70994$59dbb810$6b2fb8a5@txaccess.net>
- User-agent: Mutt/1.5.12-2006-07-14
On Thu, Nov 16, 2006 at 09:31:53AM -0600, James Wade wrote:
> After adding the additional URL's, I started getting Timeouts
> across the board. If I look at the graph for old URL's, it
> shows the graph increasing at the same time I implemented
> all the new URL's yesterday.
> ie. I went from about 30 to 60 URL's.
By default, Hobbit runs lots of network tests in parallel. It has been
seen that this can overwhelm either a server or some of your network
infrastructure; or just generate enough traffic that packets are dropped
on their way to the Hobbit server.
60 URL's aren't a whole lot, though.
Still, you can try lowering the number of concurrent tests that Hobbit
performs. The "--concurrency=N" option for bbtest-net does that (goes in
hobbitlaunch.cfg). See the bbtest-net(1) man-page.
Henrik