美文网首页
Cannot add performance counter

Cannot add performance counter

作者: bfthers | 来源:发表于2017-02-10 14:18 被阅读0次

问题描述

  • 工作中遇到一个问题,在使用icegridnod启动IceBox节点的时候,报了一个错:icegridnode: warning: Cannot add performance counter \(_Total)\' (expected if you have insufficient privileges to monitor performance counters):在计算机上找不到指定的对象。`根据提示指明icegridnode无法添加性能指数器,或许是因为你没有足够的权限来监视性能计数器。

问题解决

1、依次点击电脑的开始所有程序附件,找到命令提示符,右击它,然后以管理员身份运行
2、直接输入lodctr /r,稍等一会出现提示:
信息:成功地从系统备份存储中重建性能计数器设置
3、输入此命令后,可能有些提供的服务程序被禁用掉。没关系,可通过继续输入命令lodctr /q进行查找。一般情况下,很少会出现被禁用的情况。
4、如果出现(Disabled)的程序,可通过命令lodctr /e:<程序名>,程序名是[]之间的内容。

总结

1、做了第二步骤后,就可以解决Cannot add performance counter的问题了。第三步骤和第四步骤,如果看官不放心,也可以查询一下。
2、小生退下了,看官您受累!

参考文献

[PerfMon problems - Unable to Add Counters] (https://answers.microsoft.com/en-us/windows/forum/windows_7-performance/perfmon-problems-unable-to-add-counters/e90f231d-0014-457d-8b1f-5f342971597a)

相关文章

网友评论

      本文标题:Cannot add performance counter

      本文链接:https://www.haomeiwen.com/subject/wzpgittx.html