January 2018
Intermediate to advanced
414 pages
10h 29m
English
Java JDK ships with a JMX console that we can use by typing in our command line:
jconsole
This program is actually available under our JDK directory in the bin folder, and launching it will show a window like this:

When this window is shown, it will ask us to create a new connection. We can just use Local Process to select our Java application. If we are running our microservice from IntelliJ IDEA, we should choose the process org.codehaus.classworlds.Launcher. If we are running from the command line, we should choose org.apache.maven.wrapper.MavenWrapperMain instead.
Either way, when we choose it, we should see ...
Read now
Unlock full access