Re: Load testing for PHP Applications

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

 



On Wed, 10 Nov 2004 10:15:33 -0800, Pablo Gosse <gossep@xxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux