-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parsed outputs in https://github.com/SpareCores/sc-inspector-data/act…
- Loading branch information
root
committed
Feb 6, 2025
1 parent
de490e0
commit 22b949a
Showing
2 changed files
with
654 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,322 @@ | ||
[ | ||
{ | ||
"handle": { | ||
"id": "0x0000", | ||
"type": "0", | ||
"bytes": "24" | ||
}, | ||
"name": "BIOS Information", | ||
"props": { | ||
"Vendor": "Amazon EC2", | ||
"Version": 1, | ||
"Release Date": "2017-10-16T00:00:00", | ||
"Address": "0xF0000", | ||
"Runtime Size": 65536, | ||
"ROM Size": 65536, | ||
"Characteristics": [ | ||
"PCI is supported", | ||
"EDD is supported", | ||
"ACPI is supported", | ||
"System is a virtual machine" | ||
], | ||
"BIOS Revision": 1, | ||
"Runtime Size:unit": "B", | ||
"ROM Size:unit": "B" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0001", | ||
"type": "1", | ||
"bytes": "27" | ||
}, | ||
"name": "System Information", | ||
"props": { | ||
"Manufacturer": "Amazon EC2", | ||
"Product Name": "f2.6xlarge", | ||
"Version": "Not Specified", | ||
"Serial Number": "ec29f655-516f-90bf-16b0-f7ec6d5ef9c2", | ||
"UUID": "ec29f655-516f-90bf-16b0-f7ec6d5ef9c2", | ||
"Wake-up Type": "Power Switch", | ||
"SKU Number": "Not Specified", | ||
"Family": "Not Specified" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0002", | ||
"type": "2", | ||
"bytes": "15" | ||
}, | ||
"name": "Base Board Information", | ||
"props": { | ||
"Manufacturer": "Amazon EC2", | ||
"Product Name": "Not Specified", | ||
"Version": "Not Specified", | ||
"Serial Number": "Not Specified", | ||
"Asset Tag": "i-0042ef884da6cd37a", | ||
"Features": "None", | ||
"Location In Chassis": "Not Specified", | ||
"Chassis Handle": "0x0003", | ||
"Type": "Other", | ||
"Contained Object Handles": 0 | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0003", | ||
"type": "3", | ||
"bytes": "21" | ||
}, | ||
"name": "Chassis Information", | ||
"props": { | ||
"Manufacturer": "Amazon EC2", | ||
"Type": "Other", | ||
"Lock": "Not Present", | ||
"Version": "Not Specified", | ||
"Serial Number": "Not Specified", | ||
"Asset Tag": "Amazon EC2", | ||
"Boot-up State": "Safe", | ||
"Power Supply State": "Safe", | ||
"Thermal State": "Safe", | ||
"Security Status": "None", | ||
"OEM Information": "0x00000000", | ||
"Height": "Unspecified", | ||
"Number Of Power Cords": 1, | ||
"Contained Elements": 0 | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0004", | ||
"type": "4", | ||
"bytes": "42" | ||
}, | ||
"name": "Processor Information", | ||
"props": { | ||
"Socket Designation": "CPU 0", | ||
"Type": "Central Processor", | ||
"Family": "Zen", | ||
"Manufacturer": "Advanced Micro Devices, Inc.", | ||
"ID": "11 0F A0 00 FF FB 8B 17", | ||
"Signature": "Family 25, Model 1, Stepping 1", | ||
"Flags": [ | ||
"FPU (Floating-point unit on-chip)", | ||
"VME (Virtual mode extension)", | ||
"DE (Debugging extension)", | ||
"PSE (Page size extension)", | ||
"TSC (Time stamp counter)", | ||
"MSR (Model specific registers)", | ||
"PAE (Physical address extension)", | ||
"MCE (Machine check exception)", | ||
"CX8 (CMPXCHG8 instruction supported)", | ||
"APIC (On-chip APIC hardware supported)", | ||
"SEP (Fast system call)", | ||
"MTRR (Memory type range registers)", | ||
"PGE (Page global enable)", | ||
"MCA (Machine check architecture)", | ||
"CMOV (Conditional move instruction supported)", | ||
"PAT (Page attribute table)", | ||
"PSE-36 (36-bit page size extension)", | ||
"CLFSH (CLFLUSH instruction supported)", | ||
"MMX (MMX technology supported)", | ||
"FXSR (FXSAVE and FXSTOR instructions supported)", | ||
"SSE (Streaming SIMD extensions)", | ||
"SSE2 (Streaming SIMD extensions 2)", | ||
"HTT (Multi-threading)" | ||
], | ||
"Version": "AMD EPYC 7R13 Processor", | ||
"Voltage": 1.1, | ||
"External Clock": 100000000, | ||
"Max Speed": 3725000000, | ||
"Current Speed": 2650000000, | ||
"Status": "Populated, Enabled", | ||
"Upgrade": "Socket SP3", | ||
"L1 Cache Handle": "0x0005", | ||
"L2 Cache Handle": "0x0006", | ||
"L3 Cache Handle": "0x0007", | ||
"Serial Number": "Not Specified", | ||
"Asset Tag": "Not Specified", | ||
"Part Number": "Not Specified", | ||
"Core Count": 12, | ||
"Core Enabled": 12, | ||
"Thread Count": 24, | ||
"Characteristics": [ | ||
"64-bit capable", | ||
"Multi-Core", | ||
"Hardware Thread", | ||
"Execute Protection" | ||
], | ||
"Voltage:unit": "V", | ||
"External Clock:unit": "Hz", | ||
"Max Speed:unit": "Hz", | ||
"Current Speed:unit": "Hz" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0005", | ||
"type": "7", | ||
"bytes": "19" | ||
}, | ||
"name": "Cache Information", | ||
"props": { | ||
"Socket Designation": "L1 - Cache", | ||
"Configuration": "Enabled, Not Socketed, Level 1", | ||
"Operational Mode": "Write Back", | ||
"Location": "Internal", | ||
"Installed Size": 3145728, | ||
"Maximum Size": 3145728, | ||
"Supported SRAM Types": "Pipeline Burst", | ||
"Installed SRAM Type": "Pipeline Burst", | ||
"Speed": 1e-09, | ||
"Error Correction Type": "Multi-bit ECC", | ||
"System Type": "Unified", | ||
"Associativity": "8-way Set-associative", | ||
"Installed Size:unit": "B", | ||
"Maximum Size:unit": "B", | ||
"Speed:unit": "s" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0006", | ||
"type": "7", | ||
"bytes": "19" | ||
}, | ||
"name": "Cache Information", | ||
"props": { | ||
"Socket Designation": "L2 - Cache", | ||
"Configuration": "Enabled, Not Socketed, Level 2", | ||
"Operational Mode": "Write Back", | ||
"Location": "Internal", | ||
"Installed Size": 25165824, | ||
"Maximum Size": 25165824, | ||
"Supported SRAM Types": "Pipeline Burst", | ||
"Installed SRAM Type": "Pipeline Burst", | ||
"Speed": 1e-09, | ||
"Error Correction Type": "Multi-bit ECC", | ||
"System Type": "Unified", | ||
"Associativity": "8-way Set-associative", | ||
"Installed Size:unit": "B", | ||
"Maximum Size:unit": "B", | ||
"Speed:unit": "s" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0007", | ||
"type": "7", | ||
"bytes": "19" | ||
}, | ||
"name": "Cache Information", | ||
"props": { | ||
"Socket Designation": "L3 - Cache", | ||
"Configuration": "Enabled, Not Socketed, Level 3", | ||
"Operational Mode": "Write Back", | ||
"Location": "Internal", | ||
"Installed Size": 201326592, | ||
"Maximum Size": 201326592, | ||
"Supported SRAM Types": "Pipeline Burst", | ||
"Installed SRAM Type": "Pipeline Burst", | ||
"Speed": 1e-09, | ||
"Error Correction Type": "Multi-bit ECC", | ||
"System Type": "Unified", | ||
"Associativity": "16-way Set-associative", | ||
"Installed Size:unit": "B", | ||
"Maximum Size:unit": "B", | ||
"Speed:unit": "s" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0008", | ||
"type": "16", | ||
"bytes": "23" | ||
}, | ||
"name": "Physical Memory Array", | ||
"props": { | ||
"Location": "System Board Or Motherboard", | ||
"Use": "System Memory", | ||
"Error Correction Type": "Unknown", | ||
"Maximum Capacity": 274877906944, | ||
"Error Information Handle": "Not Provided", | ||
"Number Of Devices": 1, | ||
"Maximum Capacity:unit": "B" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x0009", | ||
"type": "17", | ||
"bytes": "34" | ||
}, | ||
"name": "Memory Device", | ||
"props": { | ||
"Array Handle": "0x0008", | ||
"Error Information Handle": "Not Provided", | ||
"Total Width": 72, | ||
"Data Width": 64, | ||
"Size": 274877906944, | ||
"Form Factor": "DIMM", | ||
"Set": "None", | ||
"Locator": "Not Specified", | ||
"Bank Locator": "Not Specified", | ||
"Type": "DDR4", | ||
"Type Detail": "Static Column Pseudo-static Synchronous Window DRAM", | ||
"Speed": 3200000000, | ||
"Manufacturer": "Not Specified", | ||
"Serial Number": "Not Specified", | ||
"Asset Tag": "Not Specified", | ||
"Part Number": "Not Specified", | ||
"Rank": "Unknown", | ||
"Configured Memory Speed": "Unknown", | ||
"Total Width:unit": "bits", | ||
"Data Width:unit": "bits", | ||
"Size:unit": "B", | ||
"Speed:unit": "T/s" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x000A", | ||
"type": "19", | ||
"bytes": "31" | ||
}, | ||
"name": "Memory Array Mapped Address", | ||
"props": { | ||
"Starting Address": "0x0000000000000000k", | ||
"Ending Address": "0x0000003FFFFFFFFFk", | ||
"Range Size": 274877906944, | ||
"Physical Array Handle": "0x0008", | ||
"Partition Width": 1, | ||
"Range Size:unit": "B" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0x000B", | ||
"type": "20", | ||
"bytes": "35" | ||
}, | ||
"name": "Memory Device Mapped Address", | ||
"props": { | ||
"Starting Address": "0x0000000000000000k", | ||
"Ending Address": "0x0000003FFFFFFFFFk", | ||
"Range Size": 274877906944, | ||
"Physical Device Handle": "0x0009", | ||
"Memory Array Mapped Address Handle": "0x000A", | ||
"Partition Row Position": 1, | ||
"Range Size:unit": "B" | ||
} | ||
}, | ||
{ | ||
"handle": { | ||
"id": "0xFEFF", | ||
"type": "127", | ||
"bytes": "4" | ||
}, | ||
"name": "End Of Table", | ||
"props": {} | ||
} | ||
] |
Oops, something went wrong.