Skip to content

Installation Instruction

Vijay2win edited this page Mar 6, 2012 · 15 revisions

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

Download JMeter 2.6 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 ~/CassJMeter/target/CassJMeter-0.1-SNAPSHOT.jar lib/ext/

cp -Rf ~/CassJMeter /target/dependency/* lib/

You might also be interested in http://code.google.com/p/jmeter-plugins/ for data aggregations.

Clone this wiki locally