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 amazon-linux-extras install epel -y
sudo yum install stress -y
Perform Stress Testing
sudo stress --cpu 70 --timeout 20
Output
Click to Enlarge