Thank you. IIS6 will have the ability of tracking request and page flow.
-----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Saturday, June 14, 2003 7:09 PM To: CF-Talk Subject: RE: Request And Page Flow > 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

