Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 675 Bytes

cassandra-pbs-bench

Benchmark for measuring PBS overhead in Cassandra

Requirements

Instructions to run the benchmark

  1. Launch a EC2 cluster with PBS AMI. python setup_hosts.py --launch -n 4

  2. Run benchmark using bench_pbs.py.

Example: To measure baseline performance for R=W=1 and 10,000 operations,

python bench_pbs.py --trunk -i 1 -o 10000 -r 1 -w 1

For more options try python bench_pbs.py -h

Authors: Shivaram Venkataraman ([email protected]) Peter Bailis ([email protected])