Skip to content

Instantly share code, notes, and snippets.

@mikepfeiffer
Created January 27, 2019 21:05
Show Gist options
  • Save mikepfeiffer/d27f5c478bef92e8aff4241154b77e54 to your computer and use it in GitHub Desktop.
Save mikepfeiffer/d27f5c478bef92e8aff4241154b77e54 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
@Marwan1998
Copy link

Use --timeout to stop it automatically e.g. stress --cpu 4 --timeout 60s

That was helpful, thanks

@lolow63
Copy link

lolow63 commented Dec 24, 2023

Very helpful thanks!

@thayshiva
Copy link

thayshiva commented Jan 8, 2024

Use --timeout to stop it automatically e.g. stress --cpu 4 --timeout 60s

Very helpful, thanks

@jeffa
Copy link

jeffa commented Apr 17, 2024

thank you! xD

@artneuronmusic
Copy link

Thanks!

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