Posted by Greg Donald on 12/27/05 21:33
On 12/27/05, Dan McCullough <dan.mccullough@gmail.com> 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/
Navigation:
[Reply to this message]
|