Can I know what's going on with pending requests?

T

ThunderMusic

Hi,
We have a web site that gets to 100% on one of our 8 CPUs and the used
memory (including page file) goes up to 20.6GB... We want to know which
process or which page is using all these resources... Is there a built-in
way?

Our site uses IIS 6.0 and ASP.NET 2.0

Thanks

ThunderMusic
 
G

George Ter-Saakov

First you create separate pools for separate .NET applications.
Then check which pools consumes the CPU by using task manager. You will get
ProcessID out of it.
There is a IISApp.vbs in System32 folder that does it.

thus you will know which application is at fault.

You will have to get creative to find out which page does it. May be some
logging will help but usually it's not a single page. Some or all of the
Pages contribute to that untill it spikes.

George.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top