<?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: Command to determine CPU information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995588#M125328</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'll prefer using SAM&lt;BR /&gt;&lt;BR /&gt;SAM &amp;gt; Perfromance Monitor &amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
    <pubDate>Fri, 13 Jun 2003 04:16:40 GMT</pubDate>
    <dc:creator>Sritharan</dc:creator>
    <dc:date>2003-06-13T04:16:40Z</dc:date>
    <item>
      <title>Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995577#M125317</link>
      <description>Hello,&lt;BR /&gt;   I would like to know if there is a direct (or indirect) command to determine CPU characteristics like CPU Type, model name, speed etc.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;SJ</description>
      <pubDate>Thu, 12 Jun 2003 09:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995577#M125317</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-06-12T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995578#M125318</link>
      <description>SJ,&lt;BR /&gt;&lt;BR /&gt;I use the following:&lt;BR /&gt;&lt;BR /&gt;echo `hostname` "is a " `model |sed 's/9000\/800\///' |sed 's/9000\/899\///'` "with" `ioscan -k |grep -n p&lt;BR /&gt;rocessor |wc -l` `cpuspeed` "Mhz processors and" `&lt;BR /&gt;memory` "KB of memory" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The cpuspeed script looks like this:&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D         | adb -k $HPUX /dev/kmem         | tail -1         | awk '{print $2/10000}')&lt;BR /&gt;echo $MHZ&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And the memory script looks like this:&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;MAJORREV=$(uname -r | cut -f2 -d .)&lt;BR /&gt;if [ $MAJORREV -ge "11.0" ]&lt;BR /&gt;then&lt;BR /&gt;  MYSYMBOL="phys_mem_pages"&lt;BR /&gt;else&lt;BR /&gt;  MYSYMBOL="physmem"&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;MYMEM=$(echo "${MYSYMBOL}/D"         | adb $HPUX /dev/kmem         | grep "${MYSYMBOL}: *."         | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 12 Jun 2003 09:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995578#M125318</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-06-12T09:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995579#M125319</link>
      <description>&lt;BR /&gt;echo "selclass qualifier cpu "info;wait;infolog" | cstm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Michael&lt;BR /&gt;"When I have trouble spelling, it's called fat finger syndrome."</description>
      <pubDate>Thu, 12 Jun 2003 09:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995579#M125319</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-06-12T09:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995580#M125320</link>
      <description>All info in one sweep: &lt;A href="https://www.beepz.com/personal/merijn/#FAQ" target="_blank"&gt;https://www.beepz.com/personal/merijn/#FAQ&lt;/A&gt; or &lt;A href="http://www.cmve.net/~merijn/#FAQ" target="_blank"&gt;http://www.cmve.net/~merijn/#FAQ&lt;/A&gt; use script 'ux' to get&lt;BR /&gt;&lt;BR /&gt;a5:/ 102 # ux&lt;BR /&gt;a5  HP-UX 11.00/64 U  9000/800/A500-7X/64 PA8700/750(2) pa-2.0  2048 Mb&lt;BR /&gt;a5:/ 103 #&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 12 Jun 2003 09:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995580#M125320</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-06-12T09:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995581#M125321</link>
      <description>To get the cpu speed and number of cpu's you can use the attached script.</description>
      <pubDate>Thu, 12 Jun 2003 10:15:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995581#M125321</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-12T10:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995582#M125322</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;use :&lt;BR /&gt;&lt;BR /&gt;- export DISPLAY=....&lt;BR /&gt;- xstm&lt;BR /&gt;- select the specific CPU&lt;BR /&gt;- Rigth mouse button and select "information"&lt;BR /&gt;&lt;BR /&gt;I know it's GUI, but it works also :)&lt;BR /&gt;&lt;BR /&gt;Regs David</description>
      <pubDate>Thu, 12 Jun 2003 10:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995582#M125322</guid>
      <dc:creator>David_246</dc:creator>
      <dc:date>2003-06-12T10:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995583#M125323</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;echo "selclass qualifier cpu;info;wait;infolog"|cstm&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Thu, 12 Jun 2003 11:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995583#M125323</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-06-12T11:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995584#M125324</link>
      <description>1.# cstm &lt;BR /&gt;2.cstm&amp;gt;map &lt;BR /&gt;3.cstm&amp;gt;sel dev 29; info &lt;BR /&gt;(assumed device 29 is CPU) &lt;BR /&gt;4.cstm&amp;gt;il &lt;BR /&gt;5.q to leave, exit to exit cstm</description>
      <pubDate>Thu, 12 Jun 2003 11:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995584#M125324</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-06-12T11:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995585#M125325</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;If you don't need the output for scripts etc you can also look in: &lt;BR /&gt;&lt;BR /&gt;sam &amp;gt; performance monitors &amp;gt; system properties.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Keely</description>
      <pubDate>Thu, 12 Jun 2003 11:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995585#M125325</guid>
      <dc:creator>Keely Jackson</dc:creator>
      <dc:date>2003-06-12T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995586#M125326</link>
      <description>You can also use SAM :&lt;BR /&gt;&lt;BR /&gt;Performance Monitors -&amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Thu, 12 Jun 2003 11:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995586#M125326</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-06-12T11:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995587#M125327</link>
      <description>Try this script called hpmem....&lt;BR /&gt;&lt;BR /&gt;RGds...Geoff</description>
      <pubDate>Thu, 12 Jun 2003 11:52:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995587#M125327</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-06-12T11:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995588#M125328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'll prefer using SAM&lt;BR /&gt;&lt;BR /&gt;SAM &amp;gt; Perfromance Monitor &amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Sri</description>
      <pubDate>Fri, 13 Jun 2003 04:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995588#M125328</guid>
      <dc:creator>Sritharan</dc:creator>
      <dc:date>2003-06-13T04:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Command to determine CPU information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995589#M125329</link>
      <description>Thanks,&lt;BR /&gt;     The information provided here and the links helped a lot.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;SJ</description>
      <pubDate>Fri, 13 Jun 2003 07:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-to-determine-cpu-information/m-p/2995589#M125329</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-06-13T07:46:48Z</dc:date>
    </item>
  </channel>
</rss>

