Package wt.util.jmx
Class GetClusterStacks
java.lang.Object
wt.util.jmx.GetClusterStacks
Command line utility that outputs a full stack trace for each server manager and method server in the cluster.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidOutputs full stack traces for all server managers and method servers in the cluster.static voidoutputClusterStacks(PrintWriter writer) Outputs full stack traces for all server managers and method servers in the cluster to the specified writer.
-
Method Details
-
main
Outputs full stack traces for all server managers and method servers in the cluster. This method is only for use only as a command-line entry point.
Supported API: true -
outputClusterStacks
public static void outputClusterStacks(PrintWriter writer) throws IOException, MalformedObjectNameException Outputs full stack traces for all server managers and method servers in the cluster to the specified writer.
Supported API: true
-