cpu usage - NUMA domain(Equal node binding among All the processes) can not increase throughput why? -


i have run 15 processes on linux system. system architecture have 40 core cpu on 2 node(0 , 1). each process contains 2 application threads.

without doing numa node binding processes, have achieved 92% cpu utilization specific load on processes.

with numa node binding(8 process on node 0 , 7 process on node 1) of processes; system not able handle more load above scenario while cpu utilization less(85%) in scenario. why system can not able handle more load cpu utilization less previous scenario?


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -