Query Details

Monitor CPU Performance And Health

Query

Use Case: Query to find the current clock speed, maximum clock speed, and status of the CPU. This can help in understanding if the CPU is being throttled or if it's operating normally.

Query:

Cpu
| project CurrentClockSpeed, MaxClockSpeed, CpuStatus

Explanation

The query is used to find the current clock speed, maximum clock speed, and status of the CPU. This information can help determine if the CPU is being throttled or operating normally.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

Cpu

Keywords

Cpu,CurrentClockSpeed,MaxClockSpeed,CpuStatus

Operators

projectCpu|CurrentClockSpeedMaxClockSpeedCpuStatus

Actions