以编程方式操作性能监视器
是否可以以编程方式将现有性能计数器添加到性能监视器 (perfmon.exe) 并将其显示为报告视图?如果可以的话,用C#怎么实现呢?
Is it possible to programmatically add existing performance counters to the performance monitor (perfmon.exe) and display them as a report view? if so, how can it be done in C#?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过浏览 .net 项目中的文件(%windir%\System32\PLA.dll(Vista 或更高版本))导入 PLA 库,
请在此处检查参考:
http://msdn.microsoft。 com/en-us/library/windows/desktop/aa372631(v=vs.85).aspx
Import the PLA library by browsing the file in your .net Project (%windir%\System32\PLA.dll (Vista or later))
check reference here:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372631(v=vs.85).aspx