<?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: Problem mon sys shows only CPU 0 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212419#M90149</link>
    <description>This is my hobby licenses on the Itanium (I've got it from montagar)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OPENVMS-ALPHA-USER HP              0  1     100    0.0  (none)      20-NOV-2008&lt;BR /&gt;OPENVMS-HOBBYIST   HP              0  1     100    0.0  (none)      20-NOV-2008&lt;BR /&gt;OPENVMS-I64-FOE    HP            100  1     0      0.0  (none)      20-NOV-2008&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jun 2008 13:09:10 GMT</pubDate>
    <dc:creator>Alex Chupahin</dc:creator>
    <dc:date>2008-06-12T13:09:10Z</dc:date>
    <item>
      <title>Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212411#M90141</link>
      <description>Hello!&lt;BR /&gt;I experimented with threads, on my dual-processor rx1620 and find things, that&lt;BR /&gt;I cannot understand - threaded program that&lt;BR /&gt;much faster under Unix is slower under VMS.&lt;BR /&gt;I just look&lt;BR /&gt;$ mon sys&lt;BR /&gt;&lt;BR /&gt;and see only CPU 0!&lt;BR /&gt;&lt;BR /&gt;while &lt;BR /&gt;EFI shows me 2 CPU configured withput errors and installed,&lt;BR /&gt;$show cpu&lt;BR /&gt;shows me&lt;BR /&gt;two CPU.&lt;BR /&gt;System: A, HP rx1620  (1.60GHz/3.0MB)&lt;BR /&gt;&lt;BR /&gt;CPU ownership sets:&lt;BR /&gt;   Active               0,1&lt;BR /&gt;   Configure            0,1&lt;BR /&gt;&lt;BR /&gt;CPU state sets:&lt;BR /&gt;   Potential            0,1&lt;BR /&gt;   Autostart            0,1&lt;BR /&gt;   Powered Down         None&lt;BR /&gt;   Not Present          None&lt;BR /&gt;   Hard Excluded        None&lt;BR /&gt;   Failover             None&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jun 2008 03:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212411#M90141</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-06-07T03:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212412#M90142</link>
      <description>&amp;gt;&amp;gt; $ mon sys&lt;BR /&gt;&amp;gt;&amp;gt; and see only CPU 0!&lt;BR /&gt;&lt;BR /&gt;Alex, &lt;BR /&gt;&lt;BR /&gt;forgive me if this is too stupid, but how do you 'see' CPU 0 with 'mon sys'.&lt;BR /&gt;&lt;BR /&gt;The output looks like:&lt;BR /&gt;CPU     0 +--------- ... --------+  200 &lt;BR /&gt;&lt;BR /&gt;That 0 is a 0 - base, not 'which' CPU.&lt;BR /&gt;The 200 is 200% suggesting 2 CPUs active.&lt;BR /&gt;&lt;BR /&gt;The only Monitor screen which identified individual CPUs is MONI MODE/CPU.&lt;BR /&gt;Not terribly convenient.&lt;BR /&gt;&lt;BR /&gt;The best display is T4 really.... IMHO&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jun 2008 04:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212412#M90142</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-06-07T04:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212413#M90143</link>
      <description>OpenVMS I64 version and ECO level?&lt;BR /&gt;&lt;BR /&gt;MONITOR should show a range of 0 to 200% here.  One bar, but longer, and shown in aggregate across all processors.&lt;BR /&gt;&lt;BR /&gt;MONITOR is a system-wide performance tool, and generally ill-suited for per-application monitoring.&lt;BR /&gt;&lt;BR /&gt;As for determining application performance, DECset Performance and Coverage Analyzer (PCA) is a choice, or otherwise, and use these tools to profile the code.  Or embed your own performance-monitoring calls (and any debugging needed).  There are some fairly simple tools around in base OpenVMS that can monitor program counter addresses; these are within ANALYZE /SYSTEM most usually.&lt;BR /&gt;&lt;BR /&gt;One of the usual triggers for performance differences between Unix and OpenVMS applications involves differences in file I/O.  Unix file I/O is different than OpenVMS; it tends to stay in memory, where OpenVMS I/O tends to write the data to disk.  OpenVMS also has issues when file extent sizes are at their default values and when volumes of data are being written.&lt;BR /&gt;&lt;BR /&gt;But I'm not going to particularly speculate further.  Use DECset PCA or another tool, and find out where the code is spending its time.&lt;BR /&gt;&lt;BR /&gt;Do use caution here with some of the Itanium processors -- including the 1.6 GHz series processors you have here -- as you can see the hyperthreads show up as processors, too.  (IIRC, this hyperthreading isn't turned on by default.)</description>
      <pubDate>Sat, 07 Jun 2008 04:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212413#M90143</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-07T04:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212414#M90144</link>
      <description>Thank you very much,&lt;BR /&gt;Ð Ðº, I remeber I really saw 200% (it seems)&lt;BR /&gt;So it should be two processors.&lt;BR /&gt;&lt;BR /&gt;Hmm, trouble still here.&lt;BR /&gt;&lt;BR /&gt;I have a program that can work with and without POSIX threads. (I will say tomorrow what program is - it is at home)&lt;BR /&gt;that much faster  on 2 CPUs with threads mode under UNIX (Linux also) than without threads.&lt;BR /&gt;&lt;BR /&gt;On OpenVMS this program in threaded mode runs slower then without.&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jun 2008 09:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212414#M90144</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-06-07T09:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212415#M90145</link>
      <description>{{{{I have a program that can work with and without POSIX threads. (I will say tomorrow what program is - it is at home)&lt;BR /&gt;that much faster on 2 CPUs with threads mode under UNIX (Linux also) than without threads.&lt;BR /&gt;&lt;BR /&gt;On OpenVMS this program in threaded mode runs slower then without.}}}}&lt;BR /&gt;&lt;BR /&gt;This looks to be a "how high is up?" sort of question.   AFAIK, there can be no answer to this one.&lt;BR /&gt;&lt;BR /&gt;The performance aspects and the general implementations of Unix and of OpenVMS are different.  Very different.  Different I/O.  Different threading.  Different synchronization.  Different scheduling.  Just plain different.&lt;BR /&gt;&lt;BR /&gt;OpenVMS I64 on Intel Itanium adds another layer to this whole discussion, with its comparatively massive performance penalty for unaligned references.  (If this C code is generating gazillions of unaligned data references, performance will plummet.)&lt;BR /&gt;&lt;BR /&gt;It is also easily feasible here that the Unix or Linux boxes here are simply faster than this rx1620 box.  Check the SPEC numbers for both int and for rate, for instance.&lt;BR /&gt;&lt;BR /&gt;Profile the application code.  DECset PCA, et al.&lt;BR /&gt;&lt;BR /&gt;Also look for alignment faults.  Using the ANALYZE /SYSTEM (SDA) tool FLT or otherwise.&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Jun 2008 20:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212415#M90145</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-07T20:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212416#M90146</link>
      <description>Still having troubles with.&lt;BR /&gt;It seems I have no appropriate licenses&lt;BR /&gt;I'm using hobbyst.&lt;BR /&gt;What licenses should I have to work with dual-processor system?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 09:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212416#M90146</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-06-12T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212417#M90147</link>
      <description>How many units does your OPENVMS-I64-* licence have?</description>
      <pubDate>Thu, 12 Jun 2008 10:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212417#M90147</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2008-06-12T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212418#M90148</link>
      <description>The hobbyist program traditionally requires two sets of PAKs, the base PAK for the platform (which is the FOE Foundation Operating Environment PAK on OpenVMS I64) and requires a second and separate set of PAKs for the layered products.&lt;BR /&gt;&lt;BR /&gt;Some reading material:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/31" target="_blank"&gt;http://64.223.189.234/node/31&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://64.223.189.234/node/259" target="_blank"&gt;http://64.223.189.234/node/259&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212418#M90148</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-06-12T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem mon sys shows only CPU 0</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212419#M90149</link>
      <description>This is my hobby licenses on the Itanium (I've got it from montagar)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OPENVMS-ALPHA-USER HP              0  1     100    0.0  (none)      20-NOV-2008&lt;BR /&gt;OPENVMS-HOBBYIST   HP              0  1     100    0.0  (none)      20-NOV-2008&lt;BR /&gt;OPENVMS-I64-FOE    HP            100  1     0      0.0  (none)      20-NOV-2008&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jun 2008 13:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-mon-sys-shows-only-cpu-0/m-p/4212419#M90149</guid>
      <dc:creator>Alex Chupahin</dc:creator>
      <dc:date>2008-06-12T13:09:10Z</dc:date>
    </item>
  </channel>
</rss>

