Skip to content

Instantly share code, notes, and snippets.

@salerno-rafael
Created August 22, 2019 17:56
Show Gist options
  • Select an option

  • Save salerno-rafael/3a8742c913ba86d308a352363cd529ac to your computer and use it in GitHub Desktop.

Select an option

Save salerno-rafael/3a8742c913ba86d308a352363cd529ac to your computer and use it in GitHub Desktop.

#install in amazon linux

sudo amazon-linux-extras install epel -y sudo yum install stress -y

#Example to stress 2 cores for 60 seconds

stress --cpu 2 --timeout 60

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