天天看點

如何得知SYSTEM程序裡哪一個具體的程序占用了過多CPU?

<a href="http://superuser.com/questions/527401/high-cpu-usage-by-the-system-process">http://superuser.com/questions/527401/high-cpu-usage-by-the-system-process</a>

在工作中,檢視哪個程序占用過多cpu或記憶體不是那麼簡單的事,可能很多程序都依附于system或是svchost.exe。

那麼,如何進一步檢視呢?

download and run it, then select the system process, right-click and select properties:

如何得知SYSTEM程式裡哪一個具體的程式占用了過多CPU?

switch to the threads tab (ignore the dialog box that mentions symbols):

如何得知SYSTEM程式裡哪一個具體的程式占用了過多CPU?

this will show which file is using the excessive cpu usage, from which you can then attempt to diagnose it.