Find the answer to your Linux question:
Results 1 to 8 of 8
Is SMP same as HyperThreading ?...
  1. #1
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138

    What is SMP



    Is SMP same as HyperThreading ?

  2. #2
    Linux 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"

  3. #3
    Linux Engineer LondoJowo's Avatar
    Join Date
    May 2005
    Location
    Richmond, TX
    Posts
    804
    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

  4. #4
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138
    where can you find info about processors........is there a command ?

  5. #5
    Linux Engineer LondoJowo's Avatar
    Join Date
    May 2005
    Location
    Richmond, TX
    Posts
    804
    Open up a terminal (Konsole), type or cut/paste the following and hit enter.

    Code:
    cat /proc/cpuinfo

  6. #6
    Linux Engineer LondoJowo's Avatar
    Join Date
    May 2005
    Location
    Richmond, TX
    Posts
    804
    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

  7. #7
    Linux Newbie
    Join Date
    Jul 2005
    Posts
    138
    this is sweet.....................4 processors :rock:

  8. #8
    Linux 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...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •