我需要根据内存和进程使用情况捕获Windows服务的统计信息。 我试过探索Perfmon,它有捕获系统性能的选项。也许这也可以选择监控个别流程。
请告诉我如何监控Windows服务。
答案 0 :(得分:0)
当我开始使用性能计数器
时,我迅速拉开了帮助我很多的页面您的参考: http://msdn.microsoft.com/de-de/library/system.diagnostics.performancecounter.aspx
简单示例 How can I use Performance Counters in C# to monitor 4 processes with the same name?
特殊ASP.Net计数器: http://msdn.microsoft.com/en-us/library/fxk122b4(v=vs.100).aspx
当您运行介绍问题时,请阅读以下内容:
Performance Counter by Process ID instead of name?
和
With Process PerformanceCounters how do I know what process an instance is associated with?
和
http://openrent.blogspot.de/2008/01/multiple-clr-performance-counters.html