Chris Fairles opened 1 decade ago
|
|
I cannot replicate the issue. How do you obtain these stats with '=' sign in plugin IDs? I tried to get stats via XMPP and JMX and they show without the '='sign. Please provide us with steps to reproduce the problem. |
|
I do have concurrency assignments in my plugins list.
--sm-plugins=-jabber:iq:version,\
But I don't include all of them (like session-open) so maybe because theres at least one assignment it adds it to all? I'll try without even specifying --sm-plugins and see if it happens. |
|
You didn't answer the question Chris. How do you obtain stats? Do you load them via XMPP, JMX or any other way? What tools do you use for this? Artur On Mar 3, 2011, at 2:47 PM, support@tigase.org wrote:
|
|
Oops, jvisualvm, using mbean tigase.stats.StatisticsProvider, operation getAllStats(0) |
|
Thank you. Please confirm that it is added when concurrency settings are in place, not by the jvisualvm and I will get it fixed for you. In any case, thank you for reporting the problem. Artur |
|
Closed due inactivity. |
Type |
Bug
|
Priority |
Minor
|
Assignee | |
RedmineID |
64
|
Version |
tigase-server-5.1.0
|
sess-man/Processor: session-open=, Queue: 0, AvTime: 0, Runs: 24, Lost: 0
sess-man/Processor: urn:ietf:params:xml:ns:xmpp-session=, Queue: 0, AvTime: 0, Runs: 0, Lost: 0
etc.
I have scripts that parse plugin ids to monitor stats, they're breaking ;)