- 註冊時間
 - 2006-3-13 
 - 最後登錄
 - 2025-7-23 
 - 在線時間
 - 675 小時 
 - 閱讀權限
 - 200 
 - 積分
 - 417 
 - 帖子
 - 1109 
 - 精華
 - 0 
 - UID
 - 2 
  
 
 
 
    
 | 
 
可以使用 dmidecode 命令來處理 
 
查詢 CPU 規格 
 
[root@www ~]# dmidecode -t processor 
# dmidecode 2.10 
SMBIOS 2.3 present. 
 
Handle 0x0004, DMI type 4, 32 bytes 
Processor Information 
        Socket Designation: PGA 478 
        Type: Central Processor 
        Family: Pentium 4 
        Manufacturer: GenuineIntel 
        ID: 27 0F 00 00 FF FB EB BF 
        Signature: Type 0, Family 15, Model 2, Stepping 7 
        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 (Fast floating-point save and restore) 
                SSE (Streaming SIMD extensions) 
                SSE2 (Streaming SIMD extensions 2) 
                SS (Self-snoop) 
                HTT (Hyper-threading technology) 
                TM (Thermal monitor supported) 
                PBE (Pending break enabled) 
        Version: Intel(R) Pentium(R) 4 
        Voltage: 1.5 V 
        External Clock: 133 MHz 
        Max Speed: 3200 MHz 
        Current Speed: 2400 MHz 
        Status: Populated, Enabled 
        Upgrade: ZIF Socket 
        L1 Cache Handle: 0x0008 
        L2 Cache Handle: 0x0009 
        L3 Cache Handle: 0x000A 
 
[root@www ~]# 
 
 
查詢記憶體規格 
 
[root@www ~]# dmidecode -t memory 
# dmidecode 2.10 
SMBIOS 2.3 present. 
 
Handle 0x0005, DMI type 5, 20 bytes 
Memory Controller Information 
        Error Detecting Method: None 
        Error Correcting Capabilities: 
                None 
        Supported Interleave: Unknown 
        Current Interleave: Unknown 
        Maximum Memory Module Size: 1024 MB 
        Maximum Total Memory Size: 2048 MB 
        Supported Speeds: 
                70 ns 
                60 ns 
                50 ns 
        Supported Memory Types: 
                DIMM 
                SDRAM 
        Memory Module Voltage: 3.3 V 
        Associated Memory Slots: 2 
                0x0006 
                0x0007 
        Enabled Error Correcting Capabilities: 
                Unknown 
 
Handle 0x0006, DMI type 6, 12 bytes 
Memory Module Information 
        Socket Designation: DIMM 1 
        Bank Connections: 0 1 
        Current Speed: Unknown 
        Type: DIMM SDRAM 
        Installed Size: 1024 MB (Double-bank Connection) 
        Enabled Size: 1024 MB (Double-bank Connection) 
        Error Status: OK 
 
Handle 0x0007, DMI type 6, 12 bytes 
Memory Module Information 
        Socket Designation: DIMM 2 
        Bank Connections: 2 3 
        Current Speed: Unknown 
        Type: DIMM SDRAM 
        Installed Size: Not Installed 
        Enabled Size: Not Installed 
        Error Status: OK 
 
Handle 0x0025, DMI type 16, 15 bytes 
Physical Memory Array 
        Location: System Board Or Motherboard 
        Use: System Memory 
        Error Correction Type: None 
        Maximum Capacity: 1 GB 
        Error Information Handle: Not Provided 
        Number Of Devices: 2 
 
Handle 0x0026, DMI type 17, 23 bytes 
Memory Device 
        Array Handle: 0x0025 
        Error Information Handle: No Error 
        Total Width: 64 bits 
        Data Width: 64 bits 
        Size: 1024 MB 
        Form Factor: DIMM 
        Set: 1 
        Locator: DIMM 1 
        Bank Locator: Not Specified 
        Type: DRAM 
        Type Detail: Synchronous 
        Speed: Unknown 
 
Handle 0x0027, DMI type 17, 23 bytes 
Memory Device 
        Array Handle: 0x0025 
        Error Information Handle: No Error 
        Total Width: Unknown 
        Data Width: Unknown 
        Size: No Module Installed 
        Form Factor: DIMM 
        Set: 2 
        Locator: DIMM 2 
        Bank Locator: Not Specified 
        Type: DRAM 
        Type Detail: Synchronous 
        Speed: Unknown 
 
[root@www ~]# |   
 
  
 |