sudo git clone https://github.com/edersonrmachado/dockerNetflowAppSolTest.git
cd dockerNetflowAppSolTest
sudo chmod +x appAndSol.sh sequenceOfTestsAppandSol.sh
service docker start
docker image pull mysql:5.7
docker image pull wordpress:php7.3
docker image pull alpine:3.10.3
docker image pull aqualtune/netflow_collector:latest
docker image pull aqualtune/netflow_data_export:latest
sudo bash appAndSol.sh 2 3 appAndSol2x.csv
first argument: number of app&sol to deploy second argument: number of times that test will be run third argument: name of csv file to store results
sudo bash sequenceOfTestsAppandSol.sh