On Tue, Oct 28, 2008 at 1:29 PM, Hugo Palma <[EMAIL PROTECTED]> wrote:
> Isn't Lambdaprobe dead ?
>
> Thanks for the tip on the memory leak, you're right. But how else can i find
> out the size of each active session ?

btw, how does lambdaprobe does it?

I mean the size?

Chuck will surely correct me on that, but the actual size of an object
is extremely dependent on the VM implementation (boolean stored in
integer, object header overhead, and so on...)

I once tried to create a sizeof util, and it works within an error of
100 bytes per object (which is not very accurate) and based on
approximation.

regards
Leon

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to