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