• Forums
    • Public Forums
      • Community Connect
      • Dynatrace
        • Dynatrace Open Q&A
      • Application Monitoring & UEM
        • AppMon & UEM Open Q&A
      • Network Application Monitoring
        • NAM Open Q&A
  • Home /
  • Public Forums /
  • Application Monitoring & UEM /
  • AppMon & UEM Open Q&A /
avatar image
Question by Jibi U. · Jul 17, 2014 at 08:44 AM ·

Third Party Min/max/Avg and busy time

Documentation says -  

  • Busy time: Time when at least one resource was loading 

 

Can you please explain this using an example waterfall?

 

All the default measures are based on busy time. Any reason busy time takes precedence over avg duration? I am trying to find the best way to find third party calls which cause issues on site. 

 

Jibi

Comment

People who like this

0 Show 0
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

7 Replies

  • Sort: 
  • Most voted
  • Newest
  • Oldest
avatar image

Answer by Jibi U. · Dec 19, 2014 at 09:57 AM

Zhu - Can you please explain with respect to the parallel downloads too ? say I have 3 resources being downloaded parallelly and each take 1 2 and 3 seconds respectively.  

 

 

Third-Party Content Analysis

 

  • Duration type: Several different types of load times are available
    • Busy time: Overall Time when at least one resource was loading from a certain domain and/or a certain resource type. In case resources get downloaded in parallel overlapping times are considered and not counted multiple times
    • Average duration: average duration of all resources
    • Shortest duration: duration of fastest resource
    • Longest duration: duration of slowest resource
Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Klaus E. ♦ · Dec 29, 2014 at 09:55 PM 0
Share

Hi Jibi,

Please take a look at User Action Timings.

The timings average/min/max that you reference are not splitted by resource. The min is the fastest busy time of all user actions with in 10 sec/1min/1hour/1day depending on the measure aging settings.

Cheers Klaus

avatar image

Answer by Jibi U. · Aug 22, 2014 at 08:31 AM

Thank you. Feel I got a grasp of it. Will get back to you if I have further questions. 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Zhu C. · Aug 15, 2014 at 01:48 AM

Hi, 

I am a developer from UEM team.

From the code side, the busy time equals the total duration that resources(either all resources or one kind of resource) on this domain take. If there is only one resource, the busy time is the time that one resource is loading. If there are two resources, the busy time is sum of two resources loading time. And the average duration in this case is the total duration/2.

If you look at the User Action PurePaths, In the purepath tree, there is a timeline column. The busy time(The total duration) of third party resources is also shown as the timeline. And the 'Exec Total' column is also busy time (Total duration). If you right click any third party resource, more details will show up with average/min/max duration for all resources type. 

The reason that we set 'busy time' as the default in the thirdparty measures is:  from the same third party domain, it probably will loads multiple resources. We would like to show that how much time all the resources loading take. For example, from facebook, it probably loads 2 scripts, 1 images, 3 css. The busy time will give us the total duration of loading those 6 resources. If you choose 'busy time' and only 'script', then the 'busy time' will be the total duration of loading the 2 scripts. 

If you would like to find which third party resource is very slow, you can create a measure that has the Longest duration. 

I hope this is helpful. If you have any questions, please let me know. 

 

Thanks, 

Zhu

 

 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Jibi U. · Aug 14, 2014 at 06:08 AM

Please let me know. 

Comment

People who like this

0 Show 1 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image Andreas G. ♦ · Aug 14, 2014 at 08:32 PM 0
Share

Thanks for pinging. Its vacation season in the moment - so I havent yet received an answer. Will try again

avatar image

Answer by Jibi U. · Jul 29, 2014 at 05:18 AM

Please let me know.

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Andreas G. · Jul 18, 2014 at 01:13 AM

I forwarded this to the engineering team in order to get their official answer on this. stay tuned

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

avatar image

Answer by Jibi U. · Jul 18, 2014 at 01:02 AM

Busy time - a little more explanation anyone ? (smile) 

Comment

People who like this

0 Show 0 · Share
10 |2000000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Toggle Comment visibility. Current Visibility: Viewable by all users

Up to 10 attachments (including images) can be used with a maximum of 50.0 MiB each and 250.0 MiB total.

How to get started

First steps in the forum
Read Community User Guide
Best practices of using forum

NAM 2019 SP5 is available


Check the RHEL support added in the latest NAM service pack.

Learn more

LIVE WEBINAR

"Performance Clinic - Monitoring as a Self Service with Dynatrace"


JANUARY 15, 3:00 PM GMT / 10:00 AM ET

Register here

Follow this Question

Answers Answers and Comments

2 People are following this question.

avatar image avatar image

Forum Tags

dotnet mobile monitoring load iis 6.5 kubernetes mainframe rest api dashboard framework 7.0 appmon 7 health monitoring adk log monitoring services auto-detection uem webserver test automation license web performance monitoring ios nam probe collector migration mq web services knowledge sharing reports window java hybris javascript appmon sensors good to know extensions search 6.3+ server documentation easytravel web dashboard kibana system profile purelytics docker splunk 6.1 process groups account 7.2 rest dynatrace saas spa guardian appmon administration production user actions postgresql upgrade oneagent measures security Dynatrace Managed transactionflow technologies diagnostics user session monitoring unique users continuous delivery sharing configuration alerting NGINX splitting business transaction client 6.3 installation database scheduler apache mobileapp RUM php dashlet azure purepath agent 7.1 appmonsaas messagebroker nodejs 6.2 android sensor performance warehouse
  • Forums
  • Public Forums
    • Community Connect
    • Dynatrace
      • Dynatrace Open Q&A
    • Application Monitoring & UEM
      • AppMon & UEM Open Q&A
    • Network Application Monitoring
      • NAM Open Q&A