So, first up, some specs:
Mac Pro
Dual Intel Xeon E5462 Quad Core (Eight cores total, 2.8Ghz, 12MB L2 Cache per processor, 1600MHZ FSB)
2GB 800MHZ ECC fully-buffered DIMM
ATI Radeon HD 2600 XT 256MB
320GB SATAII, 7200 rpm; 8MB cache
All screenshots were made possible through the iStat Menu's app from iSlayer.com
So, the screens:
1. CPU @ 0%

2. Fans @ 0% CPU

3. Temps @ 0% CPU

4. CPU @ 800% CPU

5. Temps @ 800% CPU

Impressed? I sure am.
Want to take your own screenshots of 100% CPU? Use the following command:
for a single-core machine:
- Code: Select all
yes > /dev/null
for a dual-core machine:
- Code: Select all
yes > /dev/null & yes > /dev/null
...
and for an 8-core machine:
- Code: Select all
yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null
Happy hardware!