<?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 Re: redhat linux - real cpu # in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974008#M68221</link>
    <description>Where is the lshw located?  Couldn't find it from this forum too.</description>
    <pubDate>Tue, 18 Apr 2006 12:19:01 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2006-04-18T12:19:01Z</dc:date>
    <item>
      <title>redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974003#M68216</link>
      <description>For a single HT/MP cpu system, when I cat /proc/cpuinfo, it shows 2 CPUs with the same cpu or physical id.  I am just wondering if there is a smarter way to find out the # of physical CPU installed on a system.</description>
      <pubDate>Mon, 17 Apr 2006 18:38:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974003#M68216</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2006-04-17T18:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974004#M68217</link>
      <description>No, from what I can see, the output of 'cat /proc/cpuinfo | grep physical.id | sort | uniq -c' is what's gonna get you the accurate count.&lt;BR /&gt;&lt;BR /&gt;The ACPI stuff doesn't see them as the same processor on a 2.6 machine..</description>
      <pubDate>Mon, 17 Apr 2006 20:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974004#M68217</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-04-17T20:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974005#M68218</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can also check interrupts file to get number of CPU count and status.&lt;BR /&gt;&lt;BR /&gt;#cat /proc/interrupts&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Sung</description>
      <pubDate>Tue, 18 Apr 2006 02:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974005#M68218</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-04-18T02:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974006#M68219</link>
      <description>This is my /proc/interrupt.  What does this mean?  I could have a dual CPUs system. This file may not help in that case?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           CPU0       CPU1&lt;BR /&gt;  0:   21510621          0    IO-APIC-edge  timer&lt;BR /&gt;  1:      12566          0    IO-APIC-edge  i8042&lt;BR /&gt;  8:          2          0    IO-APIC-edge  rtc&lt;BR /&gt;  9:          1          0   IO-APIC-level  acpi&lt;BR /&gt; 12:     339446          0    IO-APIC-edge  i8042&lt;BR /&gt; 14:     172248          0    IO-APIC-edge  ide0&lt;BR /&gt;169:    1092907          0   IO-APIC-level  eth0&lt;BR /&gt;201:     158269          0   IO-APIC-level  libata&lt;BR /&gt;209:          0          0   IO-APIC-level  uhci_hcd:usb1, ehci_hcd:usb5&lt;BR /&gt;217:          0          0   IO-APIC-level  uhci_hcd:usb2&lt;BR /&gt;225:        381          0   IO-APIC-level  uhci_hcd:usb3, Intel ICH6&lt;BR /&gt;233:          0          0   IO-APIC-level  uhci_hcd:usb4&lt;BR /&gt;NMI:          0          0&lt;BR /&gt;LOC:   21510970   21511020&lt;BR /&gt;ERR:          0&lt;BR /&gt;MIS:          0&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Apr 2006 11:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974006#M68219</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2006-04-18T11:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974007#M68220</link>
      <description>Try the 'lshw' script. This will provide the information and in a easily readable format.</description>
      <pubDate>Tue, 18 Apr 2006 12:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974007#M68220</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-04-18T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974008#M68221</link>
      <description>Where is the lshw located?  Couldn't find it from this forum too.</description>
      <pubDate>Tue, 18 Apr 2006 12:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974008#M68221</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2006-04-18T12:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974009#M68222</link>
      <description>Thanks Rick.  I find lshw.  I personally like the lshw -short output, very hpux like.&lt;BR /&gt;&lt;BR /&gt;Thank you all.</description>
      <pubDate>Tue, 18 Apr 2006 12:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974009#M68222</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2006-04-18T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: redhat linux - real cpu #</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974010#M68223</link>
      <description>Thanks all.</description>
      <pubDate>Tue, 18 Apr 2006 13:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat-linux-real-cpu/m-p/4974010#M68223</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2006-04-18T13:12:37Z</dc:date>
    </item>
  </channel>
</rss>

