Description
Use the system.cpu API to query CPU metadata.
Permissions
system.cpuTypes
CpuInfo
Properties
- 
    archNamestring The architecture name of the processors. 
- 
    featuresstring[] A set of feature codes indicating some of the processor's capabilities. The currently supported codes are "mmx", "sse", "sse2", "sse3", "ssse3", "sse4_1", "sse4_2", and "avx". 
- 
    modelNamestring The model name of the processors. 
- 
    numOfProcessorsnumber The number of logical processors. 
- 
    processorsInformation about each logical processor. 
- 
    temperaturesnumber[] Chrome 60+List of CPU temperature readings from each thermal zone of the CPU. Temperatures are in degrees Celsius. Currently supported on Chrome OS only. 
CpuTime
Properties
- 
    idlenumber The cumulative time spent idle by this processor. 
- 
    kernelnumber The cumulative time used by kernel programs on this processor. 
- 
    totalnumber The total cumulative time for this processor. This value is equal to user + kernel + idle. 
- 
    usernumber The cumulative time used by userspace programs on this processor. 
ProcessorInfo
Properties
- 
    usageCumulative usage info for this logical processor.