Skip to content

Instantly share code, notes, and snippets.

@hcutcu
Forked from mikepfeiffer/stress.sh
Last active June 21, 2022 18:17
Show Gist options
  • Save hcutcu/cc94aa1a1b3ddabab1e42e30b25d73e5 to your computer and use it in GitHub Desktop.
Save hcutcu/cc94aa1a1b3ddabab1e42e30b25d73e5 to your computer and use it in GitHub Desktop.
Install Stress Utility on Amazon Linux 2
#install stress to Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
#then stress 4 cpu units
stress -c 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment