Run the yes command in the background, to put a heavy load on the CPU (yes)
yes > /dev/null &
Stresses the CPU by running the yes command in the background, which continuously outputs "y" to /dev/null without consuming disk space.
yes > /dev/null &
Stresses the CPU by running the yes command in the background, which continuously outputs "y" to /dev/null without consuming disk space.