关于永久资源监控计划有什么想法吗?
嘿,在编程的时候,我发现经常打开某种类型的程序来查看是否存在内存泄漏、CPU 过度使用等情况通常非常有帮助。
我当前使用的资源监视器是 W7 自带的资源监视器。然而,这个程序更应该偶尔使用一次来查看系统出了什么问题,而不是作为一个持续打开的窗口来监视系统状态。
任何关于替代程序的建议都会很棒!我正在寻找某种类型的程序,它不使用太多资源,监视 CPU、RAM,如果可能的话还监视网络使用情况。
非常感谢!
Hey, while programming stuff, I have found that it is often very helpful to have some type of program constantly open to see if you have a memory leak, CPU overusage, etc.
The current resource monitor I use is the one that comes with W7. However, this program is more supposed to be used once in a while to see whats wrong with the system, not as a constant window open for monitoring system stats.
Any suggestions for an alternative program would be great! I'm looking for some type of program that doesn't use much resources, monitors CPU, RAM, and if possible network usage.
Thanks a ton!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Process Explorer 是持续监控的一个非常好的替代方案。如果您需要给定进程的更详细的内存信息(包括比较功能),VMMap 是伟大的。
Process Explorer is a pretty good alternative for continuous monitoring. If you need more detailed memory information for a given process including diffing capabilities, VMMap is great.