[PHP] Re: Re : [PHP] profiler web server

2009-01-27 Thread Jim Lucas
: soussou97 dbousse...@yahoo.fr Cc : php-gene...@lists..php.net Envoyé le : Lundi, 26 Janvier 2009, 16h48mn 19s Objet : Re: [PHP] profiler web server soussou97 wrote: Hi; I have a web server (apache 2.2 + PHP5) which process must be watched for measuring the perf ? Regards; All I see

[PHP] profiler web server

2009-01-26 Thread soussou97
Hi; I have a web server (apache 2.2 + PHP5) which process must be watched for measuring the perf ? Regards; -- View this message in context: http://www.nabble.com/profiler-web-server-tp21664121p21664121.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General

Re: [PHP] profiler web server

2009-01-26 Thread Jim Lucas
soussou97 wrote: Hi; I have a web server (apache 2.2 + PHP5) which process must be watched for measuring the perf ? Regards; All I see here is a statement. Do you actually have a question for us? -- Jim Lucas Some men are born to greatness, some achieve greatness, and some

RE: [PHP] profiler web server

2009-01-26 Thread Boyd, Todd M.
-Original Message- From: Jim Lucas [mailto:li...@cmsws.com] Sent: Monday, January 26, 2009 9:48 AM To: soussou97 Cc: php-general@lists.php.net Subject: Re: [PHP] profiler web server soussou97 wrote: Hi; I have a web server (apache 2.2 + PHP5) which process must be watched

Re: [PHP] profiler web server

2009-01-26 Thread Michael Kubler
If you want to profile your web server, i.e artificially see what it's like under load, then you can use a program like 'ab' on Linux which will create the specified number of HTTP requests as if the URL was being requested (although not all the other things like the images, .css files, etc..)