maximum number of threads reached event
glassfish:kernel:connections-thread-pool:maxNumberOfThreadsReachedEvent( java.lang.String monitoringId, java.lang.String threadPoolName, int maxNumberOfThreads)
This event is called when a thread pool reaches its maximum number of threads.
Use this event to count the number times a thread pool reaches its maximum number of threads.
monitoringIdThe thread pool monitoring identifier.
threadPoolNameThe thread pool name in the server configuration.
maxNumberOfThreadsThe maximum number of threads in a thread pool.