Forum Discussion

Gauthier_Pagezy's avatar
Gauthier_Pagezy
Copper Contributor
Dec 26, 2023

WMI query not responding

Hello everyone,

I monitor VMs with a Monitoring tool that uses WMI query. 

There is one WMI query wich doesn't return values from the Windows server who perform this issue.

- Others Windows Servers can answer to the exact same WMI query.
- The monitoring job is made from 4 WMI querys but only one doesn't work (I tested it via WBEMTEST).

 

There is the query and the wbemtest status : 

 

select IDProcess,PercentProcessorTime,TimeStamp_Sys100NS,WorkingSet,IOReadOperationsPersec,IOWriteOperationsPersec from Win32_PerfRawData_PerfProc_Process where (IDProcess = 3036)

 

Also i tested this query : 
Select * from Win32_PerfRawData_PerfProc_Process

 

But nothing has been returned and the job status was still "progression in progress". 


Thank you in advance for your help. 

Gauthier Pagezy