Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 66521 invoked from network); 29 Aug 2006 11:41:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Aug 2006 11:41:00 -0000 Received: (qmail 60500 invoked by uid 500); 29 Aug 2006 11:40:46 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60484 invoked by uid 500); 29 Aug 2006 11:40:46 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 60473 invoked by uid 99); 29 Aug 2006 11:40:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 04:40:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.240.77.81] (HELO sccrmhc11.comcast.net) (63.240.77.81) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Aug 2006 04:40:45 -0700 Received: from [192.168.0.101] (c-69-255-56-239.hsd1.md.comcast.net[69.255.56.239]) by comcast.net (sccrmhc11) with ESMTP id <200608291140240110088ldde>; Tue, 29 Aug 2006 11:40:24 +0000 Message-ID: <44F427A8.2050305@apache.org> Date: Tue, 29 Aug 2006 07:40:24 -0400 From: Mark Thomas User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: manager/status data References: <15147e430608290329g565b5550ted205e6bc0a0371e@mail.gmail.com> <44F420B5.9060508@apache.org> <15147e430608290422s6d33244ft2e2eea58c78a3235@mail.gmail.com> In-Reply-To: <15147e430608290422s6d33244ft2e2eea58c78a3235@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andr�s Gonz�lez wrote: > Mmmm... i've been "investigating". > > I think what you say iw the reason for > jvm-max-memory != jvm-total-memory > > The reason of "free memory" being != "max-memory - total-memory" i > think is that "free memory" does not mean "size of aditional memory > that can be allocated by the jvm" BUT "size of the memory *already* > alocated but not in use at the moment". That number, for example, gets > high each time the gc is run. > > So you could define the following ratios: > > %free memory in the JVM = free/total * 100 > %memory allocated vs maximum memory allocatable = total/max * 100 > > Am i right? As far as I am aware, yes you are exactly right. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org