|
发表于 2023-5-25 20:20:23
|
显示全部楼层
- sh-5.1$ sudo dmidecode -t memory
- # dmidecode 3.5
- Getting SMBIOS data from sysfs.
- SMBIOS 3.5.0 present.
- Handle 0x003B, DMI type 16, 23 bytes
- Physical Memory Array
- Location: System Board Or Motherboard
- Use: System Memory
- Error Correction Type: None
- Maximum Capacity: 128 GB
- Error Information Handle: Not Provided
- Number Of Devices: 4
- Handle 0x003C, DMI type 17, 92 bytes
- Memory Device
- Array Handle: 0x003B
- Error Information Handle: Not Provided
- Total Width: 64 bits
- Data Width: 64 bits
- Size: 32 GB
- Form Factor: DIMM
- Set: None
- Locator: Controller0-ChannelA-DIMM0
- Bank Locator: BANK 0
- Type: DDR5
- Type Detail: Synchronous
- Speed: 5600 MT/s
- Manufacturer: Kingston
- Serial Number: 754F42AF
- Asset Tag: 9876543210
- Part Number: KF560C40-32
- Rank: 2
- Configured Memory Speed: 5600 MT/s
- Minimum Voltage: 1.1 V
- Maximum Voltage: 1.35 V
- Configured Voltage: 1.25 V
- Memory Technology: DRAM
- Memory Operating Mode Capability: Volatile memory
- Firmware Version: Not Specified
- Module Manufacturer ID: Bank 2, Hex 0x98
- Module Product ID: Unknown
- Memory Subsystem Controller Manufacturer ID: Unknown
- Memory Subsystem Controller Product ID: Unknown
- Non-Volatile Size: None
- Volatile Size: 32 GB
- Cache Size: None
- Logical Size: None
- Handle 0x003D, DMI type 17, 92 bytes
- Memory Device
- Array Handle: 0x003B
- Error Information Handle: Not Provided
- Total Width: 64 bits
- Data Width: 64 bits
- Size: 32 GB
- Form Factor: DIMM
- Set: None
- Locator: Controller0-ChannelA-DIMM1
- Bank Locator: BANK 0
- Type: DDR5
- Type Detail: Synchronous
- Speed: 5600 MT/s
- Manufacturer: Kingston
- Serial Number: B60F4305
- Asset Tag: 9876543210
- Part Number: KF560C40-32
- Rank: 2
- Configured Memory Speed: 5600 MT/s
- Minimum Voltage: 1.1 V
- Maximum Voltage: 1.35 V
- Configured Voltage: 1.25 V
- Memory Technology: DRAM
- Memory Operating Mode Capability: Volatile memory
- Firmware Version: Not Specified
- Module Manufacturer ID: Bank 2, Hex 0x98
- Module Product ID: Unknown
- Memory Subsystem Controller Manufacturer ID: Unknown
- Memory Subsystem Controller Product ID: Unknown
- Non-Volatile Size: None
- Volatile Size: 32 GB
- Cache Size: None
- Logical Size: None
- Handle 0x003E, DMI type 17, 92 bytes
- Memory Device
- Array Handle: 0x003B
- Error Information Handle: Not Provided
- Total Width: Unknown
- Data Width: Unknown
- Size: No Module Installed
- Form Factor: Unknown
- Set: None
- Locator: Controller1-ChannelA-DIMM0
- Bank Locator: BANK 0
- Type: Unknown
- Type Detail: None
- Handle 0x003F, DMI type 17, 92 bytes
- Memory Device
- Array Handle: 0x003B
- Error Information Handle: Not Provided
- Total Width: Unknown
- Data Width: Unknown
- Size: No Module Installed
- Form Factor: Unknown
- Set: None
- Locator: Controller1-ChannelA-DIMM1
- Bank Locator: BANK 0
- Type: Unknown
- Type Detail: None
复制代码
- sh-5.1$ sudo dmidecode -t processor
- # dmidecode 3.5
- Getting SMBIOS data from sysfs.
- SMBIOS 3.5.0 present.
- Handle 0x0052, DMI type 4, 48 bytes
- Processor Information
- Socket Designation: U3E1
- Type: Central Processor
- Family: Core i9
- Manufacturer: Intel(R) Corporation
- ID: 71 06 0B 00 FF FB EB BF
- Signature: Type 0, Family 6, Model 183, 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)
- DS (Debug store)
- ACPI (ACPI supported)
- MMX (MMX technology supported)
- FXSR (FXSAVE and FXSTOR instructions supported)
- SSE (Streaming SIMD extensions)
- SSE2 (Streaming SIMD extensions 2)
- SS (Self-snoop)
- HTT (Multi-threading)
- TM (Thermal monitor supported)
- PBE (Pending break enabled)
- Version: 13th Gen Intel(R) Core(TM) i9-13900K
- Voltage: 0.9 V
- External Clock: 100 MHz
- Max Speed: 8500 MHz
- Current Speed: 3000 MHz
- Status: Populated, Enabled
- Upgrade: Other
- L1 Cache Handle: 0x004F
- L2 Cache Handle: 0x0050
- L3 Cache Handle: 0x0051
- Serial Number: To Be Filled By O.E.M.
- Asset Tag: To Be Filled By O.E.M.
- Part Number: To Be Filled By O.E.M.
- Core Count: 24
- Core Enabled: 24
- Thread Count: 32
- Characteristics:
- 64-bit capable
- Multi-Core
- Hardware Thread
- Execute Protection
- Enhanced Virtualization
- Power/Performance Control
复制代码 |
|