|
Posted by FFMG on 11/10/07 14:12
C. (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.
You suspect wrong.
None of my queries are slow and none of my pages are slow.
I just want to test for 'unexpected' behavior under stress, for example
if 500 users try to send me an email, can my email queuing class handle
it.
Are the queue handled in time.
Or, what might happen when 500 users want to download the same file.
Can my simple download counter handle it? does it store the correct
value?
FFMG
--
'webmaster forum' (http://www.httppoint.com) | 'Free Blogs'
(http://www.journalhome.com/) | 'webmaster Directory'
(http://www.webhostshunter.com/)
'Recreation Vehicle insurance'
(http://www.insurance-owl.com/other/car_rec.php) | 'Free URL
redirection service' (http://urlkick.com/)
------------------------------------------------------------------------
FFMG's Profile: http://www.httppoint.com/member.php?userid=580
View this thread: http://www.httppoint.com/showthread.php?t=22045
Message Posted via the webmaster forum http://www.httppoint.com, (Ad revenue sharing).
[Back to original message]
|