Question Resource Monitor fan speed and image path from specific path?

DynV

Distinguished
Aug 13, 2009
282
5
18,785
On Windows 10, Resource Monitor showed only 60 seconds so I loaded Performance Monitor, increase the duration then added the counter Processor Time. Is there a way to add the 2 following counters?
  1. CPU fan speed,
  2. the total of processor time of all the process that the image path is from a specific path and all subdirectories?

Thank you kindly
 

Ralston18

Titan
Moderator
Not really sure about the full requirements.

However, take a look via PowerShell - there are a number of cmdlets and means to obtain additional system information.

E.g. Get-Process

Reference:

https://learn.microsoft.com/en-us/p...ll.management/get-process?view=powershell-7.4

More information can be obtained via Get-WmiObject and its' successor Get-CimInstance.

Very likely that you will be able to start with a basic Get and expand the cmdlet to obtain the required details.