|
Measures reported by TimeoutTest
The TimeoutTest monitors the Timeout service, which provides an open structure for registering numerous listeners willing to perform time-base actions. This service is a non-distributed system for scheduling tasks for future execution in a background thread. A special Timeout object represents each task. If you want to reuse a particular thread, you can specify a timeout after which the same thread can be reused. The Timeout Service is used by other J2EE Engine services that need to receive events at particular intervals. The service can be used for accomplishing regular operations – checking the module status, logging information about the current load, and so on.
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Timeout_rate |
The count of timeout events received by a J2EE Engine service per minute |
Timeouts/min |
If the timeout value set for the Timeout objects is high, then the value of this measure will be low. Since the Timeout Service optimizes thread utilization by running multiple application tasks simultaneously, it would be good practice to create more Timeout objects and set a low timeout value for the objects.
|
|