mirror of https://github.com/apache/cassandra
This is backport of CASSANDRA-18875 to 5.0 where we upgrade 2.1 of snakeyaml and bump jackson-dataformat-yaml to 2.19.2. The change in trunk (5.1) is about excluding Jackson dependencies from wiremock so 2.19.2 of Jackson is used everywhere in test as well, otherwise there would be Jackson annotations of 2.13.4 used. patch by Raymond Huffman; reviewed by Mick Semb Wever and Stefan Miklosovic for CASSANDRA-18875 Co-authored-by: Griffin Davis <gcd@ibm.com> |
||
|---|---|---|
| .. | ||
| resources/org/apache/cassandra/stress/graph | ||
| src/org/apache/cassandra | ||
| test/unit/org/apache/cassandra/stress | ||
| README.txt | ||
README.txt
cassandra-stress ====== Setup ----- Run `ant` from the Cassandra source directory, then cassandra-stress can be invoked from tools/bin/cassandra-stress. Usage & Examples ---------------- cassandra-stress write n=2 -mode user=cassandra password=cassandra cassandra-stress read n=2 -mode user=cassandra password=cassandra See: https://cassandra.apache.org/doc/latest/tools/cassandra_stress.html