How To Monitor WLS Memory Use By Programming | Weblogic
![Oracle Weblogic Server](https://i0.wp.com/www.techpaste.com/wp-content/uploads/2014/07/Oracle-Weblogic-Server.jpg?fit=237%2C246&ssl=1)
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.