Skip to content

Instantly share code, notes, and snippets.

@biju022
Forked from mikepfeiffer/stress.sh
Created June 5, 2021 18:48
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 &

Sorry, something went wrong.

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