<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>RE: [Nagios-users] Memory Leak on Nagios 2.3 ?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>At the very least, you'd need to get a look at how much Nagios itself is using, not just system-totals (check the manpage for interpreting results of free).  Try 'top -n1 -p $nagiospid' or 'ps -F -p $nagiospid'.  I've gone through several sessions of this (one recently on 2.3) and haven't noticed any egregious leaks.<BR>
<BR>
/eli<BR>
<BR>
PS -- this isn't a very good way to do memory profiling, but useful to rule out when you're suspicious a process is inflating.<BR>
<BR>
-----Original Message-----<BR>
From: nagios-users-admin@lists.sourceforge.net on behalf of Matthias Eble<BR>
Sent: Fri 5/12/2006 8:10 AM<BR>
To: Jorg.Schulz@systeam.se<BR>
Cc: nagios-users@lists.sourceforge.net<BR>
Subject: Re: [Nagios-users] Memory Leak on Nagios 2.3 ?<BR>
<BR>
Jorg.Schulz@systeam.se schrieb:<BR>
 ><BR>
 > Hi<BR>
 ><BR>
 > Running Nagios 2.3 and Plugins 1.4.3 on a CRUX 2.2  Distro<BR>
 > The Server is a HP320 with 1 GB Ram<BR>
 ><BR>
 > I wondering if there is a known bug in Nagios 2.3 with a memory Leak ?<BR>
 > With 1GB The Server use 950MB and free are 48MB<BR>
 > I tried to "tune" nagios after i read the Documents for Nagios<BR>
 ><BR>
 > BTW i running mysqld for NagiosQL<BR>
 > All help are welcome<BR>
 ><BR>
 > //Jörg<BR>
<BR>
hi jörg,<BR>
<BR>
is this the +/- buffers/cache? Linux uses free memory for caching and<BR>
frees the cache when needed.<BR>
<BR>
eg. 3GB with 817 used but ~600 buffered<BR>
       <BR>
             total       used       free<BR>
Mem:          3012        817       2195<BR>
-/+ buffers/cache:        211       2801  <= this line matters<BR>
<BR>
hth<BR>
<BR>
<BR>
<BR>
<BR>
-------------------------------------------------------<BR>
Using Tomcat but need to do more? Need to support web services, security?<BR>
Get stuff done quickly with pre-integrated technology to make your job easier<BR>
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<BR>
<A HREF="http://sel.as-us.falkag.net/sel?cmd=k&kid">http://sel.as-us.falkag.net/sel?cmd=k&kid</A>0709&bid&3057&dat1642<BR>
_______________________________________________<BR>
Nagios-users mailing list<BR>
Nagios-users@lists.sourceforge.net<BR>
<A HREF="https://lists.sourceforge.net/lists/listinfo/nagios-users">https://lists.sourceforge.net/lists/listinfo/nagios-users</A><BR>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<BR>
::: Messages without supporting info will risk being sent to /dev/null<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>