Troubleshooting "No Data for Process and Services" in Windows server monitor

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 administrator and execute each command one by one
  1. Get-WmiObject -Query "select PercentProcessorTime,Timestamp_Sys100NS,Name,IDProcess from Win32_PerfRawData_PerfProc_Process"
  1. Get-WmiObject -Query "select IDProcess,Name,WorkingSetPrivate,VirtualBytes,ThreadCount,ElapsedTime,HandleCount from Win32_PerfFormattedData_PerfProc_Process"

If you face errors, reload WMI Counters

  1. Open Command Prompt as Administrator 
  2. Run the following commands one by one:  
  1. cd c:\windows\sysWOW64
  2. lodctr /e:PerfProc
  3. lodctr /q:PerfProc
  4. lodctr /R
  5. WINMGMT.EXE /RESYNCPERF

Restart the Windows Agent  

After completing the above steps:  
  1. Restart the Site24x7 Windows Agent.
    1. Open the system tray and right-click Site24x7 from the tray icon. Click Restart Agent.
  2. Wait 5–10 minutes.
  3. Check if the data is now being populated in the dashboard.
If the issue persists, contact Site24x7 Support for further assistance.  
    • Related Articles

    • Site24x7 Real User Monitoring (RUM) - Data Collection

      When you include Site24x7 RUM beacon script in your web pages, the following data is collected. All data that's being collected is in accordance with GDPR compliance. Performance details of web page load time - Metrics like response time of web page ...
    • 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, ...
    • Difference between a website monitor and a SOAP Web Service monitor

      Website monitor will support monitoring of any web application via POST, GET and HEAD methods of configuration. Learn more on the performance metrics provided for a website monitor. SOAP Web Service monitors , on the other hand, lets you to ...
    • Where are Site24x7's physical data storage regions located?

      Site24x7's integrated data centers are located in the US, European Union, India, China, Australia, and Japan. All Site24x7 customer-related data are stored in these physical storage regions. Data Center Primary Data Center Disaster Recovery Data ...
    • Release deployment process in Site24x7

      To ensure smooth and stable deployments in sensitive environments, Site24x7 follows a phased rollout approach, deploying the release to smaller batches of customers first before rolling it out to all users. Release process The release follows a ...