<?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 and speed of processors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653971#M46754</link>
    <description>maybe its just me but i couldnt get &lt;BR /&gt;ioscan -fkNprocessor &lt;BR /&gt;to work ..&lt;BR /&gt;# ioscan -fkN processor&lt;BR /&gt;ioscan: illegal option -- N&lt;BR /&gt;&lt;BR /&gt;# ioscan -fk processor&lt;BR /&gt;ioscan: Can't open processor: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Richard</description>
    <pubDate>Mon, 28 Jan 2002 15:30:26 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2002-01-28T15:30:26Z</dc:date>
    <item>
      <title>Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653966#M46749</link>
      <description>Is there a command I can run that will tell me the number (and speed) of (the) processors on my N4000.  I need a command line function so I can pipe the output to a report.</description>
      <pubDate>Mon, 28 Jan 2002 14:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653966#M46749</guid>
      <dc:creator>Don Bentz</dc:creator>
      <dc:date>2002-01-28T14:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653967#M46750</link>
      <description>Hi there&lt;BR /&gt;for the number try &lt;BR /&gt;sar -M&lt;BR /&gt;&lt;BR /&gt;If you need more details,&lt;BR /&gt;try this :&lt;BR /&gt; &lt;BR /&gt;&lt;A href="http://members.tripod.com/rose_swe/cfg/cfg.html" target="_blank"&gt;http://members.tripod.com/rose_swe/cfg/cfg.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 28 Jan 2002 14:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653967#M46750</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2002-01-28T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653968#M46751</link>
      <description>ioscan -fkNprocessor  &lt;BR /&gt;shows the number of processors which you can then total.&lt;BR /&gt;&lt;BR /&gt;The following script shows cpuspeed;&lt;BR /&gt;&lt;BR /&gt;let SPEED=`echo "itick_per_tick/D" | adb /stand/vmunix  /dev/kmem|grep itick|tail -1|awk '{print $2}'`&lt;BR /&gt;if [ $SPEED -lt 0 ];then&lt;BR /&gt;   echo "/stand/vmunix doesnt match running kernel, trying  /stand/vmunix.prev"&lt;BR /&gt;   let SPEED=`echo "itick_per_tick/D" | adb /stand/vmunix.prev  /dev/kmem|grep itick|tail -1|awk '{print $2}'`&lt;BR /&gt;   let SPEED=$SPEED/10000&lt;BR /&gt;   if [ $SPEED -lt 0 ];then&lt;BR /&gt;      echo "/stand/vmunix.prev doesnt match running kernel  either, exiting"&lt;BR /&gt;      exit 1&lt;BR /&gt;   fi&lt;BR /&gt;else&lt;BR /&gt;   let SPEED=$SPEED/10000&lt;BR /&gt;fi&lt;BR /&gt;echo "CPU Speed = $SPEED Mhz"&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2002 14:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653968#M46751</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-01-28T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653969#M46752</link>
      <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Check this out:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=f152b6e31c4a37bbbf/screen=ckiDisplayDocument?docId=200000047257270" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=f152b6e31c4a37bbbf/screen=ckiDisplayDocument?docId=200000047257270&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2002 14:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653969#M46752</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-28T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653970#M46753</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;For a quick way to tally the number of processors, try:&lt;BR /&gt;&lt;BR /&gt;# sar -M 1 1|awk 'END {print NR-5}'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Jan 2002 15:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653970#M46753</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-28T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653971#M46754</link>
      <description>maybe its just me but i couldnt get &lt;BR /&gt;ioscan -fkNprocessor &lt;BR /&gt;to work ..&lt;BR /&gt;# ioscan -fkN processor&lt;BR /&gt;ioscan: illegal option -- N&lt;BR /&gt;&lt;BR /&gt;# ioscan -fk processor&lt;BR /&gt;ioscan: Can't open processor: No such file or directory&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 28 Jan 2002 15:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653971#M46754</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-01-28T15:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653972#M46755</link>
      <description>Don,&lt;BR /&gt;&lt;BR /&gt;Have you looked at print_manifest?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Jan 2002 16:03:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653972#M46755</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-28T16:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: Number and speed of processors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653973#M46756</link>
      <description>Hi Don,&lt;BR /&gt;&lt;BR /&gt;Another one: If you have PRM, then use this command to list the number of CPUs:&lt;BR /&gt;&lt;BR /&gt;# prmavail CPU&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 28 Jan 2002 16:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/number-and-speed-of-processors/m-p/2653973#M46756</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-28T16:07:06Z</dc:date>
    </item>
  </channel>
</rss>

