Representation of collected data
This page describes all problems, tasks and solution approaches regarding the representation of the collected data.
Main topics
- How to represent the collected data in a good readable manner?
Current solution (state)
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
Coming soon...
Questions / Possible Problems
- How should the data be displayed?
- 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.