Hi,

I would like to monitor the number of stuck threads reported by
StuckThreadDetectionValve through jmx.


I usually use tool like jmxtrans and plot a graph with graphite.


The number of stuck threads is stored in the stuckCount variable. However
there is no jmx attribute for it, there is only getter for stuckThreadIds
which is long[].


Would you consider exposing stuckCount as as a jmx attributte e.g.
stuckThreadCount?


Perhaps others might find it useful too.

Thanks.

Jiri Pejchal

Reply via email to