tree: 6751d13f025e647fc3873941968c8252cb1d2705 [path history] [tgz]
  1. bin/
  2. src/
  3. pom.xml
  4. README.md
driver-examples/stress/README.md

Stress application

A simple example application that uses the java driver to stress test Cassandra. This also somewhat stress test the java driver as a result.

Please note that this simple example is far from being a complete stress application. In particular it currently supports a very limited number of stress scenario.

Usage

You will need to build the stress application fist:

./bin/build

After which you can run it using for instance:

./bin/stress insert_prepared

Of course, you will need to have at least one Cassandra node running (on 127.0.0.1 by default) for this to work. Please refer to:

./bin/stress -h

for more details on the options available.