Query Details

Identify CPU Configuration

Query

Use Case: Extract information about the CPU's architecture, core count, and logical processor count. This can be useful for understanding the computing capabilities of the device.

Query:

Cpu
| project Architecture, CoreCount, LogicalProcessorCount

Explanation

The query extracts information about the CPU's architecture, core count, and logical processor count. This information helps understand the computing capabilities of the device.

Details

Ugur Koc profile picture

Ugur Koc

Released: February 4, 2024

Tables

Cpu

Keywords

Cpu,Architecture,CoreCount,LogicalProcessorCount

Operators

projectCpuArchitectureCoreCountLogicalProcessorCount

Actions