<?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 Scheduling problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123168#M448136</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This depends how the application is written.&lt;BR /&gt;&lt;BR /&gt;If its single threaded and uses one CPU at a time there is nothing you can do save re-write the application.&lt;BR /&gt;&lt;BR /&gt;This is not a problem with the OS as much as probably a problem with the application code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 05 Aug 2008 11:23:30 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-08-05T11:23:30Z</dc:date>
    <item>
      <title>Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123167#M448135</link>
      <description>Hi guys, &lt;BR /&gt;i have a system with 12 cpu.&lt;BR /&gt;When i start my application it assign a cpu0.&lt;BR /&gt;The problem is that if i start another istance of my application, the sistem assign the cpu0  although it have idle 0% with other cpu with 100% idle.&lt;BR /&gt;Is it correct ?&lt;BR /&gt;Can i change it ?&lt;BR /&gt;Is it a kernel parameter or patch for Cpu scheduling ?&lt;BR /&gt;many point at all good response</description>
      <pubDate>Tue, 05 Aug 2008 10:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123167#M448135</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2008-08-05T10:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123168#M448136</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This depends how the application is written.&lt;BR /&gt;&lt;BR /&gt;If its single threaded and uses one CPU at a time there is nothing you can do save re-write the application.&lt;BR /&gt;&lt;BR /&gt;This is not a problem with the OS as much as probably a problem with the application code.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Aug 2008 11:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123168#M448136</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-08-05T11:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123169#M448137</link>
      <description>The application is multi-thread .&lt;BR /&gt;I launch several process .&lt;BR /&gt;This process go in processor 0 and then fork a process that go in other processor.</description>
      <pubDate>Tue, 05 Aug 2008 12:29:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123169#M448137</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2008-08-05T12:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123170#M448138</link>
      <description>&amp;gt;The application is multi-thread.  I launch several process.&lt;BR /&gt;&lt;BR /&gt;Are you talking about threads?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;then fork a process that go in other processor.&lt;BR /&gt;&lt;BR /&gt;Are you talking about processes now, or pthread_create&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can I change it?&lt;BR /&gt;&lt;BR /&gt;Why do you think there is a problem?  How are you determining which CPU?  You should be using glance not top.</description>
      <pubDate>Tue, 05 Aug 2008 13:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123170#M448138</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-05T13:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123171#M448139</link>
      <description>Excuse my little english,&lt;BR /&gt;I have this scenario :&lt;BR /&gt;Load averages: 0.18, 0.18, 0.18&lt;BR /&gt;211 processes: 180 sleeping, 30 running, 1 zombie&lt;BR /&gt;Cpu states:&lt;BR /&gt;CPU   LOAD   USER   NICE    SYS   IDLE  BLOCK  SWAIT   INTR   SSYS&lt;BR /&gt; 0    2.04   0.0%  98.2%   1.8%   0.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 5    0.08   0.0%   8.3%   0.0%  91.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 6    0.01   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 7    0.03   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 8    0.04   0.0%   0.0%   0.0% 100.0%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt; 9    0.06   0.0%  10.1%   0.6%  89.3%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;10    0.04   0.0%   9.9%   0.8%  89.3%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;11    0.04   0.0%   8.3%   0.4%  91.3%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;12    0.05   0.0%   1.4%   0.2%  98.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;13    0.05   0.0%   1.4%   0.0%  98.6%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;14    0.08   0.0%   2.4%   0.2%  97.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;15    0.07   0.0%  11.1%   0.4%  88.5%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;16    0.08   0.0%   2.4%   0.0%  97.6%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;17    0.07   0.0%  10.9%   0.4%  88.7%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;18    0.03   0.0%   0.0%   0.2%  99.8%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;19    0.06   0.0%   0.0%   0.6%  99.4%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;---   ----  -----  -----  -----  -----  -----  -----  -----  -----&lt;BR /&gt;avg   0.18   0.0%  10.3%   0.4%  89.3%   0.0%   0.0%   0.0%   0.0%&lt;BR /&gt;&lt;BR /&gt;Memory: 2092048K (1296640K) real, 3584468K (2529252K) virtual, 15638644K free  Page# 1/10&lt;BR /&gt;&lt;BR /&gt;CPU TTY    PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND&lt;BR /&gt; 0   ?    1934 qoe      241 24   124M  3304K run    181:34 50.43 50.34 qoloader&lt;BR /&gt; 0   ?   28405 qoe      152 24   125M  3336K run   1279:49 49.72 49.63 qoloader&lt;BR /&gt;13   ?    1946 qoe      152 24   228M 17196K run    139:43 38.26 38.19 qoloader&lt;BR /&gt;15   ?   28429 qoe      152 24   228M 20656K run    948:05 35.69 35.63 qoloader&lt;BR /&gt; 5   ?    1976 qoe      168 24 33136K 14900K sleep   16:32  4.55  4.54 qoloader&lt;BR /&gt; 5   ?   28433 qoe      168 24 30448K 12180K sleep  115:16  4.39  4.39 qoloader&lt;BR /&gt;&lt;BR /&gt;If i start another qoloader it start to CPU number 0 although cpu 0 was in 0% IDLE. Why?&lt;BR /&gt;Why this process not start in a cpu with 100%IDLE?&lt;BR /&gt;HELP ME &lt;BR /&gt;</description>
      <pubDate>Wed, 06 Aug 2008 14:55:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123171#M448139</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2008-08-06T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123172#M448140</link>
      <description>&amp;gt;If I start another qoloader it start to CPU number 0 although cpu 0 was in 0% IDLE. Why?&lt;BR /&gt;&amp;gt;Why this process not start in a CPU with 100% IDLE?&lt;BR /&gt;&lt;BR /&gt;I would simply ignore what top(1) is telling you as inaccurate.  If you can run glance, you can trust that.&lt;BR /&gt;(That's assuming that goloader isn't doing tricky stuff like processor sets or using PRM.)</description>
      <pubDate>Thu, 07 Aug 2008 04:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123172#M448140</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-07T04:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cpu Scheduling problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123173#M448141</link>
      <description>ok</description>
      <pubDate>Thu, 12 Mar 2009 09:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cpu-scheduling-problem/m-p/5123173#M448141</guid>
      <dc:creator>gigiz</dc:creator>
      <dc:date>2009-03-12T09:57:49Z</dc:date>
    </item>
  </channel>
</rss>

