I have a problem with IIS 6.0 on WInServer 2003. It was running 4 different sites(2x2 - Live and Test). Time to time one specific site not respond or working slow but other working correctly, in task manager cpu load by 60%. When IIS restarted - all working
correctly to next hang. In log files (IIS and System) any errors. Server - Xeon3Ghz+1Gb, free space 100Gb. memory used max 80%. If change application name it seems that working correctly, but I not sure that this is problem. Please advise what happend?
Are these ASP.NET sites?
When the specific site runs into problem, how much free physical memory does the system have?
Do you see anything in the event viewer when the problem happens?
Once you restart IIS, how long will it take before the same problem occurs again?
Please be advised to isolate ASP.net sites into different application pools. Then check in task manager or process explorer to verify which w3wp.exe instance(pid) is with high CPU utilization.
After that, run cscript iisapp.vbs under a command line, system32 folder to check the w3wp.exe belongs to which pool/site.
This should help you find out the problematic site with potential defect code.
2 Posts
IIS 6.0 load cpu by 60% on WS2003
Sep 03, 2008 02:41 AM|atv58|LINK
Hi all
I have a problem with IIS 6.0 on WInServer 2003. It was running 4 different sites(2x2 - Live and Test). Time to time one specific site not respond or working slow but other working correctly, in task manager cpu load by 60%. When IIS restarted - all working correctly to next hang. In log files (IIS and System) any errors. Server - Xeon3Ghz+1Gb, free space 100Gb. memory used max 80%. If change application name it seems that working correctly, but I not sure that this is problem. Please advise what happend?
206 Posts
Microsoft
Re: IIS 6.0 load cpu by 60% on WS2003
Sep 03, 2008 04:29 AM|mukhtard|LINK
Are these ASP.NET sites?
When the specific site runs into problem, how much free physical memory does the system have?
Do you see anything in the event viewer when the problem happens?
Once you restart IIS, how long will it take before the same problem occurs again?
Thanks,
Mukhtar Desai
IIS Performance Team
2 Posts
Re: IIS 6.0 load cpu by 60% on WS2003
Sep 09, 2008 03:22 AM|atv58|LINK
Hello Mukhtar
1. These are ASP.Net sites
2. Free phisical memory ~400Mb
3. Nothing in event viewer
4. ~30min
Thanks for update!
471 Posts
Re: IIS 6.0 load cpu by 60% on WS2003
Sep 09, 2008 07:00 AM|WenJun Zhang - MSFT|LINK
Please be advised to isolate ASP.net sites into different application pools. Then check in task manager or process explorer to verify which w3wp.exe instance(pid) is with high CPU utilization.
After that, run cscript iisapp.vbs under a command line, system32 folder to check the w3wp.exe belongs to which pool/site.
This should help you find out the problematic site with potential defect code.
Thanks,