Print

JENNIFER Advantage Part 3 - Response-time Scatter Graph

By jennifersoft on 2009-10-22 17:54:00

You can use JENNIFER’s X-view graph as a tool for analyzing the transaction.

X-view, A response time distribution graph plots the end times of individual transactions on the X-axis, and the response times on the Y-axis. Each dot in the graph represents each transaction that is already completed in the Java application server.

For instance, dots deployed in the upper area have bad response time. Like this way, you can effectively analyze the application with poor performance and patterns of the transaction movement.
Drag dots that you want to analyze like this, and you will see the application names, SQL time data, and other application processing data for the transactions.

In the first chart, select the certain application, then, you will see its detailed profiling data in the second chart.
To make you analyze the profile data in various ways, JENNIFER provides tree diagram view, SQL view, file and Socket view.

JENNIFER provides file IO, Network IO, JDBC transaction data as a default but you can also trace the data in a method level using dynamic profiling feature.

Comments

X-View is simply the fastest and most effective tool for identifying and resolving problem surrounding application performance.

By Jason Hong on 2010-03-13 01:08:05 | Edit