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:
- Get-WmiObject -Query "select PercentProcessorTime,Timestamp_Sys100NS,Name,IDProcess from Win32_PerfRawData_PerfProc_Process"
- Get-WmiObject -Query "select IDProcess,Name,WorkingSetPrivate,VirtualBytes,ThreadCount,ElapsedTime,HandleCount from Win32_PerfFormattedData_PerfProc_Process"
If you face errors, reload WMI Counters
- Open Command Prompt as Administrator
- Run the following commands one by one:
- cd c:\windows\sysWOW64
- lodctr /e:PerfProc
- lodctr /q:PerfProc
- lodctr /R
- WINMGMT.EXE /RESYNCPERF
Restart the Windows Agent
After completing the above steps:
Restart the Site24x7 Windows Agent.
Open the system tray and right-click Site24x7 from the tray icon. Click Restart Agent.
- Wait 5–10 minutes.
- Check if the data is now being populated in the dashboard.
If the issue persists, contact Site24x7 Support for further assistance.
Related Articles
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
Understanding latency in data center operations
Latency, measured in milliseconds (ms), is the time taken for a response to be generated by an application or service. Lower latency results in quicker responses. Latency can occur due to several factors like: Network traffic: High volumes can slow ...
Amendments to Site24x7 Monitor Names
We've recently renamed a few of our Monitors to help keep in sync with the current IT and DevOps trends. The new monitor names are designed to correctly resonate with the IT & DevOps crowd. We've made necessary changes in the Web client, Help ...
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 ...
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 ...