Skip to content

Instantly share code, notes, and snippets.

@crafter999
Last active July 2, 2019 16:45
Show Gist options
  • Save crafter999/81d8b9f201b677589c0ddc88de66f76c to your computer and use it in GitHub Desktop.
Save crafter999/81d8b9f201b677589c0ddc88de66f76c to your computer and use it in GitHub Desktop.
One line linux CPU stress (linux)
[start]
for i in 1 2 3 4; do while : ; do : ; done & done
[stop]
for i in 1 2 3 4; do kill %$i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment