<?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: System Clock Speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291501#M182276</link>
    <description>try this &lt;BR /&gt;&lt;BR /&gt;echo "itick_per_tick"/D | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;in the result divid by 10000 , u will get the speed in MHz.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 31 May 2004 23:01:16 GMT</pubDate>
    <dc:creator>shanmugapriyan_2</dc:creator>
    <dc:date>2004-05-31T23:01:16Z</dc:date>
    <item>
      <title>System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291500#M182275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Anybody can tell me is there any command to determine system clock speed??&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 22:47:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291500#M182275</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2004-05-31T22:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291501#M182276</link>
      <description>try this &lt;BR /&gt;&lt;BR /&gt;echo "itick_per_tick"/D | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;in the result divid by 10000 , u will get the speed in MHz.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 23:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291501#M182276</guid>
      <dc:creator>shanmugapriyan_2</dc:creator>
      <dc:date>2004-05-31T23:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291502#M182277</link>
      <description>Here's a little script called hpmem:&lt;BR /&gt;&lt;BR /&gt;# hpmem&lt;BR /&gt;HP-UX pc0003 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: 806 MB&lt;BR /&gt;maxuprc: 800&lt;BR /&gt;maxvgs: 128&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: 16384&lt;BR /&gt;shmmax: 1073741824&lt;BR /&gt;shmmni: 256&lt;BR /&gt;dbc_max_pct: 8 &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 31 May 2004 23:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291502#M182277</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-05-31T23:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291503#M182278</link>
      <description>&lt;BR /&gt;Another way to get the information is to use cstm.&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier cpu;info;wait;infolog" | cstm | grep Processor&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2004 23:14:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291503#M182278</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-05-31T23:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291504#M182279</link>
      <description>Sorry Michael, but my cstm doesn't show speed of CPU.</description>
      <pubDate>Tue, 01 Jun 2004 02:31:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291504#M182279</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2004-06-01T02:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291505#M182280</link>
      <description>Hi Amit.&lt;BR /&gt;Try &lt;BR /&gt;1)From the command-line&lt;BR /&gt;# echo "itick_per_usec/D" | adb /stand/vmunix /dev/mem | tail -1 itick_per_usec: 552&lt;BR /&gt;&lt;BR /&gt;2)From SAM&lt;BR /&gt;- Go to Performance Monitors -&amp;gt; System Properties -&amp;gt; Memory&lt;BR /&gt;- Check Clock Frequency: value&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Bruno&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 03:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291505#M182280</guid>
      <dc:creator>Bruno Ganino</dc:creator>
      <dc:date>2004-06-01T03:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291506#M182281</link>
      <description>Is hpmem a script available on all types of HP machines?&lt;BR /&gt;&lt;BR /&gt;I have a 9000/800/N4000-44 model machine.&lt;BR /&gt;and I was not able to find this script ..&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jun 2004 08:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291506#M182281</guid>
      <dc:creator>Prasad Govenkar</dc:creator>
      <dc:date>2004-06-01T08:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: System Clock Speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291507#M182282</link>
      <description>Look at the attachment of the post.&lt;BR /&gt;&lt;BR /&gt;Another script is available in the FAQ section of my site, which will give a summary of your system in one single line. My (perl) script also works on AIX and Linux ( &lt;A href="http://mirrors.develooper.com/hpux/ux" target="_blank"&gt;http://mirrors.develooper.com/hpux/ux&lt;/A&gt; )&lt;BR /&gt;&lt;BR /&gt;a5:/ 101 # 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:/ 102 #&lt;BR /&gt;&lt;BR /&gt;My HP ITRC site pages can be found at (please use LA as primary choice):&lt;BR /&gt;&lt;BR /&gt;USA Los Angeles &lt;A href="http://mirrors.develooper.com/hpux/" target="_blank"&gt;http://mirrors.develooper.com/hpux/&lt;/A&gt;&lt;BR /&gt;SGP Singapore   &lt;A href="https://www.beepz.com/personal/merijn/" target="_blank"&gt;https://www.beepz.com/personal/merijn/&lt;/A&gt;&lt;BR /&gt;USA Chicago     &lt;A href="http://ww.hpux.ws/merijn/" target="_blank"&gt;http://ww.hpux.ws/merijn/&lt;/A&gt;&lt;BR /&gt;NL  Hoofddorp   &lt;A href="http://www.cmve.net/~merijn/" target="_blank"&gt;http://www.cmve.net/~merijn/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Tue, 01 Jun 2004 08:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-clock-speed/m-p/3291507#M182282</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-06-01T08:22:22Z</dc:date>
    </item>
  </channel>
</rss>

