Nix: Max out CPU with Yes
If you want a quick and easy method to max out the usage of a CPU core, just use yes
:
yes > /dev/null
If you want to max out multiple cores, just add another instances of yes
for each core.
If you want a quick and easy method to max out the usage of a CPU core, just use yes
:
yes > /dev/null
If you want to max out multiple cores, just add another instances of yes
for each core.
Leave a comment