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
Security for Site24x7 Agentless Server Monitoring
How is performance data sent from the user environment to the Site24x7 Data Center? The On-Premise Poller uses a HTTPS connection to send performance data from the user environment to the Site24x7 Data Center. Do I need to whitelist any ports/domains ...
Troubleshooting tips for Quota violation and WMI error while running WMI queries and scripts
While running a script or WMI query, you may get the error message "Quota violation". This can be because the WMI provider service may have reached its quota limit. Troubleshoot by following the below steps: Go to Start > Run > type wbemtest.exe ...
FAQs related to Windows Service monitoring
After installing APM Insight Windows service monitoring agent , if you don't see data in the Site24x7 console, or if you are unable to add monitors, kindly follow the below given steps to troubleshoot. If few monitors are not getting added: Check for ...
Checking WMI reachability
To check WMI reachability From your On-Premise Poller installed Windows machine, go to Start > Run > wbemtest.exe and run it as an administrator. In the Windows Management Instrumentation Tester screen, click Connect. Enter the following in the ...
How do I configure a non-administrative user for windows management instrumentation (WMI) access?
If you're a user with administrator privileges on the server to be monitored, then you'll be able to connect to windows management instrumentation (WMI) by default. However, if you're a user with standard privileges, you must configure the user for ...