<?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: CPU speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013412#M129074</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; performance monitor -&amp;gt; system properties&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 02 Jul 2003 23:13:28 GMT</pubDate>
    <dc:creator>KCS_1</dc:creator>
    <dc:date>2003-07-02T23:13:28Z</dc:date>
    <item>
      <title>CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013399#M129061</link>
      <description>Hello all&lt;BR /&gt;i would like to know the CPU speed of a server.&lt;BR /&gt;I runned stm and it showed "not available".&lt;BR /&gt;Is there any other way to get the information i want? &lt;BR /&gt;OS version is HP-UX 11i&lt;BR /&gt;&lt;BR /&gt;thanks a lot</description>
      <pubDate>Wed, 02 Jul 2003 12:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013399#M129061</guid>
      <dc:creator>Gino_5</dc:creator>
      <dc:date>2003-07-02T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013400#M129062</link>
      <description>I use this little script:&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;Pete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 12:06:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013400#M129062</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-02T12:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013401#M129063</link>
      <description>&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x129338dfa974d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x129338dfa974d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here you go; the question answers the main "how-to" and the 1st answer shows how to get around vPars.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Wed, 02 Jul 2003 12:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013401#M129063</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-07-02T12:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013402#M129064</link>
      <description>Try this command&lt;BR /&gt;echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 02 Jul 2003 12:08:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013402#M129064</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-02T12:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013403#M129065</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Have a look at this thread :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf1558b82cc91d711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf1558b82cc91d711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush</description>
      <pubDate>Wed, 02 Jul 2003 12:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013403#M129065</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2003-07-02T12:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013404#M129066</link>
      <description>Or from sam&lt;BR /&gt;&lt;BR /&gt;Choose "Performance Monitors" from the main menu. &lt;BR /&gt;select  "System Properties" &lt;BR /&gt;Tab "Processor" gives you the info you needed &lt;BR /&gt;&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 12:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013404#M129066</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2003-07-02T12:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013405#M129067</link>
      <description>The adb works,  here's a script that I use called hpmem....&lt;BR /&gt;&lt;BR /&gt;Sample output:&lt;BR /&gt;&lt;BR /&gt;HP-UX system3 B.11.11 U 9000/800 2504392627 unlimited-user license&lt;BR /&gt;CPU Count: 6&lt;BR /&gt;CPU Speed: 750 MHz&lt;BR /&gt;CPU HW Support: 64-bit&lt;BR /&gt;Kernel Support: 64-bit&lt;BR /&gt;RAM Size: 10080 MB&lt;BR /&gt;bufpages: 1008 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 80&lt;BR /&gt;maxfiles: 2048&lt;BR /&gt;max_thread_proc: 256&lt;BR /&gt;nfile: 189100&lt;BR /&gt;nflock: 1200&lt;BR /&gt;nproc: 2560&lt;BR /&gt;ninode: 2984&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 12:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013405#M129067</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-07-02T12:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013406#M129068</link>
      <description>Rebooting the machine and interrupting the boot process will also show how many processors and what speed each of the processors are in the server.</description>
      <pubDate>Wed, 02 Jul 2003 16:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013406#M129068</guid>
      <dc:creator>William Wong_2</dc:creator>
      <dc:date>2003-07-02T16:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013407#M129069</link>
      <description>SAM&amp;gt;&amp;gt;&amp;gt;Performance Monitors&amp;gt;&amp;gt;&amp;gt;System Properties&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 16:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013407#M129069</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-07-02T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013408#M129070</link>
      <description>try "model", it does not require root privalages.  If you have a rp type server it will be listed as rpXXXX-NN  where NN is the speed/10 e.g. -75 would be 750MHz, If it is an an A, N L class a similar message should appear, Say L2000-5x, whuch would be 550MHz, if it is an older bos use the adb method mentioned numerous times above.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Wed, 02 Jul 2003 16:35:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013408#M129070</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-02T16:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013409#M129071</link>
      <description>Simple command to be run as root on any version of hp-ux&lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/samx -C /usr/sam/lib/C/mo.ui&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Wed, 02 Jul 2003 17:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013409#M129071</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2003-07-02T17:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013410#M129072</link>
      <description>I'm attaching a script I've written that will tell you how many cpu's and what speed they are&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 17:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013410#M129072</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-07-02T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013411#M129073</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You could see the speed when you boot&lt;BR /&gt;or do this:&lt;BR /&gt;echo itick_per_tick/D | adb /stand/vmunix /dev/kmem | sed -n '2p' | awk '{print $2}' | sed 's/0000$//g'&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Wed, 02 Jul 2003 19:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013411#M129073</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-02T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013412#M129074</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SAM -&amp;gt; performance monitor -&amp;gt; system properties&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Jul 2003 23:13:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013412#M129074</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-07-02T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: CPU speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013413#M129075</link>
      <description>To know the cpu speed, use the following command:&lt;BR /&gt;echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem</description>
      <pubDate>Wed, 02 Jul 2003 23:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-speed/m-p/3013413#M129075</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-02T23:54:35Z</dc:date>
    </item>
  </channel>
</rss>

