Jump to Content
  Previous Next
Content starts here

Example Workflow of How to Find Latencies

The application that has been used in this example contains a common method for logging transactions, which causes many latencies due to Java synchronization. These latencies can be found in almost all threads in the recording. This section will guide you through how the JRA Tool can be used to find which method that contains the latency.

Note: This is an example recording that contains extremely visible latencies, the application that you are looking at might not contain as obvious latencies.

Look in Figure 16-20 for an example workflow of how to start your latency detective work.

Figure 16-20 Example workflow for finding latencies

Example workflow for finding latencies

The workflow is divided into the following instructions:

  Previous Next