glassfish:kernel:thread-pool:maxNumberOfThreadsReachedEvent

maximum number of threads reached event

Synopsis

glassfish:kernel:connections-thread-pool:maxNumberOfThreadsReachedEvent(
java.lang.String monitoringId,
java.lang.String threadPoolName,
int maxNumberOfThreads)

Description

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.

Parameters

monitoringId

The thread pool monitoring identifier.

threadPoolName

The thread pool name in the server configuration.

maxNumberOfThreads

The maximum number of threads in a thread pool.