<?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: Number of CPUs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734130#M1710</link>
    <description>hi,&lt;BR /&gt;Do this to get your cpu speed in Mhz.&lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D |adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
    <pubDate>Fri, 31 May 2002 06:08:06 GMT</pubDate>
    <dc:creator>U.SivaKumar_2</dc:creator>
    <dc:date>2002-05-31T06:08:06Z</dc:date>
    <item>
      <title>Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734126#M1706</link>
      <description>I am interested in finding out how many CPUs there are in a host and at what speeds they are running. I tried dmesg and SAM but to no avail. can someone pls help.</description>
      <pubDate>Thu, 30 May 2002 04:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734126#M1706</guid>
      <dc:creator>Ishmael Vestas Lesolame</dc:creator>
      <dc:date>2002-05-30T04:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734127#M1707</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;cat /proc/cpuinfo tells you&lt;BR /&gt;* how many cpus&lt;BR /&gt;* the speed&lt;BR /&gt;* cpu cache size &lt;BR /&gt;&lt;BR /&gt;But I guess you are using HP-UX?, since Linux doesn't have SAM.....&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2002 04:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734127#M1707</guid>
      <dc:creator>I_M</dc:creator>
      <dc:date>2002-05-30T04:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734128#M1708</link>
      <description>hi,&lt;BR /&gt;To see CPU utilisation for each cpu use&lt;BR /&gt;#sar -M 1 10&lt;BR /&gt;&lt;BR /&gt; ( or )&lt;BR /&gt;#top&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 30 May 2002 05:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734128#M1708</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-30T05:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734129#M1709</link>
      <description>Sorry I should have mentioned that i am using HP-UX. U.SivaKumar answer helped with the number of CPUs (top) but i still need to get their speeds.</description>
      <pubDate>Thu, 30 May 2002 05:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734129#M1709</guid>
      <dc:creator>Ishmael Vestas Lesolame</dc:creator>
      <dc:date>2002-05-30T05:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734130#M1710</link>
      <description>hi,&lt;BR /&gt;Do this to get your cpu speed in Mhz.&lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D |adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Fri, 31 May 2002 06:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734130#M1710</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-31T06:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734131#M1711</link>
      <description>You can download the nickel script from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.grc.hp.com/docs/nickel/" target="_blank"&gt;http://www.grc.hp.com/docs/nickel/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which runs all interesting commands like the echo ... thing that you'll never remember by heart, a quick look at the script gives you all you want, the script itself will present the return in html format.&lt;BR /&gt;&lt;BR /&gt;Alternatively, there is the getconf comand (see the man) that will give you good info, also the /opt/ignite/bin/print_manifest will give you lots,&lt;BR /&gt;&lt;BR /&gt;cstm/mstm/xstm can also do the same.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 31 May 2002 07:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734131#M1711</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-05-31T07:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Number of CPUs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734132#M1712</link>
      <description>The easy answer for the number of processors is "top"... &lt;BR /&gt;&lt;BR /&gt;The other for # of cpus is "ioscan -Cprocessor -f"&lt;BR /&gt;&lt;BR /&gt;the echo...adb... command above should work for the speed.</description>
      <pubDate>Fri, 31 May 2002 18:02:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/number-of-cpus/m-p/2734132#M1712</guid>
      <dc:creator>W. Michael King</dc:creator>
      <dc:date>2002-05-31T18:02:55Z</dc:date>
    </item>
  </channel>
</rss>

