VisualVM is a visual tool, integrating several command line JDK tools and lightweight profiling capabilities. Designed for both production and development, it further enhances the capability of monitoring and performance analysis for the Java platform. VisualVM is designed for-
Java Developer: Monitor, profile, take thread dumps, browse heap dumps.
System Administrator: Monitor and control Java applications across the entire network.
Java Application User: Create bug reports containing all the necessary information.
To install this package in Ubuntu-
sudo apt-get install visualvm
After installation is successfully, you can use the below command to know more about visualvm
dpkg -s visualvm