# Windows: Remote CPU Usage

Open powershell, and run this:

```powershell
Get-Counter -Counter "\Processor(_Total)\% Processor Time" -ComputerName "hostname" -Continuous -SampleInterval 2
```