<?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: Differentiating between Core and CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420092#M663589</link>
    <description>on 11.31 just compile this:&lt;BR /&gt;#include&lt;SYS&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;  printf("cpus = %d\n",mpctl(MPC_GETNUMSPUS,0,0));&lt;BR /&gt;  printf("cores = %d\n",mpctl(MPC_GETNUMCORES_SYS,0,0));&lt;BR /&gt;  printf("socket = %d\n",mpctl(MPC_GETNUMSOCKETS_SYS,0,0));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SYS&gt;</description>
    <pubDate>Thu, 14 May 2009 12:51:43 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2009-05-14T12:51:43Z</dc:date>
    <item>
      <title>Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420084#M663581</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am interested in identifying a core from a physical CPU in HP-UX. &lt;BR /&gt;&lt;BR /&gt;Is there a command which will give me this information?&lt;BR /&gt;&lt;BR /&gt;Will the STM utility give me that information?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vineet&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 11:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420084#M663581</guid>
      <dc:creator>Vineet Deshpande</dc:creator>
      <dc:date>2009-05-14T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420085#M663582</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;STM is not the way to find this out. Each computing core is presented as a processor to the system I/O tree. So if you have a dual core CPU, you will see two instances of "processor" class.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Thu, 14 May 2009 11:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420085#M663582</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-05-14T11:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420086#M663583</link>
      <description>&lt;!--!*#--&gt;ioscan also identifies each individual core as a processor:&lt;BR /&gt;&lt;BR /&gt;# ioscan |grep proc&lt;BR /&gt;120             processor                        Processor&lt;BR /&gt;121             processor                        Processor&lt;BR /&gt;122             processor                        Processor&lt;BR /&gt;123             processor                        Processor&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 14 May 2009 12:04:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420086#M663583</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-14T12:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420087#M663584</link>
      <description>For IA64 machines:&lt;BR /&gt;&lt;BR /&gt;machinfo will show:&lt;BR /&gt;processor family: &lt;BR /&gt;31 for single core&lt;BR /&gt;32 for dual core&lt;BR /&gt;&lt;BR /&gt;PS: 11.31 doesn't seem to show this info though</description>
      <pubDate>Thu, 14 May 2009 12:19:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420087#M663584</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2009-05-14T12:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420088#M663585</link>
      <description>So there is no way to differentiate? No way we can identify a core from an actual cpu ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vineet</description>
      <pubDate>Thu, 14 May 2009 12:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420088#M663585</guid>
      <dc:creator>Vineet Deshpande</dc:creator>
      <dc:date>2009-05-14T12:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420089#M663586</link>
      <description>I would say that the way the system assigns CPU ids depends on a server model.&lt;BR /&gt;&lt;BR /&gt;e.g. it will be different for cell based systems when compared to lower-end servers.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Thu, 14 May 2009 12:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420089#M663586</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-05-14T12:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420090#M663587</link>
      <description>Is there any core-id or anything like this which will help us identify a core? In Solaris and Linux there is such a core-id present so I was wondering if there is something like that in HP UX ...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vineet</description>
      <pubDate>Thu, 14 May 2009 12:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420090#M663587</guid>
      <dc:creator>Vineet Deshpande</dc:creator>
      <dc:date>2009-05-14T12:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420091#M663588</link>
      <description>I just looked at 'xstm' on my rp4440.  I currently have 2 x dual core procs in that server.&lt;BR /&gt;&lt;BR /&gt;In looking at the "Information log" for the procs, the "Slot number" distinguishes which cpu cores belong each physical chip.&lt;BR /&gt;&lt;BR /&gt;Two cores have a slot number of 0 and the other 2 cores have a slot number of 2.</description>
      <pubDate>Thu, 14 May 2009 12:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420091#M663588</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-05-14T12:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420092#M663589</link>
      <description>on 11.31 just compile this:&lt;BR /&gt;#include&lt;SYS&gt;&lt;BR /&gt;main()&lt;BR /&gt;{&lt;BR /&gt;  printf("cpus = %d\n",mpctl(MPC_GETNUMSPUS,0,0));&lt;BR /&gt;  printf("cores = %d\n",mpctl(MPC_GETNUMCORES_SYS,0,0));&lt;BR /&gt;  printf("socket = %d\n",mpctl(MPC_GETNUMSOCKETS_SYS,0,0));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;/SYS&gt;</description>
      <pubDate>Thu, 14 May 2009 12:51:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420092#M663589</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-05-14T12:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420093#M663590</link>
      <description>Hi Laurent,&lt;BR /&gt;&lt;BR /&gt;Is there any way to get this information through any command ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Vineet</description>
      <pubDate>Thu, 14 May 2009 13:06:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420093#M663590</guid>
      <dc:creator>Vineet Deshpande</dc:creator>
      <dc:date>2009-05-14T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420094#M663591</link>
      <description>The command below uses cstm to get the slot number for each "cpu" (in this case CPU core).&lt;BR /&gt;&lt;BR /&gt;This command is from an rp4440 with 2 x dual core CPUs.&lt;BR /&gt; # echo "selclass qualifier cpu ; info ; wait ; infolog" | cstm | grep "Slot Number"&lt;BR /&gt;Slot Number:               0            Software Capability:      0x100000f0&lt;BR /&gt;Slot Number:               0            Software Capability:      0x100000f0&lt;BR /&gt;Slot Number:               2            Software Capability:      0x100000f0&lt;BR /&gt;Slot Number:               2            Software Capability:      0x100000f0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 13:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420094#M663591</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-05-14T13:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420095#M663592</link>
      <description>I don't know I always use that small program&lt;BR /&gt;you can embed it in a script if you want.&lt;BR /&gt;&lt;BR /&gt;you can compile it with the base C compiler&lt;BR /&gt;</description>
      <pubDate>Thu, 14 May 2009 13:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420095#M663592</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-05-14T13:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Differentiating between Core and CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420096#M663593</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;please check this  thread &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1334412" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1334412&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;may be you will get some idea for this issue.</description>
      <pubDate>Thu, 14 May 2009 17:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/differentiating-between-core-and-cpu/m-p/4420096#M663593</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-05-14T17:38:38Z</dc:date>
    </item>
  </channel>
</rss>

