Monitoring Jitsi Meet video bridge with AWS CloudWatch

Jitsi Meet

Jitsi Meet is an open source JavaScript WebRTC application and can be used for videoconferencing.

CloudWatch

CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS. CloudWatch can monitor AWS resources such as Amazon EC2 instances, Amazon DynamoDB tables, and Amazon RDS DB instances, as well as custom metrics generated by your applications and services, and any log files your applications generate.

Here, We use CloudWatch for monitoring the different Metrics of Jitsi meet Videobrige. The Different Metrics are shown in below images:

Getting Started

Getting Started

While Conferencing jitsi meet, It includes two types of Metrices:

  1. Custom Metrics

  2. CloudWatch System Metrics

Custom Metrics:

Custom Metrics are those types of Metrics which depends on the count of conferences, participants count and Memory used during the conference.

The Different Custom Metrics can be seen below:

Conferences Metrics

Here we can see the count of the conference with respect to changing time which can be seen in below images:

Getting Started Getting Started

Participants Metrics:

Here we can see the count of Participants in the conference with respect to the changing time which can be seen in below images:

Getting Started Getting Started

Memory Metrics:

Here the uses of Memory in bytes while video conferencing can be seen in the following images:

Getting Started Getting Started

CloudWatch System Metrics

CloudWatch System Metrics are the Metrics which are provided by the System itself which includes CpuUtilization and Network IN/OUT.

The different System Metrics can be seen as follows:

JVB Network

Here we can see the Network IN/OUT in the conferences in Bytes/sec with respect to changing time which can be seen in below images:

Getting Started

CPU Utilization:

Here the uses of CPU while video conferencing can be seen in following images:

Getting Started

Updated:

Leave a Comment