Details
-
- Environment:
- -
Issue Links
| Depends | |||
|---|---|---|---|
|
|
|
||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] | |
| Assignee | Christophe DENEUX [ cdeneux ] | |
| Component/s | runtime [ 10075 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Link |
This issue blocks |
| Description |
Add the following metrics about the threadpool running message exchange processors:
* max size, * min size, * max number of allocated threads, * current number of allocated threads, * max number of idle threads, * current number of idle threads, * number of tasks/requests waiting a thread from the thread pool. A defect will be sent if the current number of allocated threads reachs the max size of the threadpool (ie: no more thread is available) Another defect will be sent when a tasks/request is waiting a thread from the threadpool (ie: threadpool exhaustion). |
Add the following metrics about the threadpool running message exchange processors:
* max size, * min size, * max number of allocated threads, * current number of allocated threads, * max number of idle threads, * current number of idle threads, * number of tasks/requests waiting a thread from the thread pool, * duration of thread alloactaions (ie, duration of the message exchange processor processing): ** abolute durations: max, avg, min ** relative values of a sample: max, avg, min, 10-percentil, 50-percentil, 90-percentile. A defect will be sent if the current number of allocated threads reachs the max size of the threadpool (ie: no more thread is available) Another defect will be sent when a tasks/request is waiting a thread from the threadpool (ie: threadpool exhaustion). |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.4.0 [ 10362 ] | |
| Resolution | Fixed [ 1 ] |