How to identify which processes consume most CPU? #2537
-
Sorting the processes by CPU only show which ones use most in real time. I want to have a list of top consumption in a range of time, or at least when the total CPU consumption is over a threshold. Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Maybe the "CPU history" column already does what you're asking for? |
Beta Was this translation helpful? Give feedback.
-
@ooker777 ever thought of ResourceMonitor, built-in in Windows? It has possibility of creating very detailed logs, so you can select every parameter you want. |
Beta Was this translation helpful? Give feedback.
Maybe the "CPU history" column already does what you're asking for?