usage.out revision 0
10139N/AUsage: jstat -help|-options
10139N/A jstat -<option> [-t] [-h<lines>] <vmid> [<interval> [<count>]]
10139N/A
12198N/ADefinitions:
10139N/A <option> An option reported by the -options option
10139N/A <vmid> Virtual Machine Identifier. A vmid takes the following form:
10139N/A <lvmid>[@<hostname>[:<port>]]
17596N/A Where <lvmid> is the local vm identifier for the target
10139N/A Java virtual machine, typically a process id; <hostname> is
17180N/A the name of the host running the target Java virtual machine;
17180N/A and <port> is the port number for the rmiregistry on the
17180N/A target host. See the jvmstat documentation for a more complete
10139N/A description of the Virtual Machine Identifier.
10139N/A <lines> Number of samples between header lines.
10139N/A <interval> Sampling interval. The following forms are allowed:
10139N/A <n>["ms"|"s"]
18543N/A Where <n> is an integer and the suffix specifies the units as
12578N/A milliseconds("ms") or seconds("s"). The default units are "ms".
10139N/A <count> Number of samples to take before terminating.
10139N/A -J<flag> Pass <flag> directly to the runtime system.
10139N/A