Hello all,
Our application is running on multiple servers based on load balancing .
The application is deployed in all of them.
There has been an Out of memory issue and we identified 2 possible reasons for memory leak.
1 is oracle connections where not closed .
the other one is connection object for mainframe was not released.
These were identified based on heap dump analysis and the fix was put in only 2servers to find the behaviour.
Now I have connected jconsole to all the servers for monitoring
1 server where there is no fix and
another server where there is a fix.
Now question is how to read the memory graph and validate the fix?
one good thing is in one server where we have the fix memory graph is almost flat.
and another server where the fix is not available the memory graph is slanting .
but the load in both of them are not exactly equal .
Is there a standard way or intelligent way to analyze and read jconsole graph?
is there any template ?
regards
a.s