博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何得知SYSTEM进程里哪一个具体的进程占用了过多CPU?
阅读量:5168 次
发布时间:2019-06-13

本文共 425 字,大约阅读时间需要 1 分钟。

 

在工作中,查看哪个进程占用过多CPU或内存不是那么简单的事,可能很多进程都依附于SYSTEM或是SVCHOST.EXE。

那么,如何进一步查看呢?

被微软收购的 .就派上用场了。

Download and run it, then select the System process, right-click and select Properties:

enter image description here

Switch to the Threads tab (ignore the dialog box that mentions symbols):

enter image description here

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

转载于:https://www.cnblogs.com/aguncn/archive/2013/03/11/2953515.html

你可能感兴趣的文章
应届毕业生如何打破面试焦虑
查看>>
修改/etc/resolv.conf又恢复到原来的状态
查看>>
redhat6安装git出现的问题
查看>>
Excel 4.0宏躲避杀软检测(转)
查看>>
远程登录 - telnet、mstsc等工具的使用及遇到的问题
查看>>
springmvc的运行原理个人见解
查看>>
[转载]VC6中的文件后缀
查看>>
CUDA memory
查看>>
getnumdevices.c && setgetdevicetype例程
查看>>
《我们不一样》β冲刺_3
查看>>
tp框架-----Model模型层
查看>>
聚类的方法(层次聚类,K-means聚类)
查看>>
类与对象的变量
查看>>
(翻译)Importing models-FBX Importer - Animations Tab
查看>>
MVC中验证码的生成
查看>>
linux mint 19安装 kvm 软件包
查看>>
Enumerator yielder.yield 与 Proc.yield 区别
查看>>
[妙味DOM]第一课:DOM基础概念、操作
查看>>
js通过codeURL画二维码
查看>>
04流水灯
查看>>