<?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 for CPU speed ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077184#M809999</link>
    <description>Vamsi,&lt;BR /&gt;  If you keep on browsing through the Q&amp;amp;A in this forum, very soon you will get that knowledge.  Better than training.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
    <pubDate>Wed, 24 Sep 2003 05:18:26 GMT</pubDate>
    <dc:creator>Umapathy S</dc:creator>
    <dc:date>2003-09-24T05:18:26Z</dc:date>
    <item>
      <title>command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077176#M809985</link>
      <description>Hi to all MAestro's of HP-UX&lt;BR /&gt;Do we have any command in HpUX11i to find the CPU speed ,model e.t.c ? we are able to get info from SAM as System properties and also&lt;BR /&gt;anything to get all the system Information related to Hardware&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 04:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077176#M809985</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2003-09-24T04:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077177#M809987</link>
      <description>cpu speed: &lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem</description>
      <pubDate>Wed, 24 Sep 2003 04:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077177#M809987</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-24T04:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077178#M809989</link>
      <description>I use these little scripts:&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Speed:&lt;BR /&gt; &lt;BR /&gt;HPUX=/stand/vmunix&lt;BR /&gt;&lt;BR /&gt;MHZ=$(echo itick_per_tick/D \&lt;BR /&gt;        | adb -k $HPUX /dev/kmem \&lt;BR /&gt;        | tail -1 \&lt;BR /&gt;        | awk '{print $2/10000}')&lt;BR /&gt;echo $MHZ&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Memory: &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; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 04:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077178#M809989</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-24T04:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077179#M809990</link>
      <description>Sorry, forgot model:&lt;BR /&gt;&lt;BR /&gt;Use the model command.&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt;Pete&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 04:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077179#M809990</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-24T04:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077180#M809992</link>
      <description>Yes, its called xstm (for the gui) or cstm from the command line. These commands are part of the Online Diagnostics which you shuold have installed - if not you can download and install from &lt;A href="http://www.software.hp.com" target="_blank"&gt;www.software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;To get this info from cstm;&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/cstm&lt;BR /&gt;&amp;gt; selall&lt;BR /&gt;&amp;gt; il&lt;BR /&gt;&lt;BR /&gt;Then scroll down to view all the hardware including all your cpu's and all the info on them.&lt;BR /&gt;&lt;BR /&gt;To check cpuspeed using a simple shell use this script;&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;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 05:00:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077180#M809992</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-24T05:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077181#M809995</link>
      <description>echo itick_per_usec/D | adb  /stand/vmunix /dev/mem</description>
      <pubDate>Wed, 24 Sep 2003 05:07:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077181#M809995</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-24T05:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077182#M809997</link>
      <description>Thanks alot Stefen the info given by you to the Hardware info is very usefull and it is giving VAST information.&lt;BR /&gt;Thanks Pete and twanq for Calculating CPU speed.&lt;BR /&gt;Can u please suggest me how to get such a wonderful knowledge in all those internal stuff!!!</description>
      <pubDate>Wed, 24 Sep 2003 05:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077182#M809997</guid>
      <dc:creator>Hari Kumar</dc:creator>
      <dc:date>2003-09-24T05:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077183#M809998</link>
      <description>To keep getting wonderful info like this keep using the forums - you pick up all sorts of wonderful info! I have.&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 05:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077183#M809998</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-09-24T05:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: command for CPU speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077184#M809999</link>
      <description>Vamsi,&lt;BR /&gt;  If you keep on browsing through the Q&amp;amp;A in this forum, very soon you will get that knowledge.  Better than training.&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;Umapathy</description>
      <pubDate>Wed, 24 Sep 2003 05:18:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-for-cpu-speed/m-p/3077184#M809999</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-09-24T05:18:26Z</dc:date>
    </item>
  </channel>
</rss>

