<?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: CPU in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167372#M671909</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you may need PRM (Processer Resource Manager) product to assign load balancing.</description>
    <pubDate>Wed, 01 Apr 2009 15:51:18 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-04-01T15:51:18Z</dc:date>
    <item>
      <title>CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167371#M671908</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Dear Gurus,&lt;BR /&gt; &lt;BR /&gt;I have 2 cpu running in the server, please let me know to the load balance the work load for this cpu.&lt;BR /&gt;&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    1.65  96.6%   0.0%   0.0%   3.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 1    1.11  14.5%   0.0%   2.0%  83.5%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   1.38  55.6%   0.0%   1.0%  43.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;From the above output cpu 0 is consuming 97% load where as cpu 1 is consuming only 17%, please let me know how to balance the work for the cpu.</description>
      <pubDate>Wed, 01 Apr 2009 15:32:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167371#M671908</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-04-01T15:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167372#M671909</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you may need PRM (Processer Resource Manager) product to assign load balancing.</description>
      <pubDate>Wed, 01 Apr 2009 15:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167372#M671909</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-01T15:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167373#M671910</link>
      <description>Cpu load balance ?&lt;BR /&gt;&lt;BR /&gt;If you need to dedicate cpus exclusevly to a process(PID), you can use prset.&lt;BR /&gt;&lt;BR /&gt;man prset&lt;BR /&gt;&lt;BR /&gt;processor sets:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20338.www2.hp.com/hpux11i/cache/324638-0-0-0-121.html" target="_blank"&gt;http://h20338.www2.hp.com/hpux11i/cache/324638-0-0-0-121.html&lt;/A&gt;</description>
      <pubDate>Wed, 01 Apr 2009 16:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167373#M671910</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-04-01T16:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167374#M671911</link>
      <description>If your server has only one program that generates most of the load, the uneven distribution of load to CPUs usually means that the program is non-threading, i.e. it can run on one CPU at a time only.&lt;BR /&gt;&lt;BR /&gt;Such a program cannot get full benefit from multiple CPUs: of course it gets *some* benefit from the 2nd CPU because the application can fully use one CPU while the OS uses the other for managing I/O and any other housekeeping tasks it needs to run. But adding a 3rd or 4th CPU would probably not give any significant benefit.&lt;BR /&gt;&lt;BR /&gt;If you can run 2 copies of your program on 2 different pieces of data, that would allow you to place a full load on both CPUs. &lt;BR /&gt;&lt;BR /&gt;If your program cannot be used in this way, the only way to fix it would be to re-design and re-write the program to perform several actions in parallel, making it a threaded program.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 01 Apr 2009 17:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167374#M671911</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-04-01T17:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167375#M671912</link>
      <description>&amp;gt;let me know how to balance the work for the CPU.&lt;BR /&gt;&lt;BR /&gt;Why?  Do you think this will wear out the chip?  :-)&lt;BR /&gt;The only way to balance the load would be to make both at 100% by implementing threads or multiple processes and MK said.</description>
      <pubDate>Wed, 01 Apr 2009 23:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167375#M671912</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-01T23:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167376#M671913</link>
      <description>Hi Dannies,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply, can you please brief in implementing threads, i think that has to take care internally by OS or by application program. please correct me.</description>
      <pubDate>Thu, 02 Apr 2009 09:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167376#M671913</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-04-02T09:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167377#M671916</link>
      <description>&amp;gt;can you please brief in implementing threads, i think that has to take care internally by application program.&lt;BR /&gt;&lt;BR /&gt;Yes, as MK said, the application must be rewritten, unless you can run multiple instances of it, without them interfering with each other.</description>
      <pubDate>Thu, 02 Apr 2009 09:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167377#M671916</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-02T09:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167378#M671919</link>
      <description>Thanks for the input.</description>
      <pubDate>Thu, 02 Apr 2009 14:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167378#M671919</guid>
      <dc:creator>RajuD</dc:creator>
      <dc:date>2009-04-02T14:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: CPU</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167379#M671922</link>
      <description>before closing the thread, you have to assign points to the replier who gave valuable time for your problem.</description>
      <pubDate>Fri, 03 Apr 2009 03:54:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu/m-p/5167379#M671922</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2009-04-03T03:54:54Z</dc:date>
    </item>
  </channel>
</rss>

