VisualVM


title: "VisualVM" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["oracle-software", "debuggers", "profilers", "free-software-programmed-in-java"] topic_path: "general/oracle-software" source: "https://en.wikipedia.org/wiki/VisualVM" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
nameVisualVM
logo
screenshot
captionDemonstration of the VisualVM
collapsible
developerOracle Corporation
latest release version2.2
latest release date
operating systemCross-platform
programming languageJava
genreDebugging and performance analysis
licenseGNU General Public License v2.0 + linking exception
website
::

| name = VisualVM | logo = | screenshot = | caption = Demonstration of the VisualVM | collapsible = | developer = Oracle Corporation | latest release version = 2.2 | latest release date = | latest preview version = | latest preview date = | operating system = Cross-platform | programming language = Java | genre = Debugging and performance analysis | license = GNU General Public License v2.0 + linking exception | website =

VisualVM is a tool that provides a visual interface for viewing detailed information about Java applications while they are running on a Java Virtual Machine (JVM). VisualVM organizes JVM data that is retrieved by the Java Development Kit (JDK) tools and presents the information in a way that allows data on multiple Java applications to be quickly viewed—both local applications and applications that are running on remote hosts. Programmers can also capture data about the JVM software and save the data to the local system, and then view the data later or share it with others. VisualVM is built on the NetBeans Platform; its architecture is modular and easy to extend with plugins.

This tool was bundled directly with JDK 6 through JDK 8. VisualVM is actively developed.

Features

VisualVM has features of use to application developers, system administrators, quality engineers and application users submitting bug reports.

  • Display local and remote Java applications.
  • Display application configuration and runtime environment.
  • Monitor application memory consumption and runtime behavior.
  • Monitor application threads.
  • Profile application performance or analyze memory allocation.
  • Take and display thread dumps.
  • Take and browse heap dumps.
  • Analyze core dumps and applications offline.
  • Browse JFR recordings.

References

References

  1. "VisualVM: Download".
  2. https://docs.oracle.com/javase/8/docs/technotes/guides/visualvm/. ''Oracle''. Retrieved on 2019-11-24.
  3. "VisualVM: Releases".
  4. (May 2022). "VisualVM (Master) sources repository".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

oracle-softwaredebuggersprofilersfree-software-programmed-in-java