Feature #5069
Packet statistics should be split on per XMLNS basis as well
Start date:
2017-03-14
Due date:
2017-03-21
% Done:
100%
Estimated time:
Database:
n/a
Source Code Disclaimer:
Description
Currently each component has *_QUEUE processed other[L]
-- it should include similar logic as IQ packets to differentiate those packets based on XMLNS as well and provide separate statistics). Most likely group by XMLNS and count particular elements as well.
One useful result would be counting SASL auth packets.
Related issues
Associated revisions
History
#1
Updated by Wojciech Kapcia
almost 2 years ago
- Blocks Bug #5070: Some statistics are not updated in Tigase MBean added
#4
Updated by Wojciech Kapcia
almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
PacketCounter now counts detailed statistics about non message/presence/IQ stanzas; it’s possible to disable it with --detailed-other-statistics=false
included in init.properties
I've added benchmark-tests
module which contains OpenJDK JMH tests.
#5
Updated by Wojciech Kapcia
over 1 year ago
- Related to Bug #5697: message-router/IN_QUEUE processed total IQ Missing in 7.2 added
#5069: Packet statistics should be split on per XMLNS basis as well; it’s possible to disable it with —detailed-other-statistics=false” included in init.properties; addition of benchmark-tests module which contains OpenJDK JMH tests;