Page History
This knowledge base article provides steps to troubleshoot and resolve "No recent performance data available. Is the system online?" messages for WMI elements in the Global Scan tab. A similar article which addresses this error for Agent elements is available "No recent performance data available. Is the system online?" - Uptime Infrastructure Monitor Agent Windows elements.
This message indicates that the Platform Performance Gatherer platform performance gatherer (PPG), a background service monitor responsible for gathering performance metrics , such as CPU, memory, and disk, is unable to properly collect metrics. The most common reason the PPG fails for WMI elements is corrupted or unavailable Windows performance counters. When that is the case, the string, "IEnumVARIANT::Next"
, often will appear in these two locations: appears in the Service Monitor Outages report and the <uptime_dir>/logs
/uptime.log file.
To review these areas Service
- Service Monitor Outages report
...
- Go to
...
- Reports > Service Monitor Outages
...
- to browse to the Service Monitor Outages
...
- report.
- Select a reasonable time frame
...
- . Note that smaller time frames
...
- generate quicker
...
- .
- Select the element with the message, "No recent performance data available. Is the system online?"
...
- .
- When the report
...
- is complete, check for the
"IEnumVARIANT::Next"
string in the message portion of PPG monitor.
- is complete, check for the
...
- uptime.log file
...
- Search in the uptime.log file for occurrences of the hostname of the element with the message, "No recent performance data available. Is the system online?"
...
- Refine the search by reviewing
...
- only the entries for the
...
- platform performance gatherer, and then check for the string
"IEnumVARIANT::Next"
.
- platform performance gatherer, and then check for the string
Likely It is likely that if the "IEnumVARIANT::Next"
string appears in the Outages report, it will appear also appears in the uptime.log and vice versa.
To resolve this issue, try rebuilding the performance counters using the steps outlined in the Rebuilding Windows Performance Counters
knowledge base articleperformance counters.
A similar article that addresses this error for agent elements is No recent performance data available. Is the system online? message in Uptime Infrastructure Monitor agent Windows elements.