On Wed, 10 Nov 2004 10:15:33 -0800, Pablo Gosse <[EMAIL PROTECTED]> wrote:
> Hi folks.  I'm wondering if anyone out there can recommend a good tool
> for load testing a large php application?  Ideally it would be something
> fairly intelligent, that would follow links, remember what links it has
> followed and where any problems occurred, etc.
> 
> Can anyone provide any recommendations?

If you use Apache, you can use the Apache benchmark tool `ab`.

If you just want to slam a site with requests, you could use htdig to
index it or maybe something like:

while(true); do wget -m -np http://yahoo.com/; done


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to