<?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 possible to get cpu speed,socket &amp;amp; core information without using root or sudo? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520020#M487301</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to get cpu speed,socket &amp;amp; core information without using root or sudo?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could get all these details using print_manifest on all IA/PA Server in my environment but this command needs root access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jun 2014 07:40:37 GMT</pubDate>
    <dc:creator>DeepakMalpote</dc:creator>
    <dc:date>2014-06-25T07:40:37Z</dc:date>
    <item>
      <title>possible to get cpu speed,socket &amp; core information without using root or sudo?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520020#M487301</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to get cpu speed,socket &amp;amp; core information without using root or sudo?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could get all these details using print_manifest on all IA/PA Server in my environment but this command needs root access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other option?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 07:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520020#M487301</guid>
      <dc:creator>DeepakMalpote</dc:creator>
      <dc:date>2014-06-25T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: possible to get cpu speed,socket &amp; core information without using root or sudo?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520022#M487302</link>
      <description>&lt;P&gt;Have you looked at machinfo(1)?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 07:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520022#M487302</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-06-25T07:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: possible to get cpu speed,socket &amp; core information without using root or sudo?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520112#M487303</link>
      <description>HI Dennis&lt;BR /&gt;&lt;BR /&gt;That will not work on PA Hardware.&lt;BR /&gt;&lt;BR /&gt;Do we have any command for PA?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Deepak</description>
      <pubDate>Wed, 25 Jun 2014 09:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520112#M487303</guid>
      <dc:creator>DeepakMalpote</dc:creator>
      <dc:date>2014-06-25T09:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: possible to get cpu speed,socket &amp; core information without using root or sudo?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520624#M487309</link>
      <description>&lt;P&gt;Did you find any needed details from cstm.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I remember could get processor details in cstm(some grep )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;have a look .....&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;LI-SPOILER&gt;&amp;nbsp;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for cpu speeds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;perl -e 'local($PSTAT, $PSTAT_PROCESSOR)=(239,10);&lt;BR /&gt;local($struct_pst_processor)=("L30");&lt;BR /&gt;local($cpu_info, $cpu_ticks);&lt;BR /&gt;$cpu_info = "\0" x 120;&lt;BR /&gt;syscall($PSTAT, $PSTAT_PROCESSOR, $cpu_info, length($cpu_info), 1, 0);&lt;BR /&gt;($cpu_ticks)=(unpack($struct_pst_processor, $cpu_info))[26];&lt;BR /&gt;print "speed=".int($cpu_ticks/10000)."\n";'&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 18:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6520624#M487309</guid>
      <dc:creator>MADHU-CA</dc:creator>
      <dc:date>2014-06-25T18:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: possible to get cpu speed,socket &amp; core information without using root or sudo?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6521428#M487313</link>
      <description>&lt;P&gt;&amp;gt;That will not work on PA Hardware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works on 11.31.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2014 10:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/possible-to-get-cpu-speed-socket-amp-core-information-without/m-p/6521428#M487313</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-06-26T10:04:20Z</dc:date>
    </item>
  </channel>
</rss>

