10 years ago
Multiple WMI Classes in Datasource
Can I define multiple WMI classes in a datasource and create my datapoints from those? If so, how would I do this? I am currently attempting to divide my process CPU utilization (Win32_PerfRawData_PerfProc_Process) by the number of available cores (Win32_ComputerSystem) rather than seeing utilization for only 1 core, which looks wonky because the value is often higher than overall OS CPU utilization.
Thank you!