Skip to content

Instantly share code, notes, and snippets.

@kfei
Created November 30, 2014 14:02
Show Gist options
  • Save kfei/76add1fa55a403a1be12 to your computer and use it in GitHub Desktop.
Save kfei/76add1fa55a403a1be12 to your computer and use it in GitHub Desktop.
Burn CPU
# burn your 4 cores
for i in 1 2 3 4; do while : ; do : ; done & done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment