thread dispatched from pool event
glassfish:kernel:connections-thread-pool:threadDispatchedFromPoolEvent( java.lang.String monitoringId, java.lang.String threadPoolName, java.lang.String threadId)
This event is called when a thread is taken from a pool to execute a task.
Use this event to count the number of tasks executed by a specific thread or an entire thread pool, or to count the number of busy threads in a thread pool.
monitoringIdThe thread pool monitoring identifier.
threadPoolNameThe thread pool name in the server configuration.
threadIdThe ID of a dispatched thread.