[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: benchmark tool for http session



Hi,

AB is still your friend. You can check remote hosts.

Example: I want to check the speed of the company's intranet webpage.
I'm going to request the index.php page 1000 times, with 5 concurrent
connections.
'ab -n 1000 -c 5 http://192.168.1.200/index.php'

It will output connectiondelays (ms), transferspeeds, time-outs, etcetera.
Very usefull.

Just put your testbox 'before' the firewall and go ahead. AB even supports
round-robin.

I suggest you check out 'man ab'. ;-)

Regards,

Pim

----- Original Message -----
From: "Patrick Hsieh" <pahud@pahud.net>
To: "Pim Effting" <peffting@chello.nl>
Cc: <debian-isp@lists.debian.org>
Sent: Wednesday, May 29, 2002 1:50 PM
Subject: Re: benchmark tool for http session


Hello "Pim Effting" <peffting@chello.nl>,

Thanks. I'd not only to test the http request, but also the tcp session.
A http request to a html page could couse many tcp session. And I want
to test the tcp session limit on the firewall or server load balancer.
Basically, a http request could generate 5 or more http session, right?



On Wed, 29 May 2002 13:31:30 +0200
"Pim Effting" <peffting@chello.nl> wrote:

> Hello,
>
> Apache comes with 'ab'. Which means 'Apache Benchmark'.
>
> From the manpage:
> "ab is a tool for benchmarking your Apache HyperText Trans­fer Protocol
> (HTTP) server. It is designed to give you an impression on how performant
is
> your  current Apache installation. This especially shows you how much
> requests per time your Apache installation is capable to serve."
>
> Kind regards,
>
> Pim
> ----- Original Message -----
> From: "Patrick Hsieh" <pahud@pahud.net>
> To: <debian-isp@lists.debian.org>
> Sent: Wednesday, May 29, 2002 1:09 PM
> Subject: benchmark tool for http session
>
>
> > Hello,
> >
> > Is there any utility for http session benchmark? Say, I'd like to
> > emulate 150,000 http sessions to benchmark the firewall or
load-balancer,
> > any utility recommended?
> > --
> > Patrick Hsieh <pahud@pahud.net>
> > GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg
>
>

--
Patrick Hsieh <pahud@pahud.net>
GPG public key http://pahud.net/pubkeys/pahudatpahud.gpg






-- 
To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: