1

Sometimes (~once-twice a day) I experience slowdowns (up to freezing for 5-10 seconds) and I don't know their cause. I tried looking into Process Explorer, but it shows only current rates and history columns are of no help either.

So, what is the right way to find the answer to the question "what have just slowed down the system"?

Fixpoint
  • 193

2 Answers2

2

You can download Process Explorer. This should help in showing which program is using up your system resources.

Or try Process Monitor, which lists all the processes that are running. You should be able to determine what program is slowing down your system with both of these tools.

Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311
ben950
  • 732
1

If Process Explorer isn't enough, you might want to look into xperf.

Sadly, I don't have the time right now to go into usage details, but maybe this video and this guide will get you started in the meantime.

Glorfindel
  • 4,158
Oliver Salzburg
  • 89,072
  • 65
  • 269
  • 311