Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Configuring an Ubuntu server

1. Install Xvfb, Xorg to work with a virtual output device

...

Code Block
languagebash
themeRDark
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google-chrome.list
apt-get update
apt-get install google-chrome-stable

Scripts for load testing

A gz file with scripts to perform load testing can be downloaded here.

...

  • stressrate - time interval of adding a new subscriber, in milliseconds
  • ttl - lifetime of a subscriber in seconds
  • maxsubscribers - maximum number of subscribers

Running tests

1. Start Xorg

Code Block
languagebash
themeRDark
./start_xorg.sh

...