How To Monitor WLS Memory Use By Programming | Weblogic
Use the Java platform MXBeans to observe the sizes of the various memory pools a JVM uses using a JMX client of some fashion.
http://download.oracle.com/javase/1.5.0/docs/guide/management/mxbeans.html
This section of the Java SE 5 document describes an approach to watching for low memory situations:
http://docs.oracle.com/javase/6/docs/technotes/guides/management/mxbeans.html
It also provides some links to the Memory* MBeans:
http://download.oracle.com/javase/6/docs/api/java/lang/management/MemoryPoolMXBean.html
In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.