jConsole

Mashiane

Expert
Licensed User
Longtime User
Hi there...


In the bin directory of Java e.g. "C:\Program Files (x86)\Java\jdk1.8.0_161\bin", there is a jconsole.exe app that enables one to connect to their running instance of the jar files.

jconsole1.png


After playing around with it, over time, this is the performance of my app over time is.... kinda scary.:mad::mad:.

The more I use the more the memory heap increases. I had a GC memory error and made me to ponder what could be and found something about this app on the inter-web.

jconsole.png


Anyway, has anyone used this? I need to find what I have not cleared to sort this performance issue out.

Ta!
 
Top