How can I get the CPU consumption of all threads running in a process thru powershell, in a format similar to this.
I can’t find any processor information when I run
(gwmi win32_thread)[0]
. And the “Start Address” is numeric !?!
How can I get the CPU consumption of all threads running in a process thru powershell, in a format similar to this.
I can’t find any processor information when I run
(gwmi win32_thread)[0]
. And the “Start Address” is numeric !?!