I have just downloaded tarball tlp-stress for cassandra and extracted and found some jars. what the next step to run stress test?
Thanks.
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.