|
Posted by C. (http://symcbean.blogspot.com/) on 11/10/07 11:35
On 9 Nov, 18:48, NC <n...@iname.com> wrote:
> On Nov 9, 10:12 am, FFMG <FFMG.2zs...@no-mx.httppoint.com> wrote:
>
>
>
> > I want to stress test my dev box to see where the bottle
> > necks in my script might be.
>
> Finding bottlenecks is usually called profiling, and it's a process
> different from stress testing. There are many PHP profiling tools,
> here are a few I can think of off the top of my head:
>
Which is true, but I suspect the OP doesn't even know which page is
slow - IIRC apache does not log turnaround times by default - but can
be configured to do so (see %T in http://httpd.apache.org/docs/1.3/mod/mod_log_config.html#formats)
- also MySQL can be set up to log 'slow queries' - you specify what
threshold you want.
This may be helpful in narrowing down the problem.
C.
Navigation:
[Reply to this message]
|