Re: [phplib] Stress testing software for PHP and Oracle From: Leif Jakob (phplib <email protected>)
Date: 11/07/00

On Tue, Nov 07, 2000 at 03:25:18PM -0000, Steven Reed wrote:

Hi Steven!
> Can anyone recommend a good stress testing tool for PHP3 and PHPlib, using
> oracle?

Yes: ab

It's compiled with apache by default and allows you to acces one
page parallel. If you call this in a shell-script from a loop
over valid URIs (turn cookies off and use fallback-mode if you
use sessions) you can see the system load of your webserver raise...

ab can be used with forms and file-uploads but I have no experience
with this.

Leif

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>