I have a dashboard using a business transaction (that filters just the home page and shows the document load time, network time etc) that shows the response times. Now I need to actually add another chart for total page size (images, css etc). Is this possible? Do we have a default measure that can be used for this?
Jibi
Answer by Andreas G. ·
Hi. As dynaTrace may not see all the requests that are executed by the browser (some or cached, some come from 3rd party, ...) we cannot give you the full page size. The only thing you can do is to capture the request/response size through e.g.: Web Server Sensor. Then you can extend your User Action Business Transaction to also have the Web Request Bytes Sent / Received Measures as Result Measures. Make sure to use the "SUM" Aggregation so that these sizes are summed up for all Web Requests in that User Action.
Remember Thought - this is not the full page size - but - it is as close as possible as you can get
JANUARY 15, 3:00 PM GMT / 10:00 AM ET