Hi All,
I got a number of applications running in Weblogic running of same JVM. Is there a way to monitor the JVM heap memory usage for a particular application?
If I do
ps -ef | grep java
I can see the processes, but how do I check the JVM memory usage of each of the applications? Many thanks.