Skip to content

Instantly share code, notes, and snippets.

@visuddha
Forked from mikepfeiffer/stress.sh
Last active July 30, 2021 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visuddha/1cccb028abb8ec7d952396d4a7504846 to your computer and use it in GitHub Desktop.
Save visuddha/1cccb028abb8ec7d952396d4a7504846 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
## running
sudo stress --cpu  8 --timeout 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment