Cassandra TLP-Stress Tarball Installation

178 views Asked by At

I have just downloaded tarball tlp-stress for cassandra and extracted and found some jars. what the next step to run stress test?

Thanks.

1

There are 1 answers

6
Alex Ott On BEST ANSWER

The quick start guide says:

from within tlp-stress run the following command to execute 10,000 queries:

bin/tlp-stress run KeyValue -n 10000

you can specify additional options, such as, --host, etc., or use different workload (you can get list of implemented workloads via bin/tlp-stress list command.