bigchaindb/benchmarking-tests/test1
troymc b70f3389b8 Changed a bunch more readthedocs.io URLs to docs.bigchaindb.com 2016-10-10 17:10:48 +02:00
..
README.md Changed a bunch more readthedocs.io URLs to docs.bigchaindb.com 2016-10-10 17:10:48 +02:00

README.md

Transactions per second

Measure how many blocks per second are created on the bigchain with a pre filled backlog.

  1. Deploy an aws cluster https://docs.bigchaindb.com/projects/server/en/latest/clusters-feds/aws-testing-cluster.html
  2. Make a symbolic link to hostlist.py: ln -s ../deploy-cluster-aws/hostlist.py .
  3. Make a symbolic link to bigchaindb.pem:
mkdir pem
cd pem
ln -s ../deploy-cluster-aws/pem/bigchaindb.pem .

Then:

fab put_benchmark_utils
fab set_statsd_host:<hostname of the statsd server>
fab prepare_backlog:<num txs per node> # wait for process to finish
fab start_bigchaindb