jdk/src/linux/doc/man/jstat.1
author jjg
Tue, 11 Mar 2008 13:14:55 -0700
changeset 168 25697c18650b
parent 2 90ce3da70b43
child 2692 345bc8d65b19
permissions -rw-r--r--
6307187: clean up code for -Xlint:options Summary: introduce common code for handling one-of and any-of options Reviewed-by: mcimadamore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
.'" t
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
." Copyright 2004-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
." DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
." This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
." under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
." published by the Free Software Foundation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
." This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
." ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
." FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
." version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
." accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
." You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
." 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
." Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
." Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
." CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
." have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
."
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
." `
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
.TH jstat 1 "06 Aug 2006"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
." Generated by html2man
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
.SH NAME
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
jstat \- Java Virtual Machine Statistics Monitoring Tool
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
.SH "SYNOPSIS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
\f3jstat\fP [ \f2generalOption\fP | \f2outputOptions\fP\f2vmid\fP [\f2interval\fP[s|ms] [\f2count\fP]] ]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
.SH "PARAMETERS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
generalOption
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
A single general command\-line option (\-help, \-options, or \-version)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
outputOptions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
One or more output options, consisting of a single \f2statOption\fP, plus any of the \-t, \-h, and \-J options.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
vmid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
Virtual machine identifier, a string indicating the target Java virtual machine (JVM). The general syntax is 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
[\fP\f4protocol\fP\f3:][//]\fP\f4lvmid\fP[@\f2hostname\fP[:\f2port\fP]/\f2servername\fP]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
interval[s|ms]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
count
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
.SH "DESCRIPTION"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
\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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
VIRTUAL MACHINE IDENTIFIER
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
The syntax of the \f2vmid\fP string largely corresponds to the syntax of a URI:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
\f3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
[\fP\f4protocol\fP\f3:][//]\fP\f4lvmid\fP[@\f2hostname\fP][:\f2port\fP][/\f2servername\fP]
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
protocol
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
lvmid
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
hostname
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
A hostname or IP address indicating the target host. If \f2hostname\fP is omitted, then the target host is the local host.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
port
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
servername
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
.SH "OPTIONS"
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
\f3NOTE\fP: All options, and their functionality are subject to change or removal in future releases.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
GENERAL
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
OPTIONS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
If you specify one of the general options, you cannot specify any other option or parameter.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
\-help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Display help message.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\-version
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
Display version information.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\-options
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
Display list of statistics options. See the Output Options section below.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
OUTPUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
OPTIONS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
Use the \f2interval\fP and \f2count\fP parameters to determine how frequently and how many times, respectively, \f3jstat\fP displays its output.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
\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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
\-statOption
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
Statistics on the behavior of the class loader.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
Statistics of the behavior of the HotSpot Just\-in\-Time compiler.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
Statistics of the behavior of the garbage collected heap.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
Statistics of the capacities of the generations and their corresponding spaces.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
Summary of garbage collection statistics (same as \f3\-gcutil\fP), with the cause of the last and current (if applicable) garbage collection events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
Statistics of the behavior of the new generation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
Statistics of the sizes of the new generations and its corresponding spaces.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
Statistics of the behavior of the old and permanent generations.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
Statistics of the sizes of the old generation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
Statistics of the sizes of the permanent generation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
Summary of garbage collection statistics.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
HotSpot compilation method statistics.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   333
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   334
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   335
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
.nr 38 \w\f3Option\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   343
.nr 38 \wclass
90ce3da70b43 Initial load
duke
parents:
diff changeset
   344
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   345
.nr 38 \wcompiler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
.nr 38 \wgc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
.nr 38 \wgccapacity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   350
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
.nr 38 \wgccause
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
.nr 38 \wgcnew
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
.nr 38 \wgcnewcapacity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
.nr 38 \wgcold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
.nr 38 \wgcoldcapacity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
.nr 38 \wgcpermcapacity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
.nr 38 \wgcutil
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
.nr 38 \wprintcompilation
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
.nr 38 \w\f3Displays...\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
.nr 38 \n(l-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
.if t .if \n(TW>\n(.li .tm Table at line 158 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   415
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
\&\h'|\n(40u'\f3Option\fP\h'|\n(41u'\f3Displays...\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   426
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   427
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   428
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
\&\h'|\n(40u'class\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   441
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   442
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   443
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
\&\h'|\n(40u'compiler\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   448
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   454
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   455
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
\&\h'|\n(40u'gc\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
\&\h'|\n(40u'gccapacity\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   494
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   495
\&\h'|\n(40u'gccause\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   496
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   508
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   509
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   510
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
\&\h'|\n(40u'gcnew\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   513
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   514
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   515
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   517
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   520
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   521
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   522
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   523
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
\&\h'|\n(40u'gcnewcapacity\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   542
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   543
\&\h'|\n(40u'gcold\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   544
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   557
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   558
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   559
\&\h'|\n(40u'gcoldcapacity\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   562
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   563
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   564
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   573
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   574
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   575
\&\h'|\n(40u'gcpermcapacity\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   576
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
\&\h'|\n(40u'gcutil\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
.ne \n(l|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
\&\h'|\n(40u'printcompilation\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
.l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
.if \n-(b.=0 .nr c. \n(.c-\n(d.-52
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
\-hn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
\-tn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
Display a timestamp column as the first column of output. The timestamp is the the time since the start time of the target JVM.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
.TP 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
\-JjavaOption
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
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: 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
\f2java \- the Java application launcher (Solaris)\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
http://java.sun.com/javase/6/docs/technotes/tools/solaris/java.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
.na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
\f2java \- the Java application launcher (Linux)\fP @
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
http://java.sun.com/javase/6/docs/technotes/tools/linux/java.html
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
java \- the Java application launcher (Windows)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
STATOPTIONS AND
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
OUTPUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
The following tables summarize the columns that \f3jstat\fP outputs for each \f2statOption\fP.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
\-class Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   672
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   680
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   681
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   682
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   683
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   684
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   685
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   686
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   687
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   688
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   689
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   690
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   691
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   692
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   693
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   694
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   695
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   696
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   697
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   698
Number of classes unloaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   699
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   700
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   701
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   702
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   703
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   704
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   705
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   706
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   707
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   708
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   709
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   710
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   711
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   712
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   713
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   714
Number of Kbytes unloaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   715
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   716
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   717
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   718
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   719
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   720
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   721
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   722
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   723
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   724
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   725
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   726
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   727
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   728
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   729
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   730
Time spent performing class load and unload operations.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   731
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   732
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   733
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   734
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   735
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   736
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   737
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   738
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   739
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   740
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   741
.nr 38 \wClass Loader Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
   742
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   743
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   744
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   745
.nr 38 \wLoaded
90ce3da70b43 Initial load
duke
parents:
diff changeset
   746
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   747
.nr 38 \wBytes
90ce3da70b43 Initial load
duke
parents:
diff changeset
   748
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   749
.nr 38 \wUnloaded
90ce3da70b43 Initial load
duke
parents:
diff changeset
   750
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   751
.nr 38 \wBytes
90ce3da70b43 Initial load
duke
parents:
diff changeset
   752
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   753
.nr 38 \wTime
90ce3da70b43 Initial load
duke
parents:
diff changeset
   754
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   755
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   756
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
   757
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   758
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   759
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   760
.nr 38 \wNumber of classes loaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   761
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   762
.nr 38 \wNumber of Kbytes loaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   763
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   764
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   765
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   766
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   767
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   768
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   769
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   770
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   771
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   772
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   773
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   774
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   775
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   776
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   777
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   778
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
   779
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   780
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
   781
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   782
.if t .if \n(TW>\n(.li .tm Table at line 214 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
   783
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
   784
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   785
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   786
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   787
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   788
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   789
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   790
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   791
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   792
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   793
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
   794
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   795
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
   796
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   797
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   798
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   799
\&\h'|\n(40u'Class Loader Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   800
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   801
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   802
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   803
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   804
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   805
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   806
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   807
\&\h'|\n(40u'Loaded\h'|\n(41u'Number of classes loaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   808
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   809
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   810
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   811
\&\h'|\n(40u'Bytes\h'|\n(41u'Number of Kbytes loaded.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   812
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   813
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   814
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   815
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   816
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   817
\&\h'|\n(40u'Unloaded\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   818
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   819
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   820
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   821
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   822
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   823
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   824
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   825
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   826
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   827
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   828
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   829
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   830
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   831
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   832
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   833
\&\h'|\n(40u'Bytes\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   834
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   835
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   836
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   837
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   838
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   839
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   840
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   841
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   842
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   843
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   844
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   845
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   846
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   847
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   848
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
   849
\&\h'|\n(40u'Time\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
   850
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   851
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
   852
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
   853
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   854
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   855
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   856
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   857
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   858
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   859
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   860
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   861
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   862
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   863
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   864
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   865
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   866
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   867
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
   868
.if \n-(b.=0 .nr c. \n(.c-\n(d.-21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   869
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   870
\-compiler
90ce3da70b43 Initial load
duke
parents:
diff changeset
   871
Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
   872
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
   873
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   874
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   875
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   876
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   877
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   878
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   879
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
   880
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
   881
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   882
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   883
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   884
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
   885
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
   886
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   887
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
   888
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
   889
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   890
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
   891
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   892
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   893
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   894
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   895
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   896
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   897
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   898
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   899
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   900
Number of compilation tasks performed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   901
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   902
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   903
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   904
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   905
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   906
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   907
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   908
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   909
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   910
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   911
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   912
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   913
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   914
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   915
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   916
Number of compilation tasks that failed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   917
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   918
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   919
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   920
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   921
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   922
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   923
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   924
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   925
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   926
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   927
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   928
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   929
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   930
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   931
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   932
Number of compilation tasks that were invalidated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   933
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   934
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   935
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   936
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   937
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   938
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   939
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   940
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   941
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   942
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   943
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   944
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   945
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   946
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   947
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   948
Time spent performing compilation tasks.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   949
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   950
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   951
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   952
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   953
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   954
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   955
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   956
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   957
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   958
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   959
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   960
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   961
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   962
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   963
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   964
Compile type of the last failed compilation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   965
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   966
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   967
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   968
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   969
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   970
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   971
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
   972
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
   973
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   974
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
   975
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   976
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
   977
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   978
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   979
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   980
Class name and method for the last failed compilation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   981
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
   982
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
   983
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
   984
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
   985
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   986
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   987
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
   988
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   989
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
   990
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   991
.nr 38 \wHotSpot Just\-In\-Time Compiler Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
   992
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   993
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
   994
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   995
.nr 38 \wCompiled
90ce3da70b43 Initial load
duke
parents:
diff changeset
   996
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   997
.nr 38 \wFailed
90ce3da70b43 Initial load
duke
parents:
diff changeset
   998
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
   999
.nr 38 \wInvalid
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1000
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1001
.nr 38 \wTime
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1002
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1003
.nr 38 \wFailedType
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1004
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1005
.nr 38 \wFailedMethod
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1006
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1007
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1008
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1009
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1010
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1011
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1012
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1013
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1014
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1015
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1016
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1017
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1018
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1019
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1020
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1021
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1022
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1023
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1024
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1025
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1026
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1027
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1028
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1029
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1030
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1031
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1032
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1033
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1034
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1035
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1036
.if t .if \n(TW>\n(.li .tm Table at line 247 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1037
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1038
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1039
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1040
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1041
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1042
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1043
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1044
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1045
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1046
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1047
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1048
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1049
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1050
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1051
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1052
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1053
\&\h'|\n(40u'HotSpot Just\-In\-Time Compiler Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1054
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1055
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1056
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1057
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1058
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1059
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1060
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1061
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1062
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1063
\&\h'|\n(40u'Compiled\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1064
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1065
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1066
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1067
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1068
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1069
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1070
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1071
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1072
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1073
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1074
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1075
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1076
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1077
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1078
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1079
\&\h'|\n(40u'Failed\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1080
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1081
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1082
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1083
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1084
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1085
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1086
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1087
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1088
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1089
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1090
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1091
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1092
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1093
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1094
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1095
\&\h'|\n(40u'Invalid\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1096
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1097
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1098
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1099
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1100
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1101
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1102
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1103
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1104
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1105
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1106
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1107
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1108
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1109
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1110
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1111
\&\h'|\n(40u'Time\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1112
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1113
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1114
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1115
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1116
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1117
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1118
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1119
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1120
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1121
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1122
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1123
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1124
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1125
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1126
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1127
\&\h'|\n(40u'FailedType\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1128
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1129
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1130
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1131
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1132
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1133
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1134
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1135
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1136
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1137
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1138
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1139
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1140
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1141
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1142
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1143
\&\h'|\n(40u'FailedMethod\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1144
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1145
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1146
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1147
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1148
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1149
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1150
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1151
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1152
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1153
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1154
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1155
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1156
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1157
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1158
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1159
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1160
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1161
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1162
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1163
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1164
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1165
.if \n-(b.=0 .nr c. \n(.c-\n(d.-29
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1166
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1167
\-gc Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1168
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1169
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1170
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1171
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1172
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1173
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1174
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1175
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1176
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1177
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1178
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1179
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1180
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1181
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1182
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1183
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1184
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1185
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1186
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1187
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1188
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1189
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1190
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1191
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1192
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1193
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1194
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1195
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1196
Current survivor space 0 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1197
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1198
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1199
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1200
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1201
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1202
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1203
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1204
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1205
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1206
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1207
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1208
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1209
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1210
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1211
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1212
Current survivor space 1 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1213
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1214
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1215
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1216
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1217
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1218
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1219
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1220
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1221
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1222
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1223
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1224
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1225
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1226
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1227
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1228
Survivor space 0 utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1229
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1230
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1231
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1232
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1233
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1234
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1235
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1236
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1237
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1238
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1239
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1240
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1241
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1242
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1243
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1244
Survivor space 1 utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1245
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1246
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1247
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1248
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1249
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1250
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1251
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1252
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1253
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1254
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1255
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1256
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1257
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1258
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1259
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1260
Current eden space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1261
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1262
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1263
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1264
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1265
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1266
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1267
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1268
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1269
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1270
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1271
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1272
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1273
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1274
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1275
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1276
Eden space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1277
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1278
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1279
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1280
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1281
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1282
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1283
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1284
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1285
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1286
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1287
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1288
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1289
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1290
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1291
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1292
Current old space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1293
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1294
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1295
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1296
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1297
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1298
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1299
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1300
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1301
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1302
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1303
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1304
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1305
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1306
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1307
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1308
Old space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1309
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1310
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1311
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1312
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1313
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1314
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1315
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1316
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1317
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1318
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1319
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1320
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1321
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1322
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1323
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1324
Current permanent space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1325
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1326
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1327
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1328
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1329
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1330
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1331
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1332
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1333
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1334
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1335
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1336
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1337
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1338
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1339
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1340
Permanent space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1341
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1342
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1343
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1344
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1345
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1346
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1347
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1348
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1349
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1350
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1351
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1352
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1353
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1354
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1355
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1356
Number of young generation GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1357
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1358
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1359
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1360
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1361
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1362
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1363
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1364
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1365
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1366
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1367
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1368
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1369
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1370
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1371
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1372
Young generation garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1373
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1374
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1375
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1376
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1377
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1378
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1379
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1380
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1381
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1382
.di m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1383
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1384
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1385
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1386
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1387
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1388
Full garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1389
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1390
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1391
.nr m| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1392
.nr m- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1393
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1394
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1395
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1396
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1397
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1398
.di n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1399
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1400
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1401
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1402
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1403
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1404
Total garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1405
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1406
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1407
.nr n| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1408
.nr n- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1409
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1410
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1411
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1412
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1413
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1414
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1415
.nr 38 \wGarbage\-collected heap statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1416
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1417
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1418
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1419
.nr 38 \wS0C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1420
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1421
.nr 38 \wS1C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1422
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1423
.nr 38 \wS0U
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1424
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1425
.nr 38 \wS1U
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1426
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1427
.nr 38 \wEC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1428
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1429
.nr 38 \wEU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1430
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1431
.nr 38 \wOC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1432
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1433
.nr 38 \wOU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1434
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1435
.nr 38 \wPC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1436
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1437
.nr 38 \wPU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1438
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1439
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1440
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1441
.nr 38 \wYGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1442
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1443
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1444
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1445
.nr 38 \wFGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1446
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1447
.nr 38 \wGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1448
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1449
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1450
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1451
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1452
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1453
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1454
.nr 38 \wNumber of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1455
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1456
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1457
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1458
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1459
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1460
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1461
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1462
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1463
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1464
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1465
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1466
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1467
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1468
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1469
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1470
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1471
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1472
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1473
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1474
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1475
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1476
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1477
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1478
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1479
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1480
.nr 38 \n(l-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1481
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1482
.nr 38 \n(m-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1483
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1484
.nr 38 \n(n-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1485
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1486
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1487
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1488
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1489
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1490
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1491
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1492
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1493
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1494
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1495
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1496
.if t .if \n(TW>\n(.li .tm Table at line 313 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1497
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1498
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1499
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1500
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1501
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1502
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1503
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1504
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1505
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1506
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1507
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1508
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1509
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1510
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1511
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1512
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1513
\&\h'|\n(40u'Garbage\-collected heap statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1514
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1515
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1516
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1517
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1518
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1519
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1520
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1521
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1522
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1523
\&\h'|\n(40u'S0C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1524
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1525
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1526
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1527
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1528
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1529
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1530
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1531
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1532
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1533
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1534
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1535
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1536
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1537
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1538
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1539
\&\h'|\n(40u'S1C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1540
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1541
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1542
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1543
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1544
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1545
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1546
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1547
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1548
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1549
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1550
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1551
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1552
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1553
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1554
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1555
\&\h'|\n(40u'S0U\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1556
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1557
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1558
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1559
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1560
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1561
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1562
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1563
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1564
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1565
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1566
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1567
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1568
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1569
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1570
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1571
\&\h'|\n(40u'S1U\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1572
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1573
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1574
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1575
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1576
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1577
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1578
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1579
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1580
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1581
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1582
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1583
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1584
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1585
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1586
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1587
\&\h'|\n(40u'EC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1588
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1589
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1590
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1591
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1592
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1593
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1594
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1595
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1596
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1597
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1598
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1599
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1600
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1601
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1602
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1603
\&\h'|\n(40u'EU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1604
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1605
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1606
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1607
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1608
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1609
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1610
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1611
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1612
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1613
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1614
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1615
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1616
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1617
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1618
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1619
\&\h'|\n(40u'OC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1620
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1621
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1622
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1623
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1624
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1625
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1626
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1627
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1628
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1629
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1630
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1631
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1632
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1633
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1634
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1635
\&\h'|\n(40u'OU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1636
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1637
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1638
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1639
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1640
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1641
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1642
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1643
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1644
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1645
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1646
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1647
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1648
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1649
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1650
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1651
\&\h'|\n(40u'PC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1652
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1653
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1654
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1655
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1656
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1657
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1658
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1659
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1660
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1661
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1662
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1663
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1664
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1665
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1666
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1667
\&\h'|\n(40u'PU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1668
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1669
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1670
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1671
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1672
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1673
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1674
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1675
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1676
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1677
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1678
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1679
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1680
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1681
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1682
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1683
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1684
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1685
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1686
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1687
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1688
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1689
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1690
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1691
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1692
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1693
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1694
.ne \n(l|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1695
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1696
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1697
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1698
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1699
\&\h'|\n(40u'YGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1700
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1701
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1702
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1703
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1704
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1705
.l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1706
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1707
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1708
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1709
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1710
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1711
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1712
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1713
\&\h'|\n(40u'FGC\h'|\n(41u'Number of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1714
.ne \n(m|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1715
.if (\n(m|+\n(#^-1v)>\n(#- .nr #- +(\n(m|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1716
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1717
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1718
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1719
\&\h'|\n(40u'FGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1720
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1721
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1722
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1723
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1724
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1725
.m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1726
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1727
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1728
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1729
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1730
.ne \n(n|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1731
.if (\n(n|+\n(#^-1v)>\n(#- .nr #- +(\n(n|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1732
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1733
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1734
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1735
\&\h'|\n(40u'GCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1736
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1737
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1738
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1739
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1740
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1741
.n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1742
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1743
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1744
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1745
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1746
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1747
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1748
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1749
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1750
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1751
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1752
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1753
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1754
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1755
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1756
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1757
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1758
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1759
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1760
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1761
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1762
.rm m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1763
.rm n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1764
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1765
.if \n-(b.=0 .nr c. \n(.c-\n(d.-63
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1766
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1767
\-gccapacity Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1768
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1769
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1770
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1771
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1772
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1773
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1774
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1775
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1776
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1777
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1778
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1779
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1780
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1781
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1782
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1783
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1784
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1785
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1786
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1787
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1788
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1789
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1790
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1791
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1792
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1793
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1794
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1795
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1796
Minimum new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1797
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1798
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1799
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1800
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1801
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1802
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1803
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1804
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1805
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1806
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1807
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1808
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1809
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1810
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1811
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1812
Maximum new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1813
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1814
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1815
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1816
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1817
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1818
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1819
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1820
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1821
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1822
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1823
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1824
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1825
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1826
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1827
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1828
Current new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1829
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1830
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1831
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1832
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1833
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1834
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1835
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1836
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1837
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1838
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1839
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1840
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1841
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1842
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1843
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1844
Current survivor space 0 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1845
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1846
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1847
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1848
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1849
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1850
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1851
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1852
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1853
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1854
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1855
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1856
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1857
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1858
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1859
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1860
Current survivor space 1 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1861
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1862
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1863
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1864
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1865
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1866
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1867
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1868
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1869
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1870
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1871
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1872
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1873
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1874
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1875
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1876
Current eden space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1877
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1878
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1879
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1880
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1881
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1882
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1883
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1884
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1885
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1886
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1887
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1888
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1889
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1890
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1891
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1892
Minimum old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1893
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1894
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1895
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1896
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1897
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1898
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1899
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1900
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1901
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1902
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1903
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1904
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1905
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1906
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1907
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1908
Maximum old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1909
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1910
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1911
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1912
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1913
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1914
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1915
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1916
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1917
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1918
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1919
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1920
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1921
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1922
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1923
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1924
Current old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1925
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1926
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1927
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1928
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1929
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1930
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1931
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1932
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1933
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1934
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1935
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1936
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1937
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1938
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1939
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1940
Current old space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1941
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1942
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1943
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1944
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1945
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1946
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1947
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1948
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1949
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1950
.di k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1951
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1952
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1953
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1954
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1955
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1956
Minimum permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1957
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1958
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1959
.nr k| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1960
.nr k- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1961
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1962
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1963
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1964
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1965
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1966
.di l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1967
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1968
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1969
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1970
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1971
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1972
Maximum Permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1973
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1974
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1975
.nr l| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1976
.nr l- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1977
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1978
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1979
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1980
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1981
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1982
.di m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1983
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1984
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1985
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1986
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1987
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1988
Current Permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1989
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1990
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1991
.nr m| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1992
.nr m- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1993
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1994
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1995
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1996
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1997
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1998
.di n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  1999
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2000
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2001
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2002
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2003
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2004
Current Permanent space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2005
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2006
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2007
.nr n| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2008
.nr n- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2009
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2010
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2011
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2012
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2013
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2014
.di o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2015
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2016
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2017
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2018
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2019
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2020
Number of Young generation GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2021
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2022
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2023
.nr o| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2024
.nr o- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2025
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2026
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2027
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2028
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2029
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2030
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2031
.nr 38 \wMemory Pool Generation and Space Capacities
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2032
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2033
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2034
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2035
.nr 38 \wNGCMN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2036
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2037
.nr 38 \wNGCMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2038
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2039
.nr 38 \wNGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2040
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2041
.nr 38 \wS0C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2042
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2043
.nr 38 \wS1C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2044
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2045
.nr 38 \wEC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2046
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2047
.nr 38 \wOGCMN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2048
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2049
.nr 38 \wOGCMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2050
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2051
.nr 38 \wOGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2052
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2053
.nr 38 \wOC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2054
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2055
.nr 38 \wPGCMN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2056
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2057
.nr 38 \wPGCMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2058
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2059
.nr 38 \wPGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2060
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2061
.nr 38 \wPC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2062
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2063
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2064
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2065
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2066
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2067
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2068
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2069
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2070
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2071
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2072
.nr 38 \wNumber of Full GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2073
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2074
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2075
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2076
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2077
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2078
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2079
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2080
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2081
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2082
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2083
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2084
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2085
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2086
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2087
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2088
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2089
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2090
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2091
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2092
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2093
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2094
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2095
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2096
.nr 38 \n(k-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2097
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2098
.nr 38 \n(l-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2099
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2100
.nr 38 \n(m-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2101
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2102
.nr 38 \n(n-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2103
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2104
.nr 38 \n(o-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2105
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2106
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2107
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2108
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2109
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2110
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2111
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2112
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2113
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2114
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2115
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2116
.if t .if \n(TW>\n(.li .tm Table at line 383 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2117
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2118
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2119
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2120
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2121
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2122
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2123
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2124
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2125
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2126
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2127
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2128
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2129
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2130
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2131
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2132
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2133
\&\h'|\n(40u'Memory Pool Generation and Space Capacities\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2134
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2135
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2136
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2137
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2138
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2139
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2140
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2141
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2142
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2143
\&\h'|\n(40u'NGCMN\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2144
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2145
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2146
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2147
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2148
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2149
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2150
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2151
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2152
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2153
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2154
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2155
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2156
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2157
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2158
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2159
\&\h'|\n(40u'NGCMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2160
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2161
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2162
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2163
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2164
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2165
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2166
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2167
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2168
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2169
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2170
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2171
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2172
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2173
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2174
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2175
\&\h'|\n(40u'NGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2176
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2177
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2178
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2179
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2180
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2181
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2182
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2183
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2184
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2185
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2186
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2187
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2188
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2189
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2190
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2191
\&\h'|\n(40u'S0C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2192
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2193
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2194
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2195
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2196
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2197
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2198
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2199
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2200
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2201
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2202
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2203
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2204
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2205
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2206
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2207
\&\h'|\n(40u'S1C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2208
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2209
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2210
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2211
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2212
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2213
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2214
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2215
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2216
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2217
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2218
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2219
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2220
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2221
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2222
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2223
\&\h'|\n(40u'EC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2224
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2225
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2226
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2227
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2228
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2229
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2230
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2231
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2232
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2233
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2234
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2235
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2236
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2237
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2238
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2239
\&\h'|\n(40u'OGCMN\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2240
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2241
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2242
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2243
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2244
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2245
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2246
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2247
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2248
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2249
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2250
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2251
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2252
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2253
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2254
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2255
\&\h'|\n(40u'OGCMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2256
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2257
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2258
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2259
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2260
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2261
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2262
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2263
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2264
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2265
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2266
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2267
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2268
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2269
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2270
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2271
\&\h'|\n(40u'OGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2272
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2273
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2274
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2275
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2276
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2277
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2278
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2279
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2280
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2281
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2282
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2283
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2284
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2285
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2286
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2287
\&\h'|\n(40u'OC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2288
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2289
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2290
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2291
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2292
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2293
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2294
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2295
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2296
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2297
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2298
.ne \n(k|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2299
.if (\n(k|+\n(#^-1v)>\n(#- .nr #- +(\n(k|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2300
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2301
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2302
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2303
\&\h'|\n(40u'PGCMN\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2304
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2305
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2306
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2307
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2308
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2309
.k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2310
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2311
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2312
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2313
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2314
.ne \n(l|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2315
.if (\n(l|+\n(#^-1v)>\n(#- .nr #- +(\n(l|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2316
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2317
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2318
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2319
\&\h'|\n(40u'PGCMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2320
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2321
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2322
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2323
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2324
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2325
.l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2326
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2327
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2328
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2329
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2330
.ne \n(m|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2331
.if (\n(m|+\n(#^-1v)>\n(#- .nr #- +(\n(m|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2332
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2333
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2334
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2335
\&\h'|\n(40u'PGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2336
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2337
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2338
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2339
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2340
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2341
.m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2342
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2343
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2344
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2345
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2346
.ne \n(n|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2347
.if (\n(n|+\n(#^-1v)>\n(#- .nr #- +(\n(n|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2348
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2349
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2350
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2351
\&\h'|\n(40u'PC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2352
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2353
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2354
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2355
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2356
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2357
.n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2358
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2359
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2360
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2361
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2362
.ne \n(o|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2363
.if (\n(o|+\n(#^-1v)>\n(#- .nr #- +(\n(o|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2364
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2365
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2366
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2367
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2368
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2369
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2370
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2371
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2372
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2373
.o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2374
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2375
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2376
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2377
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2378
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2379
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2380
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2381
\&\h'|\n(40u'FGC\h'|\n(41u'Number of Full GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2382
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2383
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2384
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2385
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2386
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2387
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2388
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2389
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2390
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2391
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2392
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2393
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2394
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2395
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2396
.rm k+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2397
.rm l+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2398
.rm m+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2399
.rm n+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2400
.rm o+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2401
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2402
.if \n-(b.=0 .nr c. \n(.c-\n(d.-67
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2403
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2404
\-gccause
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2405
Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2406
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2407
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:
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2408
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2409
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2410
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2411
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2412
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2413
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2414
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2415
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2416
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2417
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2418
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2419
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2420
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2421
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2422
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2423
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2424
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2425
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2426
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2427
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2428
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2429
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2430
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2431
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2432
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2433
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2434
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2435
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2436
Cause of last Garbage Collection.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2437
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2438
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2439
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2440
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2441
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2442
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2443
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2444
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2445
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2446
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2447
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2448
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2449
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2450
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2451
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2452
Cause of current Garbage Collection.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2453
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2454
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2455
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2456
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2457
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2458
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2459
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2460
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2461
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2462
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2463
.nr 38 \wGarbage Collection Statistics, Including GC Events
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2464
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2465
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2466
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2467
.nr 38 \wLGCC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2468
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2469
.nr 38 \wGCC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2470
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2471
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2472
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2473
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2474
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2475
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2476
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2477
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2478
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2479
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2480
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2481
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2482
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2483
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2484
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2485
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2486
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2487
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2488
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2489
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2490
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2491
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2492
.if t .if \n(TW>\n(.li .tm Table at line 402 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2493
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2494
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2495
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2496
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2497
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2498
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2499
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2500
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2501
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2502
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2503
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2504
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2505
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2506
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2507
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2508
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2509
\&\h'|\n(40u'Garbage Collection Statistics, Including GC Events\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2510
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2511
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2512
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2513
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2514
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2515
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2516
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2517
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2518
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2519
\&\h'|\n(40u'LGCC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2520
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2521
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2522
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2523
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2524
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2525
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2526
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2527
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2528
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2529
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2530
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2531
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2532
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2533
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2534
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2535
\&\h'|\n(40u'GCC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2536
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2537
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2538
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2539
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2540
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2541
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2542
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2543
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2544
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2545
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2546
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2547
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2548
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2549
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2550
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2551
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2552
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2553
.if \n-(b.=0 .nr c. \n(.c-\n(d.-13
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2554
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2555
\-gcnew Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2556
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2557
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2558
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2559
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2560
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2561
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2562
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2563
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2564
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2565
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2566
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2567
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2568
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2569
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2570
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2571
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2572
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2573
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2574
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2575
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2576
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2577
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2578
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2579
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2580
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2581
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2582
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2583
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2584
Current survivor space 0 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2585
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2586
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2587
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2588
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2589
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2590
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2591
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2592
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2593
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2594
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2595
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2596
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2597
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2598
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2599
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2600
Current survivor space 1 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2601
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2602
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2603
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2604
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2605
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2606
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2607
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2608
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2609
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2610
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2611
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2612
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2613
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2614
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2615
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2616
Survivor space 0 utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2617
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2618
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2619
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2620
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2621
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2622
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2623
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2624
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2625
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2626
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2627
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2628
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2629
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2630
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2631
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2632
Survivor space 1 utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2633
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2634
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2635
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2636
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2637
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2638
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2639
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2640
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2641
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2642
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2643
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2644
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2645
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2646
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2647
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2648
Maximum tenuring threshold.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2649
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2650
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2651
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2652
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2653
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2654
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2655
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2656
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2657
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2658
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2659
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2660
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2661
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2662
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2663
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2664
Desired survivor size (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2665
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2666
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2667
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2668
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2669
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2670
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2671
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2672
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2673
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2674
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2675
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2676
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2677
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2678
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2679
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2680
Current eden space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2681
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2682
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2683
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2684
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2685
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2686
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2687
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2688
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2689
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2690
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2691
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2692
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2693
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2694
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2695
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2696
Eden space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2697
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2698
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2699
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2700
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2701
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2702
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2703
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2704
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2705
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2706
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2707
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2708
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2709
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2710
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2711
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2712
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2713
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2714
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2715
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2716
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2717
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2718
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2719
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2720
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2721
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2722
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2723
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2724
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2725
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2726
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2727
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2728
Young generation garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2729
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2730
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2731
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2732
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2733
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2734
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2735
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2736
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2737
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2738
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2739
.nr 38 \wNew Generation Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2740
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2741
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2742
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2743
.nr 38 \wS0C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2744
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2745
.nr 38 \wS1C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2746
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2747
.nr 38 \wS0U
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2748
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2749
.nr 38 \wS1U
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2750
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2751
.nr 38 \wTT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2752
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2753
.nr 38 \wMTT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2754
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2755
.nr 38 \wDSS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2756
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2757
.nr 38 \wEC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2758
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2759
.nr 38 \wEU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2760
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2761
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2762
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2763
.nr 38 \wYGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2764
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2765
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2766
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2767
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2768
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2769
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2770
.nr 38 \wTenuring threshold.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2771
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2772
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2773
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2774
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2775
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2776
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2777
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2778
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2779
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2780
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2781
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2782
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2783
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2784
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2785
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2786
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2787
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2788
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2789
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2790
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2791
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2792
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2793
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2794
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2795
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2796
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2797
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2798
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2799
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2800
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2801
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2802
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2803
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2804
.if t .if \n(TW>\n(.li .tm Table at line 452 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2805
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2806
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2807
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2808
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2809
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2810
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2811
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2812
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2813
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2814
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2815
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2816
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2817
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2818
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2819
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2820
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2821
\&\h'|\n(40u'New Generation Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2822
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2823
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2824
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2825
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2826
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2827
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2828
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2829
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2830
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2831
\&\h'|\n(40u'S0C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2832
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2833
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2834
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2835
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2836
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2837
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2838
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2839
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2840
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2841
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2842
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2843
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2844
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2845
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2846
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2847
\&\h'|\n(40u'S1C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2848
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2849
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2850
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2851
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2852
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2853
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2854
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2855
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2856
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2857
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2858
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2859
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2860
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2861
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2862
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2863
\&\h'|\n(40u'S0U\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2864
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2865
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2866
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2867
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2868
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2869
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2870
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2871
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2872
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2873
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2874
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2875
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2876
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2877
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2878
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2879
\&\h'|\n(40u'S1U\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2880
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2881
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2882
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2883
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2884
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2885
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2886
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2887
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2888
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2889
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2890
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2891
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2892
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2893
\&\h'|\n(40u'TT\h'|\n(41u'Tenuring threshold.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2894
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2895
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2896
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2897
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2898
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2899
\&\h'|\n(40u'MTT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2900
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2901
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2902
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2903
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2904
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2905
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2906
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2907
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2908
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2909
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2910
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2911
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2912
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2913
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2914
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2915
\&\h'|\n(40u'DSS\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2916
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2917
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2918
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2919
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2920
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2921
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2922
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2923
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2924
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2925
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2926
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2927
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2928
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2929
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2930
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2931
\&\h'|\n(40u'EC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2932
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2933
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2934
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2935
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2936
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2937
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2938
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2939
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2940
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2941
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2942
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2943
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2944
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2945
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2946
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2947
\&\h'|\n(40u'EU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2948
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2949
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2950
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2951
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2952
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2953
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2954
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2955
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2956
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2957
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2958
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2959
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2960
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2961
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2962
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2963
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2964
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2965
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2966
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2967
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2968
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2969
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2970
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2971
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2972
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2973
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2974
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2975
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2976
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2977
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2978
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2979
\&\h'|\n(40u'YGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2980
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2981
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2982
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2983
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2984
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2985
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2986
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2987
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2988
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2989
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2990
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2991
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2992
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2993
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2994
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2995
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2996
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2997
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2998
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  2999
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3000
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3001
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3002
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3003
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3004
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3005
.if \n-(b.=0 .nr c. \n(.c-\n(d.-47
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3006
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3007
\-gcnewcapacity Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3008
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3009
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3010
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3011
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3012
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3013
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3014
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3015
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3016
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3017
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3018
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3019
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3020
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3021
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3022
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3023
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3024
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3025
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3026
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3027
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3028
.am 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3029
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3030
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3031
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3032
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3033
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3034
.if \n(.l<\n(80 .ll \n(80u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3035
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3036
NGCMN\ \ \ \ \ \ \ \ \ T}~T{
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3037
Minimum new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3038
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3039
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3040
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3041
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3042
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3043
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3044
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3045
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3046
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3047
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3048
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3049
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3050
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3051
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3052
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3053
Maximum new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3054
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3055
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3056
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3057
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3058
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3059
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3060
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3061
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3062
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3063
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3064
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3065
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3066
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3067
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3068
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3069
Current new generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3070
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3071
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3072
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3073
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3074
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3075
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3076
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3077
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3078
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3079
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3080
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3081
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3082
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3083
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3084
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3085
Maximum survivor space 0 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3086
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3087
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3088
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3089
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3090
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3091
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3092
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3093
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3094
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3095
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3096
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3097
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3098
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3099
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3100
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3101
Current survivor space 0 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3102
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3103
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3104
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3105
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3106
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3107
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3108
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3109
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3110
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3111
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3112
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3113
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3114
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3115
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3116
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3117
Maximum survivor space 1 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3118
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3119
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3120
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3121
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3122
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3123
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3124
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3125
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3126
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3127
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3128
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3129
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3130
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3131
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3132
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3133
Current survivor space 1 capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3134
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3135
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3136
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3137
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3138
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3139
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3140
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3141
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3142
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3143
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3144
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3145
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3146
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3147
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3148
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3149
Maximum eden space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3150
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3151
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3152
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3153
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3154
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3155
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3156
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3157
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3158
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3159
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3160
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3161
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3162
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3163
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3164
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3165
Current eden space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3166
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3167
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3168
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3169
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3170
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3171
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3172
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3173
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3174
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3175
.di j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3176
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3177
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3178
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3179
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3180
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3181
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3182
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3183
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3184
.nr j| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3185
.nr j- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3186
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3187
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3188
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3189
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3190
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3191
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3192
.nr 38 \wNew Generation Space Size Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3193
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3194
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3195
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3196
.nr 38 \wNGCMX \ \ \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3197
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3198
.nr 38 \wNGC \ \ \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3199
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3200
.nr 38 \wS0CMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3201
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3202
.nr 38 \wS0C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3203
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3204
.nr 38 \wS1CMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3205
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3206
.nr 38 \wS1C
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3207
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3208
.nr 38 \wECMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3209
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3210
.nr 38 \wEC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3211
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3212
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3213
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3214
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3215
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3216
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3217
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3218
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3219
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3220
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3221
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3222
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3223
.nr 38 \wNumber of Full GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3224
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3225
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3226
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3227
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3228
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3229
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3230
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3231
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3232
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3233
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3234
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3235
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3236
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3237
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3238
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3239
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3240
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3241
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3242
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3243
.nr 38 \n(j-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3244
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3245
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3246
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3247
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3248
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3249
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3250
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3251
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3252
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3253
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3254
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3255
.if t .if \n(TW>\n(.li .tm Table at line 504 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3256
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3257
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3258
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3259
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3260
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3261
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3262
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3263
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3264
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3265
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3266
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3267
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3268
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3269
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3270
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3271
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3272
\&\h'|\n(40u'New Generation Space Size Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3273
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3274
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3275
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3276
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3277
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3278
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3279
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3280
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3281
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3282
\&\h'|\n(40u'\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3283
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3284
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3285
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3286
.nr 37 \n(40u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3287
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3288
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3289
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3290
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3291
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3292
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3293
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3294
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3295
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3296
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3297
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3298
\&\h'|\n(40u'NGCMX \ \ \\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3299
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3300
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3301
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3302
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3303
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3304
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3305
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3306
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3307
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3308
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3309
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3310
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3311
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3312
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3313
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3314
\&\h'|\n(40u'NGC \ \ \\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3315
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3316
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3317
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3318
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3319
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3320
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3321
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3322
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3323
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3324
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3325
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3326
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3327
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3328
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3329
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3330
\&\h'|\n(40u'S0CMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3331
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3332
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3333
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3334
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3335
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3336
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3337
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3338
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3339
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3340
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3341
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3342
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3343
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3344
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3345
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3346
\&\h'|\n(40u'S0C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3347
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3348
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3349
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3350
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3351
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3352
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3353
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3354
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3355
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3356
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3357
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3358
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3359
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3360
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3361
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3362
\&\h'|\n(40u'S1CMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3363
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3364
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3365
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3366
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3367
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3368
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3369
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3370
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3371
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3372
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3373
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3374
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3375
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3376
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3377
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3378
\&\h'|\n(40u'S1C\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3379
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3380
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3381
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3382
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3383
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3384
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3385
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3386
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3387
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3388
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3389
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3390
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3391
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3392
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3393
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3394
\&\h'|\n(40u'ECMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3395
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3396
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3397
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3398
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3399
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3400
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3401
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3402
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3403
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3404
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3405
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3406
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3407
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3408
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3409
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3410
\&\h'|\n(40u'EC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3411
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3412
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3413
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3414
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3415
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3416
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3417
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3418
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3419
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3420
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3421
.ne \n(j|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3422
.if (\n(j|+\n(#^-1v)>\n(#- .nr #- +(\n(j|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3423
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3424
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3425
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3426
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3427
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3428
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3429
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3430
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3431
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3432
.j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3433
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3434
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3435
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3436
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3437
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3438
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3439
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3440
\&\h'|\n(40u'FGC\h'|\n(41u'Number of Full GC Events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3441
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3442
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3443
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3444
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3445
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3446
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3447
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3448
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3449
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3450
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3451
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3452
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3453
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3454
.rm j+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3455
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3456
.if \n-(b.=0 .nr c. \n(.c-\n(d.-49
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3457
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3458
\-gcold Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3459
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3460
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3461
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3462
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3463
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3464
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3465
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3466
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3467
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3468
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3469
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3470
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3471
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3472
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3473
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3474
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3475
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3476
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3477
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3478
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3479
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3480
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3481
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3482
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3483
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3484
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3485
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3486
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3487
Current permanent space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3488
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3489
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3490
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3491
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3492
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3493
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3494
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3495
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3496
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3497
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3498
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3499
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3500
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3501
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3502
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3503
Permanent space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3504
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3505
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3506
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3507
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3508
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3509
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3510
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3511
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3512
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3513
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3514
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3515
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3516
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3517
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3518
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3519
Current old space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3520
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3521
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3522
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3523
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3524
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3525
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3526
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3527
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3528
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3529
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3530
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3531
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3532
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3533
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3534
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3535
old space utilization (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3536
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3537
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3538
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3539
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3540
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3541
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3542
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3543
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3544
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3545
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3546
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3547
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3548
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3549
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3550
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3551
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3552
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3553
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3554
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3555
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3556
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3557
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3558
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3559
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3560
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3561
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3562
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3563
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3564
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3565
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3566
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3567
Full garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3568
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3569
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3570
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3571
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3572
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3573
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3574
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3575
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3576
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3577
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3578
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3579
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3580
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3581
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3582
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3583
Total garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3584
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3585
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3586
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3587
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3588
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3589
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3590
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3591
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3592
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3593
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3594
.nr 38 \wOld and Permanent Generation Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3595
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3596
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3597
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3598
.nr 38 \wPC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3599
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3600
.nr 38 \wPU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3601
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3602
.nr 38 \wOC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3603
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3604
.nr 38 \wOU
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3605
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3606
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3607
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3608
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3609
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3610
.nr 38 \wFGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3611
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3612
.nr 38 \wGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3613
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3614
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3615
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3616
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3617
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3618
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3619
.nr 38 \wNumber of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3620
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3621
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3622
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3623
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3624
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3625
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3626
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3627
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3628
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3629
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3630
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3631
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3632
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3633
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3634
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3635
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3636
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3637
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3638
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3639
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3640
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3641
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3642
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3643
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3644
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3645
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3646
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3647
.if t .if \n(TW>\n(.li .tm Table at line 542 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3648
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3649
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3650
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3651
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3652
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3653
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3654
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3655
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3656
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3657
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3658
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3659
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3660
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3661
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3662
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3663
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3664
\&\h'|\n(40u'Old and Permanent Generation Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3665
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3666
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3667
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3668
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3669
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3670
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3671
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3672
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3673
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3674
\&\h'|\n(40u'PC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3675
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3676
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3677
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3678
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3679
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3680
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3681
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3682
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3683
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3684
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3685
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3686
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3687
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3688
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3689
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3690
\&\h'|\n(40u'PU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3691
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3692
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3693
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3694
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3695
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3696
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3697
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3698
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3699
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3700
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3701
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3702
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3703
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3704
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3705
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3706
\&\h'|\n(40u'OC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3707
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3708
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3709
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3710
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3711
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3712
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3713
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3714
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3715
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3716
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3717
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3718
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3719
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3720
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3721
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3722
\&\h'|\n(40u'OU\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3723
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3724
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3725
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3726
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3727
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3728
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3729
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3730
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3731
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3732
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3733
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3734
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3735
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3736
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3737
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3738
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3739
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3740
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3741
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3742
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3743
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3744
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3745
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3746
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3747
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3748
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3749
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3750
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3751
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3752
\&\h'|\n(40u'FGC\h'|\n(41u'Number of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3753
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3754
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3755
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3756
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3757
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3758
\&\h'|\n(40u'FGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3759
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3760
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3761
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3762
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3763
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3764
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3765
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3766
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3767
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3768
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3769
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3770
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3771
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3772
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3773
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3774
\&\h'|\n(40u'GCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3775
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3776
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3777
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3778
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3779
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3780
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3781
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3782
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3783
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3784
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3785
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3786
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3787
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3788
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3789
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3790
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3791
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3792
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3793
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3794
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3795
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3796
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3797
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3798
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3799
\-gcoldcapacity Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3800
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3801
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3802
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3803
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3804
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3805
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3806
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3807
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3808
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3809
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3810
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3811
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3812
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3813
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3814
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3815
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3816
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3817
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3818
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3819
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3820
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3821
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3822
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3823
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3824
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3825
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3826
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3827
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3828
Minimum old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3829
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3830
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3831
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3832
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3833
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3834
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3835
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3836
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3837
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3838
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3839
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3840
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3841
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3842
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3843
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3844
Maximum old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3845
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3846
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3847
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3848
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3849
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3850
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3851
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3852
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3853
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3854
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3855
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3856
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3857
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3858
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3859
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3860
Current old generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3861
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3862
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3863
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3864
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3865
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3866
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3867
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3868
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3869
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3870
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3871
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3872
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3873
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3874
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3875
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3876
Current old space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3877
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3878
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3879
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3880
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3881
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3882
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3883
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3884
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3885
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3886
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3887
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3888
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3889
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3890
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3891
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3892
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3893
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3894
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3895
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3896
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3897
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3898
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3899
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3900
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3901
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3902
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3903
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3904
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3905
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3906
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3907
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3908
Full garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3909
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3910
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3911
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3912
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3913
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3914
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3915
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3916
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3917
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3918
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3919
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3920
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3921
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3922
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3923
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3924
Total garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3925
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3926
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3927
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3928
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3929
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3930
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3931
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3932
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3933
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3934
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3935
.nr 38 \wOld Generation Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3936
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3937
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3938
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3939
.nr 38 \wOGCMN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3940
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3941
.nr 38 \wOGCMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3942
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3943
.nr 38 \wOGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3944
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3945
.nr 38 \wOC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3946
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3947
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3948
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3949
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3950
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3951
.nr 38 \wFGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3952
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3953
.nr 38 \wGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3954
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3955
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3956
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3957
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3958
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3959
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3960
.nr 38 \wNumber of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3961
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3962
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3963
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3964
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3965
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3966
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3967
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3968
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3969
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3970
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3971
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3972
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3973
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3974
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3975
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3976
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3977
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3978
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3979
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3980
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3981
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3982
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3983
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3984
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3985
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3986
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3987
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3988
.if t .if \n(TW>\n(.li .tm Table at line 580 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3989
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3990
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3991
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3992
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3993
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3994
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3995
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3996
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3997
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3998
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  3999
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4000
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4001
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4002
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4003
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4004
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4005
\&\h'|\n(40u'Old Generation Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4006
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4007
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4008
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4009
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4010
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4011
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4012
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4013
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4014
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4015
\&\h'|\n(40u'OGCMN\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4016
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4017
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4018
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4019
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4020
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4021
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4022
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4023
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4024
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4025
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4026
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4027
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4028
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4029
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4030
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4031
\&\h'|\n(40u'OGCMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4032
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4033
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4034
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4035
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4036
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4037
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4038
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4039
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4040
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4041
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4042
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4043
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4044
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4045
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4046
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4047
\&\h'|\n(40u'OGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4048
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4049
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4050
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4051
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4052
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4053
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4054
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4055
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4056
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4057
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4058
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4059
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4060
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4061
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4062
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4063
\&\h'|\n(40u'OC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4064
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4065
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4066
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4067
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4068
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4069
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4070
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4071
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4072
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4073
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4074
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4075
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4076
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4077
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4078
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4079
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4080
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4081
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4082
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4083
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4084
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4085
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4086
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4087
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4088
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4089
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4090
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4091
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4092
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4093
\&\h'|\n(40u'FGC\h'|\n(41u'Number of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4094
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4095
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4096
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4097
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4098
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4099
\&\h'|\n(40u'FGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4100
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4101
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4102
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4103
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4104
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4105
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4106
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4107
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4108
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4109
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4110
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4111
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4112
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4113
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4114
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4115
\&\h'|\n(40u'GCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4116
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4117
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4118
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4119
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4120
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4121
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4122
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4123
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4124
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4125
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4126
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4127
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4128
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4129
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4130
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4131
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4132
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4133
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4134
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4135
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4136
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4137
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4138
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4139
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4140
\-gcpermcapacity Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4141
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4142
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4143
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4144
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4145
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4146
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4147
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4148
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4149
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4150
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4151
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4152
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4153
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4154
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4155
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4156
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4157
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4158
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4159
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4160
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4161
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4162
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4163
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4164
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4165
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4166
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4167
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4168
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4169
Minimum permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4170
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4171
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4172
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4173
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4174
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4175
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4176
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4177
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4178
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4179
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4180
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4181
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4182
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4183
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4184
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4185
Maximum permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4186
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4187
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4188
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4189
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4190
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4191
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4192
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4193
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4194
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4195
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4196
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4197
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4198
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4199
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4200
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4201
Current permanent generation capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4202
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4203
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4204
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4205
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4206
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4207
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4208
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4209
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4210
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4211
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4212
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4213
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4214
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4215
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4216
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4217
Current permanent space capacity (KB).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4218
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4219
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4220
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4221
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4222
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4223
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4224
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4225
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4226
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4227
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4228
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4229
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4230
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4231
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4232
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4233
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4234
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4235
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4236
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4237
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4238
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4239
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4240
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4241
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4242
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4243
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4244
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4245
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4246
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4247
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4248
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4249
Full garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4250
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4251
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4252
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4253
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4254
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4255
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4256
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4257
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4258
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4259
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4260
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4261
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4262
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4263
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4264
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4265
Total garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4266
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4267
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4268
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4269
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4270
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4271
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4272
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4273
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4274
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4275
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4276
.nr 38 \wPermanent Generation Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4277
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4278
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4279
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4280
.nr 38 \wPGCMN
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4281
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4282
.nr 38 \wPGCMX
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4283
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4284
.nr 38 \wPGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4285
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4286
.nr 38 \wPC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4287
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4288
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4289
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4290
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4291
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4292
.nr 38 \wFGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4293
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4294
.nr 38 \wGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4295
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4296
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4297
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4298
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4299
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4300
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4301
.nr 38 \wNumber of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4302
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4303
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4304
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4305
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4306
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4307
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4308
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4309
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4310
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4311
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4312
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4313
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4314
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4315
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4316
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4317
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4318
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4319
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4320
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4321
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4322
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4323
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4324
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4325
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4326
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4327
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4328
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4329
.if t .if \n(TW>\n(.li .tm Table at line 618 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4330
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4331
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4332
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4333
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4334
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4335
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4336
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4337
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4338
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4339
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4340
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4341
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4342
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4343
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4344
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4345
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4346
\&\h'|\n(40u'Permanent Generation Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4347
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4348
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4349
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4350
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4351
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4352
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4353
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4354
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4355
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4356
\&\h'|\n(40u'PGCMN\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4357
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4358
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4359
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4360
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4361
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4362
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4363
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4364
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4365
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4366
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4367
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4368
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4369
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4370
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4371
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4372
\&\h'|\n(40u'PGCMX\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4373
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4374
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4375
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4376
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4377
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4378
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4379
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4380
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4381
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4382
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4383
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4384
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4385
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4386
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4387
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4388
\&\h'|\n(40u'PGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4389
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4390
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4391
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4392
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4393
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4394
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4395
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4396
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4397
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4398
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4399
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4400
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4401
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4402
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4403
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4404
\&\h'|\n(40u'PC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4405
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4406
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4407
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4408
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4409
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4410
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4411
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4412
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4413
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4414
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4415
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4416
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4417
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4418
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4419
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4420
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4421
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4422
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4423
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4424
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4425
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4426
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4427
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4428
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4429
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4430
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4431
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4432
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4433
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4434
\&\h'|\n(40u'FGC\h'|\n(41u'Number of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4435
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4436
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4437
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4438
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4439
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4440
\&\h'|\n(40u'FGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4441
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4442
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4443
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4444
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4445
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4446
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4447
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4448
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4449
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4450
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4451
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4452
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4453
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4454
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4455
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4456
\&\h'|\n(40u'GCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4457
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4458
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4459
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4460
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4461
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4462
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4463
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4464
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4465
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4466
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4467
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4468
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4469
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4470
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4471
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4472
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4473
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4474
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4475
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4476
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4477
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4478
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4479
.if \n-(b.=0 .nr c. \n(.c-\n(d.-35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4480
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4481
\-gcutil
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4482
Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4483
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4484
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4485
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4486
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4487
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4488
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4489
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4490
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4491
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4492
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4493
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4494
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4495
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4496
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4497
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4498
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4499
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4500
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4501
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4502
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4503
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4504
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4505
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4506
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4507
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4508
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4509
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4510
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4511
Survivor space 0 utilization as a percentage of the space's current capacity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4512
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4513
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4514
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4515
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4516
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4517
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4518
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4519
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4520
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4521
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4522
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4523
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4524
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4525
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4526
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4527
Survivor space 1 utilization as a percentage of the space's current capacity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4528
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4529
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4530
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4531
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4532
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4533
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4534
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4535
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4536
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4537
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4538
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4539
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4540
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4541
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4542
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4543
Eden space utilization as a percentage of the space's current capacity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4544
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4545
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4546
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4547
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4548
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4549
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4550
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4551
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4552
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4553
.di d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4554
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4555
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4556
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4557
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4558
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4559
Old space utilization as a percentage of the space's current capacity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4560
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4561
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4562
.nr d| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4563
.nr d- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4564
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4565
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4566
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4567
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4568
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4569
.di e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4570
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4571
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4572
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4573
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4574
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4575
Permanent space utilization as a percentage of the space's current capacity.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4576
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4577
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4578
.nr e| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4579
.nr e- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4580
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4581
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4582
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4583
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4584
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4585
.di f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4586
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4587
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4588
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4589
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4590
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4591
Number of young generation GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4592
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4593
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4594
.nr f| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4595
.nr f- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4596
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4597
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4598
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4599
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4600
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4601
.di g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4602
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4603
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4604
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4605
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4606
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4607
Young generation garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4608
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4609
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4610
.nr g| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4611
.nr g- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4612
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4613
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4614
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4615
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4616
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4617
.di h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4618
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4619
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4620
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4621
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4622
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4623
Full garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4624
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4625
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4626
.nr h| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4627
.nr h- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4628
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4629
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4630
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4631
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4632
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4633
.di i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4634
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4635
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4636
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4637
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4638
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4639
Total garbage collection time.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4640
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4641
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4642
.nr i| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4643
.nr i- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4644
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4645
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4646
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4647
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4648
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4649
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4650
.nr 38 \wSummary of Garbage Collection Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4651
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4652
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4653
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4654
.nr 38 \wS0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4655
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4656
.nr 38 \wS1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4657
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4658
.nr 38 \wE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4659
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4660
.nr 38 \wO
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4661
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4662
.nr 38 \wP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4663
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4664
.nr 38 \wYGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4665
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4666
.nr 38 \wYGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4667
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4668
.nr 38 \wFGC
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4669
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4670
.nr 38 \wFGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4671
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4672
.nr 38 \wGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4673
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4674
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4675
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4676
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4677
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4678
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4679
.nr 38 \wNumber of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4680
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4681
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4682
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4683
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4684
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4685
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4686
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4687
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4688
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4689
.nr 38 \n(d-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4690
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4691
.nr 38 \n(e-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4692
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4693
.nr 38 \n(f-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4694
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4695
.nr 38 \n(g-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4696
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4697
.nr 38 \n(h-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4698
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4699
.nr 38 \n(i-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4700
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4701
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4702
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4703
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4704
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4705
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4706
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4707
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4708
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4709
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4710
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4711
.if t .if \n(TW>\n(.li .tm Table at line 665 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4712
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4713
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4714
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4715
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4716
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4717
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4718
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4719
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4720
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4721
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4722
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4723
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4724
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4725
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4726
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4727
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4728
\&\h'|\n(40u'Summary of Garbage Collection Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4729
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4730
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4731
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4732
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4733
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4734
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4735
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4736
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4737
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4738
\&\h'|\n(40u'S0\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4739
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4740
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4741
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4742
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4743
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4744
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4745
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4746
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4747
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4748
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4749
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4750
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4751
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4752
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4753
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4754
\&\h'|\n(40u'S1\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4755
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4756
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4757
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4758
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4759
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4760
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4761
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4762
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4763
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4764
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4765
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4766
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4767
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4768
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4769
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4770
\&\h'|\n(40u'E\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4771
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4772
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4773
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4774
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4775
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4776
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4777
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4778
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4779
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4780
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4781
.ne \n(d|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4782
.if (\n(d|+\n(#^-1v)>\n(#- .nr #- +(\n(d|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4783
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4784
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4785
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4786
\&\h'|\n(40u'O\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4787
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4788
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4789
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4790
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4791
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4792
.d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4793
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4794
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4795
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4796
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4797
.ne \n(e|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4798
.if (\n(e|+\n(#^-1v)>\n(#- .nr #- +(\n(e|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4799
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4800
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4801
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4802
\&\h'|\n(40u'P\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4803
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4804
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4805
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4806
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4807
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4808
.e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4809
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4810
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4811
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4812
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4813
.ne \n(f|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4814
.if (\n(f|+\n(#^-1v)>\n(#- .nr #- +(\n(f|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4815
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4816
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4817
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4818
\&\h'|\n(40u'YGC\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4819
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4820
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4821
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4822
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4823
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4824
.f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4825
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4826
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4827
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4828
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4829
.ne \n(g|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4830
.if (\n(g|+\n(#^-1v)>\n(#- .nr #- +(\n(g|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4831
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4832
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4833
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4834
\&\h'|\n(40u'YGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4835
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4836
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4837
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4838
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4839
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4840
.g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4841
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4842
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4843
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4844
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4845
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4846
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4847
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4848
\&\h'|\n(40u'FGC\h'|\n(41u'Number of full GC events.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4849
.ne \n(h|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4850
.if (\n(h|+\n(#^-1v)>\n(#- .nr #- +(\n(h|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4851
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4852
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4853
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4854
\&\h'|\n(40u'FGCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4855
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4856
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4857
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4858
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4859
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4860
.h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4861
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4862
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4863
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4864
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4865
.ne \n(i|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4866
.if (\n(i|+\n(#^-1v)>\n(#- .nr #- +(\n(i|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4867
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4868
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4869
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4870
\&\h'|\n(40u'GCT\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4871
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4872
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4873
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4874
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4875
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4876
.i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4877
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4878
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4879
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4880
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4881
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4882
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4883
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4884
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4885
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4886
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4887
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4888
.rm d+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4889
.rm e+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4890
.rm f+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4891
.rm g+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4892
.rm h+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4893
.rm i+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4894
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4895
.if \n-(b.=0 .nr c. \n(.c-\n(d.-43
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4896
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4897
\-printcompilation Option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4898
.TS
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4899
.if \n+(b.=1 .nr d. \n(.c-\n(c.-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4900
.de 35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4901
.ps \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4902
.vs \n(.vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4903
.in \n(.iu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4904
.if \n(.u .fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4905
.if \n(.j .ad
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4906
.if \n(.j=0 .na
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4907
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4908
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4909
.nr #~ 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4910
.if n .nr #~ 0.6n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4911
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4912
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4913
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4914
.nr 33 \n(.s
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4915
.rm 80 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4916
.nr 34 \n(.lu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4917
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4918
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4919
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4920
.di a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4921
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4922
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4923
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4924
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4925
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4926
Number of compilation tasks performed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4927
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4928
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4929
.nr a| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4930
.nr a- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4931
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4932
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4933
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4934
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4935
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4936
.di b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4937
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4938
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4939
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4940
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4941
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4942
Number of bytes of bytecode for the method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4943
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4944
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4945
.nr b| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4946
.nr b- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4947
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4948
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4949
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4950
.am 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4951
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4952
.di c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4953
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4954
.ft \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4955
.ll \n(34u*1u/3u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4956
.if \n(.l<\n(81 .ll \n(81u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4957
.in 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4958
Class name and method name identifying the compiled method. Class name uses "/" instead of "." as namespace separator. Method name is the method within the given class. The format for these two fields is consistent with the HotSpot \- \f3XX:+PrintComplation\fP option.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4959
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4960
.di
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4961
.nr c| \n(dn
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4962
.nr c- \n(dl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4963
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4964
.ec \
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4965
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4966
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4967
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4968
.nr 80 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4969
.nr 38 \wHotSpot Compiler Method Statistics
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4970
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4971
.nr 38 \w\f3Column\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4972
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4973
.nr 38 \wCompiled
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4974
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4975
.nr 38 \wSize
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4976
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4977
.nr 38 \wType
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4978
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4979
.nr 38 \wMethod
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4980
.if \n(80<\n(38 .nr 80 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4981
.80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4982
.rm 80
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4983
.nr 81 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4984
.nr 38 \w\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4985
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4986
.nr 38 \wCompilation type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4987
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4988
.81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4989
.rm 81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4990
.nr 38 \n(a-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4991
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4992
.nr 38 \n(b-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4993
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4994
.nr 38 \n(c-
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4995
.if \n(81<\n(38 .nr 81 \n(38
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4996
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4997
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4998
.ll \n(34u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  4999
.nr 38 1n
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5000
.nr 79 0
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5001
.nr 40 \n(79+(0*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5002
.nr 80 +\n(40
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5003
.nr 41 \n(80+(3*\n(38)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5004
.nr 81 +\n(41
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5005
.nr TW \n(81
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5006
.if t .if \n(TW>\n(.li .tm Table at line 687 file Input is too wide - \n(TW units
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5007
.fc  
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5008
.nr #T 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5009
.nr #a 0-1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5010
.eo
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5011
.de T#
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5012
.ds #d .d
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5013
.if \(ts\n(.z\(ts\(ts .ds #d nl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5014
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5015
.nr ## -1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5016
.ls 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5017
.ls
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5018
..
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5019
.ec
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5020
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5021
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5022
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5023
\&\h'|\n(40u'HotSpot Compiler Method Statistics\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5024
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5025
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5026
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5027
\&\h'|\n(40u'\f3Column\fP\h'|\n(41u'\f3Description\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5028
.ne \n(a|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5029
.if (\n(a|+\n(#^-1v)>\n(#- .nr #- +(\n(a|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5030
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5031
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5032
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5033
\&\h'|\n(40u'Compiled\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5034
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5035
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5036
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5037
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5038
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5039
.a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5040
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5041
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5042
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5043
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5044
.ne \n(b|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5045
.if (\n(b|+\n(#^-1v)>\n(#- .nr #- +(\n(b|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5046
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5047
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5048
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5049
\&\h'|\n(40u'Size\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5050
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5051
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5052
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5053
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5054
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5055
.b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5056
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5057
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5058
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5059
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5060
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5061
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5062
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5063
\&\h'|\n(40u'Type\h'|\n(41u'Compilation type.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5064
.ne \n(c|u+\n(.Vu
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5065
.if (\n(c|+\n(#^-1v)>\n(#- .nr #- +(\n(c|+\n(#^-\n(#--1v)
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5066
.ta \n(80u \n(81u 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5067
.nr 31 \n(.f
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5068
.nr 35 1m
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5069
\&\h'|\n(40u'Method\h'|\n(41u'
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5070
.mk ##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5071
.nr 31 \n(##
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5072
.sp |\n(##u-1v
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5073
.nr 37 \n(41u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5074
.in +\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5075
.c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5076
.in -\n(37u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5077
.mk 32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5078
.if \n(32>\n(31 .nr 31 \n(32
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5079
.sp |\n(31u
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5080
.fc
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5081
.nr T. 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5082
.T# 1
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5083
.35
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5084
.rm a+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5085
.rm b+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5086
.rm c+
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5087
.TE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5088
.if \n-(b.=0 .nr c. \n(.c-\n(d.-19
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5089
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5090
.SH ""
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5091
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5092
This section presents some examples of monitoring a local JVM with a \f2lvmid\fP of 21891.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5093
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5094
Using the gcutil option
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5095
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5096
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5097
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5098
\f3jstat \-gcutil 21891 250 7\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5099
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5100
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5101
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5102
  S0     S1     E      O      P     YGC    YGCT    FGC    FGCT     GCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5103
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5104
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5105
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5106
 12.44   0.00  27.20   9.49  96.70    78    0.176     5    0.495    0.672
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5107
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5108
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5109
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5110
 12.44   0.00  62.16   9.49  96.70    78    0.176     5    0.495    0.672
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5111
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5112
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5113
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5114
 12.44   0.00  83.97   9.49  96.70    78    0.176     5    0.495    0.672
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5115
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5116
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5117
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5118
  0.00   7.74   0.00   9.51  96.70    79    0.177     5    0.495    0.673
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5119
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5120
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5121
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5122
  0.00   7.74  23.37   9.51  96.70    79    0.177     5    0.495    0.673
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5123
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5124
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5125
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5126
  0.00   7.74  43.82   9.51  96.70    79    0.177     5    0.495    0.673
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5127
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5128
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5129
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5130
  0.00   7.74  58.11   9.51  96.71    79    0.177     5    0.495    0.673
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5131
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5132
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5133
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5134
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5135
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5136
Repeating the column header
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5137
string
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5138
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5139
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5140
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5141
\f3jstat \-gcnew \-h3 21891 250\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5142
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5143
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5144
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5145
 S0C    S1C    S0U    S1U   TT MTT  DSS      EC       EU     YGC     YGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5146
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5147
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5148
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5149
  64.0   64.0    0.0   31.7 31  31   32.0    512.0    178.6    249    0.203
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5150
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5151
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5152
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5153
  64.0   64.0    0.0   31.7 31  31   32.0    512.0    355.5    249    0.203
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5154
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5155
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5156
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5157
  64.0   64.0   35.4    0.0  2  31   32.0    512.0     21.9    250    0.204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5158
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5159
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5160
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5161
 S0C    S1C    S0U    S1U   TT MTT  DSS      EC       EU     YGC     YGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5162
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5163
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5164
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5165
  64.0   64.0   35.4    0.0  2  31   32.0    512.0    245.9    250    0.204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5166
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5167
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5168
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5169
  64.0   64.0   35.4    0.0  2  31   32.0    512.0    421.1    250    0.204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5170
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5171
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5172
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5173
  64.0   64.0    0.0   19.0 31  31   32.0    512.0     84.4    251    0.204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5174
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5175
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5176
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5177
 S0C    S1C    S0U    S1U   TT MTT  DSS      EC       EU     YGC     YGCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5178
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5179
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5180
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5181
  64.0   64.0    0.0   19.0 31  31   32.0    512.0    306.7    251    0.204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5182
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5183
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5184
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5185
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5186
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5187
Another collection occurs between the 5th and 6th samples. This collection found very few survivors and returned the tenuring threshold to 31.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5188
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5189
Including a
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5190
time stamp for each sample
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5191
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5192
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5193
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5194
\f3jstat \-gcoldcapacity \-t 21891 250 3\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5195
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5196
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5197
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5198
Timestamp          OGCMN        OGCMX         OGC           OC       YGC   FGC    FGCT    GCT
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5199
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5200
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5201
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5202
          150.1       1408.0      60544.0      11696.0      11696.0   194    80    2.874   3.799
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5203
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5204
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5205
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5206
          150.4       1408.0      60544.0      13820.0      13820.0   194    81    2.938   3.863
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5207
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5208
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5209
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5210
          150.7       1408.0      60544.0      13820.0      13820.0   194    81    2.938   3.863
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5211
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5212
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5213
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5214
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5215
.SS 
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5216
Monitor
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5217
instrumentation for a remote JVM
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5218
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5219
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.
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5220
.nf
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5221
\f3jstat \-gcutil 40496@remote.domain 1000\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5222
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5223
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5224
.fl
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5225
... \f2output omitted\fP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5226
.br
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5227
.fi
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5228
.LP
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5229
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).
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5230
.SH "SEE ALSO"
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5231
.RS 3
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5232
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5233
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5234
java \- the Java Application Launcher
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5235
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5236
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5237
jps \- the Java Process Status Application
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5238
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5239
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5240
jstatd \- the jvmstat daemon
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5241
.TP 2
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5242
*
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5243
rmiregistry \- the Java Remote Object Registry
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5244
.RE
90ce3da70b43 Initial load
duke
parents:
diff changeset
  5245