以编程方式操作性能监视器

发布于 2024-12-05 19:39:41 字数 74 浏览 0 评论 0原文

是否可以以编程方式将现有性能计数器添加到性能监视器 (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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

仅一夜美梦 2024-12-12 19:39:41

通过浏览 .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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文