pclissold wrote:
Each host machine has two four-core Xeons for a total of eight cores. Each Linode has access to four of those cores.
run the command
cat /proc/cpuinfo
which shows information on each core. You can also run the program
top
and press the number 1 - that shows individual core load like this:
top - 09:09:01 up 6:07, 7 users, load average: 5.20, 4.98, 5.09
Tasks: 165 total, 7 running, 158 sleeping, 0 stopped, 0 zombie
Cpu0 : 0.3%us, 0.3%sy, 94.6%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.3%si, 4.4%st
Cpu1 : 0.9%us, 0.6%sy, 91.2%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 7.2%st
Cpu2 : 0.3%us, 0.6%sy, 91.9%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 7.2%st
Cpu3 : 0.0%us, 0.2%sy, 72.5%ni, 24.2%id, 0.0%wa, 0.0%hi, 0.0%si, 3.1%st
James