SDF-OBS-04 โ get-counter.ps1¶
Purpose:
To observe live performance metrics using PowerShell counters.
๐งญ Script Example¶
Get-Counter '\Processor(_Total)\% Processor Time'
๐ What It Shows¶
- Real-time CPU usage
- Performance spikes
- System responsiveness
๐ง Reflection¶
- Was CPU usage stable or spiky?
- What time of day showed the highest load?