[PHP] Re: Crashing a webserver

2002-02-20 Thread Ruben Vermeersch

Thank you all, let's see how good the machine will do...





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Crashing a webserver

2002-02-19 Thread J Smith


I'd start out by using ab, the apache benchmarker. Look for 
$APACHE_PATH/bin/ab. You can start hammering away at the site by setting 
the number of connections to try, conncurrent connections, etc. in ab, 
which will spit out a bunch of interesting stats, like the number or errors 
produced, pages served per second, etc.

J

Ruben Vermeersch wrote:

 I have got the task to down our webserver, to see how stable she is, and
 how easy/hard it is to get it on it's knees ;)
 
 Does anyone have some ideas how to do it?
 
 phpinfo() kan be found here:
 
 http://devel.basm.be/phpinfo.php
 
 Thanks Already,
 Witch


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php