Hi,
1) We are observing in almost all load testing runs , suspension in Breakdown under purepath's . Attached is the screenshot for your reference
Please give clarify on what is suspension time Why ii is coming in all webrequests
2) We observed that CPU time is reaching almost 100% while monitoring the CPU health.
Attached is the screenshot for your reference
Please let me know why its is showing ant alerts? and how to analyze the same?
Answer by Sandhya S. ·
We observed that CPU time is reaching almost 100% while monitoring the CPU health.
Attached is the screenshot for your reference
Please let me know why its is showing ant alerts? and how to analyze the same?
Answer by Andreas G. ·
Hi. Suspension Time is when the Java or .NET Runtime is suspended for Garbage Collection (GC). in your case it looks like you have a lot of GC Activity that impacts your transactions. dynaTrace offers Memory Diagnostics options to figure out which objects are allocated and are on the heap. You may also want to talk with the engineering team so that they can optimize Java & .NET Memory settings -> maybe you simply didnt give these runtimes enough memory?
JANUARY 15, 3:00 PM GMT / 10:00 AM ET