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.

  • 相关阅读:
    SQL时间段获取
    HqlBuilder之二(使用AspNetPager分页控件)
    HqlBuilder
    遭遇:TargetException: 对象与目标类型不匹配。
    让全站的页面不能前进和后退
    我的VS2003没有鼠标悬停提示的解决方法
    用动态控件模拟复合控件
    从C# 到 Java 点滴
    转:RBAC的解释
    如果非要用CustomValidator+WebService+asp.net ajax进行验证
  • 原文地址:https://www.cnblogs.com/dotagg/p/6368865.html
Copyright © 2011-2022 走看看