Skip to content

70. Middle Tier - Threads

The number of threads is limited in every Managed Server. Many threads that are defined as stuck may result in slow system response. This check will monitor if stuck threads exist.

Multiple Instances: Yes (per managed server)

Interval: Every 5 minutes (288 times per day)

StatusExpression
CriticalIf (number of Stuck Threads > 10)



WarningIf (number of Stuck Threads > 0)



OKIf not status Warning or Critical.
UnknownMissing application response.