如何访问 Perfmon 信息?
我想获得一些 NCache 信息,如 Perfmon 在(例如:Count)中看到的那样,但直接使用 C#。请问有人有这方面的代码吗?
I would like to get some NCache info as Perfmon sees in (eg: Count) but directly using C#. Does anyone have any code for this, please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过
System.Diagnostics.PerformanceCounter 的文档
?我希望他们能给你一个合理的起点。Have you looked at the docs for
System.Diagnostics.PerformanceCounter
? I would expect them to give you a reasonable starting point.