<?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: How to get the number of CPUs and its frequency of a Multi-CPU system? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763282#M72921</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;take a look into:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4cb91ccb36bd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4cb91ccb36bd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth &lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Patrick</description>
    <pubDate>Sun, 14 Jul 2002 07:02:59 GMT</pubDate>
    <dc:creator>Patrick Preuss</dc:creator>
    <dc:date>2002-07-14T07:02:59Z</dc:date>
    <item>
      <title>How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763278#M72917</link>
      <description>Is there any command in HP-UX?</description>
      <pubDate>Sun, 14 Jul 2002 02:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763278#M72917</guid>
      <dc:creator>papatot</dc:creator>
      <dc:date>2002-07-14T02:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763279#M72918</link>
      <description>A couple of ways I can think of:&lt;BR /&gt;&lt;BR /&gt;1) If you have ignite/UX installed run the command: /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;This will give you your CPU and speed information.&lt;BR /&gt;&lt;BR /&gt;2) Go into SAM -&amp;gt; Performance Monitors -&amp;gt; System Information (I think that's right) and you can find the number of CPUs and their speed.</description>
      <pubDate>Sun, 14 Jul 2002 02:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763279#M72918</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-07-14T02:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763280#M72919</link>
      <description>Hi,&lt;BR /&gt;If you want to do this from within a script :&lt;BR /&gt;    &lt;BR /&gt;To determine the processor speed: &lt;BR /&gt;example: &lt;BR /&gt;echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;itick_per_usec: &lt;BR /&gt;itick_per_usec: 360 &lt;BR /&gt;    &lt;BR /&gt;To determine the number of processors in use: &lt;BR /&gt;example: &lt;BR /&gt;echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;runningprocs: &lt;BR /&gt;runningprocs: 2 &lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Tom</description>
      <pubDate>Sun, 14 Jul 2002 04:00:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763280#M72919</guid>
      <dc:creator>Tom Geudens</dc:creator>
      <dc:date>2002-07-14T04:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763281#M72920</link>
      <description>Try:&lt;BR /&gt;sar -M 10 10&lt;BR /&gt;in multi-cpus system.</description>
      <pubDate>Sun, 14 Jul 2002 04:22:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763281#M72920</guid>
      <dc:creator>Zhou Feilong</dc:creator>
      <dc:date>2002-07-14T04:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763282#M72921</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;take a look into:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4cb91ccb36bd611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe4cb91ccb36bd611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth &lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Patrick</description>
      <pubDate>Sun, 14 Jul 2002 07:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763282#M72921</guid>
      <dc:creator>Patrick Preuss</dc:creator>
      <dc:date>2002-07-14T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the number of CPUs and its frequency of a Multi-CPU system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763283#M72922</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;For processor speed determination, use:&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;The above command will require 'root' (superuser) privilege.&lt;BR /&gt;&lt;BR /&gt;To deterimine that number of CPUs on a system, you can do:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/ioscan -kfnC processor|awk 'END {print NR-2}'&lt;BR /&gt;&lt;BR /&gt;...or:&lt;BR /&gt;&lt;BR /&gt;# sar -M 1 1|awk 'END {print NR-5}'   &lt;BR /&gt;&lt;BR /&gt;Either of the above commands can be run by any user.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 14 Jul 2002 13:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-number-of-cpus-and-its-frequency-of-a-multi-cpu/m-p/2763283#M72922</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-07-14T13:01:39Z</dc:date>
    </item>
  </channel>
</rss>

