Skip to content

SIMULAP/simulap-plugin-sip

Repository files navigation

License Version Generated Lines of Code Button

© Copyright 2018-2020 Hewlett Packard Enterprise Development LP Licensed under Apache License version 2.0: http://www.apache.org/licenses/LICENSE-2.0

What is simulap-plugin-sip?

simulap-plugin-sip, brings SIP (RFC 3261) connectivity to Apache JMeter.

How to get simulap-plugin-sip source code?

Prerequisites:

You obtain a new public GitHub repository: https://github.com/MY_USERNAME/simulap-plugin-sip. In the following, https://github.com/SIMULAP/simulap-plugin-sip is called the upstream while https://github.com/MY_USERNAME/simulap-plugin-sip is called the origin.

prompt> git clone  git@github.com:MY_USERNAME/simulap-plugin-sip.git

Result:

A new directory has been created (simulap-plugin-sip) containing the source code for simulap-plugin-sip plug-in.

How to build simulap-plugin-sip?

Prerequisites:

Step 1:

Copy bin/upgrade.properties.sip content into your JMeter's bin/upgrade.properties file.

Step 2:

> cd simulap-plugin-sip
> mvn -X clean package 

Result:

A new directory has been created (simulap-plugin-sip/target) containing the jar file simulap-plugin-sip-0.0-00.jar.

How to start Apache JMeter with simulap-sip-plugin?

Prerequisites:

  • Apache JMeter must be installed on your system: see http://jmeter.apache.org/.
  • In the following, JMETER_HOME is the Apache JMeter home directory.

Step 1:

> cd simulap-plugin-sip
> mvn -X install -Djmeter.command=JMETER_HOME/bin/jmeter 

How to create a SIP Test plan with simulap-sip-plugin and Apache JMeter?

Please refer to simulap-plugin-sip GitHub wiki pages.