According to here
https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest-videobridge.md
/colibri/stats
should give me some statistics in JSON format. However, for me, it just returns an empty page. The reason is that statsManager is null in HandlerImpl.doGetStatisticsJSON.
Note that I'm running the REST interface only, no XMPP. Is that a problem for the statistics? I'm on latest master.
···
--
Johannes Singler
Hi,
you also need to enable statistics:
org.jitsi.videobridge.ENABLE_STATISTICS=true
Regards
damencho
···
On Tue, Nov 24, 2015 at 2:00 AM, Johannes Singler <johannes.singler@qnective.com> wrote:
According to here
https://github.com/jitsi/jitsi-videobridge/blob/master/doc/rest-videobridge.md
/colibri/stats
should give me some statistics in JSON format. However, for me, it just
returns an empty page. The reason is that statsManager is null in
HandlerImpl.doGetStatisticsJSON.
Note that I'm running the REST interface only, no XMPP. Is that a problem
for the statistics? I'm on latest master.
--
Johannes Singler
_______________________________________________
users mailing list
users@jitsi.org
Unsubscribe instructions and other list options:
http://lists.jitsi.org/mailman/listinfo/users