Results 1 to 8 of 8
Is SMP same as HyperThreading ?...
- 07-11-2005 #1Linux Newbie
- Join Date
- Jul 2005
- Posts
- 138
What is SMP
Is SMP same as HyperThreading ?
- 07-11-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
No, SMP stands for Symmetric Multi Processors. It's a PC with 2 or more processors.
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 07-11-2005 #3
If you have a P4 with HyperThreading, your distro will see it as a dual processor and installl the smp kernel. I have a dual Xeon w/HyperThreading and SuSE recognizes them as being 4 processors just as WinXP Pro does. Take a look at this screenshot.
http://londojowo.hypermart.net/HB_DPLX.jpg
- 07-12-2005 #4Linux Newbie
- Join Date
- Jul 2005
- Posts
- 138
where can you find info about processors........is there a command ?
- 07-12-2005 #5
Open up a terminal (Konsole), type or cut/paste the following and hit enter.
Code:cat /proc/cpuinfo
- 07-12-2005 #6
Here's what I get when I run the command.
processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) XEON(TM) CPU 2.40GHz
stepping : 4
cpu MHz : 2394.661
cache size : 512 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 4734.97
processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) XEON(TM) CPU 2.40GHz
stepping : 4
cpu MHz : 2394.661
cache size : 512 KB
physical id : 0
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 4784.12
processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) XEON(TM) CPU 2.40GHz
stepping : 4
cpu MHz : 2394.661
cache size : 512 KB
physical id : 3
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 4784.12
processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 2
model name : Intel(R) XEON(TM) CPU 2.40GHz
stepping : 4
cpu MHz : 2394.661
cache size : 512 KB
physical id : 3
siblings : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
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
bogomips : 4784.12
- 07-20-2005 #7Linux Newbie
- Join Date
- Jul 2005
- Posts
- 138
this is sweet.....................4 processors :rock:
- 07-20-2005 #8Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Ah it's not really, but it does help with bottlenecking and by splitting out processes dynamically. I work with a server that reports 8 CPUs...
Ah it's only got 4.. only...


Reply With Quote
