This attribute class gives client computer processor information, including the family (Intel, for example), manufacturer, and version number. This class is included in a default hardware inventory operation.
Table C.43 Processor Attribute Class (SMS_G_System_PROCESSOR)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
AddressWidth | uint32 | 32 | Indicates the processor address width in bits. |
Availability | uint32 | Indicates the availability and status of the device.
Values are: | |
Caption | string | Describes the object. Maximum length is 64 characters. | |
CurrentClockSpeed | uint32 | 198 | Indicates the current processor speed in MHz. |
DataWidth | uint32 | Indicates the processor data width in bits. | |
Description | string | "x86 Family 6 Model 1 Stepping 9" | Describes the processor. |
DeviceID | string | "CPU3" | Key. An address or other identifying information to uniquely name the LogicalDevice. (Maximum length 64 chars.) |
Family | string | "12" | Indicates the Processor family type.
Values are: |
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
InstallDate | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the object was installed. The absence of a value does not indicate that the object is not installed. |
LoadPercentage | uint32 | Indicates the loading of this processor, averaged over the last minute, in percent. | |
Manufacturer | string | "GenuineIntel" | Indicates the name of the organization that produced the processor. |
MaxClockSpeed | uint32 | 198 | Indicates the maximum speed of this processor in MHz. |
Name | string | "Pentium Pro" | Defines the label that the object is known by. Maximum length is 256 characters. |
PowerManagementSupported | uint32 | 0 | A Boolean that indicates that the ComputerSystem and its running OperatingSystem support power management. This Boolean does not indicate that power management features are currently enabled, or if they are enabled, which features are supported.
Values are: |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
Role | string | "CPU" | Describes the role of the processor.
Examples: Central Processor and Math Processor. |
Status | string | "OK" | Indicates the current status of the object.
Values are: The maximum length is 10 characters. |
StatusInfo | string | "3" | Indicates the state of the LogicalDevice.
Values are: 1=Other |
SystemName | string | "SMSDELLPE1" | Indicates the scoping system’s name. Maximum length is 256 characters. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |
UpgradeMethod | string | Indicates the processor upgrade method, if upgrades are supported.
Values are: | |
Version | string | "Model 1, Stepping 9" | Indicates the processor version. |