Skip to content

Instantly share code, notes, and snippets.

@biju022
Forked from mikepfeiffer/stress.sh
Created June 5, 2021 18:48
Show Gist options
  • Save biju022/e4dfa08ed0e7e2372acd2a1e904cdac5 to your computer and use it in GitHub Desktop.
Save biju022/e4dfa08ed0e7e2372acd2a1e904cdac5 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
@biju022
Copy link
Author

biju022 commented Jun 5, 2021

for cpu utilization : stress --cpu 1 --timeout 10000 &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment