Re: Testing web server speed

 > I want to test my web server speed and I'm looking for some tool that
 can simulate thousands of users sending requests to the web server. I
 tried VELOMETER but this one does not support HTTP1.1. Does anybody knows
 of any such software that is HTTP1.1 capable?

Try 'ab' (Apache benchmark). A simple http request/benchmarking program
that comes with Apache.

I'm not sure which features you need from http/1.1, but this client is
fairly simple code, and sometimes very useful.

On the downside, it doesn't simulate real world requests very well
(dropped connections, slow connections, network lag times, etc...) but
does give some indication of relative server speed.

-drew

-------
Drew Streib <streib@li.org> 408.542.5725

System Administrator, Linux International   | <dtype@li.org>
Information Architect, VA Linux Systems     | <dtype@valinux.com>
Senior Developer, SourceForge               | <dtype@sourceforge.net>
Admirer, Occasional Programmer, Linux.com   | <dtype@linux.com>
Founder, Shok Media                         | <dtype@shok.com>

Received on Friday, 25 February 2000 13:15:04 UTC