<?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: How to determine CPU Speed through commandline in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835680#M939338</link>
    <description>echo itick_per_tick/D | adb /stand/vmunix /dev/kmem | tail -n1 | awk '{print $2 / 1000, "MHZ"}'</description>
    <pubDate>Fri, 08 Nov 2002 17:05:14 GMT</pubDate>
    <dc:creator>John Meissner</dc:creator>
    <dc:date>2002-11-08T17:05:14Z</dc:date>
    <item>
      <title>How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835675#M939333</link>
      <description>What command do I issue in the command line to see the processor speed.  If I do a "top" command, I can only get the no. of cpu's and not the cpu speed in Mhz.  Is it dependent on the HW platform as in for all L2000 servers, the cpus are all 440 MHz?</description>
      <pubDate>Wed, 30 Oct 2002 01:37:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835675#M939333</guid>
      <dc:creator>Kenneth_18</dc:creator>
      <dc:date>2002-10-30T01:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835676#M939334</link>
      <description>You can it the MHz speed from the command line:&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem    &lt;BR /&gt;itick_per_usec:&lt;BR /&gt;itick_per_usec: 750&lt;BR /&gt;&lt;BR /&gt;To get the number of CPU's:&lt;BR /&gt;&lt;BR /&gt;# echo "runningprocs/D" | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;runningprocs:&lt;BR /&gt;runningprocs:   4&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2002 01:49:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835676#M939334</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-10-30T01:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835677#M939335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To answer your second question, no, the CPU speed isn't tied directly to the hardware platform as the CPU speeds in the L2000 (rp5400, I think) boxes can vary, which is why the command Michael gives is so handy.  I believe the new boxes can come with 750Mhz or 875Mhz processors, so the command helps if you come across a new box and you don't know what it has in it.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Oct 2002 02:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835677#M939335</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-10-30T02:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835678#M939336</link>
      <description>I use a script to echo to the terminal the number &amp;amp; speed of the cpus and the amount of memory on the system. It incorporates the suggestions from above. It also displays the Major OS version and if 11.00 tells whether it is 32 bit or 64 bit. I have used it on 10.20 and 11.00.</description>
      <pubDate>Thu, 31 Oct 2002 16:08:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835678#M939336</guid>
      <dc:creator>Joey K. Harpole_1</dc:creator>
      <dc:date>2002-10-31T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835679#M939337</link>
      <description>You also can use &lt;BR /&gt;&lt;BR /&gt;getconf MACHINE_MODEL&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Oct 2002 20:33:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835679#M939337</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-10-31T20:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine CPU Speed through commandline</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835680#M939338</link>
      <description>echo itick_per_tick/D | adb /stand/vmunix /dev/kmem | tail -n1 | awk '{print $2 / 1000, "MHZ"}'</description>
      <pubDate>Fri, 08 Nov 2002 17:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-determine-cpu-speed-through-commandline/m-p/2835680#M939338</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2002-11-08T17:05:14Z</dc:date>
    </item>
  </channel>
</rss>

