cpu

The cpu table describes Central Processing Units (CPUs).

The following table describes the cpu table.

Table 1. cpu table 
Column name Type Constraints Description
entityId 32-bit integer

Foreign key

Not null

The identifier of a CPU from the entityData table.

serialNumber Varchar (100)   The serial number of the processor.
modelName Varchar (100)   The model of the processor.
manufacturer Varchar (100)   The manufacturer of the processor.
cpuSpeed Big int   The clock speed of the processor.
coresEnabled Integer   How many cores are enabled.
coresInstalled Integer   How many cores are installed.