Tuning – Identify the Bottlenecks
Run ” mpstat -P ALL 5” while running netperf
Review of output shows core0 on Receive side is pegged
So lets try to set some IRQ affinity
●
grep for the NIC in /proc/interrupts
●
Echo the desired value into /proc/irq/XXX/smp_affinity
●
Does NOT persist across reboots