<?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 command line for processor speed? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726707#M64458</link>
    <description>Is there a command line by which I could find out the hardware processor speed (such as 550MHz, etc) and return the number of processors in side the box?&lt;BR /&gt;&lt;BR /&gt;GlancePlus tells the number of CPUs, but doesn't seem to tell me the processor speed.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help!</description>
    <pubDate>Fri, 17 May 2002 16:49:13 GMT</pubDate>
    <dc:creator>Jenny C</dc:creator>
    <dc:date>2002-05-17T16:49:13Z</dc:date>
    <item>
      <title>command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726707#M64458</link>
      <description>Is there a command line by which I could find out the hardware processor speed (such as 550MHz, etc) and return the number of processors in side the box?&lt;BR /&gt;&lt;BR /&gt;GlancePlus tells the number of CPUs, but doesn't seem to tell me the processor speed.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for your help!</description>
      <pubDate>Fri, 17 May 2002 16:49:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726707#M64458</guid>
      <dc:creator>Jenny C</dc:creator>
      <dc:date>2002-05-17T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726708#M64459</link>
      <description>try this</description>
      <pubDate>Fri, 17 May 2002 16:52:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726708#M64459</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-17T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726709#M64460</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix dev/mem&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 17 May 2002 16:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726709#M64460</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-17T16:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726710#M64461</link>
      <description># echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;==&amp;gt; gives processor speed&lt;BR /&gt;&lt;BR /&gt;# echo runningprocs/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;==&amp;gt; gives number of processors&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 16:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726710#M64461</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-17T16:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726711#M64462</link>
      <description>That works, too, but I think Shiju meant to say&lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;Without the /, dev/mem is not found.</description>
      <pubDate>Fri, 17 May 2002 17:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726711#M64462</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-17T17:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726712#M64463</link>
      <description>Hi Pete:&lt;BR /&gt;&lt;BR /&gt;Thanks for the correction, it was a typo ! &lt;BR /&gt;&lt;BR /&gt;Jamie, yes you have to use /dev/mem. Also you can use SAM for getting all these information.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 17 May 2002 17:05:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726712#M64463</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-17T17:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726713#M64464</link>
      <description>Hi Shiju,&lt;BR /&gt;&lt;BR /&gt;I figured it had to be a typo, you wouldn't make a mistake like that ;&amp;gt;)&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 17 May 2002 17:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726713#M64464</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-17T17:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726714#M64465</link>
      <description>Hi Jamie,&lt;BR /&gt;&lt;BR /&gt;For no of processors,&lt;BR /&gt;&lt;BR /&gt;ioscan -fnk |grep processor&lt;BR /&gt;&lt;BR /&gt;for processor speed,&lt;BR /&gt;&lt;BR /&gt;echo itick_per_usec/D | adb -k /stand/vmunix /dev/mem&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;Sam -&amp;gt; Performance Monitors-&amp;gt; System Properties&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 17 May 2002 17:11:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726714#M64465</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-17T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: command line for processor speed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726715#M64466</link>
      <description>Hi Jamie&lt;BR /&gt;&lt;BR /&gt;You may also like to see&lt;BR /&gt;&lt;BR /&gt;sam-----&amp;gt;performance Monitors-----&amp;gt;system properties--------Processor will give u what u want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Fri, 17 May 2002 17:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/command-line-for-processor-speed/m-p/2726715#M64466</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-05-17T17:31:46Z</dc:date>
    </item>
  </channel>
</rss>

