Skip to content

Instantly share code, notes, and snippets.

@RyanW8
Created November 24, 2020 09:14
Show Gist options
  • Save RyanW8/74c4904706b486e0862703d96c5f9235 to your computer and use it in GitHub Desktop.
Save RyanW8/74c4904706b486e0862703d96c5f9235 to your computer and use it in GitHub Desktop.
{
"@odata.context": "/redfish/v1/$metadata#Processor.Processor(*)",
"@odata.etag": "W/\"1604509181\"",
"@odata.id": "/redfish/v1/Systems/Self/Processors/1",
"@odata.type": "#Processor.v1_0_3.Processor",
"Id": "1",
"InstructionSet": "X86-64",
"Manufacturer": "Intel(R) Corporation",
"MaxSpeedMHz": "",
"Model": "Intel Xeon",
"Name": "Processor1",
"Oem": {
"Intel_RackScale": {
"@odata.type": "#Intel.Oem.Processor",
"Brand": "E5",
"Capabilities": [
"fpu",
"vme",
"de",
"pse",
"tsc",
"msr",
"pae",
"mce",
"cx8",
"apic",
"sep",
"mtrr",
"pge",
"mca",
"cmov",
"pat",
"pse-36",
"clfsh",
"ds",
"acpi",
"mmx",
"fxsr",
"sse",
"sse2",
"ss",
"htt",
"tm",
"pbe"
]
},
"Quanta_RackScale": {
"Version": "Intel(R) Xeon(R) Gold 6242 CPU @ 2.80GHz"
}
},
"ProcessorArchitecture": "x86",
"ProcessorId": {
"EffectiveFamily": "0x6",
"EffectiveModel": "0x55",
"IdentificationRegisters": "0xbfebfbff00050657",
"MicrocodeInfo": "0x50024",
"Step": "0x7",
"VendorId": "GenuineIntel"
},
"ProcessorType": "CPU",
"Socket": "CPU_0",
"Status": {
"Health": "OK",
"State": "Enabled"
},
"TotalCores": 16,
"TotalThreads": 32
}
##### PROCESSOR 2
{
"@odata.context": "/redfish/v1/$metadata#Processor.Processor(*)",
"@odata.etag": "W/\"1606209194\"",
"@odata.id": "/redfish/v1/Systems/Self/Processors/2",
"@odata.type": "#Processor.v1_0_3.Processor",
"Id": "2",
"InstructionSet": "X86-64",
"Manufacturer": "Intel(R) Corporation",
"MaxSpeedMHz": "",
"Model": "Intel Xeon",
"Name": "Processor2",
"Oem": {
"Intel_RackScale": {
"@odata.type": "#Intel.Oem.Processor",
"Brand": "E5",
"Capabilities": [
"fpu",
"vme",
"de",
"pse",
"tsc",
"msr",
"pae",
"mce",
"cx8",
"apic",
"sep",
"mtrr",
"pge",
"mca",
"cmov",
"pat",
"pse-36",
"clfsh",
"ds",
"acpi",
"mmx",
"fxsr",
"sse",
"sse2",
"ss",
"htt",
"tm",
"pbe"
]
},
"Quanta_RackScale": {
"Version": "Intel(R) Xeon(R) Gold 6242 CPU @ 2.80GHz"
}
},
"ProcessorArchitecture": "x86",
"ProcessorId": {
"EffectiveFamily": "0x6",
"EffectiveModel": "0x55",
"IdentificationRegisters": "0xbfebfbff00050657",
"MicrocodeInfo": "0x50024",
"Step": "0x7",
"VendorId": "GenuineIntel"
},
"ProcessorType": "CPU",
"Socket": "CPU_1",
"Status": {
"Health": "OK",
"State": "Enabled"
},
"TotalCores": 16,
"TotalThreads": 32
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment