Perfmon 无法在 Windows 7 x64 上创建数据收集器集
我正在尝试使用 Perfmon 创建数据收集器集。当我右键单击“新建 ->”时在“用户定义”文件夹中的“数据收集器集”中,我看到出现向导对话框。但是,“下一步”和“完成”按钮被禁用。我所能做的就是点击“取消”。
有什么想法吗?
I'm trying to create a data collector set using Perfmon. When I right click 'New -> Data Collector Set' in the User Defined folder, I see the wizard dialog appear. However, the 'Next' and 'Finish' buttons are disabled. All I can do is click on Cancel.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在谷歌搜索磁盘碎片整理器问题时找到了答案。我发现的建议是(首先备份!)删除注册表项:
HKLM\Software\Microsoft\RPC\Internet
我导出了密钥进行备份;删除了密钥;然后重新启动。重新启动后,我可以运行磁盘碎片整理程序,并在 Perfmon 中添加我自己的数据收集器集。
由于某种原因,任务计划程序无法启动,这导致磁盘碎片整理程序和 Perfmon 无法运行。它们各自可以调度任务,并且在没有可用的任务调度程序接口的情况下无法以全部功能运行(磁盘碎片整理程序根本不运行)。删除该键可以使任务计划正常启动。我还没有看到任何副作用!
Found the answer to this while googling a problem with the disk defragger. The recommendation I found was to (backup first!) remove the registry key:
HKLM\Software\Microsoft\RPC\Internet
I exported the key for a backup; deleted the key; then rebooted. After reboot I could run the disk defragger and also add my own data collector sets in Perfmon.
For some reason the task scheduler couldn't start, which prevented both the disk defragger and Perfmon from running. They can each schedule tasks, and didn't run with full capabilities without the task scheduler interface available (the disk defragger didn't run at all). Deleting that key allowed the task schedule to start properly. I haven't seen any side affects...yet!