Skip to content

Commit

Permalink
Updated readme and regenerated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrazorblade committed Apr 5, 2024
1 parent d2b4a24 commit b762087
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 80 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ cassandra-stress is a configuration-based tool for doing benchmarks and testing
Unfortunately, it can be challenging to configure a workload. There are fairly common data models and workloads seen on Apache Cassandra.
This tool aims to provide a means of executing configurable, pre-defined profiles.

Full docs are here: http://rustyrazorblade.com/easy-cass-stress
Full docs are here: https://rustyrazorblade.github.io/easy-cass-stress/

# Installation

The easiest way to get started on Linux is to use system packages.
Instructions for installation can be found here: http://rustyrazorblade.com/easy-cass-stress/#_installation
Instructions for installation can be found here: https://rustyrazorblade.github.io/easy-cass-stress/#_installation


# Building
Expand Down
14 changes: 9 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h1>easy-cass-stress</h1>
<div class="details">
<span id="author" class="author">Jon Haddad</span><br>
<span id="email" class="email"><a href="mailto:[email protected]">[email protected]</a></span><br>
<span id="revdate">Anthony Grasso &lt;anthony@rustyrazorblade.com&gt;</span>
<span id="revdate">Anthony Grasso &lt;anthony@thelastpickle.com&gt;</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -597,16 +597,20 @@ <h3 id="_run_your_first_stress_workload">Run Your First Stress Workload</h3>
) WITH caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'} AND default_time_to_live = 0
Preparing queries
Initializing metrics
Starting with fixed rate scheduler at 5000.0 rps
Stepping rate limiter by 500.0 to 5000.0
Connecting
Creating generator random
1 threads prepared.
Starting main runner
[Thread 0]: Running the profile for 10000 iterations...
Writes Reads Deletes Errors
Count Latency (p99) 1min (req/s) | Count Latency (p99) 1min (req/s) | Count Latency (p99) 1min (req/s) | Count 1min (errors/s)
5021 28.36 0 | 4979 32.51 0 | 0 0 0 | 0 0
5021 28.36 0 | 4979 32.51 0 | 0 0 0 | 0 0
624 35.88 0 | 597 34.79 0 | 0 0 0 | 0 0
1345 11.63 218 | 1375 8.61 224.4 | 0 0 0 | 0 0
2143 0.75 218 | 2075 0.67 224.4 | 0 0 0 | 0 0
3378 0.62 221.29 | 3342 0.64 225.71 | 0 0 0 | 0 0
4862 0.64 243.13 | 4858 0.57 247.99 | 0 0 0 | 0 0
4998 0.63 243.13 | 5002 0.62 247.99 | 0 0 0 | 0 0
Stress complete, 1.</code></pre>
</div>
</div>
Expand Down Expand Up @@ -1097,7 +1101,7 @@ <h3 id="_writing_a_custom_workload">Writing a Custom Workload</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-02-14 22:00:01 UTC
Last updated 2024-02-16 19:57:46 UTC
</div>
</div>
</body>
Expand Down
10 changes: 7 additions & 3 deletions manual/examples/easy-cass-stress-keyvalue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@ CREATE TABLE IF NOT EXISTS keyvalue (
) WITH caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'} AND default_time_to_live = 0
Preparing queries
Initializing metrics
Starting with fixed rate scheduler at 5000.0 rps
Stepping rate limiter by 500.0 to 5000.0
Connecting
Creating generator random
1 threads prepared.
Starting main runner
[Thread 0]: Running the profile for 10000 iterations...
Writes Reads Deletes Errors
Count Latency (p99) 1min (req/s) | Count Latency (p99) 1min (req/s) | Count Latency (p99) 1min (req/s) | Count 1min (errors/s)
5021 28.36 0 | 4979 32.51 0 | 0 0 0 | 0 0
5021 28.36 0 | 4979 32.51 0 | 0 0 0 | 0 0
624 35.88 0 | 597 34.79 0 | 0 0 0 | 0 0
1345 11.63 218 | 1375 8.61 224.4 | 0 0 0 | 0 0
2143 0.75 218 | 2075 0.67 224.4 | 0 0 0 | 0 0
3378 0.62 221.29 | 3342 0.64 225.71 | 0 0 0 | 0 0
4862 0.64 243.13 | 4858 0.57 247.99 | 0 0 0 | 0 0
4998 0.63 243.13 | 5002 0.62 247.99 | 0 0 0 | 0 0
Stress complete, 1.
Loading

0 comments on commit b762087

Please sign in to comment.