Skip to content

Instantly share code, notes, and snippets.

View mjtrangoni's full-sized avatar
🏠
Working from home

Mario Trangoni mjtrangoni

🏠
Working from home
View GitHub Profile
@mjtrangoni
mjtrangoni / cpu_topology_information.txt
Created April 5, 2018 08:32
Linux CPU topology information
OS: CentOS 7.4
Intel Broadwell on VMware:
grep . /sys/devices/system/cpu/{online,offline,possible,present}
/sys/devices/system/cpu/online:0-7
/sys/devices/system/cpu/possible:0-7
/sys/devices/system/cpu/present:0-7
grep . /sys/devices/system/cpu/cpu*/online
/sys/devices/system/cpu/cpu0/online:1
/sys/devices/system/cpu/cpu1/online:1