Can I know what"s going on with pending requests?
am 24.01.2008 22:38:48 von 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
Re: Can I know what"s going on with pending requests?
am 24.01.2008 23:22:31 von 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.
"ThunderMusic" wrote in message
news:%232Bn%23GtXIHA.3556@TK2MSFTNGP02.phx.gbl...
> 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
>
Re: Can I know what"s going on with pending requests?
am 24.01.2008 23:22:31 von 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.
"ThunderMusic" wrote in message
news:%232Bn%23GtXIHA.3556@TK2MSFTNGP02.phx.gbl...
> 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
>