We are trying to do stress testing (all users - with video conference, with/without audio conference) on our BigBlueButton server.
For one bbb server, I want to calculate how many meetings can be held concurrently with each meeting having 1 moderator and 40 attendees with all users having webcam on, such that CPU utilization doesn't exceed 80%.
If I configure scalelite, how many bbb servers should I add for running 25 such concurrent meetings?
PFB my doubts.
BigBlueButton Server 2.2.16 (1987)
Kernel version: 4.4.0-1107-aws
Distribution: Ubuntu 16.04.6 LTS (64-bit)
Memory: 7814 MB
CPU cores: 4
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
defaultGuestPolicy: ASK_MODERATOR
svgImagesRequired: true
/etc/nginx/sites-available/bigbluebutton (nginx)
port: 80, [::]:80
port: 443 ssl
bbb-client dir: /var/www/bigbluebutton
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
useWebrtcIfAvailable: true
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 172.31.29.111
external_rtp_ip: 3.7.178.84
external_sip_ip: 3.7.178.84
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${external_rtp_ip}
ext-sip-ip: $${external_sip_ip}
ws-binding: :5066
wss-binding: :7443
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback_protocol: https
ffmpeg: 4.2.2-1bbb1~ubuntu16.04
/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
proxy_pass: 3.7.178.84
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
kurento.ip: 172.31.29.111
kurento.sip_ip: 172.31.29.111
localIpAddress: 172.31.29.111
recordScreenSharing: true
recordWebcams: true
codec_video_main: VP8
codec_video_content: VP8
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
build: 934
enableListenOnly: true
# Potential problems described below
# IP does not match:
# IP from ifconfig: 172.31.29.111
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 172.31.29.111
# Warning: defaultGuestPolicy is set to ASK_MODERATOR in
# /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
# This is not yet supported yet the HTML5 client.
#
# To revert it to ALWAYS_ALLOW, see
#
# sed -i s/^defaultGuestPolicy=.*$/defaultGuestPolicy=ALWAYS_ALLOW/g /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
#
# Warning: The setting of 3.7.178.84 for proxy_pass in
#
# /etc/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (172.31.29.111).
# (This is OK if you've manually changed the values)
# Warning: The API demos are installed and accessible from:
#
#
# and
#
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# apt-get purge bbb-demo