Load testing with Taurus on Amazon Linux
Installation
pip3 install --upgrade wheel setuptools Cython
# install
pip3 install bzt
# upgrade
pip3 install --upgrade bzt
# help and version info
bzt -h
First test
mkdir example
cd example
pip3 install --upgrade wheel setuptools Cython
# install
pip3 install bzt
# upgrade
pip3 install --upgrade bzt
# help and version info
bzt -h
mkdir example
cd example