Outils pour utilisateurs

Verifs hard baiobox

# Vérif AES‑NI : 
lscpu | grep -i aes
# Vérif NICs : 
lspci -nnk | grep -A2 -i ethernet
# Vérif slots & stockage : 
lsblk ; dmesg | grep -i msi
# Vérifier Wi‑Fi présent : 
lspci | grep -i wireless ; lsusb

check des NIC

sudo lspci -vvv -s BUS:DEV.FUNC 
# ou 
lspci -nnk | grep -A2 -i ethernet 
# ou
lspci -nnk | grep -iA3 eth
 
# Montrer les nombres maximum/pré‑configurés de queues
ethtool -l eth0
# demander 4 queues
ethtool -L eth0 combined 4
 
# Voir les IRQs effectivement alloués
cat /proc/interrupts | grep -i eth0

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

Plus d’informations