JVM Statistics -- Analysis and Reporting [Memory Usage,etc]

Can i retrieve the information for JVM statistics [memory usage etc.] through my java program, so that i can create a usage reporting tool for the domino server…

regards

amit saini

Subject: JVM Statistics – Analysis and Reporting [Memory Usage,etc]

JVM statistics would report only Java memory usage, which will be a very small part of the picture as Domino has both “C” and “Java” code.

Subject: RE: JVM Statistics – Analysis and Reporting [Memory Usage,etc]

I want to check the memory usage and want to detect whether their is any kind of mem leakage inside my java program or not when i m striking the domino server using DIIOP.

regards

Amit Saini