vbondzio
VMware Employee
VMware Employee

NUMA clients migrate across physical NUMA nodes due to changes in load, contention and for locality optimization. This doesn't have to be an issue but it might under some circumstances. See https://kb.vmware.com/s/article/2097369

For a better overview, run:

for numaOption in $(sched-stats -h | sed -n 's/.*:    \(n.*\)$/\1/p'); do echo -e "\nsched-stats -t ${numaOption}"; sched-stats -t ${numaOption}; done

and post the text on pastbin.com / link that here.

You might also want to run / pastebin the output of: https://github.com/vbondzio/sowasvonunsupported/blob/master/pci2numa.sh