<?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 Speed ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931680#M818503</link>
    <description>First time you tried without a "/" before /dev&lt;BR /&gt;&lt;BR /&gt;Second time no space in between /stand/vmunix and /dev/kmem.&lt;BR /&gt;&lt;BR /&gt;If still a problem check the files using &lt;BR /&gt;&lt;BR /&gt;#ls -l /dev/kmem&lt;BR /&gt;#ls -l /dev/mem&lt;BR /&gt;&lt;BR /&gt;It should be like&lt;BR /&gt;crw-r-----   1 bin        sys          3 0x000001 Oct  6  2000 /dev/kmem&lt;BR /&gt;crw-r-----   1 bin        sys          3 0x000000 Oct  6  2000 /dev/mem&lt;BR /&gt;&lt;BR /&gt;Revert on the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Mar 2003 08:02:56 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-03-20T08:02:56Z</dc:date>
    <item>
      <title>Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931673#M818496</link>
      <description>Hi Everyone,&lt;BR /&gt;&lt;BR /&gt;I need to determine what speed the processor is running at on our server.&lt;BR /&gt;&lt;BR /&gt;Is there a command which will display this information ?&lt;BR /&gt;&lt;BR /&gt;Thanks guys !</description>
      <pubDate>Thu, 20 Mar 2003 06:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931673#M818496</guid>
      <dc:creator>Kevin Beresford</dc:creator>
      <dc:date>2003-03-20T06:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931674#M818497</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;You can use:&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;# echo itick_per_tick/D | adb -k /stand/vmunix dev/kmem &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 07:00:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931674#M818497</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-03-20T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931675#M818498</link>
      <description>#echo itick_per_usec/D | adb  /stand/vmunix /dev/mem  &lt;BR /&gt;&lt;BR /&gt;This should give the speed&lt;BR /&gt;&lt;BR /&gt;Also check &lt;BR /&gt;&lt;BR /&gt;SAM---&amp;gt;performance monitor---&amp;gt;system properties--&amp;gt;cpu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 07:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931675#M818498</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-20T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931676#M818499</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;HZ=`echo itick_per_tick/D | adb -k /stand/vmunix /dev/kmem|tail -1|cut -f2`&lt;BR /&gt;((MHZ=$HZ/10000))&lt;BR /&gt;echo $MHZ&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Thu, 20 Mar 2003 07:12:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931676#M818499</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2003-03-20T07:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931677#M818500</link>
      <description>I used "SAM" as suggested by T G Manikandan as it seemed the easiest way.  I got the info I needed so Thanks !&lt;BR /&gt;&lt;BR /&gt;Out of interest I tried the command line option that you all supplied, but got back some different errors....&lt;BR /&gt;&lt;BR /&gt;[A583S002:/.root] echo itick_per_usec/D | adb -k /stand/vmunix dev/kmem&lt;BR /&gt;cannot open `dev/kmem'&lt;BR /&gt;itick_per_usec:&lt;BR /&gt;itick_per_usec:&lt;BR /&gt;data address not found&lt;BR /&gt;[A583S002:/.root] echo itick_per_usec/D | adb /stand/vmunix/dev/mem&lt;BR /&gt;cannot open `/stand/vmunix/dev/mem'&lt;BR /&gt;symbol not found&lt;BR /&gt;[A583S002:/.root]&lt;BR /&gt;&lt;BR /&gt;But thats probably just me typing it in wrong !&lt;BR /&gt;&lt;BR /&gt;Anyway thanks very much to all of you, for the taking the time to help, much appreciated !&lt;BR /&gt;&lt;BR /&gt;Maybe someday (after a lot more practice) I will be able to help you with something !&lt;BR /&gt;&lt;BR /&gt;Kind Regards&lt;BR /&gt;&lt;BR /&gt;Kevin</description>
      <pubDate>Thu, 20 Mar 2003 07:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931677#M818500</guid>
      <dc:creator>Kevin Beresford</dc:creator>
      <dc:date>2003-03-20T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931678#M818501</link>
      <description>Hi Kevin,&lt;BR /&gt;&lt;BR /&gt;Yup, first time you missed a / before the dev, second time no space between vmunix and /dev.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 20 Mar 2003 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931678#M818501</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-03-20T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931679#M818502</link>
      <description>Oops, my fault, I missed it from my first example. ho hum.&lt;BR /&gt;&lt;BR /&gt;Here is the correct syntax:&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/kmem &lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 07:50:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931679#M818502</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2003-03-20T07:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931680#M818503</link>
      <description>First time you tried without a "/" before /dev&lt;BR /&gt;&lt;BR /&gt;Second time no space in between /stand/vmunix and /dev/kmem.&lt;BR /&gt;&lt;BR /&gt;If still a problem check the files using &lt;BR /&gt;&lt;BR /&gt;#ls -l /dev/kmem&lt;BR /&gt;#ls -l /dev/mem&lt;BR /&gt;&lt;BR /&gt;It should be like&lt;BR /&gt;crw-r-----   1 bin        sys          3 0x000001 Oct  6  2000 /dev/kmem&lt;BR /&gt;crw-r-----   1 bin        sys          3 0x000000 Oct  6  2000 /dev/mem&lt;BR /&gt;&lt;BR /&gt;Revert on the same.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Mar 2003 08:02:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931680#M818503</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-03-20T08:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Processor Speed ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931681#M818504</link>
      <description>I'm too late, I know, but please visit &lt;A href="http://www.cmve.net/~merijn" target="_blank"&gt;http://www.cmve.net/~merijn&lt;/A&gt; or &lt;A href="https://www.beepz.com/personal/merijn" target="_blank"&gt;https://www.beepz.com/personal/merijn&lt;/A&gt; and check the 'ux' script in the FAQ section.&lt;BR /&gt;&lt;BR /&gt;It not only answers your questions, but tries very hard to answer more of these questions.&lt;BR /&gt;&lt;BR /&gt;Enjoy, have FUN! H.Merijn</description>
      <pubDate>Thu, 20 Mar 2003 10:26:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/processor-speed/m-p/2931681#M818504</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2003-03-20T10:26:35Z</dc:date>
    </item>
  </channel>
</rss>

