igniterealtime / openfire-threaddump-plugin

An Openfire plugin that allows administrators to create Java thread dumps.
Apache License 2.0
1 stars 4 forks source link

Add evaluator based on TaskEngine #6

Closed guusdk closed 2 years ago

guusdk commented 3 years ago

Openfire has a TaskEngine implementation, that is a general purpose executor service. This implementation uses a thread pool. This plugin should include an evaluator that causes a thread dump to be created if this particular thread pool misbehaves.