<?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 Unbalanced processor load in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431283#M859765</link>
    <description>I have an rp7420 with 2 processors.  The system was implemented last May, and ran fine, until the last couple of months.  Since the last time we rebooted (91 days), the load on processor 1 is anywhere from 9.00 to 20.00, and the load on processor 2 is never above 1.00.&lt;BR /&gt;&lt;BR /&gt;I've attached a screen shot of what it looks like.  One thing I've noticed is that statdaemon is generally the top process.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
    <pubDate>Fri, 26 Nov 2004 16:49:34 GMT</pubDate>
    <dc:creator>Paul Haygarth</dc:creator>
    <dc:date>2004-11-26T16:49:34Z</dc:date>
    <item>
      <title>Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431283#M859765</link>
      <description>I have an rp7420 with 2 processors.  The system was implemented last May, and ran fine, until the last couple of months.  Since the last time we rebooted (91 days), the load on processor 1 is anywhere from 9.00 to 20.00, and the load on processor 2 is never above 1.00.&lt;BR /&gt;&lt;BR /&gt;I've attached a screen shot of what it looks like.  One thing I've noticed is that statdaemon is generally the top process.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Fri, 26 Nov 2004 16:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431283#M859765</guid>
      <dc:creator>Paul Haygarth</dc:creator>
      <dc:date>2004-11-26T16:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431284#M859766</link>
      <description>hi,&lt;BR /&gt;not an answer, that's really strange because cpu load (user and sys) is almost the same for both processor and, strange this too, is very low (idle about 80%)&lt;BR /&gt;&lt;BR /&gt;So the question: is where does it come that high load average????&lt;BR /&gt;1. Sure it was not the same from the very beginning and you noticed id only right now?&lt;BR /&gt;2. Did you check for some patch solving this that, in my opionin looks like a top fake?&lt;BR /&gt;3. Try to observe the cpu with some other tool (like sar, glance or perfview) to confirm the top output&lt;BR /&gt;&lt;BR /&gt;hope it helps</description>
      <pubDate>Fri, 26 Nov 2004 19:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431284#M859766</guid>
      <dc:creator>Cesare Salvioni</dc:creator>
      <dc:date>2004-11-26T19:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431285#M859767</link>
      <description>Load average is not what you think it is. It is the average number of processes ready to run (the kernel's runqueue) during the measurement period. For long run-time processes (things humans can relate to), this would mean that a bunch of processes were ready to run but there was no free processor available. But that's not the case here as the second processor is not busy, and the first processor isn't busy either. This is a classic symptom of a bunch of short run-time processes that quickly start, check on something and go idle, perhaps in a few milliseconds. &lt;BR /&gt; &lt;BR /&gt;I have seen workloads of 40 on a 2-processor system which was caused by some 250 copies of a polling program. And users were not complaining because the programs consumed very little CPU time. The key is that system overhead is high relative to user CPU time (50:50) which also points to programs that ask the kernel for something and then go idle. Now none of this is a bad thing unless it is unexpected. Look for lots of copies of the same program (like phantom?) and see what they are supposed to do.</description>
      <pubDate>Fri, 26 Nov 2004 23:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431285#M859767</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-11-26T23:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431286#M859768</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;What you are seeing could be due to other bottlenecks.  The runq is the number of running or runable processes (as the top line said 52 processes running!!!).  As the cpu lod is low 17% or so, you may have a network of more likely disks bottleneck. This will mean alot of processes will be in the runable state.&lt;BR /&gt;&lt;BR /&gt;I do not know why cpu0 is highly loaded and cpu1 is not, but are you using an application that uses processor affinities?  If so this could be the culplrit.  My pessimistic side would also to check out the health of CPU0 using "mstm" and double check it is not faulty..&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sat, 27 Nov 2004 14:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431286#M859768</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-11-27T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431287#M859769</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Well. I don't see your CPUs terribly unbalanced. CPU 0 was 87% and CPU 1 was 80% idle. You may not get 100% balancing always particularly if you have single threaded processes. If you pay close attention, on the average, 16 processes consumed only 13% CPU on proc#0 whereas .6 processes consumed 20% CPU on proc#1 so for me system did a good job to spread them that way.&lt;BR /&gt;&lt;BR /&gt;I see atleast one process on CPU#0 zombie. There is a total of two zombies.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Sat, 27 Nov 2004 15:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431287#M859769</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-27T15:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431288#M859770</link>
      <description>I don't think you really have a problem. Load factor is not a good way to measure processor issues. The idle percentages Sridar pointed out are a better way. &lt;BR /&gt;&lt;BR /&gt;If you have idle time you don't have very busy processes.&lt;BR /&gt;&lt;BR /&gt;Based on your original post I'd say your system really isn't working very hard at all.&lt;BR /&gt;&lt;BR /&gt;You seem to have a lot of processes ready to run that don't need to run/&lt;BR /&gt;&lt;BR /&gt;Might be intesting to see the system booted or some long term performance measurement(script attached).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 27 Nov 2004 20:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431288#M859770</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-27T20:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431289#M859771</link>
      <description>As I said previously  High runQ / CPU load &amp;amp; low cpu utilisation is symtomatic of IO bottleneck.&lt;BR /&gt;&lt;BR /&gt;What are the disks &amp;amp; or network doing.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 30 Nov 2004 15:42:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431289#M859771</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2004-11-30T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unbalanced processor load</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431290#M859772</link>
      <description>Thanks for all the replies everyone.  Bill Hassell hit right on the nose.  &lt;BR /&gt;&lt;BR /&gt;After a little more digging to provide more information, I found a process that was spawning a child every second, to check a queue.  I talked to the progammer who was doing this, and had him change the software to check once every 15 seconds, and the load on CPU0 dropped to less than 1.00</description>
      <pubDate>Tue, 30 Nov 2004 15:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unbalanced-processor-load/m-p/3431290#M859772</guid>
      <dc:creator>Paul Haygarth</dc:creator>
      <dc:date>2004-11-30T15:52:52Z</dc:date>
    </item>
  </channel>
</rss>

