Skip to content

bundasmanu/sipp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sipp-docker

SIPp with Docker Compose support

What offers?

  • Easy way to test/change between versions;
  • Easy way to build with different FLAGS;
  • Easy way to add and execute scenarios;

How can i use it?

Build image

docker compose build sipp

Run Container

Without arguments (for checking only if SIPp is available - outputs version info)

docker compose up sipp

Execute SIPp scenario - from local terminal

docker compose run sipp sipp -i 172.25.0.1 -p 5060 172.25.0.3:5060 -r 1 -m 1 -sf /opt/options/options.xml
docker compose run sipp sipp -i 172.25.0.1 -p 5060 172.25.0.3:5060 -r 1 -m 1 -sf /opt/register/register.xml -inf /opt/register/register.csv

Execute SIPp scenario - inside container

docker compose run sipp shell
cd /opt ## sipp-scenarios folder volume target
sipp -i 10.0.0.1 -p 5060 10.0.0.2:5060 -r 1 -m 1 -sf options/options.xml

Releases

No releases published

Packages

No packages published