On 3/12/08, Pete Czech - New Possibilities Group, LLC <[EMAIL PROTECTED]> wrote: > Does anyone have good resources to perform a stress test on apache?
Apache Bench ships with every standard Apache package. For example: $ ab -n 1000 -c 3 http://www.example.com/some/script.php The above command retrieves the supplied URL 1000 times with at most 3 concurrent requests at one time. It's not very comprehensive but it's great for sanity testing. Mike -- Michael B Allen PHP Active Directory SPNEGO SSO http://www.ioplex.com/ _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
