"Using SIPp is part dark art, part voodoo, part Santeria. YOU HAVE BEEN WARNED"
With that out of the way, I'd like to do some load testing.
apt update
apt install build-essential libssl-dev ncurses-dev git
cd /usr/src
wget https://github.com/SIPp/sipp/releases/download/v3.5.1/sipp-3.5.1.tar.gz
tar xvzf sipp-3.5.1.tar.gz
cd sipp-3.5.1
./configure --with-openssl
make
make install
cd /usr/src
git clone https://github.com/jrzondagh/SIPp-Scenario-Files.git
cd SIPp-Scenario-Files/
nano user-accounts.csv # set them to actual accounts - i had to remove all the comment lines as well
/usr/local/bin/sipp FUSIONHOST -sf invite-auth-sdp-nomedia.xml -inf user-accounts.csv -m 100000 -l 100 -r 10 -rp 10000
With that out of the way, I'd like to do some load testing.
apt update
apt install build-essential libssl-dev ncurses-dev git
cd /usr/src
wget https://github.com/SIPp/sipp/releases/download/v3.5.1/sipp-3.5.1.tar.gz
tar xvzf sipp-3.5.1.tar.gz
cd sipp-3.5.1
./configure --with-openssl
make
make install
cd /usr/src
git clone https://github.com/jrzondagh/SIPp-Scenario-Files.git
cd SIPp-Scenario-Files/
nano user-accounts.csv # set them to actual accounts - i had to remove all the comment lines as well
/usr/local/bin/sipp FUSIONHOST -sf invite-auth-sdp-nomedia.xml -inf user-accounts.csv -m 100000 -l 100 -r 10 -rp 10000