Versions Compared

Key

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

...

The Impact on All Entry Points table displays the following information for every entry point that the selected method was invoked by in the selected time frame:

 

  • 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 summed response time.
  • Method Avg. Response Time (Sec). Displays the 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 total response time.
  • Sum. Entry Point Response Times. Displays the entry point’s total response time.

 

Anchor
ImpactonAllDirectCallerstable
ImpactonAllDirectCallerstable
Impact on All Direct Callers table

...

  • Icon. Displays the entry point type.
  • Name. Displays the entry point name.

    Info

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

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

...

  • SLA Compliance. Displays the relative percentage of HTTP entry point service requests that approached or breached the defined SLA thresholds.

...

  • Type. Displays the method type name.

...

  • Sum. Response Times

...

  • . Displays the total response time for the selected node. The summed response time is displayed in hours: minutes: seconds: milliseconds.

...

  • Avg. Work Time (Sec)

...

  • . Displays the average actual work time of the selected node without the underlying call path.

...

  • Sum. Work Times

...

  • . Displays the total work time for the selected node without the underlying call path.

...

  • Max. Response Time (Sec)

...

  • . Displays the peak response time detected in the selected time frame.

...

  • Min. Response Time (Sec)

...

  • . Displays the lowest response time detected in the selected time frame.

...

  • Avg. CPU Time (Sec)

...

  • . Displays the average time that CPU was consumed for the selected node and its underlying call path.

...

  • Sum. CPU Time (Sec)

...

  • . Displays the total CPU time.

...

  • Max. CPU Time (Sec)

...

  • . Displays the peak CPU time detected for the selected node.

...

  • CPU Work Impact %

...

  • . Displays the percent value of the selected node’s CPU time out of the entry point’s CPU time.

...

  • Avg. CPU Work Time (Sec)

...

  • . Displays the average actual work time that CPU was consumed for the selected node without its underlying call path.

...

  • Sum. CPU Work Time (Sec)

...

  • . Displays the total CPU work time for the selected node without its underlying call path.

Anchor
AvgResponseTimevsExecutionsovertimebargraph
AvgResponseTimevsExecutionsovertimebargraph
Avg. Response Time (Sec) vs. Executions overtime bar graph

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.

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.

■    Destinations table

...

...

...

The exit points tab can provide information for the following:■    SQL

  • SQL statements

...

  • Exit points methods (each has its relevant type):

      ...

        • SQL

      ...

        • Remoting Web Service Call method

      Anchor
      HeaviestExitPointsInvokedDirectlyandIndirectlytable
      HeaviestExitPointsInvokedDirectlyandIndirectlytable
      Heaviest Exit Points Invoked Directly and Indirectly table

      Info

      ...

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

      The Heaviest Exit Points Invoked Directly and Indirectly table displays the following information for the selected entity:■    Icon - indicates

      • Icon. Indicates the method type or designated entity it represents.

      ...

      • Name. Displays the exit point name. If the exit point is an SQL, the short SQL text is displayed. If the exit point is a method, the method’s short name is displayed.

      ...

      • Work Impact. Displays the percentage of work time of the selected exit point in relation to the total work time of the invoking method.

      ...

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

      ...

      • Type. Displays the method type name.

      ...

      • Sum. Response Times

      ...

      • . Displays the total response time for the selected node. The summed response time is displayed in hours: minutes: seconds: milliseconds.

      ...

      • Max. Response Time (Sec)

      ...

      • . Displays the peak response time detected in the selected time frame.

      ...

      • Min. Response Time (Sec)

      ...

      • . Displays the lowest response time detected in the selected time frame.

      Anchor
      AvgResponseTimeSecvsExecutionsovertimebargraph
      AvgResponseTimeSecvsExecutionsovertimebargraph
      Avg. Response Time (Sec) vs. Executions

      ...

      over time bar graph

      The Avg. Response Time (Sec) vs. Executions overtime over time 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 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
      Destinationstable
      Destinationstable
      Destinations table

      The Destinations table displays all destinations for the selected entity:■    Name - displays

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

      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.

      The Methods tab includes the following components:■    All

      ...

      • Avg. Response Time (Sec) vs. Executions for selected method overtime bar graph
      Anchor
      AllMethodsInvokedDirectlyandIndirectly
      AllMethodsInvokedDirectlyandIndirectly
      All Methods Invoked Directly and Indirectly

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

      Info

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

      ...

      • Icon. Displays the entry point type.

      ...

      • Name. Displays the entry point name.

      ...

      • Info

        Selecting the

      ...

      • hyper-linked entry point name selects the entry point in the execution tree and displays the Highlights tab for the entry point.

      ...

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

      ...

      • SLA Compliance. Displays the relative percentage of HTTP entry point service requests that approached or breached the defined SLA thresholds.

      ...

      • Type. Displays the method type name.

      ...

      • Sum. Response Times

      ...

      • . Displays the total response time for the selected node. The summed response time is displayed in hours: minutes: seconds: milliseconds.
      • Avg. Work Time (Sec)

      ...

      • . Displays the average actual work time of the selected node without its underlying call path.

      ...

      • Sum. Work Time (Sec)

      ...

      • . Displays the total work time for the selected node without its underlying call path.

      ...

      • Max. Response Time (Sec)

      ...

      • . Displays the peak response time detected in the selected time frame.

      ...

      • Min. Response Time (Sec)

      ...

      • . Displays the lowest response time detected in the selected time frame.

      ...

      • Avg. CPU Time (Sec)

      ...

      • . Displays the average time that CPU was consumed for the selected node and its underlying call path.

      ...

      • Sum. CPU Time (Sec)

      ...

      • . Displays the total CPU time.

      ...

      • Max. CPU Time (Sec)

      ...

      • . Displays the peak CPU time detected for the selected node.

      ...

      • CPU Work Impact %

      ...

      • . Displays the percent value of the selected node’s CPU time out of the entry point’s CPU time.

      ...

      • Avg. CPU Work Time (Sec)

      ...

      • . Displays the average actual work time that CPU was consumed for the selected node without its underling call path.

      ...

      • Sum. CPU Work Time (Sec)

      ...

      • . Displays the total CPU work time for the selected node without its underlying call path.

      Avg. Response Time (Sec) vs. Executions for selected method overtime bar graph

      ...