Skip to content

Instantly share code, notes, and snippets.

@vicly
Last active September 15, 2017 02:52
Show Gist options
  • Save vicly/0528a9d885275358bcfd03456a8bd7ea to your computer and use it in GitHub Desktop.
Save vicly/0528a9d885275358bcfd03456a8bd7ea to your computer and use it in GitHub Desktop.
[Simulate CPU work using Stress] #Shell
sudo apt-get install stress

# run 8 processes, to get CPU load high
sudo stress --cpu 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment