Forum Discussion

Matt_Williamson's avatar
9 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!

3 Replies

Replies have been turned off for this discussion
  • THis is not currently possible -we were just discussing internally today that we need to do this by having WMI helper classes that can be called in scripts, the same way we do for SNMP and JMX.

    So... you can't for now, but stay tuned....

  • Has this been put on the roadmap or introduced yet?

     

    You can obviously do this via groovy or powershell custom datasources but a native feature would be great