Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tab NameDescriptionDisplayed forFor more information
Highlights

Displays a comprehensive performance overview of the node selected in the execution tree.

This view reveals performance problems of the entire call tree invoked under the selected node.

All entitiesSee “The Highlights tab” on page 24 The Highlights tab.
Load BalanceDisplays information for the selected node throughout the monitored application.

All entities

Info

This tab is only displayed when All Instances is selected.

See “About About the Load Balance tab” on page 26tab.
Impact

Displays information regarding the selected node’s impact on the application.

It displays general performance data for the selected node in the selected time frame and specific information regarding its contribution to all entry points and methods by which it is directly invoked.

This view provides the user with a comprehensive overview of the specific method’s performance throughout the application.

  • Methods
  • SQLs
  • Exit Points
See “About About the Impact tab” on page 26tab.
Entry Points

Displays and compares performance data of the entry points in the selected time frame.

This view enables efficient identification of problematic entry points.

Instances/All InstancesSee “About About the Entry Points tab” on page 28tab.
SQL & Exit Points

Displays and compares performance data of the SQL and exit points in the selected time frame.

This view enables efficient identification of problematic SQLs and exit points.

All entities except SQLsSee “About About the SQL & Exit Points tab” on page 29tab.
Methods

Displays information regarding all the methods and URI invoked in the call tree under the selected node.

The view provides a deeper look into a problematic node by showing comprehensive data for all invoked methods.

All entities except SQLsSee “About About the Methods tab” on page 30.tab.

Anchor
TheHighlightsTab
TheHighlightsTab
The Highlights tab

The Highlights tab appears when any node type within the execution tree is selected, and displays a comprehensive performance overview of the selected node. The highlights tab provides information regarding performance trends for the selection’s underlying call path and displays performance findings to facilitate focused navigation to the root cause of a performance issue.

...

For more information regarding findings, see “How to identify performance problems” on page 43

Anchor
AbouttheLoadBalanceTab
AbouttheLoadBalanceTab
About the Load Balance tab

The Load Balance tab displays the selected entity and compares its performance in all the contexts it was invoked by in the selected time frame. If “All instances” is selected in the execution tree, it will show the instances table (similar to the view provided in the Dashboard workspace).

Info

This tab is only displayed when “All Instances” is All Instances is selected as the top level of the execution tree. When a specific instance is selected as the top level of the execution tree, this tab is not displayed.

...

The Executions overtime graph displays and compares the average number of executions for the selected instance in the selected time frame against the average number of executions for the AppTier. If the average number of executions is identical, the overtime graph will display information for the selected instance.

Anchor
AbouttheImpactTab
AbouttheImpactTab
About the Impact tab

The Impact tab displays information regarding the selected method’s impact on the application. It displays general performance data in context for the selected node and specific information regarding its contribution to all entry points and methods in the application by which it is directly invoked. This provides the user with a comprehensive overview of the specific method’s performance throughout the application.

...

  • Caller. Displays the name of the method that directly invoked the selected method.

    Info

    Selecting the hyperlinked direct caller name selects the method in the execution tree and displays the Highlights tabs for the method.

  • Work Impact on Caller. Displays the percentage of the selected method’s total response time out of the direct caller method’s total response time.
  • Method Avg. Response Time (Sec). Displays the method’s average response time.
  • Executions by Caller. Displays the number of times the selected method was executed by the specific direct caller method.
  • Sum. Method Response Times. Displays the method’s total response time.
  • Sum. Caller Response Times. Displays the direct caller method’s total response time.

Anchor
AbouttheEntryPointsTab
AbouttheEntryPointsTab
About the Entry Points tab

The Entry Points tab displays the top level URI or methods that are monitored for this instance, comparing performance data of the detected entry points within the monitored application in the selected time frame. This view enables efficient identification of problematic entry points and, in the event of many entry points from the same instance showing distress, problematic instances as well.

...

The Avg. Response Time (Sec) vs. Executions overtime bar graph displays the relationship over time between the average response time of the entry point selected in the table above and the number of times the entry point was executed in the same time frame. Hovering over any point in the bar graph will display a ToolTip with the date and time of the time slice, the average response time, and the number of executions.

Anchor
AboutSQLExitPointsTab
AboutSQLExitPointsTab
About the SQL & Exit Points tab

The SQL & Exit Points tab displays the following information for all SQLs and exit points in the call tree beneath the selected entity.

...

  • Name. Displays the destination name.
  • Type. Displays the exit point destination type such as, Web service, SQL type, and so on.
  • Work Impact. Displays the percentage of work time of the selected exit point in relation to the total work time of the invoking method
  • Executions. Displays the number of executions within the selected node.

Anchor
AbouttheMethodsTab
AbouttheMethodsTab
About the Methods tab

The All Methods tab contains both URI and methods from the entire call tree beneath the current context - instance. All data is aggregated from the underlying call tree.

...