Java Heap memory usage using jmap and jstat command

Login to your Linux/Unix Server Enter the below command to get the JAVA PID running on the server.                           ps –ef|grep –i java From the output take the application JAVA PID. Using jstat command with gc option to find out the JVM Heap … Continue reading Java Heap memory usage using jmap and jstat command