-
Notifications
You must be signed in to change notification settings - Fork 66
Installation Instruction
Installation of JMeter plugin is simple, the plugin is build separate from the actual JMeter code.
git clone http://github.com/Netflix/CassJMeter.git ~/CassJMeter
cd ~/CassJMeter
mvn dependency:copy-dependencies install -DexcludeGroupIds=org.apache.jmeter
Note: the '-DexcludeGroupIds=org.apache.jmeter' parameter tells maven not to copy the jmeter jars into the target dependencies directory. This is necessary if you run a different version of jmeter than what this plugin compiles against as when you copy over the CassJMeter jars (see below) you will end up with different versions of the ApacheJMeter jar in jmeter's lib directory, which really confuses the app when it tries to run.
From http://jmeter.apache.org/download_jmeter.cgi Untar /unzip to a ~/jmeter
cd ~/jmeter
cp -Rf ~/CassJMeter/target/CassJMeter-0.2-SNAPSHOT.jar lib/ext/
cp -Rf ~/CassJMeter/target/dependency/* lib/
You are all set, You can start the JMeter UI by running
cd ~/jmeter; bin/jmeter
You might also be interested in http://code.google.com/p/jmeter-plugins/ for data aggregations.
A Netflix Original Production
Tech Blog | Twitter @NetflixOSS | Jobs