Below are some of the commands related to NUMA on Ubuntu Install required packages to check NUMA related configuration apt install -y numactl apt install -y hwloc apt install -y hwinfo apt install -y inxi Check hardware/memory/cpu information lscpu cat /proc/meminfo cat /proc/cpuinfo dmidecode | less hwinfo inxi -Fx Check if NUMA is enabled or disabled numactl --show lscpu | grep -i numa Check inventory of available nodes on the system numactl --hardware Check if the network interfaces are tied to NUMA cat /sys/class/net/eth0/device/numa_node lshw -short -c network Check which NUMA the network card belongs to using lstopo lstopo lstopo --logical lstopo --logical --ouput-format png > lstopo.png numatop, tool for memory access and analysis apt install numatop -y numatop -s high Get PCI device address lspci -nn Show how many allocations were satisfied from the local node numastat