Jump to content

Command Crate ¿about?

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.

performance benchmarking [kb:35]