Continuing on investigating the timeouts I've figured out they're due to appd collector.vbs script using WMI to query the following classes: Win32_PerfRawData_PerfDisk_LogicalDisk Win32_PerfRawData_Tcpip_NetworkInterface Win32_PerfRawData_PerfOS_System Is there any chance Appd SIM Extension will move to PDH (Performance Data Helper) instead of WMI, following the OSHI path: https://github.com/oshi/oshi/issues/505
... View more
Bumped into WMI failing every 20 minutes on Windows Server 2012 R2 due to https://docs.microsoft.com/en-us/troubleshoot/windows-server/system-management-components/high-cpu-usage-wmiprvse-process-regular-intervals which provides a decent description of the reasoning behind the WMI timeouts occurring on a regular basis. WMI stands for Windows Management Instrumentation not Monitoring Interface as above.
... View more