CqlJmeter

Cassandra CQL Sampler for JMeter

View the Project on GitHub Mishail/CqlJmeter

CqlJmeter

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

Install

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