Processor types & locations

Processor types & locations
[root@intels3e3601
node1]# cat /proc/cpuinfo
processor : 0 <logical cpu #>
physical id : 0 <socket #>
siblings : 16 <logical cpus per socket>
core id : 0 <core # in socket>
cpu cores : 8 <physical cores per socket>
# cat /sys/devices/system/node/node*/cpulist
node0: 03
node1: 47


# cat /proc/cpuinfo |grep -i "processor\|processor id\|core\|sibling"
processor       : 0
siblings        : 8
core id         : 0
cpu cores       : 4
processor       : 1
siblings        : 8
core id         : 1
cpu cores       : 4
processor       : 2
siblings        : 8
core id         : 2
cpu cores       : 4
processor       : 3
siblings        : 8
core id         : 3
cpu cores       : 4
processor       : 4
siblings        : 8
core id         : 0
cpu cores       : 4
processor       : 5
siblings        : 8
core id         : 1
cpu cores       : 4
processor       : 6
siblings        : 8
core id         : 2
cpu cores       : 4
processor       : 7
siblings        : 8
core id         : 3
cpu cores       : 4
processor       : 8
siblings        : 8
core id         : 0
cpu cores       : 4
processor       : 9
siblings        : 8
core id         : 1
cpu cores       : 4
processor       : 10
siblings        : 8
core id         : 2
cpu cores       : 4
processor       : 11
siblings        : 8
core id         : 3
cpu cores       : 4
processor       : 12
siblings        : 8
core id         : 0
cpu cores       : 4
processor       : 13
siblings        : 8
core id         : 1
cpu cores       : 4
processor       : 14
siblings        : 8
core id         : 2
cpu cores       : 4
processor       : 15
siblings        : 8
core id         : 3
cpu cores       : 4


# cat /sys/devices/system/node/node*/cpulist
0-3,8-11
4-7,12-15

Comments

Popular posts from this blog

How to delete SEA in VIOS

More VIOS commands

Webmin configuration for LDAP