how do you run your cpu at max?

what is the text you have to enter in the terminal window? thanks!

MacBook Pro, Mac OS X (10.4.6)

Posted on May 20, 2006 1:35 PM

Reply
13 replies

May 21, 2006 8:34 AM in response to blairg

1) Open the Applications folder (it's in Macintosh HD on your desktop)
2) Open the Utilities folder in there
3) Run the Terminal program
4) Type what was said above, which is:
yes > /dev/null
5) Open a new terminal window by pressing Command-N, or select File -> New Shell from the menus. Then type that command again in the new window:
yes > /dev/null

And press ENTER after each of those commands. This will max out your CPU. Do whatever tests you want after this. Once you're done maxing it out, just quit the terminal program with Terminal -> Quit.

May 21, 2006 11:50 PM in response to cyprus

If you want to push the CPU harder you can do either one of these

echo 'scale=10000;4*a(1);' |time bc -l -q &

then up arrow to run it a second time. It calculates Pi to 10,000 decimal places.

Another alternative is to run

openssl speed &

then up arrow and run it a second time. This one does a series of speed calculations for the SSL library.

Both of these will run the CPU much harder than a simple yes >/dev/null and use more power and generate more heat.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

how do you run your cpu at max?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.