blob: eae03edd804ae2f4a15be6d3758330e02cd45ff1 [file] [log] [blame]
bpatel4bf512b2011-05-11 08:30:46 -07001." Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3."
4." This code is free software; you can redistribute it and/or modify it
5." under the terms of the GNU General Public License version 2 only, as
6." published by the Free Software Foundation.
7."
8." This code is distributed in the hope that it will be useful, but WITHOUT
9." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10." FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
11." version 2 for more details (a copy is included in the LICENSE file that
12." accompanied this code).
13."
14." You should have received a copy of the GNU General Public License version
15." 2 along with this work; if not, write to the Free Software Foundation,
16." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17."
18." Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
19." or visit www.oracle.com if you need additional information or have any
20." questions.
21."
22.TH jvisualvm 1 "10 May 2011"
23
24.LP
25.SH "Name"
26\f2jvisualvm\fP \- Java Virtual Machine Monitoring, Troubleshooting, and Profiling Tool
27.LP
28.SH "SYNOPSIS"
29.LP
30.nf
31\f3
32.fl
33 \fP\f3jvisualvm\fP [ \f2options\fP ]
34.fl
35.fi
36
37.LP
38.SH "PARAMETERS"
39.LP
40.LP
41Options, 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.
42.LP
43.SH "DESCRIPTION"
44.LP
45.LP
46Java 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.
47.LP
48.LP
49Java 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.
50.LP
51.SH "OPTIONS"
52.LP
53.LP
54The following option is possible when you launch Java VisualVM.
55.LP
56.RS 3
57.TP 3
58\-J<jvm_option>\
59Pass this \f2<jvm_option>\fP to the JVM software.
60.RE
61
62.LP
63.SH "USAGE"
64.LP
65.LP
66Java 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.
67.LP
68.LP
69Start Java VisualVM with the following command:
70.LP
71.nf
72\f3
73.fl
74% jvisualvm \fP\f4<options>\fP\f3
75.fl
76\fP
77.fi
78
79.LP
80.SH "SEE ALSO"
81.LP
82.LP
83For more details about Java VisualVM see the following pages.
84.LP
85.RS 3
86.TP 2
87o
88.na
89\f2Java VisualVM developers' site\fP @
90.fi
91http://visualvm.java.net
92.TP 2
93o
94.na
95\f2Java VisualVM in Java SE platform documentation\fP @
96.fi
97http://download.oracle.com/javase/7/docs/technotes/guides/visualvm/index.html
98.RE
99
100.LP
101.LP
102\f2(* The terms "Java Virtual Machine" and "JVM" mean a Virtual Machine for the Java platform.)\fP
103.LP
104