VisualVM: Difference between revisions
m Robot - Moving category Free software programmed in Java to Category:Free software programmed in Java (programming language) per CFD at Wikipedia:Categories for discussion/Log/2014 December 11. |
m Adding links |
||
Line 33: | Line 33: | ||
* Display application configuration and runtime environment. |
* Display application configuration and runtime environment. |
||
* Monitor application memory consumption and runtime behavior. |
* Monitor application memory consumption and runtime behavior. |
||
* Monitor application threads. |
* Monitor application [[Thread (computing)|threads]]. |
||
* Profile application performance or analyze memory allocation. |
* [[Profiling (computer programming)|Profile]] [[application performance]] or analyze [[memory allocation]]. |
||
* Take and display thread dumps. |
* Take and display thread dumps. |
||
* Take and browse heap dumps. |
* Take and browse heap dumps. |
||
* Analyze core dumps and applications offline. |
* Analyze [[Core dump|core dumps]] and applications offline. |
||
==See also== |
==See also== |
Revision as of 21:03, 20 January 2015
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Oracle Corporation |
---|---|
Stable release | 1.3.7
/ January 22, 2014 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Debugging and performance analysis |
License | GNU General Public License v2.0 +linking exception |
Website | https://visualvm.java.net/ |
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.
As of November 2014[update] VisualVM is no longer developed; Oracle instead promotes Java Mission Control and Java Flight Recorder.
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.
See also
External links
- VisualVM homepage
- Build support for VisualVM by project IcedTea