<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000099">
So along with disk and CPU tests, I want to test for memory usage. I
pulled a perl memory script off Nagios Exchange and was quickly
reminded of how linux handles memory... how it leaves whatever has been
used previously as "reserved". Thus, a server with 4Gb of RAM may show
that 3.95Gb is in use, but in reality, more like 512Mb is in use and
the swap usage is under 10%, if used at all, confirming the "actual
versus reserved" issue. So how are you guys testing for memory on Linux
boxes that flag it as reserved when its not? Are there any scripts on
Nagios Exchange for memory testing that are better than others?<br>
<pre class="moz-signature" cols="72">-- 


  A. Davis
  Email:     <a class="moz-txt-link-abbreviated" href="mailto:nccomp@gmail.com">nccomp@gmail.com</a>

  "There is no limit to what a man can accomplish
   if he doesn't care who gets the credit." - Ronald Reagan
</pre>
</body>
</html>