SIEM: An Experiment-Based Method for Evaluating Qualities of Operational Tasks in Serverless Infrastructure
-
Make sure to install CLI for AWS, IBM, GCloud and Azure.
-
Install make by running
sudo apt-get install make
-
Install Node.JS
sudo apt-get update
sudo apt-get install nodejs
-
Use node.js 8
nvm use 8
-
Install JMeter under usr/bin and the following line to your /usr/share/jmeter/user.properties file:
sample_variables=statusCode,vm_id,boot_time
-
Change the variables in the deploy.sh files according to your setup
run make benchmark-all
happy benchmarking!