Rebuild missing perfmon counters

How to rebuild the perfmon counters if some of them are missing?

We use perfmon counters to fetch data to monitor the Microsoft applications like IIS, SQL etc. In cases where the user finds no data collection or some of the metrics missing, it might be related to some of the perfmon counters missing. 

To rebuild the perfmon counters, please follow the below steps:
  1. Open a command prompt as an administrator and execute the below commands one by one:
    cd c:\Windows\System32
    lodctr /R
    cd c:\Windows\SysWOW64
    lodctr /R
  2. Execute the below commands to stop and start the Performance Logs and Alerts service:
    net stop pla && net start pla
  3. Restart the "Site24x7 Windows Agent" Windows service and check the status of the applications to be monitored
Note: Check with your System Administrator and take approval for executing the above commands as the performance counters will be recreated

Related Help Documentation: Add a Microsoft Application

    • Related Articles

    • How to view perfmon counters in Windows?

      To monitor specific Windows performance (perfmon) counters with Site24x7's plugin integration, you need to get the names of the performance counters from the Windows Performance Monitor on your server. Follow the steps below to get the names of the ...
    • Troubleshooting steps when no data is received from the SQL server

      As we use "Perfmon" to fetch data for Microsoft SQL monitoring, please check if the counters related to SQL are present in the user's perfmon. Please follow the steps below: Open the server machine in which the issue is occurring. Start -> Run and ...
    • Preventing duplicate ticket creation in custom ticketing integrations via webhooks

      Issue Alerts sent from Site24x7 to a webhook fail with a 400 error and are marked as duplicate events by the third-party system. Common cause This issue is likely caused by a possible misconfiguration in the Update URL and Close URL settings of the ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • Executables and scripts to allow for Windows server monitoring

      One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...