FWIW, here is what I found from some help on Technet's IIS newsgroup:

You need to download and install the Win32 debugging kit available from MS
at http://www.microsoft.com/ddk/debugging/ .  You can then use one of their
command line programs named IISstate.exe to log threads, CPU usage, and the
page being processed in the thread to a comma-delimited text file for
review.

I haven't tried it yet but it seems that it will do the trick.


Steve Flook



-----Original Message-----
From: Steve Flook [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 04, 2002 11:11 AM
To: IIS50 Discussions
Subject: Tracking down wild .ASP pages


List,

Is there any way via Performance monitor or third party app that I can track
down which .asp page is particularly resource intensive?  Occasionally, on
one of my IIS servers the CPU utilization spikes to 100% for a period of 5
to 10 seconds and it's really hard on the overall performance of the busy
site.  I suspect a looping ADO call to a DB or some particularly intensive
function on one of the ~150 .asp pages in a particular website.  DLLHOST.exe
is the process that is responsible.

I know which virtual website it is, just wandering if I could drill down
further to the particular page that is the culprit.  I suppose I could
monitor CPU utilization and then examine the web logs to look for matches
based on the time the a page was requested and the time CPU cycles were
maxed out but was hoping there was a quicker and easier way.

Thanks,
Steve Flook


---
You are currently subscribed to iis50 as: [EMAIL PROTECTED]
To unsubscribe send a blank email to %%email.unsub%%

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


---
You are currently subscribed to iis50 as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to