How to Install irqbalance in Ubuntu 18.04



Install irqbalance by entering the following commands in the terminal:

sudo apt update
sudo apt install irqbalance

Description:

Daemon to balance interrupts for SMP systems

Daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. This package is especially useful on systems with multi-core processors, as interrupts will typically only be serviced by the first core. . Note: irqbalance is not useful if you don't have more than one core or socket.

Homepage: https://github.com/Irqbalance/irqbalance

Version: 1.3.0-0.1

Section: utils