惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Last Week in AI
Last Week in AI
D
DataBreaches.Net
腾讯CDC
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
云风的 BLOG
云风的 BLOG
罗磊的独立博客
月光博客
月光博客
MyScale Blog
MyScale Blog
U
Unit 42
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
G
Google Developers Blog
博客园 - 【当耐特】
D
Docker
I
InfoQ
雷峰网
雷峰网

博客园 - biggates

Linux Screen 超简单用法 ldconfig gdb前端Nemiver 在Ubuntu中使用autofs自动加载Virtual Box数据空间 -lm 必须放在 gcc 命令的最后 常用WinXP小工具集合 VritualBox 数据空间使用手记 在 Google Buzz 中使用格式 x64 WAMP + Oracle 环境搭建 查看Oracle Dump文件的结构 使用163镜像在线安装CentOS 令人痛苦的SyncML同步协议错误 C#中从WSDL文件生成Web 服务 有图有真相,百度屏蔽网站行为仍在继续 [转]CSS Hacks 浏览器功能一览:IE曾经垃圾,现在垃圾,将来仍然很垃圾 三步实现 OpenSearch 功能 学习笔记 使用 Java 正则表达式解析 VCard
解决 Vista 下 IceGrid 调试时的监视错误 - biggates
biggates · 2009-08-31 · via 博客园 - biggates

翻译自 ZeroC 的 Ice 3.3.1 手册,附录 H.5

在 Vista 系的操作系统中,IceGrid 节点开启后会输出以下内容:

warning: Unable to lookup the performance counter name

在 IceGridGUI 中查看各 node 的状态,均为灰色。

要解决这个问题,有两种方法。第一种方法是修改注册表权限,按下列步骤操作:

  1. 在注册表编辑器中,打开

    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Perflib

  2. 右键单击 Perflib 节点,选择 "权限...";
  3. 为调试时所需的用户添加 "读取" 权限;

第二种方法,是将调试用户添加到 "Performance Monitor Users" 用户组中。

调节完毕,在 IceGridGUI 中查看各 node ,均为彩色,并且不会报一开始的那个 warning 了。

上述操作在 Windows Vista x86 Ultimate / Visual Studio 2008 / Ice 3.3.1 环境验证成功。