Re: manager/status data

2006-08-29 Thread Mark Thomas
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

Re: manager/status data

2006-08-29 Thread Andrés González
On 8/29/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Andrés González wrote: > Hi. > > I'm searching a way to understand every detail of the manager/status > page. I've tried the doc, the source code... but can't answer > something like: > > - why is jvm-free-memory != jvm-max-memory - jvm-total-mem

Re: manager/status data

2006-08-29 Thread Mark Thomas
Andrés González wrote: > Hi. > > I'm searching a way to understand every detail of the manager/status > page. I've tried the doc, the source code... but can't answer > something like: > > - why is jvm-free-memory != jvm-max-memory - jvm-total-memory Because the initial memory java requests (-Xms

Re: manager/status data

2006-08-29 Thread Andrés González
OK. jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.java Provides the description of "erroCount": (...) // number of response codes >= 400 private int errorCount; (...) On 8/29/06, Andrés González <[EMAIL PROTECTED]> wrote: Hi. I'm searching a way to understan