|
CPU:- [root@godvps ~]# cat /proc/cpuinfo | grep name | cut -f2 -d: | uniq -c
- 16 Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
-
- [root@godvps ~]# cat /proc/cpuinfo | grep physical | uniq -c
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 1
- 1 address sizes : 40 bits physical, 48 bits virtual
- 1 physical id : 0
- 1 address sizes : 40 bits physical, 48 bits virtual
- [root@godvps ~]# dmidecode | grep -A48 'Processor Information$'
- Processor Information
- Socket Designation: CPU1
- Type: Central Processor
- Family: Xeon
- Manufacturer: Intel
- ID: A5 06 01 00 FF FB EB BF
- Signature: Type 0, Family 6, Model 26, Stepping 5
- 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) Xeon(R) CPU E5520 @ 2.27GHz
- Voltage: 1.2 V
- External Clock: 5860 MHz
- Max Speed: 3600 MHz
- Current Speed: 2266 MHz
- Status: Populated, Enabled
- Upgrade: Socket LGA1366
- L1 Cache Handle: 0x0700
- L2 Cache Handle: 0x0701
- L3 Cache Handle: 0x0702
- Serial Number: Not Specified
- Asset Tag: Not Specified
- Part Number: Not Specified
- --
- Processor Information
- Socket Designation: CPU2
- Type: Central Processor
- Family: Xeon
- Manufacturer: Intel
- ID: A5 06 01 00 FF FB EB BF
- Signature: Type 0, Family 6, Model 26, Stepping 5
- 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) Xeon(R) CPU E5520 @ 2.27GHz
- Voltage: 1.2 V
- External Clock: 5860 MHz
- Max Speed: 3600 MHz
- Current Speed: 2266 MHz
- Status: Populated, Idle
- Upgrade: Socket LGA1366
- L1 Cache Handle: 0x0703
- L2 Cache Handle: 0x0704
- L3 Cache Handle: 0x0705
- Serial Number: Not Specified
- Asset Tag: Not Specified
- Part Number: Not Specified
复制代码 RAM:- [root@godvps ~]# free -m
- total used free shared buffers cached
- Mem: 48175 1646 46528 0 128 1206
- -/+ buffers/cache: 312 47863
- Swap: 8189 0 8189
- [root@godvps ~]#
复制代码
[ 本帖最后由 godvps 于 2010-5-4 21:54 编辑 ] |
|