我需要根據內存和進程使用情況捕獲windows服務的統計信息。 我試過探索Perfmon,它有捕獲系統性能的選項。也許這也會有選擇來監測個別過程。如何獲得.net程序集內存和進程消耗的統計信息
請讓我知道如何監視Windows服務。
我需要根據內存和進程使用情況捕獲windows服務的統計信息。 我試過探索Perfmon,它有捕獲系統性能的選項。也許這也會有選擇來監測個別過程。如何獲得.net程序集內存和進程消耗的統計信息
請讓我知道如何監視Windows服務。
我快速拉昇,這幫助了我很多,當我開始使用性能計數器的網頁
您參考: 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