<?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: CPU information available? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661053#M48411</link>
    <description>Have a look at this thread.  It should answer your questions.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xed8006295e00d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xed8006295e00d6118ff40090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Thu, 07 Feb 2002 23:39:44 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2002-02-07T23:39:44Z</dc:date>
    <item>
      <title>CPU information available?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661051#M48409</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I wonder if there is a file in HP (10.20 OS)&lt;BR /&gt;which keeps the CPU information?  (I know that&lt;BR /&gt;linux has a file /proc/cpuinfo.)&lt;BR /&gt;&lt;BR /&gt;Or is there a command to find out total number&lt;BR /&gt;of CPU?  Actually I need to run a system command in a FORTRAN program to detect the total number of CPU.  Command top does provide that info. (At least on linux, but somewhat inconvenient. We only have one CPU on our HP machine and the info is not clear.)  &lt;BR /&gt;&lt;BR /&gt;All kind of info (except top) is appreciated.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Reggie&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Feb 2002 23:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661051#M48409</guid>
      <dc:creator>Reggie Chang</dc:creator>
      <dc:date>2002-02-07T23:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: CPU information available?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661052#M48410</link>
      <description>hi&lt;BR /&gt;Here is a post with that information&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15aca2db8513d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x15aca2db8513d6118ff40090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 07 Feb 2002 23:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661052#M48410</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-02-07T23:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: CPU information available?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661053#M48411</link>
      <description>Have a look at this thread.  It should answer your questions.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xed8006295e00d6118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xed8006295e00d6118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 07 Feb 2002 23:39:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661053#M48411</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-02-07T23:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: CPU information available?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661054#M48412</link>
      <description>Hi Reggie:&lt;BR /&gt;&lt;BR /&gt;I count the number of CPUs this way:&lt;BR /&gt;&lt;BR /&gt;# sar -Mu 1 1 | awk 'END {print NR-5}' &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 07 Feb 2002 23:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661054#M48412</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-02-07T23:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: CPU information available?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661055#M48413</link>
      <description>You don't need to run a system command to get the information in FORTRAN, just use pstat (see the man page). Another way to see hardware is ioscan. For processors:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfC processor&lt;BR /&gt;&lt;BR /&gt;To count them:&lt;BR /&gt;&lt;BR /&gt;ioscan -kfC processor | grep -c processor</description>
      <pubDate>Fri, 08 Feb 2002 00:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-information-available/m-p/2661055#M48413</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-02-08T00:27:47Z</dc:date>
    </item>
  </channel>
</rss>

