<?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: nagiios - check_load in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276535#M33991</link>
    <description>WLOAD is warning load and CLOAD is critical, you will get the results for 1, 5 and 15 minutes as in the uptime command.</description>
    <pubDate>Fri, 26 Sep 2008 12:09:30 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-09-26T12:09:30Z</dc:date>
    <item>
      <title>nagiios - check_load</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276534#M33990</link>
      <description>/usr/lib/nagios/plugins/check_load --help&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Usage:check_load -w WLOAD1,WLOAD5,WLOAD15 -c CLOAD1,CLOAD5,CLOAD15&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;I know -w means warning but what does WLOAD1, WLOAD5, and WLOAD15 means ?&lt;BR /&gt;likewise CLOAD means ?&lt;BR /&gt;&lt;BR /&gt;please explains&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Fri, 26 Sep 2008 06:16:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276534#M33990</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-26T06:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: nagiios - check_load</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276535#M33991</link>
      <description>WLOAD is warning load and CLOAD is critical, you will get the results for 1, 5 and 15 minutes as in the uptime command.</description>
      <pubDate>Fri, 26 Sep 2008 12:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276535#M33991</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-09-26T12:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: nagiios - check_load</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276536#M33992</link>
      <description>Hi Thanks Ivan Ferriera&lt;BR /&gt;&lt;BR /&gt;whats is the definition of load ?&lt;BR /&gt;-w 10.0,8.0,7.0 ... means show/give warning if load reach to 10.0 within last 1 minute and give the warning if the load reaches to 8.0 within last 5 minutes and also show the warning if the load reaches to 7.0 within last 15 minutes .. right ? but whats this LOAD itself ? is this LOAD is the load on processor/cpu ? whats the unit of LOAD ? whats the minimum value of LOAD and whats the max value .. i mean is there a range(min-max) of LOAD ?&lt;BR /&gt;&lt;BR /&gt;2&lt;BR /&gt;a, which value of the LOAD could be consider as low ?&lt;BR /&gt;b, which value of the LOAD could be consider as average/tolerable ?&lt;BR /&gt;c, which value of the LOAD could be consider as high/non-tolerable  ?&lt;BR /&gt;I mean is there a standard for the load values ?&lt;BR /&gt;&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Sat, 27 Sep 2008 05:08:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276536#M33992</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2008-09-27T05:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: nagiios - check_load</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276537#M33993</link>
      <description>&amp;gt;&amp;gt;&amp;gt; whats is the definition of load ?&lt;BR /&gt;&lt;BR /&gt;Please see:&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;&lt;BR /&gt;&lt;BR /&gt;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;&amp;gt;&amp;gt;&amp;gt; which value of the LOAD could be consider as low/average/tolerable/high/non-tolerable ?&lt;BR /&gt;&lt;BR /&gt;You may find some information on the Internet about what is "high", but that information is not true. You must know your system and identify what is normal and high by yourself monitoring regularly.&lt;BR /&gt;&lt;BR /&gt;Depending of the server hardware, the type of application, an so on, the number of the load will change. You must know at which load your server start to give poor response time in your applications.&lt;BR /&gt;&lt;BR /&gt;For example, we have some big servers with load average of 80!&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; I mean is there a standard for the load values ?&lt;BR /&gt;&lt;BR /&gt;No. There are no standart values.</description>
      <pubDate>Sat, 27 Sep 2008 23:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nagiios-check-load/m-p/4276537#M33993</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-09-27T23:33:27Z</dc:date>
    </item>
  </channel>
</rss>

