Re: load testing tools

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

 



On 12/27/05, Dan McCullough <dan.mccullough@xxxxxxxxx> wrote:
> Anyone have any opinions or suggestions on cheap/free load testing
> tools for dynamic sites?

Apache Bench:
/usr/sbin/ab on this particular box.

Curl:
/usr/bin/curl

To test dynamic or protected pages you can use curl to get a session
id/cookie, then pass it back with ab using -C.

And if those won't do:
http://opensourcetesting.org/performance.php



--
Greg Donald
Zend Certified Engineer
MySQL Core Certification
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