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)
Status | Expression |
---|---|
Critical | If (number of Stuck Threads > 10) |
Warning | If (number of Stuck Threads > 0) |
OK | If not status Warning or Critical. |
Unknown | Missing application response. |