Install xperf Open a command prompt and right click to run as administrator Turn on xperf: xperf -on DiagEasy Wait until you see your performance degradation Turn off xperf: xperf -d trace.etl View the performance data: xperf trace.etl
Install ProcMon Once you've determined which process is consuming your cpu, download ProcMon to determine what it's doing.
|