If you just want the size of a given session, take a look at Java Web Parts:
http://javawebparts.sourceforge.net
Specifically, the SessionSize class:
http://javawebparts.sourceforge.net/javadocs/javawebparts/session/SessionSize.html
If your looking for the footprint of your entire application,
Correction...
...the operands for the measurement are at RUNTIME scope...
On 6/23/06, Monkeyden <[EMAIL PROTECTED]> wrote:
This is particularly difficult in Java, since there is no reliable and
invariable way to measure the size of an object. Interestingly, while
trying to avoid work the ot
This is particularly difficult in Java, since there is no reliable and
invariable way to measure the size of an object. Interestingly, while
trying to avoid work the other day, I stumbled onto this write up on the
topic. Martin Roth asserts that the only way to do it in Java is to get the
curren
3 matches
Mail list logo