Skip to content

Installation

Juan Pablo Bosnjak edited this page Feb 15, 2017 · 2 revisions

Installation of JMeter plugin is simple, the plugin is build separate from the actual JMeter code.

Building JMeter Plugin

git clone https://github.com/jbosnjak/iwaySnmpJmeterPlugin.git

cd ~/iwaySnmpJmeterPlugin

gradle build

Or you can download from artifactory. For example: https://oss.sonatype.org/service/local/repositories/releases/content/com/github/jbosnjak/iway-snmp-jmeter-plugin/1.0.0/iway-snmp-jmeter-plugin-1.0.0.jar

Download JMeter 2.13 and unzip

From http://jmeter.apache.org/download_jmeter.cgi Untar /unzip to a ~/jmeter

Copy the artifacts into the JMeter lib and lib/ext Directory’s.

cd ~/jmeter

cp -Rf ~/snmpJmeterPlugin/build/libs/* lib/ext/

cp -Rf ~/snmpJmeterPlugin/build/dependency/* lib/

Make sure that snmp4j is copied to lib/ folder. If not, download it from artifactory: http://artifacts.intraway.com/artifactory/maven-jcenter-cache/org/snmp4j/snmp4j/1.10.1/snmp4j-1.10.1.jar and copy it.

You are all set, You can start the JMeter UI by running cd ~/jmeter; bin/jmeter

Clone this wiki locally