<?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 What is the “load average” on Linux server. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743284#M43413</link>
    <description>I have read couple of article on internet, but still I am confused.&lt;BR /&gt;Could someone please give me little explanation on load average and find the list of process which are consuming more on load average.&lt;BR /&gt;&lt;BR /&gt;load average: 4.23, 4.84, 4.89&lt;BR /&gt;&lt;BR /&gt;Points will be shared without fail :)</description>
    <pubDate>Tue, 25 Jan 2011 05:39:03 GMT</pubDate>
    <dc:creator>bullz</dc:creator>
    <dc:date>2011-01-25T05:39:03Z</dc:date>
    <item>
      <title>What is the “load average” on Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743284#M43413</link>
      <description>I have read couple of article on internet, but still I am confused.&lt;BR /&gt;Could someone please give me little explanation on load average and find the list of process which are consuming more on load average.&lt;BR /&gt;&lt;BR /&gt;load average: 4.23, 4.84, 4.89&lt;BR /&gt;&lt;BR /&gt;Points will be shared without fail :)</description>
      <pubDate>Tue, 25 Jan 2011 05:39:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743284#M43413</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2011-01-25T05:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the “load average” on Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743285#M43414</link>
      <description>I found this very clear explanation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages" target="_blank"&gt;http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you're still confused after reading this, could you please explain in more detail what's confusing you?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; load average: 4.23, 4.84, 4.89&lt;BR /&gt;&lt;BR /&gt;Your short-term load values are smaller than longer-term load values =&amp;gt; the load seems to be decreasing at the moment, although this might not be reliable if your workload contains spikes of heavy load and periods of relative idleness.&lt;BR /&gt;&lt;BR /&gt;The "top" command can be used to quickly find the biggest CPU users.&lt;BR /&gt;&lt;BR /&gt;After you master "top", you might try "atop" too. It provides more information than regular "top": in addition to regular CPU load, it can also detect I/O workload. The latter is very useful in detecting I/O-related performance problems.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.atoptool.nl/" target="_blank"&gt;http://www.atoptool.nl/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 25 Jan 2011 06:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743285#M43414</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-01-25T06:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: What is the “load average” on Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743286#M43415</link>
      <description>Bullz..&lt;BR /&gt;&lt;BR /&gt;Load on LINUX is vastly different than "load" on HP-UX or other UNIX dialects.&lt;BR /&gt;&lt;BR /&gt;Most Monitoring Tools (Commercial) still follow the same train of thought like what is mentioned in the URL suggested but it is different on Linux actually these days.&lt;BR /&gt;&lt;BR /&gt;Your "LOAD" can go astronomically HIGH with your CPU virtually untaxed - as you will hopefully find out. Like, we had a server with an unused LVM VG whose PV "disappeared" and there were several running LVM Commands in the background (Unkillable - but nary a CPU use) -- and this WAS causing a server to register a load of over 20! (system is a 24 core server)...  I traced this fact to an excellently written URL explaining "Load" on today's Linux -- I will post that URL once I locate it. &lt;BR /&gt;&lt;BR /&gt;But it seems LOAD in Linux is no longer just that traditional guage of a CPU being loaded and processes getting backed up...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jan 2011 15:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743286#M43415</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-25T15:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: What is the “load average” on Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743287#M43416</link>
      <description>afaik, there is no difference in the meaning of these numbers across unix's, simply put it is a representation of processes in the queue.&lt;BR /&gt;&lt;BR /&gt;in the man page on linux you'll find;&lt;BR /&gt;&lt;BR /&gt;System load averages is the average number of processes that are either&lt;BR /&gt;in a runnable or uninterruptable state.  A process in a runnable state is&lt;BR /&gt;either using the CPU or waiting to use the CPU. A process in&lt;BR /&gt;uninterruptable state is waiting for some I/O access, eg waiting for&lt;BR /&gt;disk.  The averages are taken over the three time intervals.&lt;BR /&gt;Load averages are not normalized for the number of CPUs in a system, so&lt;BR /&gt;a load average of 1 means a single CPU system is loaded all the time&lt;BR /&gt;while on a 4 CPU system it means it was idle 75% of the time.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;where linux differs is the way it calculates these values, where other unix's use clock-ticks, linux uses the HZ frequency (from wikipedia);&lt;BR /&gt;&lt;BR /&gt;On Linux systems, the load-average is not calculated on each clock tick, but driven by a variable value that is based on the HZ frequency setting and tested on each clock tick.</description>
      <pubDate>Thu, 27 Jan 2011 08:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743287#M43416</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2011-01-27T08:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: What is the “load average” on Linux server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743288#M43417</link>
      <description>Dirky -- it is different...&lt;BR /&gt;&lt;BR /&gt;CPU interrupts are not factored in LOAD on most UNICES.... Not on REDHAT though...&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jan 2011 13:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-is-the-load-average-on-linux-server/m-p/4743288#M43417</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-01-27T13:58:00Z</dc:date>
    </item>
  </channel>
</rss>

