PeterS
November 12, 2020, 4:59am
#1
Looking at the statistics data that can be retrieved it seems it’s all aggregate data but not specific to an identifiable room.
Introduction
============
**Jitsi Videobridge implements reports for the following statistics (and more):**
* Number of threads used by the JVM.
* Current bitrate, packet rate, and packet loss rate.
* Current number of audio and video channels, and conferences.
* Current estimated number of video streams.
* The size of the largest conference in progress.
* The distribution of the sizes of the conferences currently in progress.
* Aggregates of RTT and jitter across all users.
* The total number of created, completed, failed and partially failed conferences.
* The total number of messages sent and received through WebRTC data channels and COLIBRI web sockets.
* The total duration of all completed conferences.
* The number of ICE sessions established over UDP or TCP.
Implementation
==============
**Jitsi Videobridge uses the following statistics names in the reports:**
This file has been truncated. show original
We’re looking at a way to export for example below data per room.
Room name; Start; End; Number of participants
Is there an existing way to get this data?
PeterS
November 12, 2020, 7:33am
#3
Exactly what we need! Thank you so much!
Hi is it possible to get this data from a time series perspective. Like Conferences done during the day and list of participants per conference. Also, will this work with Jitsi Docker.
emrah
February 15, 2021, 2:25pm
#5
jicofo log has only the users IDs, not the names…
I don’t know how the Docker installation keeps the Jicofo logs. The script will work if the Jicofo log exists in an accessable location