You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/statistics.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ Introduction
3
3
**Jitsi Videobridge implements reports for the following statistics (and more):**
4
4
5
5
* Number of threads used by the JVM.
6
-
* Current CPU and memory usage.
7
6
* Current bitrate, packet rate, and packet loss rate.
8
7
* Current number of audio and video channels, and conferences.
9
8
* Current estimated number of video streams.
@@ -22,9 +21,6 @@ Implementation
22
21
***current_timestamp** - The value is the date and time when the statistics are
23
22
generated (in UTC).
24
23
***threads** - The number of Java threads that the video bridge is using.
25
-
***used_memory** - Total used memory on the machine (i.e. what 'free' would return) in megabytes (10^6 B).
26
-
***total_memory** - The total memory of the machine in megabytes.
27
-
***cpu_usage** - CPU usage for the machine. The value is between 0 and 1 and is the fraction of the last interval that the CPU spent in either user, nice, system or iowait state (what would appear in the 'cpu' line in 'top').
28
24
***bit_rate_download / bit_rate_upload** - the total incoming and outgoing (respectively) bitrate for the video bridge in kilobits per second.
29
25
***packet_rate_download / packet_rate_upload** - the total incoming and outgoing (respectively) packet rate for the video bridge in packets per second.
30
26
***loss_rate_download** - The fraction of lost incoming RTP packets. This is based on RTP sequence numbers and is relatively accurate.
@@ -57,7 +53,6 @@ The statistics are available through the `/colibri/stats` endpoint on the [priva
0 commit comments