Hi. Does anyone on the internet know how to interprit cpu family information or cpu identification numbers? Everything google returns is assembler jibberish.
For instance an sql query for two I5 computers returns the following: (edited to two lines)
And for the mobile processor a wmi call gives the following information:
PSComputerName : [removed]
Availability : 3
CpuStatus : 1
CurrentVoltage : 12
DeviceID : CPU0
ErrorCleared :
ErrorDescription :
LastErrorCode :
LoadPercentage : 15
Status : OK
StatusInfo : 3
AddressWidth : 64
DataWidth : 64
ExtClock : 100
L2CacheSize : 256
L2CacheSpeed :
MaxClockSpeed : 2295
PowerManagementSupported : False
ProcessorType : 3
Revision : 10759
SocketDesignation : CPU 1
Version :
VoltageCaps :
__GENUS : 2
__CLASS : Win32_Processor
__SUPERCLASS : CIM_Processor
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_Processor.DeviceID="CPU0"
__PROPERTY_COUNT : 51
__DERIVATION : {CIM_Processor, CIM_LogicalDevice, CIM_LogicalElement, CIM_ManagedSystemEleme
nt}
__SERVER : [removed]
__NAMESPACE : root\cimv2
__PATH : \\[removed]\root\cimv2:Win32_Processor.DeviceID="CPU0"
Architecture : 9
Caption : Intel64 Family 6 Model 42 Stepping 7
ConfigManagerErrorCode :
ConfigManagerUserConfig :
CreationClassName : Win32_Processor
CurrentClockSpeed : 2295
Description : Intel64 Family 6 Model 42 Stepping 7
Family : 205
InstallDate :
L3CacheSize : 3
L3CacheSpeed : 0
Level : 6
Manufacturer : GenuineIntel
Name : Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
NumberOfCores : 2
NumberOfLogicalProcessors : 4
OtherFamilyDescription :
PNPDeviceID :
PowerManagementCapabilities :
ProcessorId : BFEBFBFF000206A7
Role : CPU
SecondLevelAddressTranslationExtensions : False
Stepping :
SystemCreationClassName : Win32_ComputerSystem
SystemName : [removed]
UniqueId :
UpgradeMethod : 4
VirtualizationFirmwareEnabled : False
VMMonitorModeExtensions : False
Scope : System.Management.ManagementScope
Path : \\[removed]\root\cimv2:Win32_Processor.DeviceID="CPU0"
Options : System.Management.ObjectGetOptions
ClassPath : \\[removed]\root\cimv2:Win32_Processor
Properties : {AddressWidth, Architecture, Availability, Caption...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :
I've tried googling 2410M along with the 205 family number reported with no luck, and with the 1703 cpukey with no luck.
I need to build a sql query to figure out which systems are of which hardware generation, and I wanted to use the cpu identification to do so (as opposed to filtering cpu model naming)
For instance an sql query for two I5 computers returns the following: (edited to two lines)
And for the mobile processor a wmi call gives the following information:
PSComputerName : [removed]
Availability : 3
CpuStatus : 1
CurrentVoltage : 12
DeviceID : CPU0
ErrorCleared :
ErrorDescription :
LastErrorCode :
LoadPercentage : 15
Status : OK
StatusInfo : 3
AddressWidth : 64
DataWidth : 64
ExtClock : 100
L2CacheSize : 256
L2CacheSpeed :
MaxClockSpeed : 2295
PowerManagementSupported : False
ProcessorType : 3
Revision : 10759
SocketDesignation : CPU 1
Version :
VoltageCaps :
__GENUS : 2
__CLASS : Win32_Processor
__SUPERCLASS : CIM_Processor
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_Processor.DeviceID="CPU0"
__PROPERTY_COUNT : 51
__DERIVATION : {CIM_Processor, CIM_LogicalDevice, CIM_LogicalElement, CIM_ManagedSystemEleme
nt}
__SERVER : [removed]
__NAMESPACE : root\cimv2
__PATH : \\[removed]\root\cimv2:Win32_Processor.DeviceID="CPU0"
Architecture : 9
Caption : Intel64 Family 6 Model 42 Stepping 7
ConfigManagerErrorCode :
ConfigManagerUserConfig :
CreationClassName : Win32_Processor
CurrentClockSpeed : 2295
Description : Intel64 Family 6 Model 42 Stepping 7
Family : 205
InstallDate :
L3CacheSize : 3
L3CacheSpeed : 0
Level : 6
Manufacturer : GenuineIntel
Name : Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
NumberOfCores : 2
NumberOfLogicalProcessors : 4
OtherFamilyDescription :
PNPDeviceID :
PowerManagementCapabilities :
ProcessorId : BFEBFBFF000206A7
Role : CPU
SecondLevelAddressTranslationExtensions : False
Stepping :
SystemCreationClassName : Win32_ComputerSystem
SystemName : [removed]
UniqueId :
UpgradeMethod : 4
VirtualizationFirmwareEnabled : False
VMMonitorModeExtensions : False
Scope : System.Management.ManagementScope
Path : \\[removed]\root\cimv2:Win32_Processor.DeviceID="CPU0"
Options : System.Management.ObjectGetOptions
ClassPath : \\[removed]\root\cimv2:Win32_Processor
Properties : {AddressWidth, Architecture, Availability, Caption...}
SystemProperties : {__GENUS, __CLASS, __SUPERCLASS, __DYNASTY...}
Qualifiers : {dynamic, Locale, provider, UUID}
Site :
Container :
I've tried googling 2410M along with the 205 family number reported with no luck, and with the 1703 cpukey with no luck.
I need to build a sql query to figure out which systems are of which hardware generation, and I wanted to use the cpu identification to do so (as opposed to filtering cpu model naming)
