Skype For Business PerfMon Counters Missing

reuvygroovy 781 Reputation points
2020-08-19T08:33:49.807+00:00

Hi,

We see some perfmon counters are missing on our SFB servers.
For example: 'LS:USrv - Endpoint Cache'

How can we rebuild/restore?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,136 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Molly Lu 846 Reputation points Microsoft Vendor
    2020-08-20T09:04:49.583+00:00

    Hi,

    Welcome to Microsoft Q&A.

    Please help check the OS version.
    You can rebuild the perfmon counters using following commands:

    cd c:\windows\system32
    lodctr /R
    cd c:\windows\sysWOW64
    lodctr /R
    

    Check the following registry keys and make sure they are not disabled, which means value should be set to 0:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfProc\Performance
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfDisk\Performance
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance

    Reference link: How to manually rebuild Performance Counters
    https://support.microsoft.com/en-us/help/2554336/how-to-manually-rebuild-performance-counters-for-windows-server-2008-6

    Please remember to mark the reply as answer if it helps.

    Best regards,
    Molly


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.