File: visualvm.1

package info (click to toggle)
visualvm 2.0.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 39,516 kB
  • sloc: java: 306,212; xml: 14,016; javascript: 3,543; ansic: 1,889; cpp: 1,277; sh: 701; makefile: 68
file content (80 lines) | stat: -rw-r--r-- 1,779 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.45.1.
.TH VISUALVM "1" "May 2014" "VisualVM 2.0.4" "User Commands"

.SH NAME
VisualVM \- All\-in\-One Java Troubleshooting Tool

.SH SYNOPSIS
.B jvisualvm
[\fI\,OPTIONS\/\fR]

.SH DESCRIPTION

VisualVM is a tool to monitor and troubleshoot Java applications. It runs on Java 7
or higher but is able to monitor applications running on JDK 1.4 and higher. It utilizes
various available technologies like jvmstat, JMX, the Serviceability Agent (SA),
and the Attach API to get the data and automatically uses the fastest and most
lightweight technology to impose minimal overhead on monitored applications.

.SH OPTIONS

.TP
\fB\-\-openjmx\fR <arg>
open application specified by JMX connection (host:port)

.TP
\fB\-\-openfile\fR <arg>
open file specified by <arg>, file can be Application snapshot, NetBeans Profiler snapshot or HPROF heap dump.

.TP
\fB\-\-openid\fR <arg>
open application with id <arg>

.TP
\fB\-\-openpid\fR <arg>
open application with process id <arg>

.TP
\fB\-\-laf\fR <LaF classname>
use given LookAndFeel class instead of the default

.TP
\fB\-\-fontsize\fR <size>
set the base font size of the user interface, in points

.TP
\fB\-\-locale\fR <language[:country[:variant]]>
use specified locale

.TP
\fB\-\-userdir\fR <path>
use specified directory to store user settings

.TP
\fB\-\-cachedir\fR <path>
use specified directory to store user cache, must be different from userdir

.TP
\fB\-\-nosplash\fR
do not show the splash screen

.TP
\fB\-\-help\fR
show this help

.TP
\fB\-\-jdkhome\fR <path>
path to JDK

.TP
\fB\-J\fR<jvm_option>
pass <jvm_option> to JVM

.SH "SEE ALSO"

More information and tutorial videos are available on the
.B VisualVM
site at:
.IP
.B https://visualvm.github.io
.PP