4176N/A." Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
4176N/A." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4176N/A."
4176N/A." This code is free software; you can redistribute it and/or modify it
4176N/A." under the terms of the GNU General Public License version 2 only, as
4176N/A." published by the Free Software Foundation.
4176N/A."
4176N/A." This code is distributed in the hope that it will be useful, but WITHOUT
4176N/A." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4176N/A." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4176N/A." version 2 for more details (a copy is included in the LICENSE file that
4176N/A." accompanied this code).
4176N/A."
4176N/A." You should have received a copy of the GNU General Public License version
4176N/A." 2 along with this work; if not, write to the Free Software Foundation,
4176N/A." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
4176N/A."
4176N/A." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
4176N/A." or visit www.oracle.com if you need additional information or have any
4176N/A." questions.
4176N/A."
4880N/A.TH jvisualvm 1 "16 Mar 2012"
4176N/A
4176N/A.LP
4176N/A.SH "Name"
4176N/A\f2jvisualvm\fP \- Java Virtual Machine Monitoring, Troubleshooting, and Profiling Tool
4176N/A.LP
4176N/A.SH "SYNOPSIS"
4176N/A.LP
4176N/A.nf
4176N/A\f3
4176N/A.fl
4176N/A \fP\f3jvisualvm\fP [ \f2options\fP ]
4176N/A.fl
4176N/A.fi
4176N/A
4176N/A.LP
4176N/A.SH "PARAMETERS"
4176N/A.LP
4176N/A.LP
4176N/AOptions, if used, should follow immediately after the command name. Options may be in any order. For a discussion of parameters that apply to a specific option, see OPTIONS below.
4176N/A.LP
4176N/A.SH "DESCRIPTION"
4176N/A.LP
4176N/A.LP
4176N/AJava VisualVM is an intuitive graphical user interface that provides detailed information about Java technology\-based applications (Java applications) while they are running on a given Java Virtual Machine (JVM(*)). The name Java VisualVM comes from the fact that Java VisualVM provides information about the JVM software \f2visually\fP.
4176N/A.LP
4176N/A.LP
4176N/AJava VisualVM combines several monitoring, troubleshooting, and profiling utilities into a single tool. For example, most of the functionality offered by the standalone tools \f2jmap\fP, \f2jinfo\fP, \f2jstat\fP and \f2jstack\fP have been integrated into Java VisualVM. Other functionalities, such as some of those offered by the JConsole tool, can be added as optional plug\-ins.
4176N/A.LP
4176N/A.SH "OPTIONS"
4176N/A.LP
4176N/A.LP
4176N/AThe following option is possible when you launch Java VisualVM.
4176N/A.LP
4176N/A.RS 3
4176N/A.TP 3
4176N/A\-J<jvm_option>\
4176N/APass this \f2<jvm_option>\fP to the JVM software.
4176N/A.RE
4176N/A
4176N/A.LP
4176N/A.SH "USAGE"
4176N/A.LP
4176N/A.LP
4176N/AJava VisualVM is useful to Java application developers to troubleshoot applications and to monitor and improve the applications' performance. Java VisualVM can allow developers to generate and analyse heap dumps, track down memory leaks, perform and monitor garbage collection, and perform lightweight memory and CPU profiling. Plug\-ins also exist that expand the functionality of Java VisualVM. For example, most of the functionality of the JConsole tool is available via the MBeans Tab and JConsole Plug\-in Wrapper plug\-ins. You can choose from a catalog of standard Java VisualVM plug\-ins by selecting 'Tools' | 'Plugins' in the Java VisualVM menus.
4176N/A.LP
4176N/A.LP
4176N/AStart Java VisualVM with the following command:
4176N/A.LP
4176N/A.nf
4176N/A\f3
4176N/A.fl
4176N/A% jvisualvm \fP\f4<options>\fP\f3
4176N/A.fl
4176N/A\fP
4176N/A.fi
4176N/A
4176N/A.LP
4176N/A.SH "SEE ALSO"
4176N/A.LP
4176N/A.LP
4176N/AFor more details about Java VisualVM see the following pages.
4176N/A.LP
4176N/A.RS 3
4176N/A.TP 2
4176N/Ao
4176N/A.na
4176N/A\f2Java VisualVM developers' site\fP @
4176N/A.fi
4176N/Ahttp://visualvm.java.net
4176N/A.TP 2
4176N/Ao
4176N/A.na
4176N/A\f2Java VisualVM in Java SE platform documentation\fP @
4176N/A.fi
4880N/Ahttp://docs.oracle.com/javase/7/docs/technotes/guides/visualvm/index.html
4176N/A.RE
4176N/A
4176N/A.LP
4176N/A.LP
4176N/A\f2(* The terms "Java Virtual Machine" and "JVM" mean a Virtual Machine for the Java platform.)\fP
4176N/A.LP
4176N/A