我想要获得一些计数信息,就像Perfmon在(例如: NCache )中看到的那样,但直接使用C#。有没有人有这方面的代码?
发布于 2010-05-26 20:45:24
你看过System.Diagnostics.PerformanceCounter的文档了吗?我希望他们能给你一个合理的起点。
System.Diagnostics.PerformanceCounter
https://stackoverflow.com/questions/2913016
相似问题