GithubHelp home page GithubHelp logo

jitsi_monitor's Introduction

Tool giám sát thông số phòng họp Jitsi Meet

Các thông số giám sát :

  • Số phòng đang mở
  • Tổng số người tham dự
  • Tên phòng
  • Chủ trì phòng họp (nếu có)
  • Số người tham dự trong từng phòng

Đưa ra thông số tại thời điểm hiện tại :

python3 now.py
  • Output :
--------------------ACTIVE ROOMS--------------------
----------------------------------------------------
Trạng thái domain testings123.space
------------------------
Số phòng đang mở: 2
Số người tham dự: 5
       + newroom [admin]  ->  2 người tham dự
       + hop-giao-ban [admin3]  ->  3 người tham dự
----------------------------------------------------

Đưa ra thông số theo real-time :

python3 real.py
  • Output :
--------------------ACTIVE ROOMS--------------------
----------------------------------------------------
Trạng thái domain testings123.space
------------------------
Số phòng đang mở: 2
Số người tham dự: 5
------------------------
       + newroom [admin]  ->  2 người tham dự
       + hop-giao-ban [admin3]  ->  3 người tham dự
----------------------------------------------------
----------------(Ctrl + Z) for Quit-----------------
Updating...
/

Đọc log thông số hiển thị lần gần nhất :

cat output.json
[
    {
        "total_room": 2,
        "total_participants": 5
    },
    [
        {
            "name": "newroom",
            "participants": 2,
            "host": "admin"
        },
        {
            "name": "hop-giao-ban",
            "participants": 3,
            "host": "admin3"
        }
    ]
]

jitsi_monitor's People

Contributors

quoccuong97 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.