<?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: Processor - Model - Clock - Total in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060524#M436643</link>
    <description>Hey&lt;BR /&gt;&lt;BR /&gt;On &amp;gt;=11.23 you can use "machinfo".&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Mon, 30 Jul 2007 07:41:19 GMT</pubDate>
    <dc:creator>Oviwan</dc:creator>
    <dc:date>2007-07-30T07:41:19Z</dc:date>
    <item>
      <title>Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060523#M436642</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;How can I identify the things below in relation a processor by command line:&lt;BR /&gt;&lt;BR /&gt;-Model:&lt;BR /&gt;-Clock: (Mhz or GHz)&lt;BR /&gt;-Total:&lt;BR /&gt;&lt;BR /&gt;By SAM I can see it by System Properties but I would like to know if is possible by command line...&lt;BR /&gt;&lt;BR /&gt;Please, could someone give me a help?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;clefeitosa</description>
      <pubDate>Mon, 30 Jul 2007 07:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060523#M436642</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2007-07-30T07:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060524#M436643</link>
      <description>Hey&lt;BR /&gt;&lt;BR /&gt;On &amp;gt;=11.23 you can use "machinfo".&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 30 Jul 2007 07:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060524#M436643</guid>
      <dc:creator>Oviwan</dc:creator>
      <dc:date>2007-07-30T07:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060525#M436644</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at Merijn's faqs on this link.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mirrors.develooper.com/hpux/faq.html" target="_blank"&gt;http://mirrors.develooper.com/hpux/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 30 Jul 2007 07:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060525#M436644</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2007-07-30T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060526#M436645</link>
      <description>If you have Ignite installed, you can use the print_manifest command.&lt;BR /&gt;&lt;BR /&gt;You can also use SAM to display system properties (Sam -&amp;gt; Performance&lt;BR /&gt;Monitors -&amp;gt; System Properties).&lt;BR /&gt;&lt;BR /&gt;There are also utilities like "cfg2html" ( &lt;A href="http://come.to/cfg2html" target="_blank"&gt;http://come.to/cfg2html&lt;/A&gt; ),&lt;BR /&gt;"nickel" ( &lt;A href="ftp://ftp.hp.com/pub/catia/Utils/nickel.shar" target="_blank"&gt;ftp://ftp.hp.com/pub/catia/Utils/nickel.shar&lt;/A&gt; ) and "sysinfo"&lt;BR /&gt;( &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;Finally, you can also obtain this information from the command line with a&lt;BR /&gt;series of little scripts like these:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;                                      #Note: for 11.23 RISC, use&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \         # echo "itick_per_usec/d" \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \    # | adb $HPUX /dev/kmem&lt;BR /&gt;        | tail -1 \                   #For Itanium, use machinfo&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Number of CPUs&lt;BR /&gt;&lt;BR /&gt;ioscan -k |grep -n processor |wc -l&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RAM&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" \&lt;BR /&gt; | adb $HPUX /dev/kmem \&lt;BR /&gt; | grep "${MYSYMBOL}: *." \&lt;BR /&gt; | awk '{printf "%.0f MB\n",$2/256}')&lt;BR /&gt;echo $MYMEM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And, even more finally, you can obtain CPU speed and RAM without CSTM or root ac&lt;BR /&gt;cess as described by Tom Ferony (under Nancy Rippey's login) here:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=851889&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2007 07:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060526#M436645</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-07-30T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060527#M436646</link>
      <description>&lt;!--!*#--&gt;The spacing got pretty messed up on that attempt.  Here's another try at it:&lt;BR /&gt;&lt;BR /&gt;CPU&lt;BR /&gt;&lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MODEL=$(grep -i $(model | tr "/" " " \&lt;BR /&gt;        | awk '{print $NF}') \&lt;BR /&gt;        /usr/sam/lib/mo/sched.models \&lt;BR /&gt;        | awk '{print $NF}')&lt;BR /&gt;&lt;BR /&gt;                                      #Note: for 11.23 RISC, use&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \         # echo "itick_per_usec/d" \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \    # | adb $HPUX /dev/kmem&lt;BR /&gt;        | tail -1 \                   #For Itanium, use machinfo&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo `hostname` has `ioscan -k |grep -n processor \&lt;BR /&gt;        |wc -l` $MODEL $MHZ  "Mhz processor(s)"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 30 Jul 2007 07:58:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060527#M436646</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2007-07-30T07:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Processor - Model - Clock - Total</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060528#M436647</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Thanks for all answers.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;clefeitosa</description>
      <pubDate>Mon, 30 Jul 2007 15:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-model-clock-total/m-p/5060528#M436647</guid>
      <dc:creator>cfeitosa</dc:creator>
      <dc:date>2007-07-30T15:34:52Z</dc:date>
    </item>
  </channel>
</rss>

