> To debug a huge site, it is necessary to see request and 
> page flow.
> 
> I'm using Windows Task Manager to see CPU and memory using 
> and determine there is a problem with CFMX. Some pages in 
> our site causes performance problems.
> 
> How can see request and/or page flow *instantly* to determine 
> which page causes this problem?

Unfortunately, I don't know any practical way to do this other than by
running a load test. Within your load test script, you'd typically measure
the timing for each individual page request. Once you've run an actual test
that provides a relatively large aggregation of those request timings, you
can identify slow pages, then examine those pages in depth by breaking them
into sections, then using GetTickCount to determine which sections take
longer.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to