Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Easy Cassandra Stress (easy-cass-stress) Workloads
Rating: 5.0 out of 5(2 ratings)
323 students

Easy Cassandra Stress (easy-cass-stress) Workloads

easy-cass-stress tool supports several workloads for stress testing Apache Cassandra clusters
Created bySarma Pydipally
Last updated 5/2024
English

What you'll learn

  • learn how to use workloads in easy-cass-stress tool
  • learn how to generate stress test for Cassandra
  • explore all workloads available with easy-cass-stress tool
  • understand data and metrics generated during workload executions

Course content

3 sections16 lectures31m total length
  • easy-cass-stress tool Introduction3:08
  • easy-cass-stress workloads Introduction0:46

Requirements

  • Basic knowledge of Apache Cassandra
  • Knowledge of internal workings of Apache Cassandra
  • Detailed knowledge of easy-cass-stress tool

Description

easy-cass-stress tool supports several workloads for stress testing Apache Cassandra clusters


In this course we will execute several workloads using easy-cass-stress tool for generating a lot of load on our Apache Cassandra clusters.

We will review the options available for each workload when easy-cass-stress tool.

We will execute all available workloads using easy-cass-stress tool.

We will understand how and what each workload will do during workload execution.



Short excerpt from easy-cass-stress tool documentation :

easy-cass-stress is a workload-centric stress tool for Apache Cassandra, written in Kotlin. Workloads are easy to write and because they are written in code. You have the ultimate flexibility to build whatever you want without having to learn and operate around the restrictions of a configuration DSL. Workloads can be tweaked via command line parameters to make them fit your environment more closely.

One of the goals of easy-cass-stress is to provide enough pre-designed workloads out of the box, so it’s unnecessary to code up a workload for most use cases. For instance, it’s very common to have a key value workload, and want to test that. easy-cass-stress allows you to customize a pre-configured key-value workload, using simple parameters to modify the workload to fit your needs.

The tool is flexible enough to design workloads which leverage multiple (thousands) of tables, hitting them as needed. Statistics are automatically captured by the Dropwizard metrics library.


Who this course is for:

  • Cassandra Operators
  • Cassandra Developers