After an installation, I like to make sure my multiple cores are properly frequency scaling when idle, and not just being hammered at full speed.
Messing around with certain kernel paramaters on the boot line like messing up acpi on/off etc etc can cause cores to drop or cpu's to run at full speed - so I like to check if I do something weird.
HTOP the 64-bit version, has a display option to also show cpu frequency. The 32-bit version does not.
So, lets watch it say every second or so in Aterm..
watch -n1 grep \"^[c]pu MHz\" /proc/cpuinfo
Resize this window to something small while you do something else. I only do this normally when introducing TC to new hardware just to make sure. Or when I pass weird kernel parameters..
I like to watch in real time