July 1, 2009 at 9:10 am
My server has been running at about 70% cpu for most of the last few days. sqlservr.exe is the culprit. I am having a hard time finding the sql process taking up all this cpu. If I look at Activity Monitor I have 87 total items. 3 are suspended, 3 are runnable 10 are Background system processes. How can I find which process is using up all my cpu. I have started playing with Profiler. Help please.
July 1, 2009 at 9:16 am
These articles should help you out in finding the culprits:
July 1, 2009 at 9:22 am
Yep, great articles. Once you've generated trace data, it's just a matter of loading the trace data into a table where you can group/sum/search for the processes responsible for the most CPU.
July 1, 2009 at 10:17 am
Thanks I will take a look.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply