<?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 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052600#M48688</link>
    <description>Redhat website explains the difference in the algorithm used to computer load average between Linux and other UNIX variants. Closing the thread.</description>
    <pubDate>Fri, 15 Jun 2007 10:39:31 GMT</pubDate>
    <dc:creator>Sundar_7</dc:creator>
    <dc:date>2007-06-15T10:39:31Z</dc:date>
    <item>
      <title>Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052594#M48682</link>
      <description>Folks,&lt;BR /&gt;&lt;BR /&gt;   How would you explain this load average ? Per my understanding, load average is the average of the number of processes in the run queue.  System is 97.6% idle but still a load average of 10 ?&lt;BR /&gt;&lt;BR /&gt; top - 10:36:03 up 314 days,  1:45,  2 users,  load average: 10.66, 10.23, 7.25&lt;BR /&gt;Tasks:  82 total,   1 running,  81 sleeping,   0 stopped,   0 zombie&lt;BR /&gt;Cpu(s):  0.1% us,  1.4% sy,  0.0% ni, 97.6% id,  0.8% wa,  0.0% hi,  0.0% si&lt;BR /&gt;&lt;BR /&gt;Sundar.</description>
      <pubDate>Tue, 12 Jun 2007 15:24:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052594#M48682</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-06-12T15:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052595#M48683</link>
      <description>Hi Sundar, here is a good explanatio of load average:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/magazine/011sep05/departments/tips_tricks/" target="_blank"&gt;http://www.redhat.com/magazine/011sep05/departments/tips_tricks/&lt;/A&gt;</description>
      <pubDate>Tue, 12 Jun 2007 19:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052595#M48683</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-12T19:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052596#M48684</link>
      <description>load average=number of processes in the run queue waiating for CPU time/"number of processor"&lt;BR /&gt;&lt;BR /&gt;load avaerage will be 5 if there are 4 cpus and 20 processes currently in the queue.I have noticed that this has been increasing gradually , but there was not real performance problem.</description>
      <pubDate>Tue, 12 Jun 2007 20:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052596#M48684</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2007-06-12T20:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052597#M48685</link>
      <description>Santhosh, not under Linux it isn't.</description>
      <pubDate>Tue, 12 Jun 2007 20:59:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052597#M48685</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-06-12T20:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052598#M48686</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Lots of processes waiting, never getting the resources they need.&lt;BR /&gt;&lt;BR /&gt;Bug. The system has been running a long time between boots.&lt;BR /&gt;&lt;BR /&gt;I'd look at what processes are running and their state. There should be an explanation in that analysis.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Jun 2007 01:03:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052598#M48686</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-13T01:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052599#M48687</link>
      <description>The following paragraph from the Redhat website explains it all&lt;BR /&gt;&lt;BR /&gt;"Some other operating systems calculate their load averages simply by looking at processes in R state. On those systems, load average is synonymous with the run queue -- high load averages mean that the box is CPU bound.&lt;BR /&gt;&lt;BR /&gt;This is not the case with Linux. On Linux the load average is a measurement of the amount of "work" being done by the machine (without being specific as to what that work is). This "work" could reflect a CPU intensive application (compiling a program or encrypting a file), or something I/O intensive (copying a file from disk to disk, or doing a database full table scan), or a combination of the two.&lt;BR /&gt;&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;The load average is computed differently in HP-UX and Linux.</description>
      <pubDate>Wed, 13 Jun 2007 09:08:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052599#M48687</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-06-13T09:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load Average</title>
      <link>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052600#M48688</link>
      <description>Redhat website explains the difference in the algorithm used to computer load average between Linux and other UNIX variants. Closing the thread.</description>
      <pubDate>Fri, 15 Jun 2007 10:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/load-average/m-p/5052600#M48688</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2007-06-15T10:39:31Z</dc:date>
    </item>
  </channel>
</rss>

