#! /bin/sh # Rocky 9 compatible # installs irqbalance service to dynamically balance IRQs # by default Network (eth) and SATA/HDD (ahci) IRQs are on the CPU0 core # this service moves these IRQs to different/separate cores # command to check IRQs/CPU: watch -d 'tail -1000 /proc/interrupts' . /usr/src/m2/framework/bash_functions.sh yum install -y irqbalance k_service_restart irqbalance k_service_enable irqbalance report "Added irqbalance service to autostart" 3