zoukankan      html  css  js  c++  java
  • Windows Svr 2008 Ent R2 性能计数器显示不全

    =============================

    问题描述

    ======

    打开perfmon 的时候一直有warning Unable to add these counter: ", 但是我们还是可以看到界面,点击+ 时, 看不到 Memory,PhysicalDisk,Network Interface,Logic Disk, SQL Server。

    解决方案

    ==========

    1. 右击cmd, 选择以管理员身份运行,运行以下命令行重建perfmon counter

    ---------------

    lodctr /s:"c:windowssystem32perf-backup1.ini"

    cd c:windowssystem32

    lodctr /R

    cd c:windowssysWOW64

    lodctr /R

    2. 重启WMI Performance Adapter, Performance Counter DLL Host, Performance Logs & Alerts 服务。

    分析过程

    =============

    1. 日志中有如下报错, 3011&3012 提示perfmon counter 注册表损坏。

    Log Name: Application

    Source: Microsoft-Windows-LoadPerf

    Date: 9/2/2016 2:37:03 PM

    Event ID: 3012

    Task Category: None

    Level: Error

    Keywords:

    User: SYSTEM

    Computer: Amsdb01

    Description:

    The performance strings in the Performance registry value is corrupted when process Performance extension counter provider. The BaseIndex value from the Performance registry is the first DWORD in the Data section, LastCounter value is the second DWORD in the Data section, and LastHelp value is the third DWORD in the Data section.

    Log Name: Application

    Source: Microsoft-Windows-LoadPerf

    Date: 9/2/2016 2:37:03 PM

    Event ID: 3011

    Task Category: None

    Level: Error

    Keywords:

    User: SYSTEM

    Computer: AMSDB0

    Description:

    Unloading the performance counter strings for service WmiApRpl (WmiApRpl) failed. The first DWORD in the Data section contains the error code.

  • 相关阅读:
    HashMap与ArrayList的相互嵌套
    Mysql与Oracle 的对比
    什么是子查询
    创建存储过程
    cmd 快捷键
    navicat 快捷键
    Mysql的数据类型 6种
    Mysql与Oracle 的使用区别
    怎样修复ie浏览器
    Linux官方内置Bash中新发现一个非常严重安全漏洞
  • 原文地址:https://www.cnblogs.com/dotagg/p/6368865.html
Copyright © 2011-2022 走看看