Petals CDK

Add a monitoring probe about the message exchange processor threadpool

Details

  • Type: Task Task
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 5.3.0
  • Fix Version/s: 5.4.0
  • Component/s: runtime
  • Security Level: Public
  • Description:
    Hide

    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).

    Show
    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).
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Tue, 9 Jul 2013 - 17:03:50 +0200

Added in trunk

Show
Christophe DENEUX added a comment - Tue, 9 Jul 2013 - 17:03:50 +0200 Added in trunk

People

Dates

  • Created:
    Tue, 2 Jul 2013 - 09:05:55 +0200
    Updated:
    Tue, 9 Jul 2013 - 17:03:50 +0200
    Resolved:
    Tue, 9 Jul 2013 - 17:03:50 +0200