-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated readme and regenerated documentation
- Loading branch information
1 parent
d2b4a24
commit b762087
Showing
5 changed files
with
103 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <anthony@rustyrazorblade.com></span> | ||
<span id="revdate">Anthony Grasso <anthony@thelastpickle.com></span> | ||
</div> | ||
<div id="toc" class="toc2"> | ||
<div id="toctitle">Table of Contents</div> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.