<?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 Number of physical CPUs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081185#M30275</link>
    <description>I have a HP Proliant DL740 G1 server running &lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 4).&lt;BR /&gt;&lt;BR /&gt;When I cat /proc/cpuinfo it displays 8 CPUs. &lt;BR /&gt;&lt;BR /&gt;Does this mean this server has 8 phyical CPUs and if not how do I find out the number of physical CPUs in the server?&lt;BR /&gt;</description>
    <pubDate>Thu, 04 Oct 2007 09:01:23 GMT</pubDate>
    <dc:creator>Danesh Qureshi</dc:creator>
    <dc:date>2007-10-04T09:01:23Z</dc:date>
    <item>
      <title>Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081185#M30275</link>
      <description>I have a HP Proliant DL740 G1 server running &lt;BR /&gt;Red Hat Enterprise Linux AS release 3 (Taroon Update 4).&lt;BR /&gt;&lt;BR /&gt;When I cat /proc/cpuinfo it displays 8 CPUs. &lt;BR /&gt;&lt;BR /&gt;Does this mean this server has 8 phyical CPUs and if not how do I find out the number of physical CPUs in the server?&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081185#M30275</guid>
      <dc:creator>Danesh Qureshi</dc:creator>
      <dc:date>2007-10-04T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081186#M30276</link>
      <description>Please see:&lt;BR /&gt;&lt;BR /&gt;oss.intel.com/pdf/mclinux.pdf</description>
      <pubDate>Thu, 04 Oct 2007 09:14:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081186#M30276</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-04T09:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081187#M30277</link>
      <description>Each core of a multi-core processor will show up in cpuinfo, as will both halves of a hyperthreaded processor. If you want the number of physical chips you should look for the number of unique physical IDs listed in cpuinfo.&lt;BR /&gt;&lt;BR /&gt;grep 'physical id' /proc/cpuinfo | sort -u&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:32:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081187#M30277</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-10-04T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081188#M30278</link>
      <description># grep 'physical id' /proc/cpuinfo | sort -u&lt;BR /&gt;physical id     : 0&lt;BR /&gt;physical id     : 2&lt;BR /&gt;physical id     : 4&lt;BR /&gt;physical id     : 6&lt;BR /&gt;&lt;BR /&gt;Please can you explain what the above output is telling me about the number of CPUs?&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081188#M30278</guid>
      <dc:creator>Danesh Qureshi</dc:creator>
      <dc:date>2007-10-04T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081189#M30279</link>
      <description>The ProLiant DL740 was an 8 socket server and pre-dates the availability of multi-core processors.  If cpuinfo is showing 8 CPUs and physical CPUs shows only 4, I would say that this indicates that you have 4 physical processors with HyperThreading enabled for a total of 8 logical processors.&lt;BR /&gt;&lt;BR /&gt;If you have the 'hpasm' package loaded you can type:&lt;BR /&gt;&lt;BR /&gt;hpasmcli "show server;show ht"&lt;BR /&gt;&lt;BR /&gt;to get those details.  The information also will show up when using the HP Systems Management Homepage or Insight Diagnostics.</description>
      <pubDate>Thu, 04 Oct 2007 10:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081189#M30279</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2007-10-04T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Number of physical CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081190#M30280</link>
      <description># grep 'physical id' /proc/cpuinfo | sort -u&lt;BR /&gt;physical id : 0&lt;BR /&gt;physical id : 2&lt;BR /&gt;physical id : 4&lt;BR /&gt;physical id : 6&lt;BR /&gt;&lt;BR /&gt;This means that you have four physical processors, each one, with an ID. The values 0, 2, 4, 6 are the ID for each physical processor.</description>
      <pubDate>Thu, 04 Oct 2007 10:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-physical-cpus/m-p/4081190#M30280</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-10-04T10:44:25Z</dc:date>
    </item>
  </channel>
</rss>

