<?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: checking clock speed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755948#M835554</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This should work. The output below is from an N4000 which 550MHz processors.&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;itick_per_usec:&lt;BR /&gt;itick_per_usec: 550&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
    <pubDate>Tue, 02 Jul 2002 02:20:04 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-07-02T02:20:04Z</dc:date>
    <item>
      <title>checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755947#M835553</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;What is the command to check the clock speed for a particular HP machine? i.e it's a J2240 model.&lt;BR /&gt;&lt;BR /&gt;Or, can anyone show me how to write a script to obtain the clock speed info?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Tue, 02 Jul 2002 02:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755947#M835553</guid>
      <dc:creator>Chern Jian Leaw</dc:creator>
      <dc:date>2002-07-02T02:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755948#M835554</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This should work. The output below is from an N4000 which 550MHz processors.&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;itick_per_usec:&lt;BR /&gt;itick_per_usec: 550&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Michael</description>
      <pubDate>Tue, 02 Jul 2002 02:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755948#M835554</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-07-02T02:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755949#M835555</link>
      <description>You don't need a script. It's  one liner command..&lt;BR /&gt;&lt;BR /&gt;# echo "itick_per_usec/D" | adb -k /stand/vmunix /dev/kmem&lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;Use SAM:-&lt;BR /&gt;Sam-&amp;gt;Performance&lt;BR /&gt;Performance Monitors-&amp;gt;System Properties &lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;Use xstm or cstm&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Jul 2002 02:22:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755949#M835555</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-07-02T02:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755950#M835556</link>
      <description>Just go into SAM---&amp;gt;performance Monitor--&amp;gt;system properties&lt;BR /&gt;&lt;BR /&gt;find the clock speed&lt;BR /&gt;&lt;BR /&gt;ALso you could use&lt;BR /&gt;&lt;BR /&gt;#echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manikandan</description>
      <pubDate>Tue, 02 Jul 2002 02:23:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755950#M835556</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-07-02T02:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755951#M835557</link>
      <description>try man getconf, am not sure will give the processor speed</description>
      <pubDate>Tue, 02 Jul 2002 02:24:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755951#M835557</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-07-02T02:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: checking clock speed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755952#M835558</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;couple of ways to do it:&lt;BR /&gt;&lt;BR /&gt;1. SAM----&amp;gt;Performance Monitors ----&amp;gt;System Properties----&amp;gt;CPU&lt;BR /&gt;&lt;BR /&gt;2.echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem &lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Tue, 02 Jul 2002 03:26:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/checking-clock-speed/m-p/2755952#M835558</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-07-02T03:26:40Z</dc:date>
    </item>
  </channel>
</rss>

