Skip to content

p4irin/sipp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIPp on Ubuntu Docker image

Build SIPp on Ubuntu image and push the image to DockerHub

Spin up a container and use SIPp interactively from a bash session inside the container. Volume mount a directory on the Docker host's filesystem into the container to develop your own XML scenarios and run/test them inside the container. Copy your developed XML scenarios to a new built image. Distribute your set of XML scenarios and run them on any Docker host.

Tags and versions

Tags on SIPp and Ubuntu versions

References for more information on and usage of SIPp

Examples of usage

Pull it from Docker Hub

$ docker pull p4irin/sipp
...

Drop yourself in a bash shell inside the container

$ docker run --rm --network host -i -t p4irin/sipp:latest bash
root@host:/#

and run sipp as usual.

root@host:/# sipp -h
...
root@host:/# sipp -sn uas
------------------------------ Scenario Screen -------- [1-9]: Change Screen --
  Port   Total-time  Total-calls  Transport
  5060      19.09 s            0  UDP

  0 new calls during 1.004 s period       1 ms scheduler resolution
  0 calls                                 Peak was 0 calls, after 0 s
  0 Running, 1 Paused, 4 Woken up
  0 dead call msg (discarded)
  3 open sockets                          0/0/0 UDP errors (send/recv/cong)
  0 Total RTP pckts sent                  0.000 last period RTP rate (kB/s)

                                 Messages  Retrans   Timeout   Unexpected-Msg
  ----------> INVITE             0         0         0         0

  <---------- 180                0         0
  <---------- 200                0         0         0
  ----------> ACK         E-RTD1 0         0         0         0

  ----------> BYE                0         0         0         0
  <---------- 200                0         0
  [   4000ms] Pause              0                             0
------------------------------ SIPp Server Mode -------------------------------

Mount a project-directory in the current directory on the Docker host to a directory in the container for test and development of your own XML scenarios.

$ docker run --rm --network host -i -t -v $(pwd)/project-directory:/some-container-dir p4irin/sipp:latest bash
root@host:/#

Assuming project-directory contains an XML scenario file scenario.xml, you can run it as follows

root@host:/# sipp <remote_host> -sf /some-container-dir/scenario.xml
...

Replace <remote_host> with one that works for you.

Exit the container

root@host:/# exit

About

A Ubuntu based Docker image with SIPp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published