scripts for Angra-DB benchmark using python. This script can benchmark CouchDB, MongoDB and MySQL using YCSB.
- Configure all your parameters on
JSON
files; - Run
benchmark.py
script. Take your time, do something, this may take a while.
tip: Use
stdbuf
to save terminal screen at each screen change, and verify your tests.
stdbuf -oL python /path/to/angra-benchmark/benchmark.py all &> screen_bench.txt
- Execute
handle_logs.py
script to create CSV with YCSB results.
stdbuf -oL python /path/to/angra-benchmark/handle_logs.py csv &> screen_logs.txt
- Execute
charts.py
script to create pdf and png charts.
stdbuf -oL python /path/to/angra-benchmark/charts.py &> screen_charts.txt
- Analise your results.
See: