<?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 Processors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591144#M623451</link>
    <description>How to find out the no. of processors in HP Servers (anymodel)?&lt;BR /&gt;&lt;BR /&gt;Any commands pls. let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Regards&lt;BR /&gt;siva&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Jul 2005 11:19:54 GMT</pubDate>
    <dc:creator>mj_sivakumar</dc:creator>
    <dc:date>2005-07-27T11:19:54Z</dc:date>
    <item>
      <title>Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591144#M623451</link>
      <description>How to find out the no. of processors in HP Servers (anymodel)?&lt;BR /&gt;&lt;BR /&gt;Any commands pls. let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Regards&lt;BR /&gt;siva&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Jul 2005 11:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591144#M623451</guid>
      <dc:creator>mj_sivakumar</dc:creator>
      <dc:date>2005-07-27T11:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591145#M623452</link>
      <description>ioscan -k |grep -n processor |wc -l&lt;BR /&gt;&lt;BR /&gt;Check the attachment for lots more command line info about your system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 27 Jul 2005 11:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591145#M623452</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-27T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591146#M623453</link>
      <description>Top and glance both will give you the number of processors.&lt;BR /&gt;&lt;BR /&gt;stm (or cstm) will give you detailed info on them</description>
      <pubDate>Wed, 27 Jul 2005 11:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591146#M623453</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2005-07-27T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591147#M623454</link>
      <description>echo map | cstm | grep CPU | wc -l&lt;BR /&gt;&lt;BR /&gt;will give you the number of cpus installed on your system</description>
      <pubDate>Wed, 27 Jul 2005 11:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591147#M623454</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-27T11:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591148#M623455</link>
      <description>Siva,&lt;BR /&gt;&lt;BR /&gt;You can use either adb or SAM for extracting this information:&lt;BR /&gt;&lt;BR /&gt;with adb...&lt;BR /&gt;&lt;BR /&gt;# echo "runningprocs/D" | adb /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;with SAM...&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; Performance Monitors -&amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;hope it helps!!!</description>
      <pubDate>Wed, 27 Jul 2005 11:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591148#M623455</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-07-27T11:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591149#M623456</link>
      <description>Hi Siva&lt;BR /&gt;&lt;BR /&gt;#top command gives you info on no of processers in HP servers&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Thu, 28 Jul 2005 01:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591149#M623456</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-07-28T01:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591150#M623457</link>
      <description>dmesg | grep processor</description>
      <pubDate>Thu, 28 Jul 2005 01:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processors/m-p/3591150#M623457</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2005-07-28T01:40:35Z</dc:date>
    </item>
  </channel>
</rss>

