vote up 3 vote down star

I need some help from you about debugging high CPU usage (w3wp.exe) on server (Windows Server 2003 R2). I used debugdiag to anaylze but the problem is that this piece of software is not detecting any kind of problem.

Have you ever met any problem with high CPU usage on w3wp.exe (100% all the time)?

Have you got any tutorial how to debug any related problems?

flag

75% accept rate

2 Answers

vote up 3 vote down

Use adplus in hang mode to gather memory dump

adplus -hang -pn w3wp.exe -quiet

More details here: .NET Debugging Demos Lab 4: High CPU hang

link|flag
1  
Tess's labs rock. – Christopher_G_Lewis May 4 at 14:46
vote up 0 vote down

The first step is to determine which program/process is using so much CPU. Have you used task manager to sort prtocesses by CPU usage?

Also I would recommend that you download the free tools from Sysinternals (now part of Microsoft).

Their Process Explorer tool would be a great start.

link|flag
Yes it is the w3wp.exe process that is taking 100% of the CPU – David Bonnici May 4 at 13:47

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.