编写%Processor Time的最佳方法

时间:2016-08-12 19:57:21

标签: c# powershell powershell-v2.0 powershell-v3.0 powershell-v4.0

我正在尝试使用PowerShell来获取%Processor Time性能计数器的结果,我从2006年开始发现这篇文章:

https://support.microsoft.com/en-us/kb/262938

虽然我知道我可以使用Add-Type将pdh.dll编译成PowerShell来使用,但是当通过cmdlet和.NET Classes存在更简单的方法时,这似乎是一个很大的不便。为什么我要使用性能数据助手来获取%Processor Time的结果,而不是在PowerShell中使用Get-Counter cmdlet,或者在.NET中调用System.Diagnostics.PerformanceCounter?

0 个答案:

没有答案