<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Dual-Core CPU's in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746944#M66397</link>
    <description>How can I tell (on RHAS 3.0) whether the CPU's are single or dual core??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 08 Mar 2006 10:16:38 GMT</pubDate>
    <dc:creator>Matthew Pegge_1</dc:creator>
    <dc:date>2006-03-08T10:16:38Z</dc:date>
    <item>
      <title>Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746944#M66397</link>
      <description>How can I tell (on RHAS 3.0) whether the CPU's are single or dual core??&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 08 Mar 2006 10:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746944#M66397</guid>
      <dc:creator>Matthew Pegge_1</dc:creator>
      <dc:date>2006-03-08T10:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746945#M66398</link>
      <description>I am running Debian with a multi processor&lt;BR /&gt;kernel, so your millage may vary.&lt;BR /&gt;&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;Dual core should have an entries for&lt;BR /&gt;physical id, and siblings.  &lt;BR /&gt;&lt;BR /&gt;I believe the listing "siblings 2" indicates&lt;BR /&gt;dual core.&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 10:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746945#M66398</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-03-08T10:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746946#M66399</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Do the foll:&lt;BR /&gt;cat /proc/cpuinfo&lt;BR /&gt;&lt;BR /&gt;It will list the no. of cpu's, speed etc.&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 08 Mar 2006 10:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746946#M66399</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-08T10:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746947#M66400</link>
      <description>You will also have to know if you have threading on or off to properly read this file...  easy enough to figure out, though.</description>
      <pubDate>Thu, 09 Mar 2006 11:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746947#M66400</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-03-09T11:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746948#M66401</link>
      <description>Is it possible to get a copy of /proc/cpuinfo from a dual core, hyperthreaded Linux system?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Apr 2006 16:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746948#M66401</guid>
      <dc:creator>Ramassh</dc:creator>
      <dc:date>2006-04-06T16:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746949#M66402</link>
      <description>&lt;BR /&gt;[root@vader root]# cat /proc/cpuinfo&lt;BR /&gt;processor  : 0&lt;BR /&gt;vendor     : GenuineIntel&lt;BR /&gt;arch       : IA-64&lt;BR /&gt;family     : Itanium 2&lt;BR /&gt;model      : 2&lt;BR /&gt;revision   : 2&lt;BR /&gt;archrev    : 0&lt;BR /&gt;features   : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs   : 4&lt;BR /&gt;cpu MHz    : 1599.705144&lt;BR /&gt;itc MHz    : 1599.705144&lt;BR /&gt;BogoMIPS   : 2390.75&lt;BR /&gt;siblings   : 1&lt;BR /&gt;&lt;BR /&gt;processor  : 1&lt;BR /&gt;vendor     : GenuineIntel&lt;BR /&gt;arch       : IA-64&lt;BR /&gt;family     : Itanium 2&lt;BR /&gt;model      : 2&lt;BR /&gt;revision   : 2&lt;BR /&gt;archrev    : 0&lt;BR /&gt;features   : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs   : 4&lt;BR /&gt;cpu MHz    : 1599.705144&lt;BR /&gt;itc MHz    : 1599.705144&lt;BR /&gt;BogoMIPS   : 2390.75&lt;BR /&gt;siblings   : 1&lt;BR /&gt;&lt;BR /&gt;processor  : 2&lt;BR /&gt;vendor     : GenuineIntel&lt;BR /&gt;arch       : IA-64&lt;BR /&gt;family     : Itanium 2&lt;BR /&gt;model      : 2&lt;BR /&gt;revision   : 2&lt;BR /&gt;archrev    : 0&lt;BR /&gt;features   : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs   : 4&lt;BR /&gt;cpu MHz    : 1599.705144&lt;BR /&gt;itc MHz    : 1599.705144&lt;BR /&gt;BogoMIPS   : 2390.75&lt;BR /&gt;siblings   : 1&lt;BR /&gt;&lt;BR /&gt;processor  : 3&lt;BR /&gt;vendor     : GenuineIntel&lt;BR /&gt;arch       : IA-64&lt;BR /&gt;family     : Itanium 2&lt;BR /&gt;model      : 2&lt;BR /&gt;revision   : 2&lt;BR /&gt;archrev    : 0&lt;BR /&gt;features   : branchlong&lt;BR /&gt;cpu number : 0&lt;BR /&gt;cpu regs   : 4&lt;BR /&gt;cpu MHz    : 1599.705144&lt;BR /&gt;itc MHz    : 1599.705144&lt;BR /&gt;BogoMIPS   : 2390.75&lt;BR /&gt;siblings   : 1&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 17:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746949#M66402</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-04-06T17:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746950#M66403</link>
      <description>Thanks Alan - that was fast.&lt;BR /&gt;&lt;BR /&gt;But I cannot see any "siblings 2", as described by Bill.&lt;BR /&gt;&lt;BR /&gt;Is this a single dual-core CPU system with Hyper-threading? Or a single 4-core CPU with no Hyper-threading? How can we differentiate them?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 06 Apr 2006 17:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746950#M66403</guid>
      <dc:creator>Ramassh</dc:creator>
      <dc:date>2006-04-06T17:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746951#M66404</link>
      <description>Sorry... this is a dual core unit with threading turned on...</description>
      <pubDate>Thu, 06 Apr 2006 17:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746951#M66404</guid>
      <dc:creator>Alan_152</dc:creator>
      <dc:date>2006-04-06T17:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746952#M66405</link>
      <description>So how can I identify which threads are from the same core?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 06 Apr 2006 17:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746952#M66405</guid>
      <dc:creator>Ramassh</dc:creator>
      <dc:date>2006-04-06T17:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746953#M66406</link>
      <description>Ok, here's a single processor, P4+HT cpuinfo:&lt;BR /&gt;&lt;BR /&gt;processor       : 0&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 4&lt;BR /&gt;model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz&lt;BR /&gt;stepping        : 1&lt;BR /&gt;cpu MHz         : 3015.840&lt;BR /&gt;cache size      : 1024 KB&lt;BR /&gt;physical id     : 0&lt;BR /&gt;siblings        : 2&lt;BR /&gt;core id         : 0&lt;BR /&gt;cpu cores       : 1&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 5&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr&lt;BR /&gt;bogomips        : 6039.01&lt;BR /&gt;&lt;BR /&gt;processor       : 1&lt;BR /&gt;vendor_id       : GenuineIntel&lt;BR /&gt;cpu family      : 15&lt;BR /&gt;model           : 4&lt;BR /&gt;model name      : Intel(R) Pentium(R) 4 CPU 3.00GHz&lt;BR /&gt;stepping        : 1&lt;BR /&gt;cpu MHz         : 3015.840&lt;BR /&gt;cache size      : 1024 KB&lt;BR /&gt;physical id     : 0&lt;BR /&gt;siblings        : 2&lt;BR /&gt;core id         : 0&lt;BR /&gt;cpu cores       : 1&lt;BR /&gt;fdiv_bug        : no&lt;BR /&gt;hlt_bug         : no&lt;BR /&gt;f00f_bug        : no&lt;BR /&gt;coma_bug        : no&lt;BR /&gt;fpu             : yes&lt;BR /&gt;fpu_exception   : yes&lt;BR /&gt;cpuid level     : 5&lt;BR /&gt;wp              : yes&lt;BR /&gt;flags           : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc pni monitor ds_cpl cid xtpr&lt;BR /&gt;bogomips        : 6030.22&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;'siblings' is set to 2 here, whilst 'physical id' is set to 0 for both.  I've not seen a 'cpuinfo' output for one of the new dual-core intel x86-based CPU's, and I'm pretty sure Itanium's don't use 'Hyper threading', so..&lt;BR /&gt;&lt;BR /&gt;In any case, as can be seen from Ivan's output, there are no 'physical id's involved with Itanium systems.&lt;BR /&gt;&lt;BR /&gt;(aside: HP have a 16-way Itanium-2 system running RHAS4 up on testdrive! Woo!)</description>
      <pubDate>Thu, 06 Apr 2006 18:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746953#M66406</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-06T18:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746954#M66407</link>
      <description>Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;Thanks for the output. Interestingly your cpuinfo has following lines..&lt;BR /&gt;&lt;BR /&gt;core id : 0&lt;BR /&gt;cpu cores : 1&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Thu, 06 Apr 2006 19:22:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746954#M66407</guid>
      <dc:creator>Ramassh</dc:creator>
      <dc:date>2006-04-06T19:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746955#M66408</link>
      <description>As I stated, this was from a single-core CPU, a P4 3Ghz with Hyper-Threading.  This was not one of the new Intel Dual-Core CPU's.</description>
      <pubDate>Fri, 07 Apr 2006 00:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746955#M66408</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-07T00:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746956#M66409</link>
      <description>&lt;BR /&gt;Dual CPUs should has two different "physical id"&lt;BR /&gt;&lt;BR /&gt;"siblings 2" means two logic CPUs on that physical CPU (Hyper Threading)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.intel.com/cd/ids/developer/asmo-na/eng/269421.htm?page=2" target="_blank"&gt;http://www.intel.com/cd/ids/developer/asmo-na/eng/269421.htm?page=2&lt;/A&gt;</description>
      <pubDate>Thu, 29 Jun 2006 17:01:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746956#M66409</guid>
      <dc:creator>xin li_2</dc:creator>
      <dc:date>2006-06-29T17:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dual-Core CPU's</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746957#M66410</link>
      <description>Sorry, two CPUs should at least have two unique "core id". &lt;BR /&gt;&lt;BR /&gt;"Physical id" is for physical package.</description>
      <pubDate>Mon, 03 Jul 2006 19:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dual-core-cpu-s/m-p/3746957#M66410</guid>
      <dc:creator>xin li_2</dc:creator>
      <dc:date>2006-07-03T19:31:55Z</dc:date>
    </item>
  </channel>
</rss>

