igniterealtime / openfire-loadStats-plugin

The statistic plugin prints usage information of the database connection pool, thread pool used for processing incoming traffic and the NIO networking layer
1 stars 4 forks source link

Data collection partially depends on connection listener to remain active #10

Open guusdk opened 2 years ago

guusdk commented 2 years ago

Client data is logged only when the corresponding ConnectionListener is running at the time the plugin starts, and keeps running. As soon as the listener is restarted, this plugin will fail to record additional data.