> OK, so _now_ I've looked around and found out that a lot of folks
> these days heat up their CPUs by running the "mprime" thingy.  Swell.
> But I don't know diddly poo about this program.  So can somebody please
> tell me the set of "best" command line options for the thing if your
> only goal is to stress your CPU?
>
> Thanks in advance.

If you just want to heat up your CPU, this should suffice:

yes > /dev/null &

Once for each CPU/core.

mprime is useful to stress test the cores, looking for a situation
where the core fails. This can cause odd system problems, and not
necessarily a crash or lock up.

But in terms of just heating the cores up, "yes" should do the trick.

Josh
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to