White Papers

Version 1.0.0 11
7.1.3 Properties
The following table details the implemented properties for DCIM_CPUView instance representing a
processor in a system. The “Requirements” column shall denote the implementation requirement for the
corresponding property. If the column “Property Name” matches the property name, the property either
shall have the value denoted in the corresponding column “Additional Requirement”, or shall be
implemented according to the requirements in the corresponding column “Additional Requirement”.
Table 4 – DCIM_CPUView - Properties
Property Name
Type
Requirement and Description
InstanceID
string
The property value shall be the FQDD
property value.
FQDD
string
A string containing the Fully Qualified Device
Description, a user-friendly name for the
object.
CPUFamily
string
The property shall represent processor family
type in hexadecimals.
CurrentClockSpeed
uint32
The property value shall be in MHz. The
current speed (in MHz) of this Processor.
MaxClockSpeed
uint32
The property value shall be in MHz. The
maximum speed (in MHz) of this Processor.
ExternalBusClockSpeed
uint32
The property value shall be in MHz. The
speed (in MHz) of the external bus interface
(known as the front side bus).
PrimaryStatus
uint32
PrimaryStatus provides a high level status
value, intended to align with Red-Yellow-
Green type representation of status.
NumberofEnabledThreads
uint32
Total number of hardware enabled threads for
processor.
NOTE: The disabling of the multithreading by
the BIOS does not affect the number of
hardware enabled threads reported by this
property.
NumberofEnabledCores
uint32
Number of processor cores enabled for
processor.
NumberOfProcessorCores
uint32
Number of processor cores available for
processor.
Voltage
string
The property shall represent the voltage(s) of
the processor in Volts.
CPUStatus
uint16
Indicates the current status of the Processor.
For example, the Processor might be
disabled due to a POST error (value=3).
Characteristics
uint32
The characteristics include certain features of
the processor such as 64 bit support for data
width of the processor.
Model
string
The make and or model of the product
Manufacturer
string
The name of the organization responsible for
producing the processor.
Cache1Level
uint16
The cache level for Cache1 labeled cache.
Cache2Level
uint16
The cache level for Cache2 labeled cache.
Cache3Level
uint16
The cache level for Cache3 labeled cache.
Cache1Size
uint64
The property shall represent the total memory
size of the cache in KBytes.
Cache2Size
uint64
The property shall represent the total memory
size of the cache in KBytes.