[PHP] Load / Stress Testing

2002-09-09 Thread Dan Hardiker
Hi All, I have a CPU intensive PHP application, and would like to stress test it to find out the number of concurrent connections I can have before the response rate from my script is 5 seconds or more. The tests will initally take place over a 100mbs LAN. The following are in use: PHP 4.2.3

Re: [PHP] Load / Stress Testing

2002-09-09 Thread Leonid Mamtchenkov
Dear Dan Hardiker, Once you wrote about [PHP] Load / Stress Testing: DH I have a CPU intensive PHP application, and would like to stress test it DH to find out the number of concurrent connections I can have before the DH response rate from my script is 5 seconds or more. DH DH The tests

Re: [PHP] Load / Stress Testing

2002-09-09 Thread Chris Hewitt
Dan Hardiker wrote: Ive thought of writting a load testing script, but Im not after reinventing the wheel. Dan, Apache comes with ab for this sort of testing. man ab for details. HTH Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: