thread released event
glassfish:kernel:connections-thread-pool:threadReleasedEvent( java.lang.String monitoringId, java.lang.String threadPoolName, java.lang.String threadId)
This event is called when a thread is released by a thread pool.
Use this event to count the number of threads in a thread pool.
monitoringIdThe thread pool monitoring identifier.
threadPoolNameThe thread pool name in the server configuration.
threadIdThe ID of the released thread.