Hello,
I'm trying to gather % disk time from Windows servers via WMI.
I've created a WMI Monitor with the correct permissions to execute - the monitor tests just fine but returns no data while perfmon on the system is showing data.
Any help appreciated.
SELECT PercentDiskTime FROM Win32_PerfFormattedData_PerfDisk_PhysicalDisk WHERE Name='1 C:'
(in second monitor)
SELECT PercentDiskTime FROM Win32_PerfFormattedData_PerfDisk_PhysicalDisk WHERE Name='1
'