On Feb 7, 2023, at 5:09 AM, omas...@gmail.com <omas...@gmail.com> wrote:I have some questions about the ejb waitTime statistic :1) I guess the time is in milliseconds and it is a total wait time right ?
2) What could explain that the waitTime is way higher than 0 when peakConcurrentInvocations is way below the poolMaxSize ?
Here is an example:executionTime : 2702304invocations : 1657621peakConcurrentInvocations : 3poolAvailableCount : 500poolCreateCount : 3poolCurrentSize : 3poolMaxSize : 500poolName : slsb-strict-max-poolwaitTime : 26617As you can see the waitTime is quite high (26 seconds) while only having 3 concurrent invocations which is way under the poolMaxSize.If I divide 'invocations' by 'waitTime' is gives me an average of 62ms which seems quite high to me.What is exactly included in the computing of the waitTime, so that I could understand where this total of 26s comes from ?Thanks a lot.
--
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/32a2312e-ecfe-40a9-8de0-c404ec495ddbn%40googlegroups.com.
poolCreateCount : 10poolCurrentSize : 10
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/e2a6379b-42be-4b87-b720-6e66a3d5ac31n%40googlegroups.com.