Monday, December 10, 2012

Rebuild Performance Counters




How to Rebuild the Performance(Perfmon) Counters?

To rebuild all Performance counters including extensible and third-party counters, type the following commands at an Administrative command prompt. Press ENTER after each command.

Step 1:
C:\Windows\System32>lodctr /R

Step 2:
C:\Windows\SysWOW64>lodctr /R

Above commands should show the output as, successfully rebuilt performance counter setting from system backup store


Step 3:
Resynchronize the counters with Windows Management Instrumentation (WMI): WINMGMT.EXE/RESYNCPERF
i.e. C:\Windows\SysWOW64>winmgmt.exe /resyncperf

Step 4:
Stop and restart the Performance Logs and Alerts service.
Stop and restart the Windows Management Instrumentation service.

Note: this is only applicable to windows 2008 and R2


Information: http://support.microsoft.com/kb/2554336

No comments:

Post a Comment