The following JAR contains several tools to ease trace
analysis:

The JAR contains the following tools for WebSphere Application Server
traces (along with usages):
The JAR also contains two tools for use against IBM HTTP Server (vv)
traces and one for use against Application Server plug-in
traces:
- A tool to extract trace entries written on a particular
thread in a vv trace. Usage: java -classpath TraceAssistant.jar
TraceAssist.IHSHelpers.IHSThreadExtractor. When prompted, enter the full
path to the trace file, and the thread to extract.
- A tool to format out the 'V' entries in the trace. The 'V'
entries in a vv trace contain the breadcrumb trails through particular
pieces of code and can give ideas to point out slowdowns in application
code. Usage: java -classpath TraceAssistant.jar
TraceAssist.IHSHelper.IHSVTraceFormatter. When prompted enter the full
path to the trace file. The JAR also contains a sample of the V format
file created.
- A tool to extract a single thread from a Application
Server plug-in trace. Usage: java -classpath TraceAssistant.jar
TraceAssist.HttpPlugin.HttpPluginThreadExtractor. When prompted, enter the
full path to the trace file.
Note that this JAR is provided 'as-is', although it may be updated by
the author from time to time. This article will be updated as the JAR is,
to keep track of any changes.
|