Articles → AWS → Stress Testing In AWS Linux EC2 Instances
Stress Testing In AWS Linux EC2 Instances
Steps
- Launch a Linux EC2 instance
- Install stress utility
- Perform stress testing
- Output
Launch A Linux EC2 Instance
Install Stress Utility
sudo apt update
sudo apt install software-properties-common -y
sudo add-apt-repository universe
sudo apt update
sudo apt install stress -y
Perform Stress Testing
sudo stress --cpu 70 --timeout 20
Output
Click to Enlarge