Versions Compared

Key

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

...

  • How to represent the collected data in a good readable manner?

Current solution (state)

(Previous solution approaches regarding this topic were already discussed in the master thesis.)

In the thesis were two models found:

  • Layer View
  • Red Gate Software View

Currently no implementation for displaying multi-node sequences is provided.

New approaches / solution

...

  • Tab switch between the different CMR (probably the easier solution)
  • The sequence is displayed directly on one view. (Like Red Gate...)

...

  • )
From brain dumb

How do we want to display invocation sequences over multi nodes

  • We need to differentiate between synchronous response time (that the user sees) and complete runtime (including the time of all asynchronous calls)
  • Dynatrace visualized inter thread/VM calls as an extra node "synchronous call" or "asynchronous call" (which can have multiple children). AppDynamics allows to "jump" to the invocation sequence that represents the connected invocation sequence, meaning that the invocation sequences are not displayed as one, but the user must navigate.