Skip to content

Instantly share code, notes, and snippets.

@PrettySolution
Forked from mikepfeiffer/stress.sh
Created June 14, 2022 17:45
Show Gist options
  • Save PrettySolution/0ee0ee5e69203576883eb89d7d7f2524 to your computer and use it in GitHub Desktop.
Save PrettySolution/0ee0ee5e69203576883eb89d7d7f2524 to your computer and use it in GitHub Desktop.
Install Stress Utility on Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
sudo stress --cpu 8 --timeout 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment