简体   繁体   English

系统资源监控器/图形

[英]System Resource Monitor/Graph

I'm looking for an app that does about the same thing at the Performance tab on Task Manager, but on a per-process basis and with more plotted values. 我正在寻找一个应用程序,该应用程序在任务管理器的“性能”选项卡上执行相同的操作,但是基于每个进程并且具有更多的绘制值。 At a minimum, I would like to be able to plot CPU and memory usage but it would be nice if it could plot: 至少,我希望能够绘制CPU和内存使用情况,但是如果可以绘制以下内容,那就更好了:

  • Network usage 网络使用
  • File system IO (per drive/share sub headings would be nice) 文件系统IO(每个驱动器/共享子标题会很好)
  • Open file stream count 打开文件流计数
  • LSOF like stuff LSOF之类的东西
  • All the other stats that the Process tab can give you “处理”选项卡可以为您提供的所有其他统计信息
  • ... anything else ... ... 还要别的吗 ...

Windows comes with perfmon which is pretty much exactly what you want. Windows附带了perfmon,这正是您想要的。 It has infinity different counters with different categories - also individual apps can register their own counters. 它具有无穷无尽的不同类别的计数器-各个应用也可以注册自己的计数器。

I worked with Norm at FS Walker Hughes, he made this and published it on CodeProject 我在FS Walker Hughes的Norm工作,他做到了并将其发布在CodeProject上

What you exacly need is this => processstudio 您真正需要的是这个=> processstudio

Both have full source code available. 两者都有完整的源代码。

Enjoy! 请享用!

只需使用NAPI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM