GithubHelp home page GithubHelp logo

simple_sipp_load_tester's Introduction

Load Tester

This repo consists of:

  1. a binary compiled for the system kernel listed below
  2. an xml scenario that should be modified with extreme caution
  3. this README

This command makes reference to the included binary compiled against:

$ uname -a
Darwin nbjcook.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64

Running a Test

Here is how you run a load test

$./sipp -sf simple.xml -s #PROMO_NUMBER# #RINGSWITCH_NUMBER# -i #YOUR_IP# -r #RATE# -m #MAX_CALLS# -trace_err -trace_shortmsg -trace_stat

The following parameters must be included:

  • #PROMO_NUMBER# - the number being called
  • #RINGSWITCH_NUMBER# - the IP associated with the SIP server being called
  • #YOUR_IP# - the IP of the local machine running this test
  • #RATE# - how many calls that will be launched each minute
  • #MAX_CALLS - the total number of calls in the test

For example, to call the number 888-555-1212 at the IP 55.55.55.55 from the local IP 10.0.0.1 ten times initiating one call per second, use

$./sipp -sf simple.xml -s 888-555-1212 55.55.55.55 -i 10.0.0.1 -r 1 -m 10 -trace_err -trace_shortmsg -trace_stat

Getting your local ip

Run this:

$ ipconfig getifaddr en0

simple_sipp_load_tester's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.