<?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 help: unusually high system load vs. user load. how to debug/fix? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673582#M907022</link>
    <description>hello all,&lt;BR /&gt;&lt;BR /&gt;i'm working on a hp-ux 9000 v11.0 (64bit) server with 5 cpu's.  the current load avg on the box is 1.67 (5min avg).  however, when i watch a top session, i notice that the system loads are unusually high for this server and was wondering if hp-ux had a way of finding the culprit other than just my usual "ps -ef" and basic unix tools?&lt;BR /&gt;&lt;BR /&gt;i've attached an example of the "top" summary for the cpu's.&lt;BR /&gt;&lt;BR /&gt;thanks in advance everyone.</description>
    <pubDate>Thu, 28 Feb 2002 15:43:02 GMT</pubDate>
    <dc:creator>Edwin R. Rivera_1</dc:creator>
    <dc:date>2002-02-28T15:43:02Z</dc:date>
    <item>
      <title>help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673582#M907022</link>
      <description>hello all,&lt;BR /&gt;&lt;BR /&gt;i'm working on a hp-ux 9000 v11.0 (64bit) server with 5 cpu's.  the current load avg on the box is 1.67 (5min avg).  however, when i watch a top session, i notice that the system loads are unusually high for this server and was wondering if hp-ux had a way of finding the culprit other than just my usual "ps -ef" and basic unix tools?&lt;BR /&gt;&lt;BR /&gt;i've attached an example of the "top" summary for the cpu's.&lt;BR /&gt;&lt;BR /&gt;thanks in advance everyone.</description>
      <pubDate>Thu, 28 Feb 2002 15:43:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673582#M907022</guid>
      <dc:creator>Edwin R. Rivera_1</dc:creator>
      <dc:date>2002-02-28T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673583#M907023</link>
      <description>Yes, with glance/measureware it's easy. It costs a little, but you can install a trial version for free (30 day limit). With glance you can "drill" down into the process to see what it is doing, what files it has open, what it's memory demands are, etc... Plus the data is collected in real time, unlike top, sar, vmstat, and iostat.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 28 Feb 2002 15:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673583#M907023</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-28T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673584#M907024</link>
      <description>Hi Edwin,&lt;BR /&gt;&lt;BR /&gt;The best option is to use Glanceplus software from HP. It will defenitely help you to find out each and every thing you needed on this issue. This is not a freeware, so you have to purchase it from HP ( you will get a free trial copy though ). Tha administration is also easy.&lt;BR /&gt;&lt;BR /&gt;Check &lt;A href="http://www.docs.hp.com" target="_blank"&gt;www.docs.hp.com&lt;/A&gt; for more information on how Glance works ! You can also check other options like perfview, sar, vmstat, netstat, PRM etc.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Thu, 28 Feb 2002 15:53:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673584#M907024</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-02-28T15:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673585#M907025</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can only concur glance since your machine is well occupied.&lt;BR /&gt;&lt;BR /&gt;Check your syslog and swapinfo -ta&lt;BR /&gt;&lt;BR /&gt;You may need to free some memory by reducing dbc_max_pct from its default&lt;BR /&gt;&lt;BR /&gt;see kmtune -l&lt;BR /&gt;&lt;BR /&gt;A quick and dirty one is&lt;BR /&gt;&lt;BR /&gt;UNIX95= ps -e -o pcpu -o ruser -o args|sort -nr|grep -v %CPU|head -10&lt;BR /&gt;&lt;BR /&gt;This will give you the top 10 cpu users.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Thu, 28 Feb 2002 16:00:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673585#M907025</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-02-28T16:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673586#M907026</link>
      <description>There's nothing wrong with a high CPU load. After all, isn't that what you bought the computer to do? The question then becomes: are the programs wasting CPU cycles by doing things inefficiently? That of corse can only be fixed by rewriting the programs. This CPU load may also be caused by processes that were trashed when a remote user (using a PC that mysteriously rebooted) dropped their connection and the process(es) are orpahns that should be terminated.&lt;BR /&gt;&lt;BR /&gt;If rewriting the programs is not an option, then replacing your CPU's with higher speed CPU's may improve things.&lt;BR /&gt;&lt;BR /&gt;However, your top list shows a mostly idle machine with higher than normal system overhead. This overhead may indeed be due to orphan processes or programs that do a lot of polling, perhaps on the LAN.</description>
      <pubDate>Thu, 28 Feb 2002 16:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673586#M907026</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-02-28T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673587#M907027</link>
      <description>Glance is a fine tool, but may not be necessary in this case.  You didn't include the details of your top command, but the system load is just an aggregate of individual system processes which will register in top.  (Remember also that the "system" versus "user" designations are not always clear-cut or intuitively obvious.)&lt;BR /&gt;&lt;BR /&gt;Look at your top CPU users in detail and see which ones are system processes.  Just identifying which processes are running high might give you a good idea of the problem.&lt;BR /&gt;&lt;BR /&gt;And, of course, the fact that you still have ample idel time across all CPUs means whatever is going on is unlikely to be causing any CPU based performance issues.</description>
      <pubDate>Thu, 28 Feb 2002 16:09:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673587#M907027</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2002-02-28T16:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673588#M907028</link>
      <description>Edwin, are you running EMS on this server? Also, as I believe Alan asked, could you attach a top output?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 28 Feb 2002 16:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673588#M907028</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-28T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: help: unusually high system load vs. user load. how to debug/fix?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673589#M907029</link>
      <description>I know this is kind of late, but....&lt;BR /&gt;We had a very similar situation when we upgraded our version of sybase from 11.03 to 11.9.2.  Turns out that the optimizer had changed and so we had table scans going on.  There really wasn't any way to tell from the operating system, except for the fact that there was high system load vs user load.  We ended up having to set some flags within sybase and had to re-write some code.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Wed, 06 Mar 2002 19:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-unusually-high-system-load-vs-user-load-how-to-debug-fix/m-p/2673589#M907029</guid>
      <dc:creator>Martha Mueller</dc:creator>
      <dc:date>2002-03-06T19:43:23Z</dc:date>
    </item>
  </channel>
</rss>

