
Geplaatst: 2 December 2021
Thread Wait and Blocked Time
Last week we had a new version of the ADF Performance Monitor available – version 9.5.
In this blog I will write on one of the new features; thread wait and thread blocked time of requests. Sometimes we cannot explain a poor performance, disruptions, hiccups. If we dive into the world of Java threads, we often can. It can be that some threads were waiting on some resources or were being blocked. Or if there was JVM garbage collection during the request (that froze all threads). We can see all this now in the monitor for each HTTP request in detail. We have much more insight into time gaps that were sometimes hard to explain before.
(Lees meer..)
Tags: ADF Audit Tool, ADF Click History, ADF Diagnostics, ADF Performance Monitor, Java Thread State, JVM Garbage Colection, Thread Blocked Time, Thread Wait Time