Skip to content

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?