Cant access PerfRawData or PerfFormattedData

浪子不回头ぞ 提交于 2019-12-14 00:41:35

问题


The Win32_PerfFormattedData_* and Win32_PerfRawData_* classes are missing from my system.

I'm running Windows 7, 64-bit, and using WMICodeCreator to browse the available classes. Neither WMICodeCreator nor my C# code can get information from them, and I have not been able to find any discussion boards talking about this particular issue.

All other WMI classes are working perfectly fine.

Could it be a service that I haven't started?


回答1:


Start the perfmon to see if counters are present. If you cannot see counters or perfmon displays some incoherent data, your counters are corrupted; you will have to rebuild counters. Some links that can possibly help you:

http://blogs.technet.com/b/yongrhee/archive/2009/10/06/how-to-rebuild-performance-counters-on-windows-vista-server2008-7-server2008r2.aspx

http://support.microsoft.com/kb/300956

http://social.msdn.microsoft.com/Forums/en-US/perfctr/thread/51528a4d-509e-4f09-984d-367ecb4fff25



来源:https://stackoverflow.com/questions/10566743/cant-access-perfrawdata-or-perfformatteddata

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!