shivaram / cassandra-pbs-bench

Benchmark for measuring PBS overhead in Cassandra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (shivaram@cs.berkeley.edu) Peter Bailis (pbailis@cs.berekely.edu)

About

Benchmark for measuring PBS overhead in Cassandra


Languages

Language:Python 94.5%Language:Shell 5.5%