in reply to Re: testing availability of a http server using WWW::Mechanize and multiple proxies
in thread testing availability of a http server using WWW::Mechanize and multiple proxies

Hi,

Thank you for replying.
I knew of Apache Benchmark, but I want to learn how to make something similar
myself.That is why I've asked.
How would you design such a tool ?
  • Comment on Re^2: testing availability of a http server using WWW::Mechanize and multiple proxies

Replies are listed 'Best First'.
Re^3: testing availability of a http server using WWW::Mechanize and multiple proxies
by olus (Curate) on Jan 21, 2008 at 16:11 UTC
    Take a look at HTTPD::Bench::ApacheBench.
    I've never used it so I can't say if it really is up to the task.

    Alternativelly, you can make the requests yourself using LWP. Since you only care to check is the response is 200 OK, there is no overhead in parsing the response.