i'm trying to find the proverbial 'needle in a haystack' (using WMI properties) and figure out how to query both the Process Name instance along with it's CPU Utilization.
has anyone done this already or seen where WMI property puts these two together, for example like when you use Task Manager and see the PID and CPU UTIL.
this would be great to monitor every Process on a server and get the related CPU utilization for when one or more combined processes are generating 100% CPU hits.
thanks.