在 Win32_PerfRawData_PerfProc_Process 中使用哪个属性来指示性能?
在 Win32_PerfRawData_PerfProc_Process
类中,哪个属性最能描述特定正在运行的服务的性能?
Inside the Win32_PerfRawData_PerfProc_Process
class, which property is best describe the performance of the particular running service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你所说的“服务表现”是什么意思。您可以使用PercentProcessorTimeproperty来了解进程消耗了多少处理器时间。
I am not sure what you mean by "performance of service". You could use PercentProcessorTimeproperty to understand how much of processor time is consumed by the process.