Skip to content
Jonathan Shook edited this page Jan 28, 2020 · 7 revisions

Introducing DSBench

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.

Supported Systems

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.

DSBench currently requires a Linux system to run, with FUSE. Most Linux systems already have this. All user-facing functionality is provided via the command line and a web app. Future versions will support Windows and macOS directly.

A Preview

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.

Getting Started

  1. Download dsbench from DataStax Labs Downloads
  2. Start dsbench in docserver mode: dsbench docserver http://0.0.0.0:12345/
  3. 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.

Support

Community Support

DSBench is released as a DataStax Labs tech preview.

It is supported by a community of active users at DataStax DSBench Community.

Bug Fixes

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.

Feature Requests

If you would like to see something in DSBench that is not there yet, please submit a feature request.