Using Batch Tools
We have written several simple batch tools that read a TuningFork
trace file and perform basic operations. The tools are all
contained in BatchTraceTools.jar. The general form of invoking a
batch tool is:
java -jar BatchTraceTools.jar <tool> <tracefile>
The current available tools are:
- csv
- Dump the events in the trace formatted as CSV to stdout
- dump
- Dump the events in the trace as pretty printed text to stdout
- xml
- Dump the events in the trace formatted as XML to stdout