Which property to use in Win32_PerfRawData_PerfProc_Process for indicating performance?

StackOverflow https://stackoverflow.com/questions/5320370

  •  24-10-2019
  •  | 
  •  

Question

Inside the Win32_PerfRawData_PerfProc_Process class, which property is best describe the performance of the particular running service?

Was it helpful?

Solution

I am not sure what you mean by "performance of service". You could use PercentProcessorTimeproperty to understand how much of processor time is consumed by the process.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top