Regarding monitoring of cf pages, look in the cfadmin, there is a place where you can log files that takes more then "x" seconds to execute, might be a good start. If you do find them, I guess enabling debug mode for your ip and taking a look at wich part of the file takes so long could allow you to rewrite that portion of the code. You might find some kind of dead lock situations.
For asp, its built into iis, if you enable extended logs on your website, you can add the logging of "time taken" its not very very precise since its processing time + delivery time so if the connection is really slow... But at least, if you find a asp script running for 100 seconds, might give you a hint... Hope this helps > Hello: > =A0 > I was wondering if anyone had any good application recommendations for = > monitoring IIS servers.=A0 Over the last few weeks, I am seeing = > unexpected server slowdowns.=A0 What I would like to be able to do with = > this software is to see which ASP (and hopefully Cold Fusion) pages are = > using the most resources on the server.=A0 It may be built into IIS but, = > if so, I cannot find it. > =A0 > Thanks in advance... > Brian ------ You are subscribed as [EMAIL PROTECTED] Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=nt2000&text_mode=&lang=english To unsubscribe send a blank email to [EMAIL PROTECTED]
