了解CPU体系结构缩写

时间:2012-09-25 11:41:34

标签: ubuntu cpu intel amd-processor

我在电脑上安装了ubuntu。现在我想知道它的CPU架构。我已经读过uname -a可以用于此:

~$ uname -a
Linux desknode1 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

来自此页面:

http://en.wikipedia.org/wiki/X86-64

我已经推断出它是一个AMD CPU。但如果我跑:

~$ grep --color "model name" /proc/cpuinfo
model name  : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
model name  : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
model name  : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
model name  : Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz
~$ 

表明它是一个intel四核。我还试图运行 lscpu

$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    4
Socket(s):             1
NUMA node(s):          1
Vendor ID:             GenuineIntel
CPU family:            6
Model:                 23
Stepping:              6
CPU MHz:               2659.954
BogoMIPS:              5320.00
Virtualization:        VT-x
L1d cache:             32K
L1i cache:             32K
L2 cache:              6144K
NUMA node0 CPU(s):     0-3

在:    供应商ID:GenuineIntel

表示intel CPU。那么这台机器上有什么cpu?

3 个答案:

答案 0 :(得分:2)

“uname -a”仅显示编译的内核内核。例如,在64位cpu(/ proc / cpuinfo)上使用32位内核(uname)没有问题。

答案 1 :(得分:1)

我不确定你从哪里获得AMD。 x86_64意味着你有一个64位处理器,它是一个x86处理器。这可以是Intel或AMD。因为其他一切都说英特尔,所以你有英特尔。

答案 2 :(得分:0)

你有一个6系列模型23步进6。

Google透露您拥有英特尔(R)Core(TM)2 Extreme CPU X9650 @ 3.00 GHz。

换句话说,对于8-Hyperthreadable CPU,你有4核CPU。

http://www.jackcobben.nl/?p=2013