cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What could cause 100% wait time in execution breakdown?

Sanket_Molavade
Participant

Hi All,

 

Kindly advise what could be the actual reason for getting 100% waiting in the PurePath?

I am getting the same response from 1 user to 40 user load. 

 

Sanket_Molavade_0-1658734347067.png

Sanket_Molavade_1-1658734417369.png

Sanket_Molavade_2-1658734448810.png

 

Thanks & Regards,

Sanket_Molavade.

 

 

3 REPLIES 3

pahofmann
DynaMight Guru
DynaMight Guru

Wait time in dynatrace is active wait time where your code waits on something, e.g. with Object.wait().

 

You can analyze it more in the Method Hotspots. There  you can see which Methods cause the wait and see from where they are called in the reverse StackTrace.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Hi @pahofmann 

When I try to check the method which causes the wait time then I get only inbuilt frameworks and not getting any method related to the application, then what will be my next step to reduce that wait time. can you please guide me.

 

Sanket_Molavade_0-1659424467334.png

 

  

You can expand the different parts of the stack trace more to go further up, till you see methods from your own code.

 

For Example the UTF8Json Generator takes 56.1% of that wait time, so I'd start there.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Featured Posts