|
|
|
|
 如何看一个CPU是否是双核的,而不是超线程的 - solaris7 [ 2006-07-28 01:18 | 923 byte(s)]
 Re: 如何看一个CPU是否是双核的,而不是超线程的 - madsys [ 2006-08-15 18:24 | 161 byte(s)]
 Re: 如何看一个CPU是否是双核的,而不是超线程的 - fencer [ 2006-07-31 13:41 | 154 byte(s)]
 Re: 如何看一个CPU是否是双核的,而不是超线程的 - IN_FLAMES [ 2006-07-30 17:56 | 88 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
flags 里有什么特别标志么?
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 2.80GHz
stepping : 1
cpu MHz : 2793.276
cache size : 1024 KB
physical id : 3
siblings : 2
core id : 0
cpu cores : 1
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips : 5586.44
|
|
|
----
像你一样,骄傲,不驯,而且敏捷
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
siblings : 2
The package has two sibilings
cpu cores : 1
The package has one core.
So this is a HT system.
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
通过cpu的family和 model 就能判断它的型号,然后就便知是否双核了.
linux下应该有这样的程序吧,就是用cpuid指令识别的
另外老至强没有双核的吧
|
|
|
----
getting oops...
|
|
[Original]
[Print]
[Top]
|
|
|