Monday, April 26, 2010

How to monitor memory usage in OC4J AS using JConsole?

Please follow the below steps to monitor memory usage in oc4j 10.1.3.x using JConsole.

Monitoring stand alone OC4J:
--------------------------------------------------------------------------------
1.Install JDK 1.5 first or if you have JDK 1.5 installed , you can find JDK in $JAVA_HOME/bin/ directory.
2.Set the java option -Dcom.sun.management.jmxremote
3.Start the JConsole JMX client (./jconsole) and then it will display the local oc4j instance as below



4.Click on Connect
Once connected , Click the Memory tab.

No comments:

Post a Comment