Windows: Remote CPU Usage
Open powershell, and run this:
Get-Counter -Counter "\Processor(_Total)\% Processor Time" -ComputerName "hostname" -Continuous -SampleInterval 2
Open powershell, and run this:
Get-Counter -Counter "\Processor(_Total)\% Processor Time" -ComputerName "hostname" -Continuous -SampleInterval 2
No Comments