Refer to the following resources to find additional information about NoSQLBench, An Open Source, Pluggable, NoSQL Benchmarking Suite
.
- Introduction blog: https://www.datastax.com/blog/2020/03/nosqlbench
- Github repo: https://github.com/nosqlbench/nosqlbench
- NoSQLBench website: http://docs.nosqlbench.io/#/
- Comparing stress tools for Apache Cassandra™
DSBench allows you to run realistic workloads against your CQL systems without having to build your own testing harness. It builds on a set of core testing concepts and machinery to give you a performance testing power suit. Specifically, it allows you to control and customize your client operations so that they are representative of a real workload that you would run with your application. If you don't want to control for this level of detail, you can use one of the built-in workloads with a single command.
This repository is where we manage issues, feature requests, and releases for DSBench.
DSBench is released as a Linux compatible binary. Future releases may include support for Mac or Windows.
In this initial release, DSBench supports CQL based systems and console output. In dsbench terms, this means:
- The CQL activity type
- The initial release of the CQL activity type uses the DataStax driver version 1.9.0
- The stdout activity type. (this is a way to see operations in diagnostic mode)
Activity types are how DSBench gets its support for different protocols or client drivers. The initial release of DSBench includes only two, but additional types will be supported in future releases.
Basic Examples give a preview of some of the things you can do with DSBench and how it works. The real docs are included in the tool itself.
On Linux systems:
- Download dsbench from DSBench Releases
- Make it executable:
chmod +x dsbench
- Start dsbench in docserver mode:
dsbench docserver http://0.0.0.0:12345/
- Browse to the system you are running it on and you will be presented with the Guidebook.
On other systems:
- Download dsbench.jar from DSBench Releases
- Install a Java 12 or newer JDK.
- Start dsbench in docserver mode:
java -jar dsbench.jar docserver http://0.0.0.0:12345/
- Browse to the system you are running it on and you will be presented with the Guidebook.
The Guidebook provides the most essential place to get access to the docs.
Release Plans are how we plan to prioritize and scope releases going forward.
DSBench is released as a DataStax Labs tech preview.
It is supported by a community of active users at DataStax DSBench Community.
If you think you have found a bug, you may file a bug report. DSBench is actively used within DataStax, and verified bugs will get attention as resources permit.
If you would like to see something in DSBench that is not there yet, please submit a feature request.
DSBench development is sponsored by DataStax.
DataStax offers a suite of distributed data management products and cloud services powered by Apache Cassandra. We simplify achieving zero downtime for enterprise apps that are active everywhere–DataStax delivers the ultimate hybrid and multi-cloud database. For more information, visit www.DataStax.com and follow us on @DataStax