Hi,
Was keen to know if we there is any possibility to start the diagnostic session on a JVM with threshold say 50ms irrespective of Business transactions.
The idea behind is, for e.g. I haven't defined or created all my transactions in a tier. But during some profiling session we want to trigger diagnostic session to capture all executions happening on that JVM.
Let me know if you need more elaboration.
Regards,
Vaibhav
Experts,
Any suggestions ?
Hi Vaibhav,
In Configuration -> Slow Transaction threshold
You can set slow transaction threshold to 50 ms (like in your example)and then in
Configure thresholds for when Diagnostic Sessions will be started
you can set "Start Diagnostic Session if more than 1 % of the requests in a minute are slower than the Slow Transaction Threshold "
So atleast irrespective of BT you can start Diagnostic session
Agree. But I think that will again bring the same thing like openeing a diagnostic session for already discovered transactions.