View Single Post
Partial
Stallion
 
Join Date: Feb 2006
Location: Milwaukee
 
2006-06-06, 16:45

Quote:
Originally Posted by funduk
I just wanted to let you know that if you want to max out the cpu(s) you don't really need to start opening programs and stuff (since that will only max out the cpu temporarily anyway ).

The best way to do this is to open two terminals and type:
yes > /dev/null

... into both. Each instance of yes (which is kicking it's output into /dev/null, aka, 'nowhere') will use 50% of the processing power on the system since there is two cores.

Just 2 or 3 cents to maybe make future heat testing easier for you

Thanks, that would have been nice to know!!
  quote