scripts for Angra-DB benchmark using python. This script can benchmark CouchDB, MongoDB and MySQL using YCSB.
- Configure all your parameters on
JSONfiles; - Run
benchmark.pyscript. Take your time, do something, this may take a while.
tip: Use
stdbufto 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.pyscript to create CSV with YCSB results.
stdbuf -oL python /path/to/angra-benchmark/handle_logs.py csv &> screen_logs.txt
- Execute
charts.pyscript to create pdf and png charts.
stdbuf -oL python /path/to/angra-benchmark/charts.py &> screen_charts.txt
- Analise your results.
See: