Skip to content

Mishail/CqlJmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CqlJmeter

CQL Sampler (Cassandra 1.2.x or 2.x is required) for JMeter

Install

  • Get a release
  • From TGZ:
  • Unpack /lib folder from the release into the JMeter's folder, for example tar -xjf CqlJmeter-2.0.5-release.tar.gz -C apache-jmeter-2.11/
  • Using all-in-one JAR:
  • drop the JAR file into JMeter's lib/ext folder

Components

See Components

Quickstart

There are sample test plans in /samples folder. Read more at Walk through the samples

Basically you need 4 components:

  1. Thread group to simulate users
  2. C* Cluster config element to define connection properties
  3. One (or several) CQL statements (single or batch) to send
  4. One of the listeners to gather results

More information