<div>Hi Hugo,</div>
<div> </div>
<div>Thanks for the reply.</div>
<div> </div>
<div>I need to handle both CPU usage and Memory usage. </div>
<div> </div>
<div>i) I think check_load plugin supports cpu usage which provides the load information using with: uptime command. If we need cpu usage with vmstat command which plugin do I need to use.</div>
<div> </div>
<div> </div>
<div>ii) How to handle memory usage, which plugin do I need to use.</div>
<div> </div>
<div>Correct me if am wrong with this understanding.</div>
<div> </div>
<div> </div>
<div>Thanks,</div>
<div>Raghavendra.<br><br> </div>
<div><span class="gmail_quote">
<p>>> Can some one provide directions how to handle cpu usage / memory<br>> usage.<br>>> I am using check_disk plugin for disk usage.<br>><br>> Assuming you're talking about a unix variant, check_load is included in
<br>> the standard plugins and can be used to infer cpu usage. There are also<br>> quite a few cpu and memory specific plugins available at<br>> <a href="http://www.nagiosexchange.org/">http://www.nagiosexchange.org
</a>.</p>
<p>Correct me if I am wrong but the load on a unix system is not quite<br>nescessary related to the CPU usage.</p>
<p>You can get the load info for example with: uptime<br> 19:24:23 up 165 days,  1:09,  3 users,  load average: 0.02, 0.02, 0.00</p>
<p>And your CPU usage with: vmstat<br>procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----<br> r  b   swpd   free   buff  cache   si   so    bi    bo   in    cs us sy id wa<br> 0  0   1072  67176 184720 792936    0    0     0    76 1138   110  0  0 100  0
</p>
<p>While there usually is a relation between the two of them they are two<br>different things.</p>
<p>The question is which of these two do you (raghavendra kristam) want?</p>
<p>There is a check_load plugin that does the load thing. For most alerting<br>purposes that is quite enough. As th load tends to go up if you are low on<br>memory.</p>
<p>Hugo.</p></span><span class="sg"></span></div><br>