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

Should evaluate all client sessions #9

Open guusdk opened 2 years ago

guusdk commented 2 years ago

This plugin supposedly reports data (session count, stanzas read/sent, queued nio events) on client sessions. Sadly, it only takes into account client sessions on either the C2S port (5222), or the multiplexer port (if so configured). It completely ignores C2S-directTLS (5223) and BOSH/Websocket connections.