--- a/jdk/src/linux/doc/man/jstat.1 Thu Apr 30 15:04:39 2009 -0700
+++ b/jdk/src/linux/doc/man/jstat.1 Mon May 04 18:28:26 2009 -0700
@@ -1,6 +1,4 @@
-.'" t
-."
-." Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved.
+." Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
."
." This code is free software; you can redistribute it and/or modify it
@@ -21,25 +19,38 @@
." CA 95054 USA or visit www.sun.com if you need additional information or
." have any questions.
."
-." `
-.TH jstat 1 "06 Aug 2006"
-." Generated by html2man
-.SH NAME
+.TH jstat 1 "04 May 2009"
+." Generated from HTML by html2man (author: Eric Armstrong)
+
+.LP
+.SH "Name"
jstat \- Java Virtual Machine Statistics Monitoring Tool
+.LP
.SH "SYNOPSIS"
+.LP
+
+.LP
.nf
-\f3jstat\fP [ \f2generalOption\fP | \f2outputOptions\fP\f2vmid\fP [\f2interval\fP[s|ms] [\f2count\fP]] ]
+\f3
+.fl
+\fP\f3jstat\fP [ \f2generalOption\fP | \f2outputOptions\fP \f2vmid\fP [\f2interval\fP[s|ms] [\f2count\fP]] ]
.fl
.fi
+
+.LP
.SH "PARAMETERS"
-.TP 3
-generalOption
-A single general command\-line option (\-help, \-options, or \-version)
+.LP
+
+.LP
+.RS 3
.TP 3
-outputOptions
-One or more output options, consisting of a single \f2statOption\fP, plus any of the \-t, \-h, and \-J options.
+generalOption
+A single general command\-line option (\-help, \-options, or \-version)
.TP 3
-vmid
+outputOptions
+One or more output options, consisting of a single \f2statOption\fP, plus any of the \-t, \-h, and \-J options.
+.TP 3
+vmid
Virtual machine identifier, a string indicating the target Java virtual machine (JVM). The general syntax is
.nf
\f3
@@ -47,82 +58,124 @@
[\fP\f4protocol\fP\f3:][//]\fP\f4lvmid\fP[@\f2hostname\fP[:\f2port\fP]/\f2servername\fP]
.fl
.fi
-The syntax of the vmid string largely corresponds to the syntax of a URI. The \f2vmid\fP can vary from a simple integer representing a local JVM to a more complex construction specifying a communications protocol, port number, and other implementation\-specific values. See Virtual Machine Identifier for details.
+The syntax of the vmid string largely corresponds to the syntax of a URI. The \f2vmid\fP can vary from a simple integer representing a local JVM to a more complex construction specifying a communications protocol, port number, and other implementation\-specific values. See Virtual Machine Identifier for details.
+.TP 3
+interval[s|ms]
+Sampling interval in the specified units, seconds (s) or milliseconds (ms). Default units are milliseconds.\ Must be a positive integer.\ If specified, \f3jstat\fP will produce its output at each interval.
.TP 3
-interval[s|ms]
-Sampling interval in the specified units, seconds (s) or milliseconds (ms). Default units are milliseconds.\ Must be a positive integer.\ If specified, \f3jstat\fP will produce its output at each interval.
-.TP 3
-count
-Number of samples to display. Default value is infinity; that is, \f3jstat\fP displays statistics until the target JVM terminates or the \f3jstat\fP command is terminated.\ Must be a positive integer.
+count
+Number of samples to display. Default value is infinity; that is, \f3jstat\fP displays statistics until the target JVM terminates or the \f3jstat\fP command is terminated.\ Must be a positive integer.
+.RE
+
+.LP
.SH "DESCRIPTION"
.LP
+
+.LP
+.LP
The \f3jstat\fP tool displays performance statistics for an instrumented HotSpot Java virtual machine (JVM). The target JVM is identified by its virtual machine identifier, or \f2vmid\fP option described below.
.LP
+.LP
\f3NOTE\fP: This utility is unsupported and may not be available in future versions of the JDK. It is not currently available on Windows 98 and Windows ME. platforms.
.br
+
+.LP
.SS
VIRTUAL MACHINE IDENTIFIER
.LP
+.RS 3
+
+.LP
+.LP
The syntax of the \f2vmid\fP string largely corresponds to the syntax of a URI:
+.LP
.nf
\f3
.fl
[\fP\f4protocol\fP\f3:][//]\fP\f4lvmid\fP[@\f2hostname\fP][:\f2port\fP][/\f2servername\fP]
.fl
.fi
+
+.LP
+.RS 3
.TP 3
-protocol
-The communications protocol. If the \f2protocol\fP is omitted and a \f2hostname\fP is not specified, the default protocol is a platform specific optimized local protocol. If the \f2protocol\fP is omitted and a \f2hostname\fP is specified, then the default protocol is \f3rmi\fP.
+protocol
+The communications protocol. If the \f2protocol\fP is omitted and a \f2hostname\fP is not specified, the default protocol is a platform specific optimized local protocol. If the \f2protocol\fP is omitted and a \f2hostname\fP is specified, then the default protocol is \f3rmi\fP.
.TP 3
-lvmid
-The local virtual machine identifier for the target JVM. The \f2lvmid\fP is a platform\-specific value that uniquely identifies a JVM on a system. The \f2lvmid\fP is the only required component of a virtual machine identifier. The \f2lvmid\fP is typically, but not necessarily, the operating system's process identifier for the target JVM process. You can use the \f3jps\fP command to determine the \f2lvmid\fP. Also, you can determine \f2lvmid\fP on Unix platforms with the \f3ps\fP command, and on Windows with the Windows Task Manager.
+lvmid
+The local virtual machine identifier for the target JVM. The \f2lvmid\fP is a platform\-specific value that uniquely identifies a JVM on a system. The \f2lvmid\fP is the only required component of a virtual machine identifier. The \f2lvmid\fP is typically, but not necessarily, the operating system's process identifier for the target JVM process. You can use the jps(1) command to determine the \f2lvmid\fP. Also, you can determine \f2lvmid\fP on Unix platforms with the \f3ps\fP command, and on Windows with the Windows Task Manager.
+.TP 3
+hostname
+A hostname or IP address indicating the target host. If \f2hostname\fP is omitted, then the target host is the local host.
.TP 3
-hostname
-A hostname or IP address indicating the target host. If \f2hostname\fP is omitted, then the target host is the local host.
+port
+The default port for communicating with the remote server. If the \f2hostname\fP is omitted or the \f2protocol\fP specifies an optimized, local protocol, then \f2port\fP is ignored. Otherwise, treatment of the \f2port\fP parameter is implementation specific. For the default \f3rmi\fP protocol, the \f2port\fP indicates the port number for the rmiregistry on the remote host. If \f2port\fP is omitted, and \f2protocol\fP indicates \f3rmi\fP, then the default rmiregistry port (1099) is used.
.TP 3
-port
-The default port for communicating with the remote server. If the \f2hostname\fP is omitted or the \f2protocol\fP specifies an optimized, local protocol, then \f2port\fP is ignored. Otherwise, treatment of the \f2port\fP parameter is implementation specific. For the default \f3rmi\fP protocol, the \f2port\fP indicates the port number for the rmiregistry on the remote host. If \f2port\fP is omitted, and \f2protocol\fP indicates \f3rmi\fP, then the default rmiregistry port (1099) is used.
-.TP 3
-servername
-The treatment of this parameter depends on implementation. For the optimized local protocol, this field is ignored. For the \f3rmi\fP protocol, it represents the name of the RMI remote object on the remote host.
+servername
+The treatment of this parameter depends on implementation. For the optimized local protocol, this field is ignored. For the \f3rmi\fP protocol, it represents the name of the RMI remote object on the remote host.
+.RE
+
+.LP
+.RE
.SH "OPTIONS"
.LP
+
+.LP
+.LP
The \f3jstat\fP command supports two types of options, general options and output options. General options cause \f3jstat\fP to display simple usage and version information. Output options determine the content and format of the statistical output.
.br
+
+.LP
.LP
\f3NOTE\fP: All options, and their functionality are subject to change or removal in future releases.
+.LP
.SS
-GENERAL
-OPTIONS
+GENERAL OPTIONS
+.LP
.LP
If you specify one of the general options, you cannot specify any other option or parameter.
+.LP
+.RS 3
.TP 3
-\-help
-Display help message.
+\-help
+Display help message.
+.TP 3
+\-version
+Display version information.
.TP 3
-\-version
-Display version information.
-.TP 3
-\-options
-Display list of statistics options. See the Output Options section below.
+\-options
+Display list of statistics options. See the Output Options section below.
+.RE
+
+.LP
.SS
-OUTPUT
-OPTIONS
+OUTPUT OPTIONS
+.LP
+.RS 3
+
+.LP
.LP
If you do not specify a general option, then you can specify output options. Output options determine the content and format of \f3jstat\fP's output, and consist of a single \f2statOption\fP, plus any of the other output options (\-h, \-t, and \-J).\ The \f2statOption\fP must come first.
.LP
+.LP
Output is formatted as a table, with columns are separated by spaces. A header row with titles describes the columns.\ Use the \f3\-h\fP option to set the frequency at which the header is displayed.\ Column header names are generally consistent between the different options. In general, if two options provide a column with the same name, then the data source for the two columns are the same.
.LP
+.LP
Use the \f3\-t\fP option to display a time stamp column, labeled \f2Timestamp\fP as the first column of output. The \f2Timestamp\fP column contains the elapsed time, in seconds, since startup of the target JVM. The resolution of the time stamp is dependent on various factors and is subject to variation due to delayed thread scheduling on heavily loaded systems.
.LP
+.LP
Use the \f2interval\fP and \f2count\fP parameters to determine how frequently and how many times, respectively, \f3jstat\fP displays its output.
.LP
+.LP
\f3NOTE\fP: You are advised not to write scripts to parse \f3jstat's\fP output since the format may change in future releases. If you choose to write scripts that parse \f3jstat\fP output, expect to modify them for future releases of this tool.
+.LP
+.RS 3
.TP 3
-\-statOption
+\-statOption
Determines the statistics information that \f3jstat\fP displays. The following table lists the available options.\ Use the \f3\-options\fP general option to display the list of options for a particular platform installation.
.br
.br
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -405,7 +458,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 158 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 231 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -634,39 +687,33 @@
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-52
.TP 3
-\-hn
-Display a column header every \f2n\fP samples (output rows), where \f2n\fP is a positive integer. Default value is 0, which displays the column header above the first row of data.
+\-h n
+Display a column header every \f2n\fP samples (output rows), where \f2n\fP is a positive integer. Default value is 0, which displays the column header above the first row of data.
.TP 3
-\-tn
-Display a timestamp column as the first column of output. The timestamp is the the time since the start time of the target JVM.
+\-t n
+Display a timestamp column as the first column of output. The timestamp is the time since the start time of the target JVM.
.TP 3
-\-JjavaOption
-Pass \f2javaOption\fP to the \f3java\fP application launcher. For example, \f3\-J\-Xms48m\fP sets the startup memory to 48 megabytes. For a complete list of options, see the following documents:
-.RS 3
-.TP 2
-*
-.na
-\f2java \- the Java application launcher (Solaris)\fP @
-.fi
-http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html
-.TP 2
-*
-.na
-\f2java \- the Java application launcher (Linux)\fP @
-.fi
-http://java.sun.com/javase/6/docs/technotes/tools/linux/java.html
-.TP 2
-*
-java \- the Java application launcher (Windows)
+\-JjavaOption
+Pass \f2javaOption\fP to the \f3java\fP application launcher. For example, \f3\-J\-Xms48m\fP sets the startup memory to 48 megabytes. For a complete list of options, see java(1)
+.RE
+
+.LP
.RE
.SS
-STATOPTIONS AND
-OUTPUT
+STATOPTIONS AND OUTPUT
+.LP
+.RS 3
+
+.LP
.LP
The following tables summarize the columns that \f3jstat\fP outputs for each \f2statOption\fP.
.br
+
+.LP
.SS
\-class Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -779,7 +826,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 214 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 281 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -866,9 +913,12 @@
.rm c+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-21
+
+.LP
.SS
-\-compiler
-Option
+\-compiler Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -1033,7 +1083,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 247 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 317 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -1163,8 +1213,12 @@
.rm f+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-29
+
+.LP
.SS
\-gc Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -1493,7 +1547,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 313 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 387 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -1763,8 +1817,12 @@
.rm n+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-63
+
+.LP
.SS
\-gccapacity Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -2113,7 +2171,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 383 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 461 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -2400,11 +2458,15 @@
.rm o+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-67
+
+.LP
.SS
-\-gccause
-Option
+\-gccause Option
+.LP
.LP
This option displays the same summary of garbage collection statistics as the \f3\-gcutil\fP option, but includes the causes of the last garbage collection event and (if applicable) the current garbage collection event. In addition to the columns listed for \f3\-gcutil\fP, this option adds the following columns:
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -2489,7 +2551,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 402 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 484 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -2551,8 +2613,12 @@
.rm b+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-13
+
+.LP
.SS
\-gcnew Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -2801,7 +2867,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 452 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 538 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -3003,8 +3069,12 @@
.rm j+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-47
+
+.LP
.SS
\-gcnewcapacity Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -3252,7 +3322,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 504 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 594 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -3454,8 +3524,12 @@
.rm j+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-49
+
+.LP
.SS
\-gcold Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -3644,7 +3718,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 542 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 636 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -3795,8 +3869,12 @@
.rm g+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
+
+.LP
.SS
\-gcoldcapacity Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -3985,7 +4063,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 580 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 678 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -4136,8 +4214,12 @@
.rm g+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
+
+.LP
.SS
\-gcpermcapacity Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -4326,7 +4408,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 618 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 720 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -4477,9 +4559,12 @@
.rm g+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
+
+.LP
.SS
-\-gcutil
-Option
+\-gcutil Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -4708,7 +4793,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 665 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 770 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -4893,8 +4978,12 @@
.rm i+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-43
+
+.LP
.SS
\-printcompilation Option
+.LP
+.LP
.TS
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
.de 35
@@ -5003,7 +5092,7 @@
.nr 41 \n(80+(3*\n(38)
.nr 81 +\n(41
.nr TW \n(81
-.if t .if \n(TW>\n(.li .tm Table at line 687 file Input is too wide - \n(TW units
+.if t .if \n(TW>\n(.li .tm Table at line 796 file Input is too wide - \n(TW units
.fc
.nr #T 0-1
.nr #a 0-1
@@ -5086,16 +5175,26 @@
.rm c+
.TE
.if \n-(b.=0 .nr c. \n(.c-\n(d.-19
+
+.LP
.SS
+
+.LP
.SH ""
.LP
+.LP
This section presents some examples of monitoring a local JVM with a \f2lvmid\fP of 21891.
+.LP
.SS
Using the gcutil option
.LP
+.LP
This example attaches to \f2lvmid\fP 21891 and takes 7 samples at 250 millisecond intervals and displays the output as specified by the \f3\-gcutil\fP option.
+.LP
.nf
-\f3jstat \-gcutil 21891 250 7\fP
+\f3
+.fl
+\fP\f3jstat \-gcutil 21891 250 7\fP
.br
.fl
@@ -5129,16 +5228,24 @@
.fl
0.00 7.74 58.11 9.51 96.71 79 0.177 5 0.495 0.673
.br
+
+.fl
.fi
+
+.LP
.LP
The output of this example shows that a young generation collection occurred between the 3rd and 4th sample. The collection took 0.001 seconds and promoted objects from the eden space (E) to the old space (O), resulting in an increase of old space utilization from 9.49% to 9.51%. Before the collection, the survivor space was 12.44% utilized, but after this collection it is only 7.74% utilized.
+.LP
.SS
-Repeating the column header
-string
+Repeating the column header string
+.LP
.LP
This example attaches to \f2lvmid\fP 21891 and takes samples at 250 millisecond intervals and displays the output as specified by \f3\-gcutil\fP option. In addition, it uses the \f3\-h3\fP option to output the column header after every 3 lines of data.
+.LP
.nf
-\f3jstat \-gcnew \-h3 21891 250\fP
+\f3
+.fl
+\fP\f3jstat \-gcnew \-h3 21891 250\fP
.br
.fl
@@ -5180,18 +5287,27 @@
.fl
64.0 64.0 0.0 19.0 31 31 32.0 512.0 306.7 251 0.204
.br
+
+.fl
.fi
+
+.LP
.LP
In addition to showing the repeating header string, this example shows that between the 2nd and 3rd samples, a young GC occurred. Its duration was 0.001 seconds. The collection found enough live data that the survivor space 0 utilization (S0U) would would have exceeded the desired survivor Size (DSS). As a result, objects were promoted to the old generation (not visible in this output), and the tenuring threshold (TT) was lowered from 31 to 2.
.LP
+.LP
Another collection occurs between the 5th and 6th samples. This collection found very few survivors and returned the tenuring threshold to 31.
+.LP
.SS
-Including a
-time stamp for each sample
+Including a time stamp for each sample
+.LP
.LP
This example attaches to \f2lvmid\fP 21891 and takes 3 samples at 250 millisecond intervals. The \f3\-t\fP option is used to generate a time stamp for each sample in the first column.
+.LP
.nf
-\f3jstat \-gcoldcapacity \-t 21891 250 3\fP
+\f3
+.fl
+\fP\f3jstat \-gcoldcapacity \-t 21891 250 3\fP
.br
.fl
@@ -5209,37 +5325,56 @@
.fl
150.7 1408.0 60544.0 13820.0 13820.0 194 81 2.938 3.863
.br
+
+.fl
.fi
+
+.LP
.LP
The \f2Timestamp\fP column reports the elapsed time in seconds since the start of the target JVM. In addition, the \f3\-gcoldcapacity\fP output shows the old generation capacity (OGC) and the old space capacity (OC) increasing as the heap expands to meet allocation and/or promotion demands. The old generation capacity (OGC) has grown to from 11696 KB to 13820 KB after the 81st Full GC (FGC). The maximum capacity of the generation (and space) is 60544 KB (OGCMX), so it still has room to expand.
+.LP
.SS
-Monitor
-instrumentation for a remote JVM
+Monitor instrumentation for a remote JVM
+.LP
.LP
This example attaches to \f2lvmid\fP 40496 on the system named \f2remote.domain\fP using the \f3\-gcutil\fP option, with samples taken every second indefinitely.
+.LP
.nf
-\f3jstat \-gcutil 40496@remote.domain 1000\fP
+\f3
+.fl
+\fP\f3jstat \-gcutil 40496@remote.domain 1000\fP
.br
.fl
... \f2output omitted\fP
.br
+
+.fl
.fi
+
+.LP
.LP
The \f2lvmid\fP is combined with the name of the remote host to construct a \f2vmid\fP of \f240496@remote.domain\fP. This \f2vmid\fP results in the use of the \f3rmi\fP protocol to communicate to the default \f3jstatd\fP server on the remote host. The \f3jstatd\fP server is located using the \f3rmiregistry\fP on \f2remote.domain\fP that is bound to the default \f3rmiregistry\fP port (port 1099).
+.LP
+.RE
.SH "SEE ALSO"
+.LP
.RS 3
.TP 2
-*
-java \- the Java Application Launcher
+o
+java(1) \- the Java Application Launcher
.TP 2
-*
-jps \- the Java Process Status Application
+o
+jps(1) \- the Java Process Status Application
+.TP 2
+o
+jstatd(1) \- the jvmstat daemon
.TP 2
-*
-jstatd \- the jvmstat daemon
-.TP 2
-*
-rmiregistry \- the Java Remote Object Registry
+o
+rmiregistry(1) \- the Java Remote Object Registry
.RE
+
+.LP
+
+.LP