Executive Summary
Jinsight Quick Guide
very abbreviated essentials to get going

Install Jinsight · Verify Install · Analyze Traces · Control Tracing · Use with WebSphere

Jinsight is a tool for analyzing and visualizing how Java programs execute. Jinsight has two parts:


next: Verifying the Installation Install Jinsight

To install Jinsight in your Java execution environment, get the applicable package(s):
(Omit the Swing 1.1.1 package if your Java execution environment is 1.2.2 or 1.3 or higher.)


next: Analyzing Traces Verify Install

To verify the Jinsight installation, try tracing and visualizing. First make sure the environment variables in the command files jinsight_trace and jinsight reflect your installation.


next: Controlling Tracing Analyze Traces

To get familiar using some views for trace analysis, use the sample Hang.trc trace provided. Run the visualizer on that trace, load the trace, and consider the following sample of questions:

Additional ways to filter information and to group together information you are interested in for analysis are shown in the Slices and Workspaces section of the Jinsight Guided Tour .


next: Using with WebSphere Control Tracing

Traces can grow very quickly, so it's important to trace selectively. To get familiar with controlling Jinsight tracing, try tracing the sample loopTest program.

Other ways to control Jinsight tracing include environment variables, a Java program interface, and a servlet html interface. See the Summary of Commands and Options in the Reference Manual section on Creating Traces.


next: Creating Your Own Trace Usage with WebSphere 3.0.2

To set up WebSphere 3.0.2 for use with Jinsight, after Jinsight is installed, see the Reference Manual sections on configuring WebSphere 3 with Jinsight and follow the steps in the appropriate section for your WebSphere platform.

To make a Jinsight trace with the chosen WebSphere 3.02 App Server, see the Reference Manual sections on Tracing Servlets. To control tracing, open jinsight2.0/jintrace.htm in a browser, fill in the server name, let your WebSphere application run to the point you want to trace, and then use the trace control Start and Stop buttons.


Executive Summary
Jinsight Home