August 2018
Intermediate to advanced
372 pages
9h 29m
English
This is a visual tool integrated as part of the JDK, which has the capability to profile applications. Let's run our banking app from the previous chapters, and review which information we can gather using it.
Now, we are going to use the VisualVM to gather some metrics about the JVM. We can run this tool from the console using the following command:
$ cd JAVA_HOME/bin$ jvisualvm
We should see a screen similar to the following screenshot:

Using the Locals menu option, ...
Read now
Unlock full access