Versions Compared

Key

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

...

...

All of the sort options can be displayed in ascending or descending order. You can also select the maximum number of executions to display under each node, the maximum number of results to display, and whether to display the method’s method's long or short name.

See Configuring Tree View Settings.

...

The Activity workspace analysis tabs display indepth in-depth information about and in context of the node selected in the execution tree, shown within the tree in bold for referencing. While navigating through the analysis tabs, you can select different hyperlinked entities associated with the originally selected node. Selecting a hyperlinked node in an analysis tab will select that node within the execution tree, and all information displayed in the analysis tabs will be refreshed to correspond to the newly selected node.

...

Tab NameDescriptionDisplayed forFor more information
HighlightsDisplays 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 entities.See “The Highlights tab” on page 26 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 28tab.
ImpactDisplays 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 28tab.
Entry PointsDisplays 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 30tab.
SQL & Exit PointsDisplays 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 SQLs.See “About About the SQL & Exit Points tab” on page 31tab.
MethodsDisplays information regarding all the methods and URI/iView 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 SQLs.See “About About the Methods tab” on page 32tab.
LocksDisplays all methods in the call tree under the selected node that were locked at any point. This view provides an overview of all locked methods and enables the user to see locking trends.All entities except SQLs.See “About About the Locks tab” on page 33tab.
ExceptionsDisplays data for exceptions thrown from the call tree under the selected node. This view pinpoints methods with a high exceptions rate.All entities except SQLs.See “About About the Exceptions tab” on page 34tab.
LeaksDisplays the object allocation data for the call tree under the selected node.Instances/All instancesSee “About About the Leaks tab” on page 35tab.

Anchor
HighlightsTab
HighlightsTab
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.

...

The summary area displays the following information for the selected node. The value displayed is the aggregated value for the selected node’s node's underlying call path (unless otherwise stated) in the selected time frame:

  • SLA Compliance. Displays the relative percentage of HTTP entry point service requests that approached or breached the defined SLA thresholds.
  • Avg. Response Time (Sec). Displays the average response time for the selected node. The average response time is displayed in seconds.
  • Executions. Displays the number of executions within the selected node.
  • Sum. Response Times. Displays the total response time for the selected node. The summed response time is displayed in hours: minutes: seconds: milliseconds.
  • Avg. CPU Time (Sec). Displays the average time that CPU was consumed for the selected node and its underlying call path.
  • Method Type (when a method is selected only). Displays the method type.
  • Impact on Entry Point (when a method or an SQL is selected only). Displays the percent value of the selected node’s node's summed response time out of its entry point’s summed response time.
  • Max. Response Time (Sec) (when an SQL is selected only). Displays the peak response time detected in the selected time frame.

...

The Avg. Response Time (Sec) vs Executions overtime graph displays a bar for each time slice in the selected time frame that the selected node (or part of its underlying call path) was active. These bars display a breakdown of the invoked method types according to each method type’s type's average response time. The average response time for the entire time slice is compared to the number of executions in the time slice, displayed in linear format.

...

Info

SLA compliance is calculated for HTTP entry points only.

  • Green. The invoked method’s method's SLA is below the defined SLA threshold.
  • Yellow. The invoked method’s method's SLA is approaching the defined SLA threshold.
  • Red. The invoked method’s method's SLA exceeded the defined SLA threshold.
  • Blue. Top level methods that do not have SLA thresholds defined for them (for example, EJB, JDBC, and so on).

These executions will appear as “NonNon-HTTP” HTTP executions.

Info

Information for non-HTTP methods will not appear in the legend and in the graphs, but will appear in the ToolTip.

...

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

Anchor
LoadBalanceTab
LoadBalanceTab
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” 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” when 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.

...

  • Instance. Displays the instance name. If you select the highlighted instance, the execution tree will update itself to display the specific instance’s instance's execution tree.

    Info

    Once a specific instance is selected, the Load Balance tab will no longer appear.

  • Server. Displays name of the server on which the instance is running.
  • Avg. Response Time (Sec). Displays the average response time for the selected node. The average response time is displayed in seconds.
  • Executions. Displays the number of executions within the selected node.
  • Sum. Response Times. Displays the total response time for the selected node. The summed response time is displayed in hours: minutes: seconds: milliseconds.

...

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 JVM.

Anchor
ImpactTab
ImpactTab
About the Impact tab

The Impact tab displays information regarding the selected method’s 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.

...

  • Entry Point. Displays the name of the entry point from which the entity was invoked.

    Info

    Selecting the hyperlinked entry point name selects the entry point in the execution tree and displays the highlights tab for the entry point.

  • Work Impact on Entry Point. Displays the percent value of the selected node’s summed response time out of its entry point’s point's summed response time.
  • Method Avg. Response Time (Sec). Displays the method’s method's average response time.
  • Executions by Entry Point. Displays the number of times the selected method was invoked by the specific entry point.
  • Sum. Method Response Times. Displays the method’s method's total response time.
  • Sum. Entry Point Response Times. Displays the entry point’s total response time.

...

  • 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 method's total response time out of the direct caller method’s method's total response time.
  • Method Avg. Response Time (Sec). Displays the method’s 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 method's total response time.
  • Sum. Caller Response Times. Displays the direct caller method’s total response time.

Anchor
EntryPointsTab
EntryPointsTab
About the Entry Points tab

The Entry Points tab displays the top level URI/iView or methods (EJB or others) 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
SQLExitPointsTab
SQLExitPointsTab
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.

...

Anchor
HeaviestExitPointsInvokedDirectlyandIndirectlytable
HeaviestExitPointsInvokedDirectlyandIndirectlytable
Heaviest Exit Points Invoked Directly and Indirectly table

Info

When All Instances is the selected at the top level, this table will be is called, Heaviest Exit Points by Work Time - ones that have at least 1% impact on the total.

...

  • Name. Displays the destination name that can be either the Web service request name, 'DB Name' on 'Server Name' for SQLs, and so on.
  • Type. Displays the exit point destination type such as, Web service, DB 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
MethodsTab
MethodsTab
About the Methods tab

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

...

On top appears the comparison table called “All All Methods Invoked Directly and Indirectly”Indirectly.

Info

This will be Heaviest methods by work time when all instances in the top level in the executions table, with 1% impact min.

...

The Avg. Response Time (Sec) vs. Executions overtime bar graph displays the relationship over time between the average response time of the exit point selected in the table above and the number of times the exit point was executed in the selected time frame. Hovering at 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.executions.

Anchor
LocksTab
LocksTab
About the Locks tab

The Locks tab displays locked methods from the entire call tree beneath the selected node. All data is aggregated from the underlying call tree.

...

Info

The locking methods themselves are not displayed on the tree.

The “lock” lock identifier is calculated at runtime. It is based on the object name that is being locked (synchronized). It is possible to use the same object more than once during the same method. In that case, Precise for J2EE adds an index for each of the lock events, in order to enable the developer to distinguish between the two lock events.

...

The Avg. Lock Time (Sec) of the Methods Selected in the Tables Above overtime bar graph shows an overtime view of the periods where the methods selected in the tables above acquired locks. This view enables you to understand the mutual locking relationship of the two methods - are they always locked at the same times (meaning, they lock each other only), is one locking (indicated by a short lock time) and other locked (indicated by a long lock time), and so on. Hovering at any point in the bar graph will display a ToolTip with the date and time of the time slice, the average lock time, and the number of locks.

Anchor
ExceptionsTab
ExceptionsTab
About the Exceptions tab

The Exceptions tab displays data for exceptions thrown from the entire call tree beneath the current context - instance. All data is aggregated from the underlying call tree.

...

Info

Exceptions monitoring is turned off by default. To turn on exceptions monitoring, go to Settings>Monitor Settings > Monitor Settings. See “Configuring Monitor Settings” on page 41 Configuring Monitor Settings.

All columns can be sorted. The default sort is by Count column.

...

On the bottom appears the title “Exception "Exception Stack Traces”Traces." This table displays information where each row is a specific occurrence of the exception selected on top. There is one row per stack trace on this table.

...

See Precise Administration Guide, Appendix A, regarding  regarding configuring exception seeker options.

Anchor
LeaksTab
LeaksTab
About the Leaks tab

The Leaks tab displays object allocation data from the entire call tree beneath the current context - instance. All data is aggregated from the underlying call tree.

...

  • Allocation Method. The method name where the object was allocated.
  • Object Type. The object, collection, array, or string buffer. It contains values such as: “Integer”, “String”, or “MyObject”"Integer," "String," or "MyObject."
  • Growth Rate. The rate that the number of objects grows over time. This is displayed in percent for growth rate per minute.

...

Info

Leaks monitoring is turned off by default. To turn on Leaks monitoring, go to the Settings menu. See “Configuring Monitor Settings” on page 41 Configuring Monitor Settings.

The Leaks tab displays details about the top 64 allocation sites with the largest total live allocated objects in the selected time frame. Each allocating method displays the collection’s collection's stack trace in its ToolTip. The stack trace displays the executions leading backwards from the allocation site to the application’s application's initial execution.

For the top n allocating methods, the chart shows the approximate number of live objects in the collection, or its growth rate (according to the sorting column). Negative trends can be identified using these charts by detecting memory leaking locations.

...

ItemDescription
Chart Legend ColorColor icon showing the color representing the row in the graph.
Allocated MethodThe method name where the object was allocated.
Object TypeThe Object, Collection, Array, or String Buffer. It contains values such as: “Integer”, “String”, or “MyObject”."Integer," "String," or "MyObject."
Growth Rate (%)Rate of growth (in percents) of the number of objects over time (objects/minutes). This column is default for sorting.
Live Objects Count

Number of live instances of an object.

Live Objects Count can be displayed as a “waterfall” "waterfall" bar, or in numbers.

Anchor
StackTraceDetails
StackTraceDetails
Stack Trace Details

Stack Trace details appear in the expanded view that appears when hovering over each row’s row's complete path (Stack Trace).

...

  1. In the Time Frame list, select the period of time you want to analyze.
  2. In the Instance list, select the instance you want to analyze.
  3. On the Precise bar, go to Settings>Tree Settings > Tree View Settings.
  4. In the Tree View Settings dialog box, in the Sort by drop-down list, select Executions. Click A to display in Ascending order or D to display in Descending order.
  5. Select the Method you want to analyze. Methods with the highest number of executions are most frequently invoked.

...