Java diagnostics, IBM style, Part 4: Extending the IBM Dump Analyzer for Java with analysis modules

In the first article in this series, you learned about the IBM Dump Analyzer for Java, a tool that can perform analysis against a formatted system dump and offer suggestions for problem diagnosis. One of the great advantages of this tool is that you can extend its functionality by writing your own analysis modules. This article wraps up this series on IBM diagnostic tooling for the Java platform by showing you how to build analyzers that will help you plumb the depths of your system dumps and fine-tune your Java code.

Comments are closed.