Answers for "AWS EC2 Stress tool activate on command line"

0

AWS EC2 Stress tool activate on command line

sudo amazon-linux-extras install epel -y
sudo yum install -y stress
stress --cpu 80 --timeout 20000
Posted by: Guest on October-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language