Created
May 10, 2017 11:59
-
-
Save DBarthe/694fa513b32a2a673890e704b9308f22 to your computer and use it in GitHub Desktop.
One line bash (many) cpus stress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fulload() { dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null | dd if=/dev/zero of=/dev/null & }; fulload; fulload; fulload; fulload; fulload; fulload; fulload; fulload ; fulload; fulload ; fulload; fulload ; read; killall dd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment