<?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: load average high ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314171#M186178</link>
    <description>Read this notes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cim.mcgill.ca/~franco/OpSys-304-427/lecture-notes/node16.html" target="_blank"&gt;http://www.cim.mcgill.ca/~franco/OpSys-304-427/lecture-notes/node16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sks</description>
    <pubDate>Thu, 24 Jun 2004 05:59:55 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-06-24T05:59:55Z</dc:date>
    <item>
      <title>load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314169#M186176</link>
      <description>why does a process go in sleep state ??what are the probable causes.Which is pathway to trouble shoot high load.</description>
      <pubDate>Thu, 24 Jun 2004 05:52:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314169#M186176</guid>
      <dc:creator>manu_9</dc:creator>
      <dc:date>2004-06-24T05:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314170#M186177</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are several cases when the process can go to sleep like executing a sleep system call or waiting for a resource etc. If you have many process sleeping then there could be a deadlock for a resource. Just check what applications are sleeping and what are they waiting for.&lt;BR /&gt;&lt;BR /&gt;manish</description>
      <pubDate>Thu, 24 Jun 2004 05:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314170#M186177</guid>
      <dc:creator>Manish Srivastava</dc:creator>
      <dc:date>2004-06-24T05:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314171#M186178</link>
      <description>Read this notes:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cim.mcgill.ca/~franco/OpSys-304-427/lecture-notes/node16.html" target="_blank"&gt;http://www.cim.mcgill.ca/~franco/OpSys-304-427/lecture-notes/node16.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Thu, 24 Jun 2004 05:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314171#M186178</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-24T05:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314172#M186179</link>
      <description>If you have glance, you can see what are different wait states. But in a general way, let's say that process comes to sleep for 2 major reasons :&lt;BR /&gt;. It waits on a resource (reading a pipe, accessing the memory...)&lt;BR /&gt;. It has been scheduled by OS. OS determines (regarding process demands, priority, load...) if a process must run or sleep.&lt;BR /&gt;&lt;BR /&gt;This two things may not be tunable, but keep on mind that a server having a load greater than 1 is not a problem. You may have a problem when system spend more time scheduling processes than running programs.&lt;BR /&gt;&lt;BR /&gt;You can decrease load by running less program. As it is oftenly nor possible, yu may have to scale your server (higher speed CPUs, or more CPUs...).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2004 06:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314172#M186179</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-24T06:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314173#M186180</link>
      <description>Any clues how to find what a process is waiting for .</description>
      <pubDate>Thu, 24 Jun 2004 06:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314173#M186180</guid>
      <dc:creator>manu_9</dc:creator>
      <dc:date>2004-06-24T06:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: load average high ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314174#M186181</link>
      <description>If you have glance (gpm) it can do.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jun 2004 07:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/load-average-high/m-p/3314174#M186181</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-06-24T07:24:58Z</dc:date>
    </item>
  </channel>
</rss>

