blob: 8db6e9678a2a70e67359103820cb2a99a5b45b3b [file] [log] [blame]
rgallardb6435452013-11-25 20:19:02 -08001'\" t
2.\" Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
3.\"
4.\" DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5.\"
6.\" This code is free software; you can redistribute it and/or modify it
7.\" under the terms of the GNU General Public License version 2 only, as
8.\" published by the Free Software Foundation.
9.\"
10.\" This code is distributed in the hope that it will be useful, but WITHOUT
11.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12.\" FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13.\" version 2 for more details (a copy is included in the LICENSE file that
14.\" accompanied this code).
15.\"
16.\" You should have received a copy of the GNU General Public License version
17.\" 2 along with this work; if not, write to the Free Software Foundation,
18.\" Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
19.\"
20.\" Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
21.\" or visit www.oracle.com if you need additional information or have any
22.\" questions.
23.\"
24.\" Arch: generic
25.\" Software: JDK 8
26.\" Date: 21 November 2013
27.\" SectDesc: Monitoring Tools
28.\" Title: jstatd.1
29.\"
30.if n .pl 99999
31.TH jstatd 1 "21 November 2013" "JDK 8" "Monitoring Tools"
32.\" -----------------------------------------------------------------
33.\" * Define some portability stuff
34.\" -----------------------------------------------------------------
35.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36.\" http://bugs.debian.org/507673
37.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
38.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39.ie \n(.g .ds Aq \(aq
40.el .ds Aq '
41.\" -----------------------------------------------------------------
42.\" * set default formatting
43.\" -----------------------------------------------------------------
44.\" disable hyphenation
45.nh
46.\" disable justification (adjust text to left margin only)
47.ad l
48.\" -----------------------------------------------------------------
49.\" * MAIN CONTENT STARTS HERE *
50.\" -----------------------------------------------------------------
duke6e45e102007-12-01 00:00:00 +000051
rgallardb6435452013-11-25 20:19:02 -080052.SH NAME
53jstatd \- Monitors Java Virtual Machines (JVMs) and enables remote monitoring tools to attach to JVMs\&. This command is experimental and unsupported\&.
54.SH SYNOPSIS
55.sp
56.nf
57
58\fBjstatd\fR [ \fIoptions\fR ]
59.fi
60.sp
61.TP
62\fIoptions\fR
63The command-line options\&. See Options\&.
64.SH DESCRIPTION
65The \f3jstatd\fR command is an RMI server application that monitors for the creation and termination of instrumented Java HotSpot VMs and provides an interface to enable remote monitoring tools to attach to JVMs that are running on the local host\&.
66.PP
67The \f3jstatd\fR server requires an RMI registry on the local host\&. The \f3jstatd\fR server attempts to attach to the RMI registry on the default port, or on the port you specify with the \f3-p\fR\f3port\fR option\&. If an RMI registry is not found, then one is created within the \f3jstatd\fR application that is bound to the port that is indicated by the \f3-p\fR\f3port\fR option or to the default RMI registry port when the \f3-p\fR\f3port\fR option is omitted\&. You can stop the creation of an internal RMI registry by specifying the \f3-nr\fR option\&.
68.SH OPTIONS
69.TP
70-nr
duke6e45e102007-12-01 00:00:00 +000071.br
rgallardb6435452013-11-25 20:19:02 -080072Does not attempt to create an internal RMI registry within the \f3jstatd\fR process when an existing RMI registry is not found\&.
73.TP
74-p \fIport\fR
duke6e45e102007-12-01 00:00:00 +000075.br
rgallardb6435452013-11-25 20:19:02 -080076The port number where the RMI registry is expected to be found, or when not found, created if the \f3-nr\fR option is not specified\&.
77.TP
78-n \fIrminame\fR
duke6e45e102007-12-01 00:00:00 +000079.br
rgallardb6435452013-11-25 20:19:02 -080080Name to which the remote RMI object is bound in the RMI registry\&. The default name is \f3JStatRemoteHost\fR\&. If multiple \f3jstatd\fR servers are started on the same host, then the name of the exported RMI object for each server can be made unique by specifying this option\&. However, doing so requires that the unique server name be included in the monitoring client\&'s \f3hostid\fR and \f3vmid\fR strings\&.
81.TP
82-J\fIoption\fR
duke6e45e102007-12-01 00:00:00 +000083.br
rgallardb6435452013-11-25 20:19:02 -080084Passes \f3option\fR to the JVM, where option is one of the \f3options\fR described on the reference page for the Java application launcher\&. For example, \f3-J-Xms48m\fR sets the startup memory to 48 MB\&. See java(1)\&.
85.SH SECURITY
86The \f3jstatd\fR server can only monitor JVMs for which it has the appropriate native access permissions\&. Therefore, the \f3jstatd\fR process must be running with the same user credentials as the target JVMs\&. Some user credentials, such as the root user in UNIX-based systems, have permission to access the instrumentation exported by any JVM on the system\&. A \f3jstatd\fR process running with such credentials can monitor any JVM on the system, but introduces additional security concerns\&.
87.PP
88The \f3jstatd\fR server does not provide any authentication of remote clients\&. Therefore, running a \f3jstatd\fR server process exposes the instrumentation export by all JVMs for which the \f3jstatd\fR process has access permissions to any user on the network\&. This exposure might be undesirable in your environment, and therefore, local security policies should be considered before you start the \f3jstatd\fR process, particularly in production environments or on networks that are not secure\&.
89.PP
90The \f3jstatd\fR server installs an instance of \f3RMISecurityPolicy\fR when no other security manager is installed, and therefore, requires a security policy file to be specified\&. The policy file must conform to Default Policy Implementation and Policy File Syntax at http://docs\&.oracle\&.com/javase/8/docs/technotes/guides/security/PolicyFiles\&.html
91.PP
92The following policy file allows the \f3jstatd\fR server to run without any security exceptions\&. This policy is less liberal than granting all permissions to all code bases, but is more liberal than a policy that grants the minimal permissions to run the \f3jstatd\fR server\&.
93.sp
94.nf
95\f3grant codebase "file:${java\&.home}/\&.\&./lib/tools\&.jar" { \fP
96.fi
97.nf
98\f3 permission java\&.security\&.AllPermission;\fP
99.fi
100.nf
101\f3};\fP
102.fi
103.nf
104\f3\fP
105.fi
106.sp
107To use this policy setting, copy the text into a file called \f3jstatd\&.all\&.policy\fR and run the \f3jstatd\fR server as follows:
108.sp
109.nf
110\f3jstatd \-J\-Djava\&.security\&.policy=jstatd\&.all\&.policy\fP
111.fi
112.nf
113\f3\fP
114.fi
115.sp
116For sites with more restrictive security practices, it is possible to use a custom policy file to limit access to specific trusted hosts or networks, though such techniques are subject to IP address spoofing attacks\&. If your security concerns cannot be addressed with a customized policy file, then the safest action is to not run the \f3jstatd\fR server and use the \f3jstat\fR and \f3jps\fR tools locally\&.
117.SH REMOTE\ INTERFACE
118The interface exported by the \f3jstatd\fR process is proprietary and guaranteed to change\&. Users and developers are discouraged from writing to this interface\&.
119.SH EXAMPLES
120The following are examples of the \f3jstatd\fR command\&. The \f3jstatd\fR scripts automatically start the server in the background
121.SS INTERNAL\ RMI\ REGISTRY
122This example shows hos to start a \f3jstatd\fR session with an internal RMI registry\&. This example assumes that no other server is bound to the default RMI registry port (port 1099)\&.
123.sp
124.nf
125\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy\fP
126.fi
127.nf
128\f3\fP
129.fi
130.sp
131.SS EXTERNAL\ RMI\ REGISTRY
132This example starts a \f3jstatd\fR session with a external RMI registry\&.
133.sp
134.nf
135\f3rmiregistry&\fP
136.fi
137.nf
138\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy\fP
139.fi
140.nf
141\f3\fP
142.fi
143.sp
144This example starts a \f3jstatd\fR session with an external RMI registry server on port 2020\&.
145.sp
146.nf
147\f3jrmiregistry 2020&\fP
148.fi
149.nf
150\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy \-p 2020\fP
151.fi
152.nf
153\f3\fP
154.fi
155.sp
156This example starts a \f3jstatd\fR session with an external RMI registry on port 2020 that is bound to \f3AlternateJstatdServerName\fR\&.
157.sp
158.nf
159\f3rmiregistry 2020&\fP
160.fi
161.nf
162\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy \-p 2020\fP
163.fi
164.nf
165\f3 \-n AlternateJstatdServerName\fP
166.fi
167.nf
168\f3\fP
169.fi
170.sp
171.SS STOP\ THE\ CREATION\ OF\ AN\ IN-PROCESS\ RMI\ REGISTRY
172This example starts a \f3jstatd\fR session that does not create an RMI registry when one is not found\&. This example assumes an RMI registry is already running\&. If an RMI registry is not running, then an error message is displayed\&.
173.sp
174.nf
175\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy \-nr\fP
176.fi
177.nf
178\f3\fP
179.fi
180.sp
181.SS ENABLE\ RMI\ LOGGING
182This example starts a \f3jstatd\fR session with RMI logging capabilities enabled\&. This technique is useful as a troubleshooting aid or for monitoring server activities\&.
183.sp
184.nf
185\f3jstatd \-J\-Djava\&.security\&.policy=all\&.policy\fP
186.fi
187.nf
188\f3 \-J\-Djava\&.rmi\&.server\&.logCalls=true\fP
189.fi
190.nf
191\f3\fP
192.fi
193.sp
194.SH SEE\ ALSO
195.TP 0.2i
196\(bu
197java(1)
198.TP 0.2i
199\(bu
200jps(1)
201.TP 0.2i
202\(bu
203jstat(1)
204.TP 0.2i
205\(bu
206rmiregistry(1)
207.RE
208.br
209'pl 8.5i
210'bp