Files
mrcharles 422999bf3c chore: initialize repo with full project state
Performance optimization engagement for a 7-host Proxmox R&D cluster.
Captures the accumulated work across host tuning, network analysis,
fleet assessment, and kubernetes architecture planning.

Contents:
- Host-side tunings (scripts/): CPU governor, swappiness, BBR, NFS
  nconnect, tuned profiles -- complete on 5 of 7 hosts
- Validation + benchmarking scripts: iperf matrix, bond/NFS fixes
- Collected host data (returned-logs/): check.sh output from all 7
  hosts + iperf results, including newly-validated pfv-tsys9
- AGENTS.md: operating context for AI agents
- PROJECT.md: board-ready fleet assessment with VM placement and
  storage redundancy analysis (40 VMs across 7 hosts)
- K8S.md: kubernetes architecture deep-dive covering cnode/wnode
  distribution, StorageClass design, and ETL/HPC workload planning

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
2026-07-27 11:31:29 -05:00

17325 lines
890 KiB
Plaintext

###############################################################################
# Proxmox VE host performance assessment (READ-ONLY)
# Host: pfv-tsys1 (pfv-tsys1.knel.net)
# FQDN: pfv-tsys1.knel.net
# All IPs: 100.121.189.98 192.168.3.11 10.100.100.1 fd7a:115c:a1e0::713b:bd62
# Collected: 2026-07-26T21:25:59Z (UTC)
# Kernel: 6.17.2-1-pve
# Machine: x86_64 GNU/Linux
# Caller: root (uid=0)
# Script: check.sh - strictly READ-ONLY
###############################################################################
###############################################################################
# 1. TOOL AVAILABILITY MATRIX
###############################################################################
--- command presence + path + version
$ # Each line: name | present? | path | version
printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE"
printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------"
for t in \
pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \
ip ss ethtool bridge brctl nmcli \
tcpdump mtr nstat netstat nicstat ifstat \
dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \
cpupower turbostat x86_energy_perf_policy rdmsr \
tuned-adm irqbalance \
zpool zfs zdb arcstat arc_summary \
lsblk blkid blockdev findmnt smartctl nvme hdparm \
storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \
sas2ircu sas3ircu hpssacli ssacli perccli \
multipath pvs vgs lvs lvdisplay \
xfs_info dumpe2fs btrfs \
fio iperf iperf3 sysbench bonnie++ iozone \
iostat mpstat pidstat sar vmstat \
top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \
perf strace lsof fatrace \
dig host nslookup \
chronyc ntpq timedatectl \
nft iptables iptables-save ipset ufw \
jq bc awk smartctl nvme \
apt dpkg
do
p="$(command -v "$t" 2>/dev/null)"
if [ -n "$p" ]; then
v=""
case "$t" in
zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;;
iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower)
v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;;
pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;;
storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli)
v="(storage HBA CLI - present)" ;;
esac
printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v"
else
printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-"
fi
done
TOOL PRESENT PATH VERSION/NOTE
---- ------- ---- ------------
pveversion yes /usr/bin/pveversion pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve)
pvecm yes /usr/bin/pvecm
qm yes /usr/sbin/qm
pct yes /usr/sbin/pct
pvesm yes /usr/sbin/pvesm
pvesh yes /usr/bin/pvesh
pveperf yes /usr/bin/pveperf
proxmox-backup-client yes /usr/bin/proxmox-backup-client
ip yes /usr/sbin/ip
ss yes /usr/bin/ss
ethtool yes /usr/sbin/ethtool ethtool version 6.14.2
bridge yes /usr/sbin/bridge
brctl yes /usr/sbin/brctl
nmcli no - -
tcpdump yes /usr/bin/tcpdump
mtr no - -
nstat yes /usr/bin/nstat
netstat no - -
nicstat no - -
ifstat no - -
dmidecode yes /usr/sbin/dmidecode
lscpu yes /usr/bin/lscpu
lshw no - -
hwinfo no - -
inxi no - -
lspci yes /usr/bin/lspci
lsusb yes /usr/bin/lsusb
numactl no - -
numastat no - -
cpupower yes /usr/bin/cpupower cpupower 6.12
turbostat yes /usr/sbin/turbostat
x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy
rdmsr no - -
tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1
irqbalance no - -
zpool yes /usr/sbin/zpool zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1
zfs yes /usr/sbin/zfs zfs-2.3.4-pve1 zfs-kmod-2.3.4-pve1
zdb yes /usr/sbin/zdb
arcstat yes /usr/sbin/arcstat
arc_summary yes /usr/sbin/arc_summary
lsblk yes /usr/bin/lsblk
blkid yes /usr/sbin/blkid
blockdev yes /usr/sbin/blockdev
findmnt yes /usr/bin/findmnt
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
nvme no - -
hdparm yes /usr/sbin/hdparm
storcli no - -
storcli64 no - -
MegaCli no - -
MegaCli64 no - -
tw-cli no - -
arcconf no - -
sas2ircu no - -
sas3ircu no - -
hpssacli no - -
ssacli no - -
perccli no - -
multipath no - -
pvs yes /usr/sbin/pvs
vgs yes /usr/sbin/vgs
lvs yes /usr/sbin/lvs
lvdisplay yes /usr/sbin/lvdisplay
xfs_info yes /usr/sbin/xfs_info
dumpe2fs yes /usr/sbin/dumpe2fs
btrfs yes /usr/bin/btrfs
fio no - -
iperf no - -
iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15)
sysbench no - -
bonnie++ no - -
iozone no - -
iostat no - -
mpstat no - -
pidstat no - -
sar no - -
vmstat yes /usr/bin/vmstat
top yes /usr/bin/top
htop yes /usr/bin/htop
atop no - -
glances no - -
dstat no - -
nethogs no - -
iftop yes /usr/sbin/iftop
iotop no - -
smem no - -
pmap yes /usr/bin/pmap
slabtop yes /usr/bin/slabtop
perf yes /usr/bin/perf
strace yes /usr/bin/strace
lsof yes /usr/bin/lsof
fatrace no - -
dig yes /usr/bin/dig
host yes /usr/bin/host
nslookup yes /usr/bin/nslookup
chronyc yes /usr/bin/chronyc
ntpq no - -
timedatectl yes /usr/bin/timedatectl
nft yes /usr/sbin/nft
iptables yes /usr/sbin/iptables
iptables-save yes /usr/sbin/iptables-save
ipset yes /usr/sbin/ipset
ufw no - -
jq no - -
bc yes /usr/bin/bc
awk yes /usr/bin/awk
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
nvme no - -
apt yes /usr/bin/apt
dpkg yes /usr/bin/dpkg
--- Debian packages relevant to perf/storage/net
$ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80
bridge-utils 1.7.1-4+b1
ceph-common 19.2.3-pve2
ceph-fuse 19.2.3-pve2
corosync 3.1.10-pve3
ethtool 1:6.14.2-1
htop 3.4.1-5
iperf3 3.18-2+deb13u2
nfs-common 1:2.8.3-1
open-iscsi 2.1.11-1+deb13u2
proxmox-archive-keyring 4.0
proxmox-backup-client 4.2.3-1
proxmox-backup-file-restore 4.2.3-1
proxmox-backup-restore-image 1.0.0
proxmox-default-kernel 2.0.1
proxmox-firewall 1.2.3
proxmox-kernel-6.17 6.17.2-1
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
proxmox-kernel-helper 9.2.0
proxmox-mail-forward 1.0.3
proxmox-mini-journalreader 1.7
proxmox-offline-mirror-docs 0.7.4
proxmox-offline-mirror-helper 0.7.4
proxmox-termproxy 2.1.0
proxmox-ve 9.2.0
proxmox-websocket-tunnel 1.0.0
proxmox-widget-toolkit 5.2.6
pve-cluster 9.1.6
pve-container 6.0.18
pve-docs 9.2.3
pve-edk2-firmware 4.2025.05-2
pve-edk2-firmware-legacy 4.2025.05-2
pve-edk2-firmware-ovmf 4.2025.05-2
pve-esxi-import-tools 1.0.1
pve-firewall 6.0.5
pve-firmware 3.18-5
pve-ha-manager 5.0.8
pve-i18n 3.9.0
pve-lxc-syscalld 2.0.2
pve-manager 9.1.1
pve-nvidia-vgpu-helper 0.3.1
pve-qemu-kvm 11.0.2-2
pve-xtermjs 6.0.0-2
pve-yew-mobile-gui 0.7.0
pve-yew-mobile-i18n 3.9.0
qemu-server 9.0.30
smartmontools 7.5-pve2
tuned 2.25.1-1
zfs-initramfs 2.3.4-pve1
zfs-zed 2.3.4-pve1
zfsutils-linux 2.3.4-pve1
--- kernel modules available (relevant to perf)
$ for m in kvm_intel kvm_amd \
ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \
nvme nvme-tcp nvme-fabrics sd_mod sr_mod \
zfs spl znvpair zcommon zunicode zavl icp zlua \
megaraid_sas mpt3sas hpsa aacraid smartpqi isci \
dm_multipath multipath \
tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \
8021q bonding bridge br_netfilter \
vhost_net vhost_scsi target_core_mod \
nfsv4 nfsv3 rpcsec_gss_krb5
do
modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)"
done
available : kvm_intel ()
available : kvm_amd ()
available : ixgbe ()
available : i40e ()
available : i40iw ()
available : ice ()
available : igb ()
available : igc ()
available : mlx4_en (4.0-0)
available : mlx5_core ()
available : mlx4_core (4.0-0)
available : bnx2x ()
available : bnx2 ()
available : tg3 ()
available : be2net ()
available : qed ()
available : qede ()
available : virtio_net ()
available : nvme (1.0)
available : nvme-tcp ()
available : nvme-fabrics ()
available : sd_mod ()
available : sr_mod ()
available : zfs (2.3.4-pve1)
available : spl (2.3.4-pve1)
available : znvpair (2.3.4-pve1)
available : zcommon (2.3.4-pve1)
available : zunicode (2.3.4-pve1)
available : zavl (2.3.4-pve1)
available : icp (2.3.4-pve1)
available : zlua (2.3.4-pve1)
available : megaraid_sas (07.734.00.00-rc1)
available : mpt3sas (52.100.00.00)
available : hpsa (3.4.20-200)
available : aacraid (1.2.1[50983]-custom)
available : smartpqi (2.1.34-035)
available : isci (1.2.0)
available : dm_multipath ()
available : tcp_dctcp ()
available : tcp_bbr ()
available : tcp_cubic (2.3)
available : tcp_htcp ()
available : 8021q (1.8)
available : bonding ()
available : bridge (2.3)
available : br_netfilter ()
available : vhost_net (0.0.1)
available : vhost_scsi ()
available : target_core_mod ()
available : nfsv4 ()
available : nfsv3 ()
available : rpcsec_gss_krb5 ()
--- currently loaded modules (filtered)
$ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}'
Module Size Used by
tcp_bbr 20480 2
tcp_diag 12288 0
rpcsec_gss_krb5 28672 0
nfsv4 1175552 2
bonding 245760 0
sunrpc 786432 17 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
kvm_intel 532480 46
kvm 1376256 25 kvm_intel
zfs 6344704 6
spl 151552 1 zfs
vhost_net 32768 12
vhost 69632 1 vhost_net
vhost_iotlb 16384 1 vhost
dm_thin_pool 94208 1
dm_persistent_data 114688 1 dm_thin_pool
dm_bio_prison 24576 1 dm_thin_pool
dm_bufio 53248 1 dm_persistent_data
###############################################################################
# 2. OS / DISTRO / UPTIME
###############################################################################
--- os-release
--- /etc/os-release ---
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.6
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
--- debian version
$ cat /etc/debian_version
13.6
--- uptime
$ uptime
16:26:02 up 7:11, 1 user, load average: 0.52, 0.59, 0.68
--- uptime raw (since boot)
$ cat /proc/uptime
25893.98 177207.61
--- last reboot
$ last -x reboot
reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running
reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11)
shutdown system down 6.17.2-1-pve Sun Jul 26 09:10 - 09:14 (00:03)
reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11)
shutdown system down 6.17.2-1-pve Fri Jul 24 10:43 - 13:59 (03:16)
reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00)
shutdown system down 6.17.2-1-pve Wed Jul 22 18:27 - 18:31 (00:03)
reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24)
shutdown system down 6.17.2-1-pve Wed Sep 3 13:47 - 12:27 (306+22:39)
reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08)
shutdown system down 6.17.2-1-pve Sat Apr 4 10:23 - 10:25 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58)
shutdown system down 6.17.2-1-pve Sat Apr 4 09:13 - 09:15 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52)
shutdown system down 6.17.2-1-pve Mon Mar 30 17:13 - 17:15 (00:01)
reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47)
shutdown system down 6.17.2-1-pve Mon Mar 30 10:20 - 10:21 (00:01)
reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34)
shutdown system down 6.17.2-1-pve Mon Mar 30 08:31 - 08:32 (00:00)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14)
shutdown system down 6.17.2-1-pve Wed Sep 3 13:43 - 19:57 (202+06:14)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:28 - 13:30 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:23 - 13:24 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24)
shutdown system down 6.17.2-1-pve Tue Mar 17 13:08 - 13:09 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01)
shutdown system down 6.17.2-1-pve Thu Mar 12 09:42 - 09:43 (00:00)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59)
shutdown system down 6.17.2-1-pve Tue Jul 7 10:38 - 09:40 (213503865+07:04)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
wtmpdb begins Wed Sep 3 13:38:11 2025
--- last logins
$ last
root pts/0 100.87.49.37 Sun Jul 26 16:05 - 16:09 (00:04)
root pts/0 100.87.49.37 Sun Jul 26 15:03 - 15:06 (00:03)
root pts/1 10.100.100.3 Sun Jul 26 13:32 - 13:33 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 13:18 - 13:33 (00:15)
root pts/0 100.87.49.37 Sun Jul 26 12:21 - 12:25 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 11:33 - 11:51 (00:17)
root pts/0 100.87.49.37 Sun Jul 26 11:11 - 11:13 (00:01)
root pts/0 100.87.49.37 Sun Jul 26 09:47 - 09:47 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 09:16 - 09:21 (00:05)
reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - still running
root pts/0 10.100.100.3 Sun Jul 26 09:12 - 09:13 (00:01)
root pts/0 100.87.49.37 Sun Jul 26 09:07 - 09:10 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 08:58 - 09:05 (00:07)
root pts/2 100.87.49.37 Sat Jul 25 11:34 - 11:37 (00:02)
root pts/1 100.87.49.37 Sat Jul 25 11:34 - 11:35 (00:01)
root pts/0 100.87.49.37 Sat Jul 25 11:32 - 11:35 (00:03)
root pts/0 100.87.49.37 Sat Jul 25 11:28 - 11:29 (00:00)
root pts/0 100.87.49.37 Sat Jul 25 01:28 - 01:28 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:18 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:17 - 17:17 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:00 - 17:02 (00:01)
root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 16:32 - 16:32 (00:00)
reboot system boot 6.17.2-1-pve Fri Jul 24 13:59 - 09:10 (1+19:11)
root pts/0 100.87.49.37 Fri Jul 24 10:42 - 10:43 (00:00)
root pts/0 100.87.49.37 Thu Jul 23 13:51 - 13:52 (00:01)
root pts/0 100.87.49.37 Wed Jul 22 18:37 - 18:51 (00:14)
reboot system boot 6.17.2-1-pve Wed Jul 22 18:31 - 10:43 (1+16:11)
root pts/1 10.100.100.6 Wed Jul 22 17:43 - 17:43 (00:00)
root pts/0 100.87.49.37 Wed Jul 22 17:42 - 17:44 (00:02)
root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:02 (00:00)
root pts/0 100.87.49.37 Mon Jul 20 19:20 - 19:21 (00:01)
root pts/0 100.87.49.37 Mon Jul 20 18:39 - 18:40 (00:00)
root pts/1 100.87.49.37 Mon Jul 20 12:27 - 12:27 (00:00)
root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50)
root pts/0 100.87.49.37 Mon Jul 20 11:27 - 11:28 (00:00)
root pts/0 100.87.49.37 Mon Jul 20 11:11 - 11:12 (00:01)
root pts/0 100.87.49.37 Mon Jul 20 10:54 - 10:58 (00:03)
root pts/0 Sat Jul 11 12:43 - 12:45 (00:01)
reboot system boot 6.17.2-1-pve Tue Jul 7 12:27 - 18:27 (15+06:00)
root pts/3 Fri Jun 26 11:50 - 11:50 (00:00)
root pts/2 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/1 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/0 Fri Jun 26 11:49 - 11:50 (00:00)
root pts/0 Fri Jun 26 11:18 - 11:23 (00:05)
root pts/0 100.118.91.16 Sat Apr 25 09:27 - 09:39 (00:11)
root pts/0 100.118.91.16 Fri Apr 24 17:24 - 17:28 (00:04)
root pts/0 100.118.91.16 Fri Apr 24 17:16 - 17:24 (00:07)
root pts/0 100.118.91.16 Fri Apr 24 16:36 - 16:50 (00:13)
root pts/0 100.118.91.16 Fri Apr 24 16:14 - 16:25 (00:10)
root pts/0 100.118.91.16 Fri Apr 24 14:24 - 14:27 (00:03)
root pts/0 100.118.91.16 Fri Apr 24 12:52 - 12:57 (00:05)
root pts/0 100.118.91.16 Fri Apr 24 12:40 - 12:43 (00:02)
root pts/1 100.109.70.137 Fri Apr 17 15:58 - 15:58 (00:00)
root pts/0 100.118.91.16 Fri Apr 17 15:57 - 16:07 (00:09)
root pts/0 100.118.91.16 Tue Apr 7 11:59 - 11:59 (00:00)
root pts/1 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08)
root pts/0 100.118.91.16 Mon Apr 6 16:46 - 16:54 (00:08)
root pts/0 100.118.91.16 Mon Apr 6 08:42 - 08:57 (00:15)
root pts/0 100.118.91.16 Sat Apr 4 11:18 - 11:21 (00:02)
reboot system boot 6.17.2-1-pve Sat Apr 4 10:25 - 13:47 (213503769+11:24)
root pts/0 100.118.91.16 Sat Apr 4 10:23 - 10:23 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 10:13 - 10:14 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 09:18 - 09:18 (00:00)
root pts/0 100.118.91.16 Sat Apr 4 09:16 - 09:17 (00:01)
reboot system boot 6.17.2-1-pve Sat Apr 4 09:15 - 10:23 (01:08)
root pts/0 100.118.91.16 Sat Apr 4 09:13 - 09:13 (00:00)
root pts/2 100.118.91.16 Fri Apr 3 00:11 - 00:13 (00:02)
root pts/0 100.118.91.16 Fri Apr 3 00:08 - 00:14 (00:06)
root pts/1 100.109.70.137 Fri Apr 3 00:06 - 18:15 (18:09)
root pts/0 100.109.70.137 Thu Apr 2 23:57 - 00:06 (00:08)
root pts/0 100.118.91.16 Mon Mar 30 17:20 - 17:23 (00:02)
reboot system boot 6.17.2-1-pve Mon Mar 30 17:15 - 09:13 (4+15:58)
root pts/0 100.118.91.16 Mon Mar 30 17:13 - 17:13 (00:00)
root pts/0 100.118.91.16 Mon Mar 30 17:06 - 17:12 (00:05)
root pts/0 192.168.1.152 Mon Mar 30 10:43 - 10:49 (00:05)
root tty1 Mon Mar 30 10:22 - 10:23 (00:00)
reboot system boot 6.17.2-1-pve Mon Mar 30 10:21 - 17:13 (06:52)
root tty1 Mon Mar 30 10:13 - 10:20 (00:06)
root pts/0 192.168.3.16 Mon Mar 30 08:44 - 08:50 (00:06)
root tty1 Mon Mar 30 08:38 - 08:52 (00:14)
reboot system boot 6.17.2-1-pve Mon Mar 30 08:32 - 10:20 (01:47)
root tty1 Mon Mar 30 08:31 - 08:31 (00:00)
reboot system boot 6.17.2-1-pve Tue Mar 24 19:57 - 08:31 (5+12:34)
root pts/0 100.109.70.137 Tue Mar 17 13:41 - 11:06 (2+21:24)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:30 - 13:43 (213503787+08:14)
root pts/0 100.109.70.137 Tue Mar 17 13:26 - 13:28 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:24 - 13:28 (00:04)
root pts/2 100.109.70.137 Tue Mar 17 13:22 - 13:23 (00:01)
root pts/1 100.109.70.137 Tue Mar 17 13:19 - 13:23 (00:04)
root pts/0 Tue Mar 17 13:16 - 13:23 (00:07)
root pts/0 Tue Mar 17 13:10 - 13:13 (00:02)
reboot system boot 6.17.2-1-pve Tue Mar 17 13:09 - 13:23 (00:14)
root pts/0 Tue Mar 17 13:03 - 13:08 (00:05)
root tty1 Thu Mar 12 09:44 - 09:44 (00:00)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:43 - 13:08 (5+03:24)
root tty1 Thu Mar 12 09:41 - 09:42 (00:01)
reboot system boot 6.17.2-1-pve Thu Mar 12 09:40 - 09:42 (00:01)
root tty1 Wed Sep 3 13:42 - 13:43 (00:00)
root tty1 Wed Sep 3 13:40 - 11:58 (215+22:18)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - 10:38 (306+20:59)
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
reboot system boot 6.17.2-1-pve Wed Sep 3 13:38 - crash
wtmpdb begins Wed Sep 3 13:38:11 2025
--- uname
$ uname -a
Linux pfv-tsys1 6.17.2-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) x86_64 GNU/Linux
--- /proc/cmdline (boot args)
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet
###############################################################################
# 3. HARDWARE INVENTORY
###############################################################################
--- dmidecode -t system
$ dmidecode -t system
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: OptiPlex 9020
Version: 00
Serial Number: GMWRX12
UUID: 4c4c4544-004d-5710-8052-c7c04f583132
Wake-up Type: Power Switch
SKU Number: 05A4
Family: Not Specified
Handle 0x0026, DMI type 12, 5 bytes
System Configuration Options
Option 1: To Be Filled By O.E.M.
Handle 0x0027, DMI type 15, 35 bytes
System Event Log
Area Length: 4 bytes
Header Start Offset: 0x0000
Header Length: 2 bytes
Data Start Offset: 0x0002
Access Method: Indexed I/O, one 16-bit index port, one 8-bit data port
Access Address: Index 0x046A, Data 0x046C
Status: Invalid, Not Full
Change Token: 0x00000000
Header Format: No Header
Supported Log Type Descriptors: 6
Descriptor 1: End of log
Data Format 1: OEM-specific
Descriptor 2: End of log
Data Format 2: OEM-specific
Descriptor 3: End of log
Data Format 3: OEM-specific
Descriptor 4: End of log
Data Format 4: OEM-specific
Descriptor 5: End of log
Data Format 5: OEM-specific
Descriptor 6: End of log
Data Format 6: OEM-specific
Handle 0x002A, DMI type 32, 20 bytes
System Boot Information
Status: No errors detected
--- dmidecode -t baseboard
$ dmidecode -t baseboard
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
Manufacturer: Dell Inc.
Product Name: 0XCR8D
Version: A03
Serial Number: /GMWRX12/CN7220045500NT/
Asset Tag: 897880
Features:
Board is a hosting board
Board is replaceable
Location In Chassis:
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Handle 0x0024, DMI type 10, 8 bytes
On Board Device 1 Information
Type: Video
Status: Enabled
Description: "Intel HD Graphics"
On Board Device 2 Information
Type: Ethernet
Status: Enabled
Description: NETWORK_NAME_STRING
Handle 0x0034, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard IGD
Type: Video
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:02.0
Handle 0x0035, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard LAN
Type: Ethernet
Status: Enabled
Type Instance: 1
Bus Address: 0000:00:19.0
Handle 0x0036, DMI type 41, 11 bytes
Onboard Device
Reference Designation: Onboard 1394
Type: Other
Status: Enabled
Type Instance: 1
Bus Address: 0000:03:1c.2
--- dmidecode -t bios
$ dmidecode -t bios
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: Dell Inc.
Version: A25
Release Date: 05/30/2019
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 12 MB
Characteristics:
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Function key-initiated network boot is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 65.25
Handle 0xDED7, DMI type 13, 22 bytes
BIOS Language Information
Language Description Format: Long
Installable Languages: 1
en|US|iso8859-1
Currently Installed Language: en|US|iso8859-1
--- dmidecode -t chassis
$ dmidecode -t chassis
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
Manufacturer: Dell Inc.
Type: Space-saving
Lock: Not Present
Version: Not Specified
Serial Number: GMWRX12
Asset Tag: 897880
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: To be filled by O.E.M.
--- dmidecode -t processor
$ dmidecode -t processor
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003A, DMI type 4, 42 bytes
Processor Information
Socket Designation: SOCKET 0
Type: Central Processor
Family: Core i7
Manufacturer: Intel
ID: C3 06 03 00 FF FB EB BF
Signature: Type 0, Family 6, Model 60, Stepping 3
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
Voltage: 1.2 V
External Clock: 100 MHz
Max Speed: 3800 MHz
Current Speed: 3400 MHz
Status: Populated, Enabled
Upgrade: Other
L1 Cache Handle: 0x003B
L2 Cache Handle: 0x003C
L3 Cache Handle: 0x003D
Serial Number: Not Specified
Asset Tag: Fill By OEM
Part Number: Fill By OEM
Core Count: 4
Core Enabled: 4
Thread Count: 8
Characteristics:
64-bit capable
--- dmidecode -t memory
$ dmidecode -t memory
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003E, DMI type 16, 23 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 32 GB
Error Information Handle: Not Provided
Number Of Devices: 4
Handle 0x003F, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM3
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 0260380A00E0
Asset Tag: 00175200
Part Number: CT102464BD160B.M16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0041, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM1
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 0AC0710DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0043, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM4
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 03F0720DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
Handle 0x0045, DMI type 17, 34 bytes
Memory Device
Array Handle: 0x003E
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 8 GB
Form Factor: DIMM
Set: None
Locator: DIMM2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: 859B
Serial Number: 08906A0DF014
Asset Tag: 15164900
Part Number: CT102464BD160B.C16
Rank: 2
Configured Memory Speed: 1600 MT/s
--- dmidecode -t cache
$ dmidecode -t cache
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x003B, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L1
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 256 kB
Maximum Size: 256 kB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Other
Associativity: 8-way Set-associative
Handle 0x003C, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L2
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 1 MB
Maximum Size: 1 MB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 8-way Set-associative
Handle 0x003D, DMI type 7, 19 bytes
Cache Information
Socket Designation: CPU Internal L3
Configuration: Enabled, Not Socketed, Level 3
Operational Mode: Write Back
Location: Internal
Installed Size: 8 MB
Maximum Size: 8 MB
Supported SRAM Types:
Unknown
Installed SRAM Type: Unknown
Speed: Unknown
Error Correction Type: Single-bit ECC
System Type: Unified
Associativity: 16-way Set-associative
--- dmidecode -t connector
$ dmidecode -t connector
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0004, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: PS2Mouse
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x0005, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1A1
Internal Connector Type: None
External Reference Designator: Keyboard
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x0006, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J6A2A
Internal Connector Type: None
External Reference Designator: COM A
External Connector Type: DB-9 male
Port Type: Serial Port 16550A Compatible
Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J6A2B
Internal Connector Type: None
External Reference Designator: Video
External Connector Type: DB-15 female
Port Type: Video Port
Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB3
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB4
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB5
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J5A1
Internal Connector Type: None
External Reference Designator: USB6
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB7
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB8
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB9
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8A1
Internal Connector Type: None
External Reference Designator: USB10
External Connector Type: Access Bus (USB)
Port Type: USB
Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: LAN
External Connector Type: RJ-45
Port Type: Network Port
Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2A1
Internal Connector Type: None
External Reference Designator: Display Port1
External Connector Type: Other
Port Type: Video Port
Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J3A1
Internal Connector Type: None
External Reference Designator: Display Port2
External Connector Type: Other
Port Type: Video Port
Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: MIC-IN
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: HP-OUT
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: LINE-OUT
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7A1
Internal Connector Type: None
External Reference Designator: LINE-IN
External Connector Type: Mini Jack (headphones)
Port Type: Audio Port
Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7J3 - SATA PORT1
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J8J1 - SATA PORT0
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2B3 - CPU FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7H1 - SATA PORT2
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x001E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J1D1 - INTRUDER
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0021, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2B3 - SYSTEM_FAN
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0022, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J9E5 - INT_SPKR
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
--- dmidecode -t slot
$ dmidecode -t slot
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0023, DMI type 9, 17 bytes
System Slot Information
Designation: X4
Type: PCI Express 2 x4
Data Bus Width: 4x or x4
Current Usage: Available
Length: Short
ID: 1
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:1c.4
Handle 0xDED2, DMI type 9, 17 bytes
System Slot Information
Designation: X16
Type: PCI Express 3 x16
Data Bus Width: 16x or x16
Current Usage: Available
Length: Long
ID: 2
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:01.0
--- lscpu
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 8
On-line CPU(s) list: 0-7
Vendor ID: GenuineIntel
Model name: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz
CPU family: 6
Model: 60
Thread(s) per core: 2
Core(s) per socket: 4
Socket(s): 1
Stepping: 3
CPU(s) scaling MHz: 96%
CPU max MHz: 3900.0000
CPU min MHz: 800.0000
BogoMIPS: 6784.31
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d
Virtualization: VT-x
L1d cache: 128 KiB (4 instances)
L1i cache: 128 KiB (4 instances)
L2 cache: 1 MiB (4 instances)
L3 cache: 8 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerability Gather data sampling: Not affected
Vulnerability Ghostwrite: Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Not affected
Vulnerability Old microcode: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Mitigation; Microcode
Vulnerability Tsa: Not affected
Vulnerability Tsx async abort: Not affected
Vulnerability Vmscape: Mitigation; IBPB before exit to userspace
--- lscpu cache
$ lscpu -C
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
L1d 32K 128K 8 Data 1 64 1 64
L1i 32K 128K 8 Instruction 1 64 1 64
L2 256K 1M 8 Unified 2 512 1 64
L3 8M 8M 16 Unified 3 8192 1 64
--- numactl --hardware
$ numactl --hardware
/root/check.sh: line 45: numactl: command not found
[exit=127 / not installed or not permitted]
--- numactl --show
$ numactl --show
/root/check.sh: line 45: numactl: command not found
[exit=127 / not installed or not permitted]
--- lspci -nnvv (verbose)
$ lspci -nnvv
00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06)
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
IOMMU group: 1
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: hsw_uncore
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 38
IOMMU group: 0
Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06) (prog-if 00 [HDA compatible])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 39
IOMMU group: 2
Region 0: Memory at f7c34000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00438 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE- FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 04) (prog-if 30 [XHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 28
IOMMU group: 3
Region 0: Memory at f7c20000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=8/8 Maskable- 64bit+
Address: 00000000fee00318 Data: 0000
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 36
IOMMU group: 4
Region 0: Memory at f7c40000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee002d8 Data: 0000
Kernel driver in use: mei_me
Kernel modules: mei_me
00:16.3 Serial controller [0700]: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller [8086:8c3d] (rev 04) (prog-if 02 [16550])
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
IOMMU group: 4
Region 0: I/O ports at f0e0 [size=8]
Region 1: Memory at f7c3e000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [c8] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Kernel driver in use: serial
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04)
DeviceName: Onboard LAN
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 27
IOMMU group: 5
Region 0: Memory at f7c00000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at f7c3d000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at f080 [size=32]
Capabilities: [c8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee002b8 Data: 0000
Capabilities: [e0] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: e1000e
Kernel modules: e1000e
00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
IOMMU group: 6
Region 0: Memory at f7c3c000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 04) (prog-if 00 [HDA compatible])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 37
IOMMU group: 7
Region 0: Memory at f7c30000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00418 Data: 0000
Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE- FLReset+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
Capabilities: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=2 ArbSelect=Fixed TC/VC=04
Status: NegoPending- InProgress-
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 04) (prog-if 20 [EHCI])
Subsystem: Dell Device [1028:05a4]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 23
IOMMU group: 8
Region 0: Memory at f7c3b000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00:1f.0 ISA bridge [0601]: Intel Corporation Q87 Express LPC Controller [8086:8c4e] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
IOMMU group: 9
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 04) (prog-if 00 [Vendor specific])
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 26
IOMMU group: 9
Region 0: I/O ports at f0d0 [size=8]
Region 1: I/O ports at f0c0 [size=4]
Region 2: I/O ports at f0b0 [size=8]
Region 3: I/O ports at f0a0 [size=4]
Region 4: I/O ports at f060 [size=32]
Region 5: Memory at f7c3a000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00218 Data: 0000
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
Kernel driver in use: ahci
Kernel modules: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 04)
Subsystem: Dell Device [1028:05a4]
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin C routed to IRQ 18
IOMMU group: 9
Region 0: Memory at f7c39000 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at f040 [size=32]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
--- lspci -tv (tree)
$ lspci -tv
-[0000:00]-+-00.0 Intel Corporation 4th Gen Core Processor DRAM Controller
+-02.0 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
+-03.0 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
+-14.0 Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI
+-16.0 Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1
+-16.3 Intel Corporation 8 Series/C220 Series Chipset Family KT Controller
+-19.0 Intel Corporation Ethernet Connection I217-LM
+-1a.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2
+-1b.0 Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller
+-1d.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1
+-1f.0 Intel Corporation Q87 Express LPC Controller
+-1f.2 Intel Corporation SATA Controller [RAID mode]
\-1f.3 Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller
--- lspci numa nodes
$ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:02.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:16.0/numa_node /sys/bus/pci/devices/0000:00:16.3/numa_node /sys/bus/pci/devices/0000:00:19.0/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1b.0/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:00:1f.2/numa_node /sys/bus/pci/devices/0000:00:1f.3/numa_node
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
--- lsusb
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 005: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 003 Device 007: ID 067b:23a3 Prolific Technology, Inc. ATEN Serial Bridge
Bus 003 Device 009: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 003 Device 010: ID 10c4:ea60 Silicon Labs CP210x UART Bridge
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
--- lshw -short
$ lshw -short
/root/check.sh: line 45: lshw: command not found
[exit=127 / not installed or not permitted]
--- PCIe AER errors
[missing: /sys/bus/pci/devices/*/aer_dev_correctable]
--- PCIe AER summary (errors matter for NIC/NVMe stability)
$ found=0
for d in /sys/bus/pci/devices/*; do
[ -d "$d" ] || continue
addr="$(basename "$d")"
class="$(cat "$d/class" 2>/dev/null)"
case "$class" in
0x020000|0x010802|0x010700) ;; # ethernet, nvme, raid
*) continue ;;
esac
for f in "$d"/aer_dev_*; do
[ -r "$f" ] || continue
val="$(cat "$f" 2>/dev/null)"
[ "$val" = "0" ] && continue
[ "$val" = "" ] && continue
printf '%s %s = %s\n' "$addr" "$(basename "$f")" "$val"
found=1
done
done
[ "$found" = "0" ] && echo " no AER errors on NIC/NVMe/RAID devices"
no AER errors on NIC/NVMe/RAID devices
###############################################################################
# 4. CPU POWER / FREQUENCY / IDLE STATES
###############################################################################
--- scaling_governor per cpu (counts)
$ for c in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do
[ -e "$c" ] || continue
cat "$c"
done | sort | uniq -c
8 performance
--- scaling_driver / available governors / freq limits
$ for f in /sys/devices/system/cpu/cpu0/cpufreq/*; do
[ -r "$f" ] || continue
[ -d "$f" ] && continue
printf '%-40s = %s\n' "$(basename "$f")" "$(cat "$f" 2>/dev/null)"
done
affected_cpus = 0
cpuinfo_avg_freq = 3787024
cpuinfo_max_freq = 3900000
cpuinfo_min_freq = 800000
cpuinfo_transition_latency = 20000
related_cpus = 0
scaling_available_governors = conservative ondemand userspace powersave performance schedutil
scaling_cur_freq = 3783857
scaling_driver = intel_cpufreq
scaling_governor = performance
scaling_max_freq = 3900000
scaling_min_freq = 3900000
scaling_setspeed = <unsupported>
--- EPP / EPB / intel_pstate
$ echo "intel_pstate status: $(cat /sys/devices/system/cpu/intel_pstate/status 2>/dev/null)"
echo "intel_pstate no_turbo: $(cat /sys/devices/system/cpu/intel_pstate/no_turbo 2>/dev/null)"
echo "intel_pstate turbo_pct: $(cat /sys/devices/system/cpu/intel_pstate/turbo_pct 2>/dev/null)"
echo "intel_pstate max_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/max_perf_pct 2>/dev/null)"
echo "intel_pstate min_perf_pct: $(cat /sys/devices/system/cpu/intel_pstate/min_perf_pct 2>/dev/null)"
echo "EPB (energy_perf_bias) per cpu:"
for c in /sys/devices/system/cpu/cpu*/power/energy_perf_bias; do
[ -r "$c" ] || continue
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
done | sort | uniq -c
echo "EPP (energy_performance_preference) per cpu:"
for c in /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference; do
[ -r "$c" ] || continue
printf ' %s : %s\n' "$(echo "$c" | cut -d/ -f5)" "$(cat "$c" 2>/dev/null)"
done | sort | uniq -c
echo "available EPP:"
cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_available_preferences 2>/dev/null
intel_pstate status: passive
intel_pstate no_turbo: 0
intel_pstate turbo_pct: 16
intel_pstate max_perf_pct: 100
intel_pstate min_perf_pct: 100
EPB (energy_perf_bias) per cpu:
8 cpu : 0
EPP (energy_performance_preference) per cpu:
available EPP:
[exit=1]
--- cpupower frequency-info
$ cpupower frequency-info
analyzing CPU 3:
driver: intel_cpufreq
CPUs which run at the same hardware frequency: 3
CPUs which need to have their frequency coordinated by software: 3
maximum transition latency: 20.0 us
hardware limits: 800 MHz - 3.90 GHz
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
current policy: frequency should be within 3.90 GHz and 3.90 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency: Unable to call hardware
current CPU frequency: 3.79 GHz (asserted by call to kernel)
boost state support:
Supported: yes
Active: yes
--- turbostat snapshot
$ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1
1.001446 sec
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp
- - 4.80 3847 3392 8353 51 51
0 0 5.94 3844 3392 1724 48 51
0 4 3.11 3835 3392 723
1 1 6.83 3855 3392 1951 48
1 5 5.44 3859 3392 889
2 2 4.77 3853 3392 695 51
2 6 4.44 3840 3392 878
3 3 2.83 3833 3392 605 46
3 7 5.03 3841 3392 888
--- x86_energy_perf_policy -r
$ x86_energy_perf_policy -r
cpu0: EPB 0
cpu1: EPB 0
cpu2: EPB 0
cpu3: EPB 0
cpu4: EPB 0
cpu5: EPB 0
cpu6: EPB 0
cpu7: EPB 0
--- C-states (idle) enabled per cpu0
$ for s in /sys/devices/system/cpu/cpu0/cpuidle/state*; do
[ -d "$s" ] || continue
printf ' %s : %s disabled=%s latency=%sus residency=%sus\n' \
"$(cat "$s/name" 2>/dev/null)" \
"$(cat "$s/desc" 2>/dev/null)" \
"$(cat "$s/disable" 2>/dev/null)" \
"$(cat "$s/latency" 2>/dev/null)" \
"$(cat "$s/time" 2>/dev/null)"
done
POLL : CPUIDLE CORE POLL IDLE disabled=0 latency=0us residency=1038459us
C1 : MWAIT 0x00 disabled=0 latency=2us residency=124089586us
C1E : MWAIT 0x01 disabled=0 latency=10us residency=643123583us
C3 : MWAIT 0x10 disabled=0 latency=33us residency=5043451874us
C6 : MWAIT 0x20 disabled=0 latency=133us residency=1200147003us
C7s : MWAIT 0x32 disabled=0 latency=166us residency=16127806344us
--- THP enabled
$ cat /sys/kernel/mm/transparent_hugepage/enabled
always [madvise] never
--- THP defrag
$ cat /sys/kernel/mm/transparent_hugepage/defrag
always defer defer+madvise [madvise] never
--- THP khugepaged pages_to_scan
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
4096
--- THP khugepaged defrag
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
1
--- microcode
$ dmesg
[ 0.000000] Linux version 6.17.2-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.2-1 (2025-10-21T11:55Z) ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d2196fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d2197000-0x00000000d219dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d219e000-0x00000000d25d3fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d25d4000-0x00000000d2a6bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d2a6c000-0x00000000d7eeafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d7eeb000-0x00000000d7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000da71d000-0x00000000da7fffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe10fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dbe11000-0x00000000dbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081edfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Dell Inc. OptiPlex 9020/0XCR8D, BIOS A25 05/30/2019
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3392.155 MHz processor
[ 0.001194] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001196] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001205] last_pfn = 0x81ee00 max_arch_pfn = 0x400000000
[ 0.001212] total RAM covered: 32702M
[ 0.001345] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 238M
[ 0.001347] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 238M
[ 0.001349] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 238M
[ 0.001350] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 238M
[ 0.001351] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 238M
[ 0.001352] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001353] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001354] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001355] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001356] gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001357] *BAD*gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001358] *BAD*gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001359] *BAD*gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001360] *BAD*gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001361] *BAD*gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001363] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001364] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 238M
[ 0.001365] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 238M
[ 0.001366] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 238M
[ 0.001367] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 238M
[ 0.001368] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001369] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001370] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001371] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001372] gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001373] *BAD*gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001374] *BAD*gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001375] *BAD*gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001376] *BAD*gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001377] *BAD*gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001378] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001380] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 238M
[ 0.001381] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 238M
[ 0.001382] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 238M
[ 0.001383] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001384] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001385] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001386] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001387] gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001388] *BAD*gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001389] *BAD*gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001390] *BAD*gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001391] *BAD*gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001392] *BAD*gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001393] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001394] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 238M
[ 0.001395] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 238M
[ 0.001396] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001397] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001398] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001399] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001400] gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001402] *BAD*gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001403] *BAD*gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001404] *BAD*gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001405] *BAD*gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001406] *BAD*gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001407] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001408] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 238M
[ 0.001409] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001410] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001411] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001412] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001413] gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001414] *BAD*gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001415] *BAD*gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001416] *BAD*gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001417] *BAD*gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001418] *BAD*gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001419] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001420] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 238M
[ 0.001421] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001422] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001423] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001425] gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001426] *BAD*gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: -16M
[ 0.001427] *BAD*gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: -16M
[ 0.001428] *BAD*gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: -16M
[ 0.001429] *BAD*gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: -16M
[ 0.001430] *BAD*gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: -512M
[ 0.001431] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1536M
[ 0.001432] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 238M
[ 0.001433] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001434] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001435] gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001436] *BAD*gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: -14M
[ 0.001437] *BAD*gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: -14M
[ 0.001438] *BAD*gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: -14M
[ 0.001439] *BAD*gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: -14M
[ 0.001440] *BAD*gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: -510M
[ 0.001441] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1534M
[ 0.001442] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 238M
[ 0.001443] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001444] gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001445] *BAD*gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: -10M
[ 0.001446] *BAD*gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: -10M
[ 0.001447] *BAD*gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: -10M
[ 0.001448] *BAD*gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: -10M
[ 0.001449] *BAD*gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: -506M
[ 0.001450] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1530M
[ 0.001452] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 238M
[ 0.001453] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 494M
[ 0.001454] gran_size: 16M chunk_size: 64M num_reg: 10 lose cover RAM: 14M
[ 0.001455] gran_size: 16M chunk_size: 128M num_reg: 10 lose cover RAM: 14M
[ 0.001456] gran_size: 16M chunk_size: 256M num_reg: 10 lose cover RAM: 14M
[ 0.001457] gran_size: 16M chunk_size: 512M num_reg: 10 lose cover RAM: 14M
[ 0.001458] gran_size: 16M chunk_size: 1G num_reg: 10 lose cover RAM: 14M
[ 0.001459] *BAD*gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: -1010M
[ 0.001460] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 126M
[ 0.001461] gran_size: 32M chunk_size: 64M num_reg: 10 lose cover RAM: 30M
[ 0.001462] gran_size: 32M chunk_size: 128M num_reg: 9 lose cover RAM: 30M
[ 0.001463] gran_size: 32M chunk_size: 256M num_reg: 9 lose cover RAM: 30M
[ 0.001464] gran_size: 32M chunk_size: 512M num_reg: 9 lose cover RAM: 30M
[ 0.001465] gran_size: 32M chunk_size: 1G num_reg: 9 lose cover RAM: 30M
[ 0.001466] gran_size: 32M chunk_size: 2G num_reg: 10 lose cover RAM: 30M
[ 0.001467] gran_size: 64M chunk_size: 64M num_reg: 10 lose cover RAM: 126M
[ 0.001469] gran_size: 64M chunk_size: 128M num_reg: 9 lose cover RAM: 62M
[ 0.001470] gran_size: 64M chunk_size: 256M num_reg: 9 lose cover RAM: 62M
[ 0.001471] gran_size: 64M chunk_size: 512M num_reg: 9 lose cover RAM: 62M
[ 0.001472] gran_size: 64M chunk_size: 1G num_reg: 9 lose cover RAM: 62M
[ 0.001473] gran_size: 64M chunk_size: 2G num_reg: 10 lose cover RAM: 62M
[ 0.001474] gran_size: 128M chunk_size: 128M num_reg: 9 lose cover RAM: 190M
[ 0.001475] gran_size: 128M chunk_size: 256M num_reg: 9 lose cover RAM: 190M
[ 0.001476] gran_size: 128M chunk_size: 512M num_reg: 9 lose cover RAM: 190M
[ 0.001477] gran_size: 128M chunk_size: 1G num_reg: 9 lose cover RAM: 190M
[ 0.001478] gran_size: 128M chunk_size: 2G num_reg: 10 lose cover RAM: 190M
[ 0.001479] gran_size: 256M chunk_size: 256M num_reg: 7 lose cover RAM: 446M
[ 0.001480] gran_size: 256M chunk_size: 512M num_reg: 9 lose cover RAM: 446M
[ 0.001481] gran_size: 256M chunk_size: 1G num_reg: 9 lose cover RAM: 446M
[ 0.001482] gran_size: 256M chunk_size: 2G num_reg: 10 lose cover RAM: 446M
[ 0.001483] gran_size: 512M chunk_size: 512M num_reg: 5 lose cover RAM: 958M
[ 0.001484] gran_size: 512M chunk_size: 1G num_reg: 5 lose cover RAM: 958M
[ 0.001485] gran_size: 512M chunk_size: 2G num_reg: 5 lose cover RAM: 958M
[ 0.001486] gran_size: 1G chunk_size: 1G num_reg: 5 lose cover RAM: 958M
[ 0.001487] gran_size: 1G chunk_size: 2G num_reg: 5 lose cover RAM: 958M
[ 0.001488] gran_size: 2G chunk_size: 2G num_reg: 4 lose cover RAM: 1982M
[ 0.001489] mtrr_cleanup: can not find optimal value
[ 0.001490] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.001492] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs
[ 0.001494] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001793] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[ 0.001796] last_pfn = 0xdbe11 max_arch_pfn = 0x400000000
[ 0.007714] found SMP MP-table at [mem 0x000fd8c0-0x000fd8cf]
[ 0.007729] Using GB pages for direct mapping
[ 0.008469] RAMDISK: [mem 0x2d72d000-0x32b8dfff]
[ 0.008478] ACPI: Early table checksum verification disabled
[ 0.008481] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL )
[ 0.008484] ACPI: XSDT 0x00000000D8FEE088 000094 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008489] ACPI: FACP 0x00000000D8FF9B30 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.008494] ACPI: DSDT 0x00000000D8FEE1B0 00B97E (v02 DELL CBX3 00000014 INTL 20091112)
[ 0.008497] ACPI: FACS 0x00000000DA7FE080 000040
[ 0.008499] ACPI: APIC 0x00000000D8FF9C40 000092 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.008502] ACPI: FPDT 0x00000000D8FF9CD8 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.008504] ACPI: SLIC 0x00000000D8FF9D20 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.008507] ACPI: LPIT 0x00000000D8FF9E98 00005C (v01 DELL CBX3 00000000 AMI. 00000005)
[ 0.008510] ACPI: SSDT 0x00000000D8FF9EF8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
[ 0.008512] ACPI: SSDT 0x00000000D8FFA438 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.008515] ACPI: SSDT 0x00000000D8FFAF10 0001C7 (v01 PmRef LakeTiny 00003000 INTL 20120711)
[ 0.008517] ACPI: HPET 0x00000000D8FFB0D8 000038 (v01 DELL CBX3 01072009 AMI. 00000005)
[ 0.008520] ACPI: SSDT 0x00000000D8FFB110 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[ 0.008522] ACPI: MCFG 0x00000000D8FFB480 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.008525] ACPI: SSDT 0x00000000D8FFB4C0 0034D6 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.008528] ACPI: ASF! 0x00000000D8FFE998 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.008530] ACPI: DMAR 0x00000000D8FFEA40 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.008532] ACPI: Reserving FACP table memory at [mem 0xd8ff9b30-0xd8ff9c3b]
[ 0.008533] ACPI: Reserving DSDT table memory at [mem 0xd8fee1b0-0xd8ff9b2d]
[ 0.008534] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf]
[ 0.008535] ACPI: Reserving APIC table memory at [mem 0xd8ff9c40-0xd8ff9cd1]
[ 0.008535] ACPI: Reserving FPDT table memory at [mem 0xd8ff9cd8-0xd8ff9d1b]
[ 0.008536] ACPI: Reserving SLIC table memory at [mem 0xd8ff9d20-0xd8ff9e95]
[ 0.008536] ACPI: Reserving LPIT table memory at [mem 0xd8ff9e98-0xd8ff9ef3]
[ 0.008537] ACPI: Reserving SSDT table memory at [mem 0xd8ff9ef8-0xd8ffa430]
[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffa438-0xd8ffaf0f]
[ 0.008538] ACPI: Reserving SSDT table memory at [mem 0xd8ffaf10-0xd8ffb0d6]
[ 0.008539] ACPI: Reserving HPET table memory at [mem 0xd8ffb0d8-0xd8ffb10f]
[ 0.008540] ACPI: Reserving SSDT table memory at [mem 0xd8ffb110-0xd8ffb47c]
[ 0.008540] ACPI: Reserving MCFG table memory at [mem 0xd8ffb480-0xd8ffb4bb]
[ 0.008541] ACPI: Reserving SSDT table memory at [mem 0xd8ffb4c0-0xd8ffe995]
[ 0.008542] ACPI: Reserving ASF! table memory at [mem 0xd8ffe998-0xd8ffea3c]
[ 0.008542] ACPI: Reserving DMAR table memory at [mem 0xd8ffea40-0xd8ffeaf7]
[ 0.008599] No NUMA configuration found
[ 0.008600] Faking a node at [mem 0x0000000000000000-0x000000081edfffff]
[ 0.008608] NODE_DATA(0) allocated [mem 0x81edd52c0-0x81edfffff]
[ 0.008809] Zone ranges:
[ 0.008810] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008811] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008812] Normal [mem 0x0000000100000000-0x000000081edfffff]
[ 0.008814] Device empty
[ 0.008814] Movable zone start for each node
[ 0.008817] Early memory node ranges
[ 0.008817] node 0: [mem 0x0000000000001000-0x0000000000090fff]
[ 0.008818] node 0: [mem 0x0000000000100000-0x00000000d2196fff]
[ 0.008819] node 0: [mem 0x00000000d219e000-0x00000000d25d3fff]
[ 0.008820] node 0: [mem 0x00000000d2a6c000-0x00000000d7eeafff]
[ 0.008821] node 0: [mem 0x00000000d8000000-0x00000000d875ffff]
[ 0.008821] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff]
[ 0.008822] node 0: [mem 0x00000000d9000000-0x00000000da71cfff]
[ 0.008822] node 0: [mem 0x00000000da800000-0x00000000dbe10fff]
[ 0.008823] node 0: [mem 0x0000000100000000-0x000000081edfffff]
[ 0.008827] Initmem setup node 0 [mem 0x0000000000001000-0x000000081edfffff]
[ 0.008831] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008851] On node 0, zone DMA: 111 pages in unavailable ranges
[ 0.013876] On node 0, zone DMA32: 7 pages in unavailable ranges
[ 0.014027] On node 0, zone DMA32: 1176 pages in unavailable ranges
[ 0.014042] On node 0, zone DMA32: 277 pages in unavailable ranges
[ 0.014058] On node 0, zone DMA32: 160 pages in unavailable ranges
[ 0.014096] On node 0, zone DMA32: 82 pages in unavailable ranges
[ 0.014134] On node 0, zone DMA32: 227 pages in unavailable ranges
[ 0.059687] On node 0, zone Normal: 16879 pages in unavailable ranges
[ 0.059724] On node 0, zone Normal: 4608 pages in unavailable ranges
[ 0.059735] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff]
[ 0.059791] ACPI: PM-Timer IO Port: 0x1808
[ 0.059801] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.059810] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.059813] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.059815] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.059818] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.059819] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.059823] TSC deadline timer available
[ 0.059827] CPU topo: Max. logical packages: 1
[ 0.059828] CPU topo: Max. logical dies: 1
[ 0.059829] CPU topo: Max. dies per package: 1
[ 0.059833] CPU topo: Max. threads per core: 2
[ 0.059834] CPU topo: Num. cores per package: 4
[ 0.059834] CPU topo: Num. threads per package: 8
[ 0.059835] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.059853] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.059855] PM: hibernation: Registered nosave memory: [mem 0x00091000-0x000fffff]
[ 0.059856] PM: hibernation: Registered nosave memory: [mem 0xd2197000-0xd219dfff]
[ 0.059858] PM: hibernation: Registered nosave memory: [mem 0xd25d4000-0xd2a6bfff]
[ 0.059859] PM: hibernation: Registered nosave memory: [mem 0xd7eeb000-0xd7ffffff]
[ 0.059861] PM: hibernation: Registered nosave memory: [mem 0xd8760000-0xd87fffff]
[ 0.059862] PM: hibernation: Registered nosave memory: [mem 0xd8fae000-0xd8ffffff]
[ 0.059864] PM: hibernation: Registered nosave memory: [mem 0xda71d000-0xda7fffff]
[ 0.059865] PM: hibernation: Registered nosave memory: [mem 0xdbe11000-0xffffffff]
[ 0.059867] [mem 0xdf200000-0xf7ffffff] available for PCI devices
[ 0.059868] Booting paravirtualized kernel on bare hardware
[ 0.059870] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.059877] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.060377] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[ 0.060383] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[ 0.060385] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.060405] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.060450] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve", will be passed to user space.
[ 0.060464] random: crng init done
[ 0.060465] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.063678] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.065320] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.065445] software IO TLB: area num 8.
[ 0.078647] Fallback order for Node 0: 0
[ 0.078652] Built 1 zonelists, mobility grouping on. Total pages: 8365080
[ 0.078653] Policy zone: Normal
[ 0.078661] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.154562] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.154589] Kernel/User page tables isolation: enabled
[ 0.163482] ftrace: allocating 58381 entries in 230 pages
[ 0.163483] ftrace: allocated 230 pages with 5 groups
[ 0.164299] Dynamic Preempt: voluntary
[ 0.164367] rcu: Preemptible hierarchical RCU implementation.
[ 0.164367] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.164368] Trampoline variant of Tasks RCU enabled.
[ 0.164369] Rude variant of Tasks RCU enabled.
[ 0.164369] Tracing variant of Tasks RCU enabled.
[ 0.164370] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.164370] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.164379] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.164381] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.164382] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.168681] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[ 0.168888] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.169307] spurious 8259A interrupt: IRQ7.
[ 0.170705] Console: colour VGA+ 80x25
[ 0.170708] printk: legacy console [tty0] enabled
[ 0.170760] ACPI: Core revision 20250404
[ 0.170866] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.170881] APIC: Switch to symmetric I/O mode setup
[ 0.170883] DMAR: Host address width 39
[ 0.170884] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.170892] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.170894] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.170897] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.170899] DMAR: RMRR base: 0x000000dbf7b000 end: 0x000000dbf88fff
[ 0.170901] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
[ 0.170903] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.170904] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.170905] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.171380] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.171382] x2apic enabled
[ 0.171435] APIC: Switched APIC routing to: cluster x2apic
[ 0.171861] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.175885] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x30e55bfef60, max_idle_ns: 440795304971 ns
[ 0.175889] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.31 BogoMIPS (lpj=3392155)
[ 0.175911] CPU0: Thermal monitoring enabled (TM1)
[ 0.175944] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.175945] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.175948] process: using mwait in idle threads
[ 0.175950] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.175955] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.175956] SRBDS: Mitigation: Microcode
[ 0.175957] Spectre V2 : Mitigation: Retpolines
[ 0.175958] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.175959] MDS: Mitigation: Clear CPU buffers
[ 0.175960] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.175961] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.175962] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.175962] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.175964] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.175969] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.175971] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.175972] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.175973] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.175974] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.195988] Freeing SMP alternatives memory: 52K
[ 0.195993] pid_max: default: 32768 minimum: 301
[ 0.196041] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[ 0.196056] Yama: becoming mindful.
[ 0.196087] AppArmor: AppArmor initialized
[ 0.196149] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.196174] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.196553] smpboot: CPU0: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.196718] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.196748] ... version: 3
[ 0.196749] ... bit width: 48
[ 0.196750] ... generic registers: 4
[ 0.196750] ... value mask: 0000ffffffffffff
[ 0.196751] ... max period: 00007fffffffffff
[ 0.196752] ... fixed-purpose events: 3
[ 0.196753] ... event mask: 000000070000000f
[ 0.196887] signal: max sigframe size: 1776
[ 0.196887] Estimated ratio of average max frequency by base frequency (times 1024): 1114
[ 0.198070] rcu: Hierarchical SRCU implementation.
[ 0.198072] rcu: Max phase no-delay instances is 400.
[ 0.198118] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.198529] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.198598] smp: Bringing up secondary CPUs ...
[ 0.198701] smpboot: x86: Booting SMP configuration:
[ 0.198702] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.201221] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.201221] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[ 0.201221] smp: Brought up 1 node, 8 CPUs
[ 0.201221] smpboot: Total of 8 processors activated (54274.48 BogoMIPS)
[ 0.201965] Memory: 32658916K/33460320K available (21386K kernel code, 3800K rwdata, 14940K rodata, 4948K init, 5380K bss, 782992K reserved, 0K cma-reserved)
[ 0.202937] devtmpfs: initialized
[ 0.202937] x86/mm: Memory block size: 128MB
[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xd2197000-0xd219dfff] (28672 bytes)
[ 0.205245] ACPI: PM: Registering ACPI NVS region [mem 0xda71d000-0xda7fffff] (929792 bytes)
[ 0.205245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.205245] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.205245] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.205245] pinctrl core: initialized pinctrl subsystem
[ 0.205245] PM: RTC time: 14:14:28, date: 2026-07-26
[ 0.205954] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.206219] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[ 0.206412] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.206604] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.206612] audit: initializing netlink subsys (disabled)
[ 0.206621] audit: type=2000 audit(1785075268.035:1): state=initialized audit_enabled=0 res=1
[ 0.206621] thermal_sys: Registered thermal governor 'fair_share'
[ 0.206621] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.206621] thermal_sys: Registered thermal governor 'step_wise'
[ 0.206621] thermal_sys: Registered thermal governor 'user_space'
[ 0.206621] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.206621] cpuidle: using governor ladder
[ 0.206621] cpuidle: using governor menu
[ 0.206621] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.206621] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.206621] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[ 0.206621] PCI: Using configuration type 1 for base access
[ 0.206933] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.206992] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.206998] HugeTLB: allocation took 0ms with hugepage_allocation_threads=2
[ 0.206998] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.206998] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.206998] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.206998] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.207178] ACPI: Added _OSI(Module Device)
[ 0.207180] ACPI: Added _OSI(Processor Device)
[ 0.207181] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.215708] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.216306] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.217199] ACPI: Dynamic OEM Table Load:
[ 0.217205] ACPI: SSDT 0xFFFF8EBA80065C00 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.217830] ACPI: Dynamic OEM Table Load:
[ 0.217834] ACPI: SSDT 0xFFFF8EBA80079800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.218535] ACPI: Dynamic OEM Table Load:
[ 0.218539] ACPI: SSDT 0xFFFF8EBA8005F800 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.220098] ACPI: Interpreter enabled
[ 0.220119] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.220120] ACPI: Using IOAPIC for interrupt routing
[ 0.220693] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.220695] PCI: Using E820 reservations for host bridge windows
[ 0.220870] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.232241] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.232247] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.232706] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[ 0.232708] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.233194] PCI host bridge to bus 0000:00
[ 0.233198] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.233200] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.233201] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.233202] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e7fff window]
[ 0.233204] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[ 0.233205] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.233221] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 conventional PCI endpoint
[ 0.233287] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000 conventional PCI endpoint
[ 0.233300] pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit]
[ 0.233303] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.233304] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.233311] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.233390] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.233403] pci 0000:00:03.0: BAR 0 [mem 0xf7c34000-0xf7c37fff 64bit]
[ 0.233487] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.233517] pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit]
[ 0.233546] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.233642] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.233674] pci 0000:00:16.0: BAR 0 [mem 0xf7c40000-0xf7c4000f 64bit]
[ 0.233704] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.233751] pci 0000:00:16.3: [8086:8c3d] type 00 class 0x070002 conventional PCI endpoint
[ 0.233783] pci 0000:00:16.3: BAR 0 [io 0xf0e0-0xf0e7]
[ 0.233786] pci 0000:00:16.3: BAR 1 [mem 0xf7c3e000-0xf7c3efff]
[ 0.233865] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint
[ 0.233896] pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff]
[ 0.233899] pci 0000:00:19.0: BAR 1 [mem 0xf7c3d000-0xf7c3dfff]
[ 0.233901] pci 0000:00:19.0: BAR 2 [io 0xf080-0xf09f]
[ 0.233932] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.234001] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.234038] pci 0000:00:1a.0: BAR 0 [mem 0xf7c3c000-0xf7c3c3ff]
[ 0.234077] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.234154] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.234185] pci 0000:00:1b.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit]
[ 0.234226] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.234306] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.234342] pci 0000:00:1d.0: BAR 0 [mem 0xf7c3b000-0xf7c3b3ff]
[ 0.234382] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.234462] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100 conventional PCI endpoint
[ 0.234615] pci 0000:00:1f.2: [8086:2822] type 00 class 0x010400 conventional PCI endpoint
[ 0.234642] pci 0000:00:1f.2: BAR 0 [io 0xf0d0-0xf0d7]
[ 0.234644] pci 0000:00:1f.2: BAR 1 [io 0xf0c0-0xf0c3]
[ 0.234647] pci 0000:00:1f.2: BAR 2 [io 0xf0b0-0xf0b7]
[ 0.234649] pci 0000:00:1f.2: BAR 3 [io 0xf0a0-0xf0a3]
[ 0.234652] pci 0000:00:1f.2: BAR 4 [io 0xf060-0xf07f]
[ 0.234655] pci 0000:00:1f.2: BAR 5 [mem 0xf7c3a000-0xf7c3a7ff]
[ 0.234680] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.234743] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.234773] pci 0000:00:1f.3: BAR 0 [mem 0xf7c39000-0xf7c390ff 64bit]
[ 0.234777] pci 0000:00:1f.3: BAR 4 [io 0xf040-0xf05f]
[ 0.235581] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.235639] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.235640] ACPI: PCI: Interrupt link LNKB disabled
[ 0.235694] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[ 0.235740] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.235790] ACPI: PCI: Interrupt link LNKE configured for IRQ 5
[ 0.235845] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.235846] ACPI: PCI: Interrupt link LNKF disabled
[ 0.235892] ACPI: PCI: Interrupt link LNKG configured for IRQ 3
[ 0.235948] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.236213] iommu: Default domain type: Translated
[ 0.236213] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.236213] SCSI subsystem initialized
[ 0.236213] libata version 3.00 loaded.
[ 0.236213] ACPI: bus type USB registered
[ 0.236213] usbcore: registered new interface driver usbfs
[ 0.236213] usbcore: registered new interface driver hub
[ 0.236213] usbcore: registered new device driver usb
[ 0.236213] pps_core: LinuxPPS API ver. 1 registered
[ 0.236213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.236213] PTP clock support registered
[ 0.236213] EDAC MC: Ver: 3.0.0
[ 0.236213] NetLabel: Initializing
[ 0.236213] NetLabel: domain hash size = 128
[ 0.236213] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.236213] NetLabel: unlabeled traffic allowed by default
[ 0.236912] mctp: management component transport protocol core
[ 0.236912] NET: Registered PF_MCTP protocol family
[ 0.236912] PCI: Using ACPI for IRQ routing
[ 0.238208] PCI: pci_cache_line_size set to 64 bytes
[ 0.238233] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
[ 0.238234] e820: reserve RAM buffer [mem 0xd2197000-0xd3ffffff]
[ 0.238236] e820: reserve RAM buffer [mem 0xd25d4000-0xd3ffffff]
[ 0.238237] e820: reserve RAM buffer [mem 0xd7eeb000-0xd7ffffff]
[ 0.238237] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff]
[ 0.238239] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff]
[ 0.238240] e820: reserve RAM buffer [mem 0xda71d000-0xdbffffff]
[ 0.238240] e820: reserve RAM buffer [mem 0xdbe11000-0xdbffffff]
[ 0.238241] e820: reserve RAM buffer [mem 0x81ee00000-0x81fffffff]
[ 0.238254] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.238254] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.238254] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.238254] vgaarb: loaded
[ 0.238275] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.238275] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.239945] clocksource: Switched to clocksource tsc-early
[ 0.240516] VFS: Disk quotas dquot_6.6.0
[ 0.240526] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.240594] AppArmor: AppArmor Filesystem Enabled
[ 0.240617] pnp: PnP ACPI init
[ 0.240674] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.240830] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.240832] system 00:01: [io 0xffff] has been reserved
[ 0.240839] system 00:01: [io 0xffff] has been reserved
[ 0.240841] system 00:01: [io 0xffff] has been reserved
[ 0.240843] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.240844] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.240845] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.240847] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.240848] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.240849] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.240967] system 00:03: [io 0x0a00-0x0a0f] has been reserved
[ 0.241005] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.241519] pnp 00:05: [dma 0 disabled]
[ 0.241940] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.241943] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.241944] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.241946] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.241947] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.241948] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.241950] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.241951] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.241952] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.241954] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.241955] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.241957] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.242168] pnp: PnP ACPI: found 7 devices
[ 0.247720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.247765] NET: Registered PF_INET protocol family
[ 0.247872] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.260034] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.260071] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.260165] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.260419] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.260600] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.260694] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[ 0.260818] UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.260959] UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
[ 0.261097] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.261103] NET: Registered PF_XDP protocol family
[ 0.261119] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.261122] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.261124] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.261125] pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000e7fff window]
[ 0.261126] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window]
[ 0.286811] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 15540 usecs
[ 0.302812] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 15603 usecs
[ 0.302843] PCI: CLS 64 bytes, default 64
[ 0.302866] DMAR: No ATSR found
[ 0.302867] DMAR: No SATC found
[ 0.302868] DMAR: dmar0: Using Queued invalidation
[ 0.302874] DMAR: dmar1: Using Queued invalidation
[ 0.302921] Trying to unpack rootfs image as initramfs...
[ 0.302990] pci 0000:00:02.0: Adding to iommu group 0
[ 0.303316] pci 0000:00:00.0: Adding to iommu group 1
[ 0.303323] pci 0000:00:03.0: Adding to iommu group 2
[ 0.303329] pci 0000:00:14.0: Adding to iommu group 3
[ 0.303340] pci 0000:00:16.0: Adding to iommu group 4
[ 0.303346] pci 0000:00:16.3: Adding to iommu group 4
[ 0.303352] pci 0000:00:19.0: Adding to iommu group 5
[ 0.303359] pci 0000:00:1a.0: Adding to iommu group 6
[ 0.303365] pci 0000:00:1b.0: Adding to iommu group 7
[ 0.303371] pci 0000:00:1d.0: Adding to iommu group 8
[ 0.303382] pci 0000:00:1f.0: Adding to iommu group 9
[ 0.303389] pci 0000:00:1f.2: Adding to iommu group 9
[ 0.303396] pci 0000:00:1f.3: Adding to iommu group 9
[ 0.304055] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.304056] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.304057] software IO TLB: mapped [mem 0x00000000d3eeb000-0x00000000d7eeb000] (64MB)
[ 0.322680] Initialise system trusted keyrings
[ 0.322689] Key type blacklist registered
[ 0.322810] workingset: timestamp_bits=36 max_order=23 bucket_order=0
[ 0.323038] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.323150] fuse: init (API version 7.44)
[ 0.323330] integrity: Platform Keyring initialized
[ 0.323334] integrity: Machine keyring initialized
[ 0.333007] Key type asymmetric registered
[ 0.333011] Asymmetric key parser 'x509' registered
[ 0.333039] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.333116] io scheduler mq-deadline registered
[ 0.333477] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.333636] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.333698] ACPI: button: Power Button [PWRB]
[ 0.333724] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.333753] ACPI: button: Power Button [PWRF]
[ 0.334382] ACPI: \_TZ_.TZ00: _AL0 evaluation failure
[ 0.334457] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.334459] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.334637] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.334643] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.334824] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.355768] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.378375] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 19, base_baud = 115200) is a 16550A
[ 0.378797] Linux agpgart interface v0.103
[ 0.381907] loop: module loaded
[ 0.382098] ACPI: bus type drm_connector registered
[ 0.382386] tun: Universal TUN/TAP device driver, 1.6
[ 0.382428] PPP generic driver version 2.4.2
[ 0.382480] i8042: PNP: No PS/2 controller found.
[ 0.382520] mousedev: PS/2 mouse device common for all mice
[ 0.382597] rtc_cmos 00:02: RTC can wake from S4
[ 0.382847] rtc_cmos 00:02: registered as rtc0
[ 0.382881] rtc_cmos 00:02: setting system clock to 2026-07-26T14:14:28 UTC (1785075268)
[ 0.382907] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[ 0.382915] i2c_dev: i2c /dev entries driver
[ 0.383171] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.383194] device-mapper: uevent: version 1.0.3
[ 0.383227] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 0.383233] intel_pstate: Intel P-state driver initializing
[ 0.383530] drop_monitor: Initializing network drop monitor service
[ 0.383606] NET: Registered PF_INET6 protocol family
[ 0.383860] Segment Routing with IPv6
[ 0.383867] In-situ OAM (IOAM) with IPv6
[ 0.383880] NET: Registered PF_PACKET protocol family
[ 0.383892] Bridge firewalling registered
[ 0.383921] Key type dns_resolver registered
[ 0.384365] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.384505] microcode: Current revision: 0x00000028
[ 0.384506] microcode: Updated early from: 0x00000027
[ 0.384743] IPI shorthand broadcast: enabled
[ 0.386216] sched_clock: Marking stable (384001741, 1637843)->(390702614, -5063030)
[ 0.386371] registered taskstats version 1
[ 0.387070] Loading compiled-in X.509 certificates
[ 0.387568] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[ 0.390900] Demotion targets for Node 0: null
[ 0.391002] Key type .fscrypt registered
[ 0.391003] Key type fscrypt-provisioning registered
[ 0.391053] Key type big_key registered
[ 0.725448] Freeing initrd memory: 86404K
[ 0.738543] Key type encrypted registered
[ 0.738547] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.738560] ima: No TPM chip found, activating TPM-bypass!
[ 0.738564] Loading compiled-in module X.509 certificates
[ 0.739066] Loaded X.509 cert 'Build time autogenerated kernel key: 1972ce5ed58caf3670591749a618c1148b955a05'
[ 0.739068] ima: Allocated hash algorithm: sha256
[ 0.739079] ima: No architecture policies found
[ 0.739093] evm: Initialising EVM extended attributes:
[ 0.739094] evm: security.selinux
[ 0.739095] evm: security.SMACK64
[ 0.739096] evm: security.SMACK64EXEC
[ 0.739096] evm: security.SMACK64TRANSMUTE
[ 0.739097] evm: security.SMACK64MMAP
[ 0.739098] evm: security.apparmor
[ 0.739099] evm: security.ima
[ 0.739099] evm: security.capability
[ 0.739100] evm: HMAC attrs: 0x1
[ 0.739424] PM: Magic number: 2:613:233
[ 0.739478] acpi device:4d: hash matches
[ 0.739510] memory memory111: hash matches
[ 0.740576] RAS: Correctable Errors collector initialized.
[ 0.744535] clk: Disabling unused clocks
[ 0.744537] PM: genpd: Disabling unused power domains
[ 0.745745] Freeing unused decrypted memory: 2028K
[ 0.746295] Freeing unused kernel image (initmem) memory: 4948K
[ 0.746354] Write protecting the kernel read-only data: 38912k
[ 0.746738] Freeing unused kernel image (text/rodata gap) memory: 1140K
[ 0.747035] Freeing unused kernel image (rodata/data gap) memory: 1444K
[ 0.784017] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.784019] x86/mm: Checking user space page tables
[ 0.818975] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.818983] Run /init as init process
[ 0.818985] with arguments:
[ 0.818986] /init
[ 0.818987] with environment:
[ 0.818988] HOME=/
[ 0.818988] TERM=linux
[ 0.818989] BOOT_IMAGE=/boot/vmlinuz-6.17.2-1-pve
[ 0.976608] wmi_bus wmi_bus-PNP0C14:00: [Firmware Bug]: WQBC data block query control method not found
[ 0.986186] ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, RAID mode
[ 0.986195] ahci 0000:00:1f.2: 1/6 ports implemented (port mask 0x2)
[ 0.986197] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
[ 0.986525] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 0.986553] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 0.986859] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20250404/utaddress-204)
[ 0.986866] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.986874] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 0.986878] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.986907] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204)
[ 0.986910] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 0.986913] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.986917] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204)
[ 0.986919] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 0.986922] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 0.986923] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 0.987155] scsi host0: ahci
[ 0.987371] scsi host1: ahci
[ 0.987596] scsi host2: ahci
[ 0.987623] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 0.987742] scsi host3: ahci
[ 0.987855] scsi host4: ahci
[ 0.987925] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 0.988204] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 0.988500] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 0.989718] scsi host5: ahci
[ 0.989756] ata1: DUMMY
[ 0.989764] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq 26 lpm-pol 3
[ 0.989765] ata3: DUMMY
[ 0.989766] ata4: DUMMY
[ 0.989767] ata5: DUMMY
[ 0.989767] ata6: DUMMY
[ 0.990244] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.990254] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.990271] ehci-pci 0000:00:1a.0: debug port 2
[ 0.994228] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c3c000
[ 0.999653] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.999738] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 0.999742] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.999744] usb usb1: Product: EHCI Host Controller
[ 0.999746] usb usb1: Manufacturer: Linux 6.17.2-1-pve ehci_hcd
[ 0.999748] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.000208] hub 1-0:1.0: USB hub found
[ 1.000220] hub 1-0:1.0: 3 ports detected
[ 1.000503] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.000512] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.000530] ehci-pci 0000:00:1d.0: debug port 2
[ 1.004493] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c3b000
[ 1.004725] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.004728] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.004948] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.009650] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.009732] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 1.009736] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.009738] usb usb2: Product: EHCI Host Controller
[ 1.009740] usb usb2: Manufacturer: Linux 6.17.2-1-pve ehci_hcd
[ 1.009742] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.013797] hub 2-0:1.0: USB hub found
[ 1.013806] hub 2-0:1.0: 3 ports detected
[ 1.074833] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 1.136539] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 34:17:eb:b3:b1:2d
[ 1.136555] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.136599] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 1.234711] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.250710] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.297017] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.297696] ata2.00: ATA-8: WDC WD10EADS-65M2B1, 01.00A01, max UDMA/133
[ 1.298176] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.299101] ata2.00: configured for UDMA/133
[ 1.309627] scsi 1:0:0:0: Direct-Access ATA WDC WD10EADS-65M 0A01 PQ: 0 ANSI: 5
[ 1.309879] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 1.309888] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.309895] sd 1:0:0:0: [sda] Write Protect is off
[ 1.309898] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.309906] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.309920] sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.354708] tsc: Refined TSC clocksource calibration: 3392.140 MHz
[ 1.354717] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30e54dfcc20, max_idle_ns: 440795380751 ns
[ 1.354745] clocksource: Switched to clocksource tsc
[ 1.360382] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[ 1.360388] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.360729] hub 1-1:1.0: USB hub found
[ 1.360795] hub 1-1:1.0: 6 ports detected
[ 1.376373] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[ 1.376378] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.376739] hub 2-1:1.0: USB hub found
[ 1.376843] hub 2-1:1.0: 8 ports detected
[ 1.379753] sda: sda1 sda2 sda3
[ 1.380039] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.382111] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.382118] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.382571] e1000e 0000:00:19.0 eno1: renamed from eth0
[ 1.383208] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 1.384035] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.384040] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.384045] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.384134] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 1.384138] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.384140] usb usb3: Product: xHCI Host Controller
[ 1.384142] usb usb3: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[ 1.384144] usb usb3: SerialNumber: 0000:00:14.0
[ 1.384366] hub 3-0:1.0: USB hub found
[ 1.384398] hub 3-0:1.0: 15 ports detected
[ 1.388173] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 1.388176] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.388178] usb usb4: Product: xHCI Host Controller
[ 1.388179] usb usb4: Manufacturer: Linux 6.17.2-1-pve xhci-hcd
[ 1.388180] usb usb4: SerialNumber: 0000:00:14.0
[ 1.388279] hub 4-0:1.0: USB hub found
[ 1.388296] hub 4-0:1.0: 6 ports detected
[ 1.626687] usb 3-4: new high-speed USB device number 2 using xhci_hcd
[ 1.751479] usb 3-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
[ 1.751485] usb 3-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.751486] usb 3-4: Product: USB2.0 Hub
[ 1.752615] hub 3-4:1.0: USB hub found
[ 1.752946] hub 3-4:1.0: 4 ports detected
[ 1.866706] usb 3-7: new high-speed USB device number 3 using xhci_hcd
[ 1.992543] usb 3-7: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.55
[ 1.992558] usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.992560] usb 3-7: Product: USB2.1 Hub
[ 1.992561] usb 3-7: Manufacturer: GenesysLogic
[ 1.993853] hub 3-7:1.0: USB hub found
[ 1.994190] hub 3-7:1.0: 4 ports detected
[ 2.063710] usb 3-4.1: new full-speed USB device number 4 using xhci_hcd
[ 2.143483] usb 3-4.1: New USB device found, idVendor=047d, idProduct=105e, bcdDevice= 0.00
[ 2.143489] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.143491] usb 3-4.1: Product: Bluetooth EDR Dongle
[ 2.143492] usb 3-4.1: Manufacturer: Kensington
[ 2.249719] usb 3-8: new high-speed USB device number 5 using xhci_hcd
[ 2.494707] usb 3-4.3: new low-speed USB device number 6 using xhci_hcd
[ 2.574541] usb 3-4.3: New USB device found, idVendor=0c45, idProduct=7401, bcdDevice= 0.01
[ 2.574549] usb 3-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.574552] usb 3-4.3: Product: TEMPerV1.4
[ 2.574555] usb 3-4.3: Manufacturer: RDing
[ 2.585161] hid: raw HID events driver (C) Jiri Kosina
[ 2.591387] usbcore: registered new interface driver usbhid
[ 2.591389] usbhid: USB HID core driver
[ 2.592478] usbcore: registered new interface driver usbmouse
[ 2.592518] usbcore: registered new interface driver usbkbd
[ 2.594576] input: RDing TEMPerV1.4 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4.3/3-4.3:1.0/0003:0C45:7401.0001/input/input2
[ 2.623337] usb 3-8: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00
[ 2.623343] usb 3-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.623345] usb 3-8: Product: AX88179A
[ 2.623347] usb 3-8: Manufacturer: ASIX
[ 2.623348] usb 3-8: SerialNumber: 00000000004885
[ 2.644965] hid-generic 0003:0C45:7401.0001: input,hidraw0: USB HID v1.10 Keyboard [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input0
[ 2.645195] hid-generic 0003:0C45:7401.0002: hiddev0,hidraw1: USB HID v1.10 Device [RDing TEMPerV1.4] on usb-0000:00:14.0-4.3/input1
[ 2.655664] usb 3-7.2: new full-speed USB device number 7 using xhci_hcd
[ 2.669719] usbcore: registered new interface driver cdc_ether
[ 2.765399] usb 3-7.2: New USB device found, idVendor=067b, idProduct=23a3, bcdDevice= 3.05
[ 2.765405] usb 3-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.765406] usb 3-7.2: Product: USB-Serial Controller
[ 2.765408] usb 3-7.2: Manufacturer: Prolific Technology Inc.
[ 2.765409] usb 3-7.2: SerialNumber: BJAAb144J07
[ 2.859548] cdc_ncm 3-8:2.0: MAC-Address: 8c:ae:4c:cd:a6:2d
[ 2.859554] cdc_ncm 3-8:2.0: setting rx_max = 16384
[ 2.872570] cdc_ncm 3-8:2.0: setting tx_max = 16384
[ 2.873708] usb 3-7.3: new full-speed USB device number 8 using xhci_hcd
[ 2.882596] cdc_ncm 3-8:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-8, CDC NCM (NO ZLP), 8c:ae:4c:cd:a6:2d
[ 2.882646] usbcore: registered new interface driver cdc_ncm
[ 2.884702] cdc_ncm 3-8:2.0 enx8cae4ccda62d: renamed from eth0
[ 2.960785] usb 3-7.3: device descriptor read/64, error -32
[ 3.153781] usb 3-7.3: device descriptor read/64, error -32
[ 3.355708] usb 3-7.3: new full-speed USB device number 9 using xhci_hcd
[ 3.465344] usb 3-7.3: New USB device found, idVendor=0658, idProduct=0200, bcdDevice= 0.00
[ 3.465361] usb 3-7.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.570709] usb 3-7.4: new full-speed USB device number 10 using xhci_hcd
[ 3.681316] usb 3-7.4: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
[ 3.681322] usb 3-7.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.681323] usb 3-7.4: Product: Sonoff Zigbee 3.0 USB Dongle Plus
[ 3.681324] usb 3-7.4: Manufacturer: ITead
[ 3.681325] usb 3-7.4: SerialNumber: 72eecef4ee3aec1197c7a4957a0af07f
[ 3.977787] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown.
[ 4.137641] raid6: avx2x4 gen() 36864 MB/s
[ 4.154640] raid6: avx2x2 gen() 35003 MB/s
[ 4.171639] raid6: avx2x1 gen() 32430 MB/s
[ 4.171640] raid6: using algorithm avx2x4 gen() 36864 MB/s
[ 4.188639] raid6: .... xor() 12977 MB/s, rmw enabled
[ 4.188641] raid6: using avx2x2 recovery algorithm
[ 4.189713] xor: automatically using best checksumming function avx
[ 4.271065] Btrfs loaded, zoned=yes, fsverity=yes
[ 4.489822] EXT4-fs (dm-1): orphan cleanup on readonly fs
[ 4.490177] EXT4-fs (dm-1): mounted filesystem dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a ro with ordered data mode. Quota mode: none.
[ 6.201904] systemd[1]: Inserted module 'autofs4'
[ 6.360624] systemd[1]: systemd 257.13-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 6.360632] systemd[1]: Detected architecture x86-64.
[ 6.398564] systemd[1]: Hostname set to <pfv-tsys1>.
[ 6.466431] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[ 8.712870] systemd[1]: Queued start job for default target graphical.target.
[ 8.756348] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 8.756781] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 8.757313] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice.
[ 8.757566] systemd[1]: Created slice user.slice - User and Session Slice.
[ 8.757621] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 8.757698] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 8.757845] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 8.757866] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap...
[ 8.757874] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[ 8.757885] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once.
[ 8.757908] systemd[1]: Reached target network-pre.target - Preparation for Network.
[ 8.757921] systemd[1]: Reached target paths.target - Path Units.
[ 8.757947] systemd[1]: Reached target slices.target - Slice Units.
[ 8.758029] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 8.758084] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 8.760965] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 8.761844] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 8.761918] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 8.762014] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 8.762109] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 8.762136] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements skipped, unmet condition check ConditionSecurity=measured-uki
[ 8.762150] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy skipped, unmet condition check ConditionSecurity=measured-uki
[ 8.762226] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 8.762282] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 8.774068] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 8.774991] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 8.775053] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[ 8.775844] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 8.776538] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 8.777559] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 8.777625] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS skipped, unmet condition check ConditionPathExists=/etc/krb5.keytab
[ 8.792555] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 8.793370] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 8.794101] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 8.794841] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 8.795967] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 8.797117] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 8.798250] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 8.798564] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root
[ 8.798604] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67
[ 8.801034] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 8.805575] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 8.805595] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement skipped, unmet condition check ConditionSecurity=measured-uki
[ 8.806480] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 8.806525] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 8.807352] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 8.808560] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 8.811120] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 8.811356] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 8.811915] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 8.812210] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 8.812417] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 8.812794] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 8.813031] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 8.814187] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 8.814883] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 8.816097] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 8.828222] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 8.828375] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 8.927892] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 8.927981] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 8.928049] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 8.928116] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 8.928179] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 8.928243] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 8.928305] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 9.026549] EXT4-fs (dm-1): re-mounted dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a r/w.
[ 9.027802] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 9.028217] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc
[ 9.028267] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival skipped, unmet condition check ConditionDirectoryNotEmpty=/sys/fs/pstore
[ 9.029206] systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...
[ 9.029222] systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup skipped, unmet condition check ConditionSecurity=measured-uki
[ 9.122099] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[ 9.166045] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 9.228896] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown...
[ 9.229824] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization...
[ 9.230293] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 9.880877] systemd-journald[346]: Collecting audit messages is disabled.
[ 9.956379] systemd[1]: Started dm-event.service - Device-mapper event daemon.
[ 9.959341] systemd[1]: Started systemd-journald.service - Journal Service.
[ 10.065102] systemd-journald[346]: Received client request to flush runtime journal.
[ 10.308856] spl: loading out-of-tree module taints kernel.
[ 11.371045] zfs: module license 'CDDL' taints kernel.
[ 11.371050] Disabling lock debugging due to kernel taint
[ 11.371067] zfs: module license taints kernel.
[ 11.964881] ZFS: Loaded module v2.3.4-pve1, ZFS pool version 5000, ZFS filesystem version 5
[ 15.526849] e1000e 0000:00:19.0 nic0: renamed from eno1
[ 15.598259] cdc_acm 3-7.3:1.0: ttyACM0: USB ACM device
[ 15.598276] usbcore: registered new interface driver cdc_acm
[ 15.598278] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 15.601503] at24 0-0050: supply vcc not found, using dummy regulator
[ 15.603065] at24 0-0050: 256 byte spd EEPROM, read-only
[ 15.603093] at24 0-0051: supply vcc not found, using dummy regulator
[ 15.604611] at24 0-0051: 256 byte spd EEPROM, read-only
[ 15.604644] at24 0-0052: supply vcc not found, using dummy regulator
[ 15.605881] usbcore: registered new interface driver cdc_wdm
[ 15.606137] at24 0-0052: 256 byte spd EEPROM, read-only
[ 15.606158] at24 0-0053: supply vcc not found, using dummy regulator
[ 15.607804] at24 0-0053: 256 byte spd EEPROM, read-only
[ 15.623337] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 15.661894] Bluetooth: Core ver 2.22
[ 15.661923] usbcore: registered new interface driver cdc_mbim
[ 15.661925] NET: Registered PF_BLUETOOTH protocol family
[ 15.661926] Bluetooth: HCI device and connection manager initialized
[ 15.661929] Bluetooth: HCI socket layer initialized
[ 15.661931] Bluetooth: L2CAP socket layer initialized
[ 15.661936] Bluetooth: SCO socket layer initialized
[ 15.665463] cdc_ncm 3-8:2.0 nic1: renamed from enx8cae4ccda62d
[ 15.684834] Creating 1 MTD partitions on "intel-spi":
[ 15.684839] 0x000000000000-0x000000800000 : "BIOS"
[ 15.686485] spi-nor spi0.1: supply vcc not found, using dummy regulator
[ 15.687992] Creating 1 MTD partitions on "intel-spi-chip1":
[ 15.687996] 0x000000000000-0x000000400000 : "BIOS1"
[ 15.805201] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 15.893702] usbcore: registered new interface driver usbserial_generic
[ 15.893712] usbserial: USB Serial support registered for generic
[ 15.905105] usbcore: registered new interface driver pl2303
[ 15.905114] usbserial: USB Serial support registered for pl2303
[ 15.905128] pl2303 3-7.2:1.0: pl2303 converter detected
[ 15.905186] usb 3-7.2: pl2303 converter now attached to ttyUSB0
[ 15.907946] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 15.920140] usbcore: registered new interface driver cp210x
[ 15.920149] usbserial: USB Serial support registered for cp210x
[ 15.920170] cp210x 3-7.4:1.0: cp210x converter detected
[ 15.921973] usb 3-7.4: cp210x converter now attached to ttyUSB1
[ 16.235523] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 16.235527] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 16.235528] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 16.235529] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 16.235530] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 16.405992] usbcore: registered new interface driver btusb
[ 16.914621] snd_hda_codec_alc269 hdaudioC0D0: autoconfig for ALC3220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[ 16.914627] snd_hda_codec_alc269 hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 16.914629] snd_hda_codec_alc269 hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 16.914630] snd_hda_codec_alc269 hdaudioC0D0: mono: mono_out=0x0
[ 16.914631] snd_hda_codec_alc269 hdaudioC0D0: inputs:
[ 16.914632] snd_hda_codec_alc269 hdaudioC0D0: Rear Mic=0x18
[ 16.914634] snd_hda_codec_alc269 hdaudioC0D0: Front Mic=0x1a
[ 16.952061] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
[ 16.952130] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[ 16.952196] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[ 16.952253] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[ 17.546045] i915 0000:00:02.0: [drm] Found haswell (device ID 0412) integrated display version 7.00 stepping N/A
[ 17.546312] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 17.546346] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 17.546758] Console: switching to colour dummy device 80x25
[ 17.546801] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 17.546804] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[ 17.547540] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 17.563923] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
[ 17.563927] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 17.565439] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 17.565676] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[ 17.601978] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 17.621070] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 17.634026] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 17.731907] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card1/input9
[ 17.731990] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card1/input10
[ 17.732061] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card1/input11
[ 17.755405] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k
[ 18.406910] intel_rapl_common: Found RAPL domain package
[ 18.406914] intel_rapl_common: Found RAPL domain core
[ 18.406915] intel_rapl_common: Found RAPL domain uncore
[ 18.406916] intel_rapl_common: Found RAPL domain dram
[ 18.406921] intel_rapl_common: package-0:package:long_term locked by BIOS
[ 18.406923] intel_rapl_common: package-0:package:short_term locked by BIOS
[ 19.825297] RPC: Registered named UNIX socket transport module.
[ 19.825301] RPC: Registered udp transport module.
[ 19.825302] RPC: Registered tcp transport module.
[ 19.825302] RPC: Registered tcp-with-tls transport module.
[ 19.825303] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 20.345652] audit: type=1400 audit(1785075288.461:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="brave" pid=602 comm="apparmor_parser"
[ 20.345687] audit: type=1400 audit(1785075288.461:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="buildah" pid=603 comm="apparmor_parser"
[ 20.345719] audit: type=1400 audit(1785075288.461:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name=4D6F6E676F444220436F6D70617373 pid=598 comm="apparmor_parser"
[ 20.345754] audit: type=1400 audit(1785075288.461:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="balena-etcher" pid=601 comm="apparmor_parser"
[ 20.345784] audit: type=1400 audit(1785075288.461:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="Discord" pid=597 comm="apparmor_parser"
[ 20.345819] audit: type=1400 audit(1785075288.461:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="1password" pid=596 comm="apparmor_parser"
[ 20.345850] audit: type=1400 audit(1785075288.461:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="QtWebEngineProcess" pid=599 comm="apparmor_parser"
[ 20.468084] audit: type=1400 audit(1785075288.583:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-run" pid=615 comm="apparmor_parser"
[ 20.468284] audit: type=1400 audit(1785075288.583:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="cam" pid=613 comm="apparmor_parser"
[ 20.468313] audit: type=1400 audit(1785075288.583:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="ch-checkns" pid=614 comm="apparmor_parser"
[ 22.488399] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
[ 22.488404] softdog: soft_reboot_cmd=<not set> soft_active_on_boot=0
[ 30.558839] vmbr0: port 1(nic0) entered blocking state
[ 30.558844] vmbr0: port 1(nic0) entered disabled state
[ 30.558857] e1000e 0000:00:19.0 nic0: entered allmulticast mode
[ 30.558893] e1000e 0000:00:19.0 nic0: entered promiscuous mode
[ 34.750952] e1000e 0000:00:19.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 34.751000] vmbr0: port 1(nic0) entered blocking state
[ 34.751004] vmbr0: port 1(nic0) entered forwarding state
[ 35.793472] kauditd_printk_skb: 109 callbacks suppressed
[ 35.793475] audit: type=1400 audit(1785075303.910:121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=936 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 35.794047] audit: type=1400 audit(1785075303.910:122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none
[ 35.794051] audit: type=1400 audit(1785075303.910:123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="stream" protocol=0 requested="create" denied="create" addr=none
[ 35.891614] audit: type=1400 audit(1785075304.008:124): apparmor="DENIED" operation="capable" class="cap" profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" capability=21 capname="sys_admin"
[ 35.891767] audit: type=1400 audit(1785075304.008:125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 39.653826] audit: type=1400 audit(1785075307.770:126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 42.597487] audit: type=1400 audit(1785075310.714:127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 49.884298] audit: type=1400 audit(1785075318.000:128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.412767] audit: type=1400 audit(1785075333.529:129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.414986] audit: type=1400 audit(1785075333.532:130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.414998] audit: type=1400 audit(1785075333.532:131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.417535] audit: type=1400 audit(1785075333.534:132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.541028] audit: type=1400 audit(1785075333.658:133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 65.556499] datanet: port 1(nic1) entered blocking state
[ 65.556506] datanet: port 1(nic1) entered disabled state
[ 65.556529] cdc_ncm 3-8:2.0 nic1: entered allmulticast mode
[ 65.556576] cdc_ncm 3-8:2.0 nic1: entered promiscuous mode
[ 65.899034] datanet: port 1(nic1) entered blocking state
[ 65.899039] datanet: port 1(nic1) entered forwarding state
[ 66.579746] audit: type=1400 audit(1785075334.696:134): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=1076 comm="apparmor_parser"
[ 66.587464] audit: type=1400 audit(1785075334.704:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=1080 comm="apparmor_parser"
[ 66.602592] audit: type=1400 audit(1785075334.719:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=1084 comm="apparmor_parser"
[ 66.602597] audit: type=1400 audit(1785075334.719:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=1084 comm="apparmor_parser"
[ 66.602598] audit: type=1400 audit(1785075334.719:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=1084 comm="apparmor_parser"
[ 70.075352] sctp: Hash tables configured (bind 512/512)
[ 79.039626] netfs: FS-Cache loaded
[ 79.281222] NFS: Registering the id_resolver key type
[ 79.281231] Key type id_resolver registered
[ 79.281232] Key type id_legacy registered
[ 82.456131] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[ 83.025165] tap100i0: entered promiscuous mode
[ 83.049339] vmbr0: port 2(tap100i0) entered blocking state
[ 83.049344] vmbr0: port 2(tap100i0) entered disabled state
[ 83.049362] tap100i0: entered allmulticast mode
[ 83.049458] vmbr0: port 2(tap100i0) entered blocking state
[ 83.049461] vmbr0: port 2(tap100i0) entered forwarding state
[ 83.581689] cp210x ttyUSB1: cp210x converter now disconnected from ttyUSB1
[ 83.586144] cp210x 3-7.4:1.0: device disconnected
[ 87.736184] tap101i0: entered promiscuous mode
[ 87.806818] vmbr0: port 3(fwpr101p0) entered blocking state
[ 87.806824] vmbr0: port 3(fwpr101p0) entered disabled state
[ 87.806835] fwpr101p0: entered allmulticast mode
[ 87.806874] fwpr101p0: entered promiscuous mode
[ 87.806919] vmbr0: port 3(fwpr101p0) entered blocking state
[ 87.806921] vmbr0: port 3(fwpr101p0) entered forwarding state
[ 87.814537] fwbr101i0: port 1(fwln101i0) entered blocking state
[ 87.814541] fwbr101i0: port 1(fwln101i0) entered disabled state
[ 87.814557] fwln101i0: entered allmulticast mode
[ 87.814592] fwln101i0: entered promiscuous mode
[ 87.814646] fwbr101i0: port 1(fwln101i0) entered blocking state
[ 87.814648] fwbr101i0: port 1(fwln101i0) entered forwarding state
[ 87.822403] fwbr101i0: port 2(tap101i0) entered blocking state
[ 87.822407] fwbr101i0: port 2(tap101i0) entered disabled state
[ 87.822417] tap101i0: entered allmulticast mode
[ 87.822480] fwbr101i0: port 2(tap101i0) entered blocking state
[ 87.822482] fwbr101i0: port 2(tap101i0) entered forwarding state
[ 91.853832] tap103i0: entered promiscuous mode
[ 91.909171] vmbr0: port 4(fwpr103p0) entered blocking state
[ 91.909176] vmbr0: port 4(fwpr103p0) entered disabled state
[ 91.909188] fwpr103p0: entered allmulticast mode
[ 91.909239] fwpr103p0: entered promiscuous mode
[ 91.909260] vmbr0: port 4(fwpr103p0) entered blocking state
[ 91.909261] vmbr0: port 4(fwpr103p0) entered forwarding state
[ 91.917566] fwbr103i0: port 1(fwln103i0) entered blocking state
[ 91.917571] fwbr103i0: port 1(fwln103i0) entered disabled state
[ 91.917588] fwln103i0: entered allmulticast mode
[ 91.917636] fwln103i0: entered promiscuous mode
[ 91.917677] fwbr103i0: port 1(fwln103i0) entered blocking state
[ 91.917679] fwbr103i0: port 1(fwln103i0) entered forwarding state
[ 91.925570] fwbr103i0: port 2(tap103i0) entered blocking state
[ 91.925575] fwbr103i0: port 2(tap103i0) entered disabled state
[ 91.925582] tap103i0: entered allmulticast mode
[ 91.925633] fwbr103i0: port 2(tap103i0) entered blocking state
[ 91.925634] fwbr103i0: port 2(tap103i0) entered forwarding state
[ 93.153747] usb 3-7.4: reset full-speed USB device number 10 using xhci_hcd
[ 93.615984] usb 3-7.3: reset full-speed USB device number 9 using xhci_hcd
[ 97.001899] tap104i0: entered promiscuous mode
[ 97.062337] vmbr0: port 5(fwpr104p0) entered blocking state
[ 97.062343] vmbr0: port 5(fwpr104p0) entered disabled state
[ 97.062361] fwpr104p0: entered allmulticast mode
[ 97.062447] fwpr104p0: entered promiscuous mode
[ 97.062491] vmbr0: port 5(fwpr104p0) entered blocking state
[ 97.062494] vmbr0: port 5(fwpr104p0) entered forwarding state
[ 97.070175] fwbr104i0: port 1(fwln104i0) entered blocking state
[ 97.070179] fwbr104i0: port 1(fwln104i0) entered disabled state
[ 97.070190] fwln104i0: entered allmulticast mode
[ 97.070225] fwln104i0: entered promiscuous mode
[ 97.070263] fwbr104i0: port 1(fwln104i0) entered blocking state
[ 97.070264] fwbr104i0: port 1(fwln104i0) entered forwarding state
[ 97.077872] fwbr104i0: port 2(tap104i0) entered blocking state
[ 97.077886] fwbr104i0: port 2(tap104i0) entered disabled state
[ 97.077898] tap104i0: entered allmulticast mode
[ 97.077959] fwbr104i0: port 2(tap104i0) entered blocking state
[ 97.077961] fwbr104i0: port 2(tap104i0) entered forwarding state
[ 103.179039] tap107i0: entered promiscuous mode
[ 103.256301] vmbr0: port 6(fwpr107p0) entered blocking state
[ 103.256306] vmbr0: port 6(fwpr107p0) entered disabled state
[ 103.256325] fwpr107p0: entered allmulticast mode
[ 103.256369] fwpr107p0: entered promiscuous mode
[ 103.256406] vmbr0: port 6(fwpr107p0) entered blocking state
[ 103.256408] vmbr0: port 6(fwpr107p0) entered forwarding state
[ 103.267378] fwbr107i0: port 1(fwln107i0) entered blocking state
[ 103.267384] fwbr107i0: port 1(fwln107i0) entered disabled state
[ 103.267498] fwln107i0: entered allmulticast mode
[ 103.267546] fwln107i0: entered promiscuous mode
[ 103.267579] fwbr107i0: port 1(fwln107i0) entered blocking state
[ 103.267581] fwbr107i0: port 1(fwln107i0) entered forwarding state
[ 103.279112] fwbr107i0: port 2(tap107i0) entered blocking state
[ 103.279120] fwbr107i0: port 2(tap107i0) entered disabled state
[ 103.279138] tap107i0: entered allmulticast mode
[ 103.279241] fwbr107i0: port 2(tap107i0) entered blocking state
[ 103.279244] fwbr107i0: port 2(tap107i0) entered forwarding state
[ 104.129730] tap107i1: entered promiscuous mode
[ 104.220842] datanet: port 2(fwpr107p1) entered blocking state
[ 104.220858] datanet: port 2(fwpr107p1) entered disabled state
[ 104.220890] fwpr107p1: entered allmulticast mode
[ 104.221047] fwpr107p1: entered promiscuous mode
[ 104.221179] datanet: port 2(fwpr107p1) entered blocking state
[ 104.221184] datanet: port 2(fwpr107p1) entered forwarding state
[ 104.238601] fwbr107i1: port 1(fwln107i1) entered blocking state
[ 104.238612] fwbr107i1: port 1(fwln107i1) entered disabled state
[ 104.238641] fwln107i1: entered allmulticast mode
[ 104.238722] fwln107i1: entered promiscuous mode
[ 104.238793] fwbr107i1: port 1(fwln107i1) entered blocking state
[ 104.238798] fwbr107i1: port 1(fwln107i1) entered forwarding state
[ 104.257047] fwbr107i1: port 2(tap107i1) entered blocking state
[ 104.257055] fwbr107i1: port 2(tap107i1) entered disabled state
[ 104.257088] tap107i1: entered allmulticast mode
[ 104.257293] fwbr107i1: port 2(tap107i1) entered blocking state
[ 104.257300] fwbr107i1: port 2(tap107i1) entered forwarding state
[ 110.093660] tap108i0: entered promiscuous mode
[ 110.233470] vmbr0: port 7(fwpr108p0) entered blocking state
[ 110.233481] vmbr0: port 7(fwpr108p0) entered disabled state
[ 110.233508] fwpr108p0: entered allmulticast mode
[ 110.233635] fwpr108p0: entered promiscuous mode
[ 110.233716] vmbr0: port 7(fwpr108p0) entered blocking state
[ 110.233720] vmbr0: port 7(fwpr108p0) entered forwarding state
[ 110.253076] fwbr108i0: port 1(fwln108i0) entered blocking state
[ 110.253083] fwbr108i0: port 1(fwln108i0) entered disabled state
[ 110.253109] fwln108i0: entered allmulticast mode
[ 110.253226] fwln108i0: entered promiscuous mode
[ 110.253353] fwbr108i0: port 1(fwln108i0) entered blocking state
[ 110.253356] fwbr108i0: port 1(fwln108i0) entered forwarding state
[ 110.270984] fwbr108i0: port 2(tap108i0) entered blocking state
[ 110.270992] fwbr108i0: port 2(tap108i0) entered disabled state
[ 110.271010] tap108i0: entered allmulticast mode
[ 110.271124] fwbr108i0: port 2(tap108i0) entered blocking state
[ 110.271128] fwbr108i0: port 2(tap108i0) entered forwarding state
[ 116.684588] tap114i0: entered promiscuous mode
[ 116.762533] vmbr0: port 8(fwpr114p0) entered blocking state
[ 116.762539] vmbr0: port 8(fwpr114p0) entered disabled state
[ 116.762750] fwpr114p0: entered allmulticast mode
[ 116.762837] fwpr114p0: entered promiscuous mode
[ 116.762889] vmbr0: port 8(fwpr114p0) entered blocking state
[ 116.762892] vmbr0: port 8(fwpr114p0) entered forwarding state
[ 116.777028] fwbr114i0: port 1(fwln114i0) entered blocking state
[ 116.777033] fwbr114i0: port 1(fwln114i0) entered disabled state
[ 116.777051] fwln114i0: entered allmulticast mode
[ 116.777129] fwln114i0: entered promiscuous mode
[ 116.777200] fwbr114i0: port 1(fwln114i0) entered blocking state
[ 116.777202] fwbr114i0: port 1(fwln114i0) entered forwarding state
[ 116.788014] fwbr114i0: port 2(tap114i0) entered blocking state
[ 116.788021] fwbr114i0: port 2(tap114i0) entered disabled state
[ 116.788042] tap114i0: entered allmulticast mode
[ 116.788163] fwbr114i0: port 2(tap114i0) entered blocking state
[ 116.788166] fwbr114i0: port 2(tap114i0) entered forwarding state
[ 121.250014] tap117i0: entered promiscuous mode
[ 121.381937] vmbr0: port 9(fwpr117p0) entered blocking state
[ 121.381945] vmbr0: port 9(fwpr117p0) entered disabled state
[ 121.381969] fwpr117p0: entered allmulticast mode
[ 121.382117] fwpr117p0: entered promiscuous mode
[ 121.382222] vmbr0: port 9(fwpr117p0) entered blocking state
[ 121.382227] vmbr0: port 9(fwpr117p0) entered forwarding state
[ 121.396871] fwbr117i0: port 1(fwln117i0) entered blocking state
[ 121.396879] fwbr117i0: port 1(fwln117i0) entered disabled state
[ 121.396903] fwln117i0: entered allmulticast mode
[ 121.397034] fwln117i0: entered promiscuous mode
[ 121.397210] fwbr117i0: port 1(fwln117i0) entered blocking state
[ 121.397214] fwbr117i0: port 1(fwln117i0) entered forwarding state
[ 121.422999] fwbr117i0: port 2(tap117i0) entered blocking state
[ 121.423005] fwbr117i0: port 2(tap117i0) entered disabled state
[ 121.423020] tap117i0: entered allmulticast mode
[ 121.423125] fwbr117i0: port 2(tap117i0) entered blocking state
[ 121.423128] fwbr117i0: port 2(tap117i0) entered forwarding state
[ 320.298502] kauditd_printk_skb: 1 callbacks suppressed
[ 320.298505] audit: type=1400 audit(1785075588.111:140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 320.300367] audit: type=1400 audit(1785075588.112:141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 320.393534] audit: type=1400 audit(1785075588.206:142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 348.212737] tap107i0: left allmulticast mode
[ 348.212765] fwbr107i0: port 2(tap107i0) entered disabled state
[ 348.215308] fwbr107i0: port 1(fwln107i0) entered disabled state
[ 348.215532] vmbr0: port 6(fwpr107p0) entered disabled state
[ 348.216066] fwln107i0 (unregistering): left allmulticast mode
[ 348.216069] fwln107i0 (unregistering): left promiscuous mode
[ 348.216070] fwbr107i0: port 1(fwln107i0) entered disabled state
[ 348.216260] fwpr107p0 (unregistering): left allmulticast mode
[ 348.216262] fwpr107p0 (unregistering): left promiscuous mode
[ 348.216263] vmbr0: port 6(fwpr107p0) entered disabled state
[ 348.458746] tap107i1: left allmulticast mode
[ 348.458764] fwbr107i1: port 2(tap107i1) entered disabled state
[ 348.461200] fwbr107i1: port 1(fwln107i1) entered disabled state
[ 348.461242] datanet: port 2(fwpr107p1) entered disabled state
[ 348.461773] fwln107i1 (unregistering): left allmulticast mode
[ 348.461775] fwln107i1 (unregistering): left promiscuous mode
[ 348.461777] fwbr107i1: port 1(fwln107i1) entered disabled state
[ 348.462029] fwpr107p1 (unregistering): left allmulticast mode
[ 348.462031] fwpr107p1 (unregistering): left promiscuous mode
[ 348.462033] datanet: port 2(fwpr107p1) entered disabled state
[ 350.946665] tap107i0: entered promiscuous mode
[ 351.006613] vmbr0: port 6(fwpr107p0) entered blocking state
[ 351.006619] vmbr0: port 6(fwpr107p0) entered disabled state
[ 351.006637] fwpr107p0: entered allmulticast mode
[ 351.006680] fwpr107p0: entered promiscuous mode
[ 351.006715] vmbr0: port 6(fwpr107p0) entered blocking state
[ 351.006717] vmbr0: port 6(fwpr107p0) entered forwarding state
[ 351.015110] fwbr107i0: port 1(fwln107i0) entered blocking state
[ 351.015115] fwbr107i0: port 1(fwln107i0) entered disabled state
[ 351.015132] fwln107i0: entered allmulticast mode
[ 351.015186] fwln107i0: entered promiscuous mode
[ 351.015216] fwbr107i0: port 1(fwln107i0) entered blocking state
[ 351.015217] fwbr107i0: port 1(fwln107i0) entered forwarding state
[ 351.023234] fwbr107i0: port 2(tap107i0) entered blocking state
[ 351.023242] fwbr107i0: port 2(tap107i0) entered disabled state
[ 351.023259] tap107i0: entered allmulticast mode
[ 351.023342] fwbr107i0: port 2(tap107i0) entered blocking state
[ 351.023357] fwbr107i0: port 2(tap107i0) entered forwarding state
[ 351.662605] tap107i1: entered promiscuous mode
[ 351.721108] datanet: port 2(fwpr107p1) entered blocking state
[ 351.721114] datanet: port 2(fwpr107p1) entered disabled state
[ 351.721127] fwpr107p1: entered allmulticast mode
[ 351.721225] fwpr107p1: entered promiscuous mode
[ 351.721282] datanet: port 2(fwpr107p1) entered blocking state
[ 351.721285] datanet: port 2(fwpr107p1) entered forwarding state
[ 351.729235] fwbr107i1: port 1(fwln107i1) entered blocking state
[ 351.729239] fwbr107i1: port 1(fwln107i1) entered disabled state
[ 351.729252] fwln107i1: entered allmulticast mode
[ 351.729288] fwln107i1: entered promiscuous mode
[ 351.729333] fwbr107i1: port 1(fwln107i1) entered blocking state
[ 351.729335] fwbr107i1: port 1(fwln107i1) entered forwarding state
[ 351.737760] fwbr107i1: port 2(tap107i1) entered blocking state
[ 351.737765] fwbr107i1: port 2(tap107i1) entered disabled state
[ 351.737787] tap107i1: entered allmulticast mode
[ 351.737871] fwbr107i1: port 2(tap107i1) entered blocking state
[ 351.737874] fwbr107i1: port 2(tap107i1) entered forwarding state
[ 577.936582] audit: type=1400 audit(1785075845.780:143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 577.938964] audit: type=1400 audit(1785075845.783:144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 578.003064] audit: type=1400 audit(1785075845.847:145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 876.700592] audit: type=1400 audit(1785076144.579:146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 876.702827] audit: type=1400 audit(1785076144.581:147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 876.769968] audit: type=1400 audit(1785076144.648:148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1163.202802] audit: type=1400 audit(1785076431.061:149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1163.205021] audit: type=1400 audit(1785076431.063:150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1163.289473] audit: type=1400 audit(1785076431.147:151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1291.321089] usb 3-4: USB disconnect, device number 2
[ 1291.321094] usb 3-4.1: USB disconnect, device number 4
[ 1291.322495] usb 3-4.3: USB disconnect, device number 6
[ 1456.593993] audit: type=1400 audit(1785076724.457:152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1456.596226] audit: type=1400 audit(1785076724.459:153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1456.663344] audit: type=1400 audit(1785076724.526:154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1691.371552] audit: type=1400 audit(1785076959.239:155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1691.373473] audit: type=1400 audit(1785076959.241:156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1691.458638] audit: type=1400 audit(1785076959.326:157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1960.668659] audit: type=1400 audit(1785077228.541:158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1960.671053] audit: type=1400 audit(1785077228.544:159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 1960.734014] audit: type=1400 audit(1785077228.607:160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2257.123972] audit: type=1400 audit(1785077525.002:161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2257.127577] audit: type=1400 audit(1785077525.005:162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2257.222284] audit: type=1400 audit(1785077525.100:163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2491.757637] audit: type=1400 audit(1785077759.640:164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2491.759842] audit: type=1400 audit(1785077759.642:165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2491.848543] audit: type=1400 audit(1785077759.731:166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2735.212883] audit: type=1400 audit(1785078003.100:167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2735.214419] audit: type=1400 audit(1785078003.101:168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2735.310645] audit: type=1400 audit(1785078003.197:169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2993.850497] audit: type=1400 audit(1785078261.742:170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2993.851636] audit: type=1400 audit(1785078261.743:171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 2993.928158] audit: type=1400 audit(1785078261.820:172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3259.749319] audit: type=1400 audit(1785078527.646:173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3259.751584] audit: type=1400 audit(1785078527.649:174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3259.823575] audit: type=1400 audit(1785078527.721:175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3525.387226] audit: type=1400 audit(1785078793.289:176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3525.389606] audit: type=1400 audit(1785078793.291:177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3525.453984] audit: type=1400 audit(1785078793.355:178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3784.760336] audit: type=1400 audit(1785079052.667:179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3784.762265] audit: type=1400 audit(1785079052.669:180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 3784.828136] audit: type=1400 audit(1785079052.734:181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4071.417660] audit: type=1400 audit(1785079339.331:182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4071.419409] audit: type=1400 audit(1785079339.332:183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4071.478675] audit: type=1400 audit(1785079339.392:184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4333.295722] audit: type=1400 audit(1785079601.214:185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4333.297983] audit: type=1400 audit(1785079601.216:186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4333.371881] audit: type=1400 audit(1785079601.290:187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4630.763727] audit: type=1400 audit(1785079898.688:188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4630.765940] audit: type=1400 audit(1785079898.690:189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4630.819953] audit: type=1400 audit(1785079898.744:190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4871.577665] audit: type=1400 audit(1785080139.506:191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4871.579861] audit: type=1400 audit(1785080139.508:192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 4871.657156] audit: type=1400 audit(1785080139.586:193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5115.361621] audit: type=1400 audit(1785080383.294:194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5115.363951] audit: type=1400 audit(1785080383.296:195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5115.427529] audit: type=1400 audit(1785080383.360:196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5408.043539] audit: type=1400 audit(1785080675.983:197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5408.045760] audit: type=1400 audit(1785080675.985:198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5408.109939] audit: type=1400 audit(1785080676.049:199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5700.839715] audit: type=1400 audit(1785080968.784:200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5700.841940] audit: type=1400 audit(1785080968.787:201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5700.925722] audit: type=1400 audit(1785080968.870:202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5929.758197] audit: type=1400 audit(1785081197.707:203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5929.760338] audit: type=1400 audit(1785081197.709:204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 5929.974314] audit: type=1400 audit(1785081197.923:205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6230.601357] audit: type=1400 audit(1785081498.556:206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6230.603034] audit: type=1400 audit(1785081498.558:207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6230.833767] audit: type=1400 audit(1785081498.789:208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6521.038134] audit: type=1400 audit(1785081788.999:209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6521.040380] audit: type=1400 audit(1785081789.001:210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6521.116757] audit: type=1400 audit(1785081789.077:211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6776.683601] audit: type=1400 audit(1785082044.648:212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6776.685931] audit: type=1400 audit(1785082044.650:213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 6776.755734] audit: type=1400 audit(1785082044.720:214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7029.541932] audit: type=1400 audit(1785082297.511:215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7029.544434] audit: type=1400 audit(1785082297.514:216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7029.718996] audit: type=1400 audit(1785082297.688:217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7298.596246] audit: type=1400 audit(1785082566.572:218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7298.598553] audit: type=1400 audit(1785082566.574:219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7298.670560] audit: type=1400 audit(1785082566.646:220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7580.627698] audit: type=1400 audit(1785082848.609:221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7580.629748] audit: type=1400 audit(1785082848.611:222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7580.700660] audit: type=1400 audit(1785082848.682:223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7845.595381] audit: type=1400 audit(1785083113.581:224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7845.597730] audit: type=1400 audit(1785083113.584:225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 7845.696084] audit: type=1400 audit(1785083113.682:226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8107.639596] audit: type=1400 audit(1785083375.631:227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8107.641949] audit: type=1400 audit(1785083375.633:228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8107.836586] audit: type=1400 audit(1785083375.828:229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8373.190571] audit: type=1400 audit(1785083641.187:230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8373.192803] audit: type=1400 audit(1785083641.189:231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8373.271763] audit: type=1400 audit(1785083641.268:232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8601.262160] audit: type=1400 audit(1785083869.263:233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8601.264728] audit: type=1400 audit(1785083869.265:234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8601.453166] audit: type=1400 audit(1785083869.454:235): apparmor="DENIED" operation="sendmsg" class="file" profile="/usr/sbin/chronyd" name="/run/chrony/chronyc.47035/P9CuENNWu4ODBTjG/sock" pid=47035 comm="chronyc" requested_mask="r" denied_mask="r" fsuid=100 ouid=100
[ 8602.362046] audit: type=1400 audit(1785083870.363:236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8632.861020] audit: type=1400 audit(1785083900.862:237): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/chronyd" pid=47768 comm="apparmor_parser"
[ 8644.625885] audit: type=1400 audit(1785083912.628:238): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48091 comm="apparmor_parser"
[ 8644.752343] audit: type=1400 audit(1785083912.755:239): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48094 comm="apparmor_parser"
[ 8644.754639] audit: type=1400 audit(1785083912.757:240): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48094 comm="apparmor_parser"
[ 8644.756731] audit: type=1400 audit(1785083912.759:241): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48094 comm="apparmor_parser"
[ 8644.760246] audit: type=1400 audit(1785083912.763:242): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-nesting" pid=48094 comm="apparmor_parser"
[ 8645.688205] audit: type=1400 audit(1785083913.691:243): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-copy" pid=48227 comm="apparmor_parser"
[ 8645.696504] audit: type=1400 audit(1785083913.699:244): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=48231 comm="apparmor_parser"
[ 8645.712695] audit: type=1400 audit(1785083913.715:245): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default" pid=48235 comm="apparmor_parser"
[ 8645.712701] audit: type=1400 audit(1785083913.715:246): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-cgns" pid=48235 comm="apparmor_parser"
[ 8645.712702] audit: type=1400 audit(1785083913.715:247): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="lxc-container-default-with-mounting" pid=48235 comm="apparmor_parser"
[ 8778.489401] tap102i0: entered promiscuous mode
[ 8778.561849] vmbr0: port 10(fwpr102p0) entered blocking state
[ 8778.561854] vmbr0: port 10(fwpr102p0) entered disabled state
[ 8778.561872] fwpr102p0: entered allmulticast mode
[ 8778.561913] fwpr102p0: entered promiscuous mode
[ 8778.561955] vmbr0: port 10(fwpr102p0) entered blocking state
[ 8778.561957] vmbr0: port 10(fwpr102p0) entered forwarding state
[ 8778.570833] fwbr102i0: port 1(fwln102i0) entered blocking state
[ 8778.570837] fwbr102i0: port 1(fwln102i0) entered disabled state
[ 8778.570876] fwln102i0: entered allmulticast mode
[ 8778.570912] fwln102i0: entered promiscuous mode
[ 8778.570971] fwbr102i0: port 1(fwln102i0) entered blocking state
[ 8778.570972] fwbr102i0: port 1(fwln102i0) entered forwarding state
[ 8778.582291] fwbr102i0: port 2(tap102i0) entered blocking state
[ 8778.582296] fwbr102i0: port 2(tap102i0) entered disabled state
[ 8778.582309] tap102i0: entered allmulticast mode
[ 8778.582379] fwbr102i0: port 2(tap102i0) entered blocking state
[ 8778.582381] fwbr102i0: port 2(tap102i0) entered forwarding state
[ 8844.545043] tap105i0: entered promiscuous mode
[ 8844.625166] vmbr0: port 11(fwpr105p0) entered blocking state
[ 8844.625172] vmbr0: port 11(fwpr105p0) entered disabled state
[ 8844.625189] fwpr105p0: entered allmulticast mode
[ 8844.625242] fwpr105p0: entered promiscuous mode
[ 8844.625270] vmbr0: port 11(fwpr105p0) entered blocking state
[ 8844.625272] vmbr0: port 11(fwpr105p0) entered forwarding state
[ 8844.635282] fwbr105i0: port 1(fwln105i0) entered blocking state
[ 8844.635286] fwbr105i0: port 1(fwln105i0) entered disabled state
[ 8844.635302] fwln105i0: entered allmulticast mode
[ 8844.635338] fwln105i0: entered promiscuous mode
[ 8844.635383] fwbr105i0: port 1(fwln105i0) entered blocking state
[ 8844.635385] fwbr105i0: port 1(fwln105i0) entered forwarding state
[ 8844.645201] fwbr105i0: port 2(tap105i0) entered blocking state
[ 8844.645207] fwbr105i0: port 2(tap105i0) entered disabled state
[ 8844.645235] tap105i0: entered allmulticast mode
[ 8844.645300] fwbr105i0: port 2(tap105i0) entered blocking state
[ 8844.645302] fwbr105i0: port 2(tap105i0) entered forwarding state
[ 8884.166005] kauditd_printk_skb: 1 callbacks suppressed
[ 8884.166008] audit: type=1400 audit(1785084152.174:249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8884.168161] audit: type=1400 audit(1785084152.176:250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8884.269542] audit: type=1400 audit(1785084152.277:251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 8947.672738] tap109i0: entered promiscuous mode
[ 8947.759218] vmbr0: port 12(fwpr109p0) entered blocking state
[ 8947.759223] vmbr0: port 12(fwpr109p0) entered disabled state
[ 8947.759243] fwpr109p0: entered allmulticast mode
[ 8947.759315] fwpr109p0: entered promiscuous mode
[ 8947.759353] vmbr0: port 12(fwpr109p0) entered blocking state
[ 8947.759355] vmbr0: port 12(fwpr109p0) entered forwarding state
[ 8947.769227] fwbr109i0: port 1(fwln109i0) entered blocking state
[ 8947.769232] fwbr109i0: port 1(fwln109i0) entered disabled state
[ 8947.769245] fwln109i0: entered allmulticast mode
[ 8947.769286] fwln109i0: entered promiscuous mode
[ 8947.769332] fwbr109i0: port 1(fwln109i0) entered blocking state
[ 8947.769334] fwbr109i0: port 1(fwln109i0) entered forwarding state
[ 8947.778207] fwbr109i0: port 2(tap109i0) entered blocking state
[ 8947.778221] fwbr109i0: port 2(tap109i0) entered disabled state
[ 8947.778233] tap109i0: entered allmulticast mode
[ 8947.778298] fwbr109i0: port 2(tap109i0) entered blocking state
[ 8947.778300] fwbr109i0: port 2(tap109i0) entered forwarding state
[ 9172.023751] audit: type=1400 audit(1785084440.036:252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9172.025526] audit: type=1400 audit(1785084440.038:253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9172.090257] audit: type=1400 audit(1785084440.102:254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9401.648809] audit: type=1400 audit(1785084669.667:255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9401.650441] audit: type=1400 audit(1785084669.668:256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9401.719646] audit: type=1400 audit(1785084669.737:257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9655.919147] audit: type=1400 audit(1785084923.942:258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9655.920817] audit: type=1400 audit(1785084923.944:259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9655.982292] audit: type=1400 audit(1785084924.005:260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9714.055577] hrtimer: interrupt took 17209 ns
[ 9876.459538] tap109i0: left allmulticast mode
[ 9876.459561] fwbr109i0: port 2(tap109i0) entered disabled state
[ 9876.463216] fwbr109i0: port 1(fwln109i0) entered disabled state
[ 9876.463475] vmbr0: port 12(fwpr109p0) entered disabled state
[ 9876.464190] fwln109i0 (unregistering): left allmulticast mode
[ 9876.464200] fwln109i0 (unregistering): left promiscuous mode
[ 9876.464203] fwbr109i0: port 1(fwln109i0) entered disabled state
[ 9876.464529] fwpr109p0 (unregistering): left allmulticast mode
[ 9876.464534] fwpr109p0 (unregistering): left promiscuous mode
[ 9876.464536] vmbr0: port 12(fwpr109p0) entered disabled state
[ 9945.063896] audit: type=1400 audit(1785085213.093:261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9945.065726] audit: type=1400 audit(1785085213.094:262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9945.269850] audit: type=1400 audit(1785085213.299:263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[ 9994.724020] tap105i0: left allmulticast mode
[ 9994.724039] fwbr105i0: port 2(tap105i0) entered disabled state
[ 9994.726596] fwbr105i0: port 1(fwln105i0) entered disabled state
[ 9994.726770] vmbr0: port 11(fwpr105p0) entered disabled state
[ 9994.726867] fwln105i0 (unregistering): left allmulticast mode
[ 9994.726870] fwln105i0 (unregistering): left promiscuous mode
[ 9994.726872] fwbr105i0: port 1(fwln105i0) entered disabled state
[ 9994.727124] fwpr105p0 (unregistering): left allmulticast mode
[ 9994.727126] fwpr105p0 (unregistering): left promiscuous mode
[ 9994.727128] vmbr0: port 11(fwpr105p0) entered disabled state
[10178.785309] audit: type=1400 audit(1785085446.819:264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10178.787515] audit: type=1400 audit(1785085446.821:265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10178.950983] audit: type=1400 audit(1785085446.985:266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10445.239530] tap102i0: left allmulticast mode
[10445.239549] fwbr102i0: port 2(tap102i0) entered disabled state
[10445.242069] fwbr102i0: port 1(fwln102i0) entered disabled state
[10445.242226] vmbr0: port 10(fwpr102p0) entered disabled state
[10445.242365] fwln102i0 (unregistering): left allmulticast mode
[10445.242369] fwln102i0 (unregistering): left promiscuous mode
[10445.242370] fwbr102i0: port 1(fwln102i0) entered disabled state
[10445.242594] fwpr102p0 (unregistering): left allmulticast mode
[10445.242597] fwpr102p0 (unregistering): left promiscuous mode
[10445.242599] vmbr0: port 10(fwpr102p0) entered disabled state
[10447.364223] audit: type=1400 audit(1785085715.403:267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10447.366473] audit: type=1400 audit(1785085715.405:268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10447.454987] audit: type=1400 audit(1785085715.493:269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10712.004005] audit: type=1400 audit(1785085980.049:270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10712.005985] audit: type=1400 audit(1785085980.051:271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10712.069725] audit: type=1400 audit(1785085980.115:272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10971.387398] audit: type=1400 audit(1785086239.438:273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10971.389619] audit: type=1400 audit(1785086239.440:274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10971.452331] audit: type=1400 audit(1785086239.502:275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[10998.983100] tap109i0: entered promiscuous mode
[10999.055634] vmbr0: port 10(fwpr109p0) entered blocking state
[10999.055639] vmbr0: port 10(fwpr109p0) entered disabled state
[10999.055652] fwpr109p0: entered allmulticast mode
[10999.055702] fwpr109p0: entered promiscuous mode
[10999.055794] vmbr0: port 10(fwpr109p0) entered blocking state
[10999.055808] vmbr0: port 10(fwpr109p0) entered forwarding state
[10999.064877] fwbr109i0: port 1(fwln109i0) entered blocking state
[10999.064881] fwbr109i0: port 1(fwln109i0) entered disabled state
[10999.064898] fwln109i0: entered allmulticast mode
[10999.064935] fwln109i0: entered promiscuous mode
[10999.064989] fwbr109i0: port 1(fwln109i0) entered blocking state
[10999.064991] fwbr109i0: port 1(fwln109i0) entered forwarding state
[10999.074162] fwbr109i0: port 2(tap109i0) entered blocking state
[10999.074167] fwbr109i0: port 2(tap109i0) entered disabled state
[10999.074173] tap109i0: entered allmulticast mode
[10999.074228] fwbr109i0: port 2(tap109i0) entered blocking state
[10999.074231] fwbr109i0: port 2(tap109i0) entered forwarding state
[11257.359834] audit: type=1400 audit(1785086525.416:276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11257.362138] audit: type=1400 audit(1785086525.418:277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11257.418814] audit: type=1400 audit(1785086525.475:278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11533.953964] audit: type=1400 audit(1785086802.016:279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11533.956577] audit: type=1400 audit(1785086802.018:280): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11534.018530] audit: type=1400 audit(1785086802.080:281): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11814.868282] audit: type=1400 audit(1785087082.936:282): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11814.872117] audit: type=1400 audit(1785087082.940:283): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[11814.948195] audit: type=1400 audit(1785087083.016:284): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12054.766259] perf: interrupt took too long (2555 > 2500), lowering kernel.perf_event_max_sample_rate to 78000
[12076.566267] audit: type=1400 audit(1785087344.639:285): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12076.568576] audit: type=1400 audit(1785087344.641:286): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12076.688799] audit: type=1400 audit(1785087344.762:287): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12311.829737] audit: type=1400 audit(1785087579.907:288): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12311.831738] audit: type=1400 audit(1785087579.909:289): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12311.896210] audit: type=1400 audit(1785087579.974:290): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12563.873770] audit: type=1400 audit(1785087831.956:291): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12563.875912] audit: type=1400 audit(1785087831.958:292): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12563.947781] audit: type=1400 audit(1785087832.030:293): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12838.524679] audit: type=1400 audit(1785088106.613:294): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12838.526077] audit: type=1400 audit(1785088106.614:295): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[12838.599869] audit: type=1400 audit(1785088106.688:296): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13118.571271] audit: type=1400 audit(1785088386.665:297): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13118.573555] audit: type=1400 audit(1785088386.667:298): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13118.641983] audit: type=1400 audit(1785088386.735:299): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13224.641305] tap105i0: entered promiscuous mode
[13224.710921] vmbr0: port 11(fwpr105p0) entered blocking state
[13224.710926] vmbr0: port 11(fwpr105p0) entered disabled state
[13224.710980] fwpr105p0: entered allmulticast mode
[13224.711041] fwpr105p0: entered promiscuous mode
[13224.711077] vmbr0: port 11(fwpr105p0) entered blocking state
[13224.711079] vmbr0: port 11(fwpr105p0) entered forwarding state
[13224.720575] fwbr105i0: port 1(fwln105i0) entered blocking state
[13224.720580] fwbr105i0: port 1(fwln105i0) entered disabled state
[13224.720597] fwln105i0: entered allmulticast mode
[13224.720635] fwln105i0: entered promiscuous mode
[13224.720683] fwbr105i0: port 1(fwln105i0) entered blocking state
[13224.720685] fwbr105i0: port 1(fwln105i0) entered forwarding state
[13224.729878] fwbr105i0: port 2(tap105i0) entered blocking state
[13224.729883] fwbr105i0: port 2(tap105i0) entered disabled state
[13224.729894] tap105i0: entered allmulticast mode
[13224.729987] fwbr105i0: port 2(tap105i0) entered blocking state
[13224.729989] fwbr105i0: port 2(tap105i0) entered forwarding state
[13361.633377] audit: type=1400 audit(1785088629.732:300): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13361.635403] audit: type=1400 audit(1785088629.733:301): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13361.717723] audit: type=1400 audit(1785088629.816:302): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13625.607391] audit: type=1400 audit(1785088893.710:303): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13625.609464] audit: type=1400 audit(1785088893.712:304): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13625.691617] audit: type=1400 audit(1785088893.794:305): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13895.096720] audit: type=1400 audit(1785089163.205:306): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13895.099024] audit: type=1400 audit(1785089163.208:307): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[13895.298971] audit: type=1400 audit(1785089163.408:308): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14133.483337] audit: type=1400 audit(1785089401.596:309): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14133.484892] audit: type=1400 audit(1785089401.597:310): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14133.549899] audit: type=1400 audit(1785089401.662:311): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14427.536511] audit: type=1400 audit(1785089695.656:312): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14427.538955] audit: type=1400 audit(1785089695.658:313): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14427.592376] audit: type=1400 audit(1785089695.711:314): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14686.669472] audit: type=1400 audit(1785089954.794:315): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14686.671204] audit: type=1400 audit(1785089954.795:316): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14686.830661] audit: type=1400 audit(1785089954.955:317): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14985.171544] audit: type=1400 audit(1785090253.302:318): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14985.173158] audit: type=1400 audit(1785090253.303:319): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[14985.362218] audit: type=1400 audit(1785090253.492:320): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15017.670067] tap105i0: left allmulticast mode
[15017.670086] fwbr105i0: port 2(tap105i0) entered disabled state
[15017.672809] fwbr105i0: port 1(fwln105i0) entered disabled state
[15017.672934] vmbr0: port 11(fwpr105p0) entered disabled state
[15017.673444] fwln105i0 (unregistering): left allmulticast mode
[15017.673448] fwln105i0 (unregistering): left promiscuous mode
[15017.673451] fwbr105i0: port 1(fwln105i0) entered disabled state
[15017.673704] fwpr105p0 (unregistering): left allmulticast mode
[15017.673706] fwpr105p0 (unregistering): left promiscuous mode
[15017.673707] vmbr0: port 11(fwpr105p0) entered disabled state
[15214.058154] tap105i0: entered promiscuous mode
[15214.158441] vmbr0: port 11(fwpr105p0) entered blocking state
[15214.158447] vmbr0: port 11(fwpr105p0) entered disabled state
[15214.158465] fwpr105p0: entered allmulticast mode
[15214.158515] fwpr105p0: entered promiscuous mode
[15214.158540] vmbr0: port 11(fwpr105p0) entered blocking state
[15214.158542] vmbr0: port 11(fwpr105p0) entered forwarding state
[15214.168418] fwbr105i0: port 1(fwln105i0) entered blocking state
[15214.168423] fwbr105i0: port 1(fwln105i0) entered disabled state
[15214.168440] fwln105i0: entered allmulticast mode
[15214.168489] fwln105i0: entered promiscuous mode
[15214.168519] fwbr105i0: port 1(fwln105i0) entered blocking state
[15214.168521] fwbr105i0: port 1(fwln105i0) entered forwarding state
[15214.179108] fwbr105i0: port 2(tap105i0) entered blocking state
[15214.179113] fwbr105i0: port 2(tap105i0) entered disabled state
[15214.179125] tap105i0: entered allmulticast mode
[15214.179176] fwbr105i0: port 2(tap105i0) entered blocking state
[15214.179178] fwbr105i0: port 2(tap105i0) entered forwarding state
[15269.889885] audit: type=1400 audit(1785090538.026:321): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15269.891616] audit: type=1400 audit(1785090538.027:322): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15269.963904] audit: type=1400 audit(1785090538.100:323): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15370.859344] tap106i0: entered promiscuous mode
[15370.934130] vmbr0: port 12(fwpr106p0) entered blocking state
[15370.934135] vmbr0: port 12(fwpr106p0) entered disabled state
[15370.934148] fwpr106p0: entered allmulticast mode
[15370.934187] fwpr106p0: entered promiscuous mode
[15370.934221] vmbr0: port 12(fwpr106p0) entered blocking state
[15370.934223] vmbr0: port 12(fwpr106p0) entered forwarding state
[15370.942588] fwbr106i0: port 1(fwln106i0) entered blocking state
[15370.942593] fwbr106i0: port 1(fwln106i0) entered disabled state
[15370.942613] fwln106i0: entered allmulticast mode
[15370.942649] fwln106i0: entered promiscuous mode
[15370.942705] fwbr106i0: port 1(fwln106i0) entered blocking state
[15370.942706] fwbr106i0: port 1(fwln106i0) entered forwarding state
[15370.952114] fwbr106i0: port 2(tap106i0) entered blocking state
[15370.952128] fwbr106i0: port 2(tap106i0) entered disabled state
[15370.952134] tap106i0: entered allmulticast mode
[15370.952198] fwbr106i0: port 2(tap106i0) entered blocking state
[15370.952200] fwbr106i0: port 2(tap106i0) entered forwarding state
[15551.598352] audit: type=1400 audit(1785090819.739:324): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15551.600592] audit: type=1400 audit(1785090819.741:325): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15551.665196] audit: type=1400 audit(1785090819.805:326): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15763.095269] tap106i0: left allmulticast mode
[15763.095288] fwbr106i0: port 2(tap106i0) entered disabled state
[15763.097876] fwbr106i0: port 1(fwln106i0) entered disabled state
[15763.098123] vmbr0: port 12(fwpr106p0) entered disabled state
[15763.098688] fwln106i0 (unregistering): left allmulticast mode
[15763.098691] fwln106i0 (unregistering): left promiscuous mode
[15763.098693] fwbr106i0: port 1(fwln106i0) entered disabled state
[15763.098888] fwpr106p0 (unregistering): left allmulticast mode
[15763.098890] fwpr106p0 (unregistering): left promiscuous mode
[15763.098892] vmbr0: port 12(fwpr106p0) entered disabled state
[15799.741211] audit: type=1400 audit(1785091067.887:327): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15799.742582] audit: type=1400 audit(1785091067.889:328): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15799.818014] audit: type=1400 audit(1785091067.964:329): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[15974.626709] tap106i0: entered promiscuous mode
[15974.712762] vmbr0: port 12(fwpr106p0) entered blocking state
[15974.712767] vmbr0: port 12(fwpr106p0) entered disabled state
[15974.712781] fwpr106p0: entered allmulticast mode
[15974.712822] fwpr106p0: entered promiscuous mode
[15974.712893] vmbr0: port 12(fwpr106p0) entered blocking state
[15974.712906] vmbr0: port 12(fwpr106p0) entered forwarding state
[15974.722997] fwbr106i0: port 1(fwln106i0) entered blocking state
[15974.723002] fwbr106i0: port 1(fwln106i0) entered disabled state
[15974.723020] fwln106i0: entered allmulticast mode
[15974.723057] fwln106i0: entered promiscuous mode
[15974.723103] fwbr106i0: port 1(fwln106i0) entered blocking state
[15974.723105] fwbr106i0: port 1(fwln106i0) entered forwarding state
[15974.733747] fwbr106i0: port 2(tap106i0) entered blocking state
[15974.733752] fwbr106i0: port 2(tap106i0) entered disabled state
[15974.733773] tap106i0: entered allmulticast mode
[15974.733850] fwbr106i0: port 2(tap106i0) entered blocking state
[15974.733852] fwbr106i0: port 2(tap106i0) entered forwarding state
[16047.199347] audit: type=1400 audit(1785091315.350:330): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16047.201995] audit: type=1400 audit(1785091315.353:331): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16047.260869] audit: type=1400 audit(1785091315.412:332): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16136.772128] perf: interrupt took too long (3226 > 3193), lowering kernel.perf_event_max_sample_rate to 62000
[16345.875737] audit: type=1400 audit(1785091614.033:333): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16345.877444] audit: type=1400 audit(1785091614.034:334): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16345.936145] audit: type=1400 audit(1785091614.093:335): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16632.075989] audit: type=1400 audit(1785091900.239:336): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16632.078465] audit: type=1400 audit(1785091900.241:337): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16632.166671] audit: type=1400 audit(1785091900.329:338): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16898.382713] audit: type=1400 audit(1785092166.551:339): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16898.385148] audit: type=1400 audit(1785092166.553:340): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[16898.462663] audit: type=1400 audit(1785092166.631:341): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17166.176443] audit: type=1400 audit(1785092434.349:342): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17166.178622] audit: type=1400 audit(1785092434.351:343): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17166.249037] audit: type=1400 audit(1785092434.421:344): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17450.483588] audit: type=1400 audit(1785092718.663:345): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17450.485871] audit: type=1400 audit(1785092718.665:346): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17450.557388] audit: type=1400 audit(1785092718.736:347): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17741.829151] audit: type=1400 audit(1785093010.014:348): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17741.831301] audit: type=1400 audit(1785093010.016:349): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[17741.899055] audit: type=1400 audit(1785093010.084:350): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18030.725746] audit: type=1400 audit(1785093298.916:351): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18030.727932] audit: type=1400 audit(1785093298.918:352): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18031.084441] audit: type=1400 audit(1785093299.275:353): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18269.104218] audit: type=1400 audit(1785093537.299:354): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18269.106599] audit: type=1400 audit(1785093537.301:355): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18269.180489] audit: type=1400 audit(1785093537.375:356): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18567.761555] audit: type=1400 audit(1785093835.963:357): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18567.763596] audit: type=1400 audit(1785093835.965:358): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18567.823303] audit: type=1400 audit(1785093836.024:359): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18837.428264] audit: type=1400 audit(1785094105.635:360): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18837.430269] audit: type=1400 audit(1785094105.637:361): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[18837.531616] audit: type=1400 audit(1785094105.738:362): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19081.224796] audit: type=1400 audit(1785094349.435:363): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19081.227018] audit: type=1400 audit(1785094349.437:364): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19081.282480] audit: type=1400 audit(1785094349.493:365): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19325.700606] audit: type=1400 audit(1785094593.917:366): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19325.702634] audit: type=1400 audit(1785094593.919:367): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19325.789340] audit: type=1400 audit(1785094594.005:368): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19598.775304] audit: type=1400 audit(1785094866.997:369): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19598.777249] audit: type=1400 audit(1785094866.999:370): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19598.842177] audit: type=1400 audit(1785094867.064:371): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19867.052747] audit: type=1400 audit(1785095135.279:372): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19867.054972] audit: type=1400 audit(1785095135.282:373): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[19867.115014] audit: type=1400 audit(1785095135.342:374): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20131.232093] audit: type=1400 audit(1785095399.464:375): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20131.234413] audit: type=1400 audit(1785095399.466:376): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20131.518871] audit: type=1400 audit(1785095399.751:377): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20376.651097] audit: type=1400 audit(1785095644.888:378): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20376.653480] audit: type=1400 audit(1785095644.890:379): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20376.713239] audit: type=1400 audit(1785095644.950:380): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20470.125795] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay'
[20477.294527] sh (115309): drop_caches: 3
[20480.594330] sh (115311): drop_caches: 3
[20483.642926] sh (115338): drop_caches: 3
[20632.667302] sh (118730): drop_caches: 3
[20636.010336] sh (118733): drop_caches: 3
[20639.038712] sh (118751): drop_caches: 3
[20662.943567] audit: type=1400 audit(1785095931.186:381): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20662.946035] audit: type=1400 audit(1785095931.188:382): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20663.301391] audit: type=1400 audit(1785095931.544:383): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20919.856984] audit: type=1400 audit(1785096188.104:384): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20919.858516] audit: type=1400 audit(1785096188.105:385): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[20920.052570] audit: type=1400 audit(1785096188.300:386): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21210.993666] audit: type=1400 audit(1785096479.246:387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21210.996131] audit: type=1400 audit(1785096479.249:388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21211.059277] audit: type=1400 audit(1785096479.312:389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21491.119541] audit: type=1400 audit(1785096759.377:390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21491.121661] audit: type=1400 audit(1785096759.380:391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21491.209320] audit: type=1400 audit(1785096759.467:392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21772.720516] audit: type=1400 audit(1785097040.984:393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21772.722859] audit: type=1400 audit(1785097040.986:394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[21772.791340] audit: type=1400 audit(1785097041.055:395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22042.458947] audit: type=1400 audit(1785097310.728:396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22042.461215] audit: type=1400 audit(1785097310.730:397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22042.527655] audit: type=1400 audit(1785097310.796:398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22108.839536] perf: interrupt took too long (4038 > 4032), lowering kernel.perf_event_max_sample_rate to 49000
[22337.592086] audit: type=1400 audit(1785097605.867:399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22337.594162] audit: type=1400 audit(1785097605.869:400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22337.664943] audit: type=1400 audit(1785097605.939:401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22617.208620] audit: type=1400 audit(1785097885.489:402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22617.210709] audit: type=1400 audit(1785097885.491:403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22617.268675] audit: type=1400 audit(1785097885.549:404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22895.399314] audit: type=1400 audit(1785098163.684:405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22895.401656] audit: type=1400 audit(1785098163.686:406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[22895.595548] audit: type=1400 audit(1785098163.881:407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23149.208836] audit: type=1400 audit(1785098417.498:408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23149.211177] audit: type=1400 audit(1785098417.501:409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23149.277712] audit: type=1400 audit(1785098417.567:410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23426.581324] audit: type=1400 audit(1785098694.877:411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23426.583566] audit: type=1400 audit(1785098694.879:412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23426.670565] audit: type=1400 audit(1785098694.966:413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23661.942378] audit: type=1400 audit(1785098930.242:414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23661.944581] audit: type=1400 audit(1785098930.244:415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23662.018671] audit: type=1400 audit(1785098930.318:416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23909.345215] audit: type=1400 audit(1785099177.650:417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23909.347359] audit: type=1400 audit(1785099177.652:418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[23909.412248] audit: type=1400 audit(1785099177.717:419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24206.626929] audit: type=1400 audit(1785099474.938:420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24206.629101] audit: type=1400 audit(1785099474.940:421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24206.727464] audit: type=1400 audit(1785099475.038:422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24495.561239] audit: type=1400 audit(1785099763.877:423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24495.563081] audit: type=1400 audit(1785099763.878:424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24495.642849] audit: type=1400 audit(1785099763.958:425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24759.935725] audit: type=1400 audit(1785100028.257:426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24759.937702] audit: type=1400 audit(1785100028.259:427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24759.993939] audit: type=1400 audit(1785100028.315:428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24997.471153] audit: type=1400 audit(1785100265.797:429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24997.473246] audit: type=1400 audit(1785100265.799:430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[24997.597747] audit: type=1400 audit(1785100265.924:431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25275.654148] audit: type=1400 audit(1785100543.986:432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25275.656266] audit: type=1400 audit(1785100543.988:433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25275.734199] audit: type=1400 audit(1785100544.066:434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25524.624318] audit: type=1400 audit(1785100792.960:435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25524.626028] audit: type=1400 audit(1785100792.961:436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25524.682942] audit: type=1400 audit(1785100793.018:437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25806.436230] audit: type=1400 audit(1785101074.778:438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25806.438340] audit: type=1400 audit(1785101074.780:439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[25806.498550] audit: type=1400 audit(1785101074.840:440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=937 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
--- cpu MHz (live snapshot)
$ grep -c ^processor /proc/cpuinfo
8
###############################################################################
# 5. MEMORY / NUMA / SWAP
###############################################################################
--- free -h
$ free -h
total used free shared buff/cache available
Mem: 31Gi 16Gi 13Gi 67Mi 1.7Gi 14Gi
Swap: 8.0Gi 0B 8.0Gi
--- free -b
$ free -b
total used free shared buff/cache available
Mem: 33559851008 18136645632 14027292672 70676480 1870532608 15423205376
Swap: 8589930496 0 8589930496
--- swapon
$ swapon --show
NAME TYPE SIZE USED PRIO
/dev/dm-0 partition 8G 0B -2
--- /proc/meminfo highlights
$ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo
MemTotal: 32773292 kB
MemFree: 13698608 kB
MemAvailable: 15061816 kB
Buffers: 29576 kB
Cached: 1757576 kB
SwapTotal: 8388604 kB
SwapFree: 8388604 kB
Dirty: 1732 kB
Writeback: 0 kB
AnonPages: 16744092 kB
Mapped: 242132 kB
Shmem: 69020 kB
Slab: 205940 kB
SReclaimable: 39556 kB
SUnreclaim: 166384 kB
KernelStack: 6888 kB
PageTables: 49672 kB
SecPageTables: 18020 kB
NFS_Unstable: 0 kB
WritebackTmp: 0 kB
AnonHugePages: 15087616 kB
ShmemHugePages: 0 kB
ShmemPmdMapped: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
DirectMap4k: 246304 kB
DirectMap2M: 3854336 kB
DirectMap1G: 30408704 kB
--- numa stat
$ cat /proc/sys/vm/numa_stat
1
--- numa_balancing
$ cat /proc/sys/kernel/numa_balancing
0
--- zone reclaim
$ cat /proc/sys/vm/zone_reclaim_mode
0
--- slab top (top 20)
$ slabtop -o -s c
Active / Total Objects (% used) : 652174 / 673942 (96.8%)
Active / Total Slabs (% used) : 16273 / 16273 (100.0%)
Active / Total Caches (% used) : 367 / 473 (77.6%)
Active / Total Size (% used) : 135547.27K / 141260.65K (96.0%)
Minimum / Average / Maximum Object : 0.01K / 0.21K / 16.00K
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
65700 65651 99% 0.13K 2190 30 8760K kernfs_node_cache
7743 7743 100% 1.10K 267 29 8544K ext4_inode_cache
11284 11258 99% 0.57K 403 28 6448K radix_tree_node
31521 31521 100% 0.19K 1501 21 6004K dentry
486 474 97% 10.44K 162 3 5184K task_struct
8050 8050 100% 0.62K 322 25 5152K inode_cache
23394 23394 100% 0.19K 1114 21 4456K vm_area_struct
42666 42666 100% 0.10K 1094 39 4376K buffer_head
5474 5343 97% 0.69K 238 23 3808K proc_inode_cache
5280 2776 52% 0.50K 165 32 2640K kmalloc-rnd-12-512
27278 27183 99% 0.09K 593 46 2372K lsm_inode_cache
1040 907 87% 2.00K 65 16 2080K kmalloc-cg-2k
2200 2164 98% 0.77K 110 20 1760K shmem_inode_cache
6560 2993 45% 0.25K 205 32 1640K skbuff_head_cache
2525 2431 96% 0.63K 101 25 1616K debugfs_inode_cache
392 382 97% 4.00K 49 8 1568K kmalloc-cg-4k
2116 2100 99% 0.69K 92 23 1472K skbuff_small_head
14235 14177 99% 0.10K 365 39 1460K anon_vma
20384 20364 99% 0.07K 364 56 1456K vmap_area
1408 1361 96% 1.00K 44 32 1408K iommu_iova_magazine
20288 19228 94% 0.06K 317 64 1268K anon_vma_chain
2432 2250 92% 0.50K 76 32 1216K kmalloc-rnd-09-512
152 136 89% 8.00K 38 4 1216K kmalloc-rnd-07-8k
560 560 100% 2.00K 35 16 1120K kmalloc-rnd-08-2k
17408 13887 79% 0.06K 272 64 1088K dmaengine-unmap-2
1248 1089 87% 0.81K 32 39 1024K sock_inode_cache
512 477 93% 2.00K 32 16 1024K kmalloc-rnd-15-2k
5271 4111 77% 0.19K 251 21 1004K kmalloc-rnd-12-192
5187 5115 98% 0.19K 247 21 988K filp
3904 2754 70% 0.25K 122 32 976K kmalloc-rnd-12-256
450 393 87% 2.06K 30 15 960K sighand_cache
812 789 97% 1.12K 29 28 928K signal_cache
3712 3095 83% 0.25K 116 32 928K maple_node
464 410 88% 2.00K 29 16 928K kmalloc-rnd-07-2k
216 200 92% 4.00K 27 8 864K biovec-max
216 216 100% 4.00K 27 8 864K kmalloc-rnd-13-4k
4664 4591 98% 0.18K 212 22 848K kvm_mmu_page_header
208 179 86% 4.00K 26 8 832K kmalloc-rnd-07-4k
416 349 83% 2.00K 26 16 832K kmalloc-rnd-04-2k
850 816 96% 0.94K 25 34 800K nfs_read_data
100 100 100% 8.00K 25 4 800K kmalloc-rnd-13-8k
768 711 92% 1.00K 24 32 768K kmalloc-cg-1k
184 176 95% 4.00K 23 8 736K kmalloc-rnd-03-4k
352 352 100% 2.00K 22 16 704K biovec-128
176 145 82% 4.00K 22 8 704K kmalloc-rnd-14-4k
560 560 100% 1.12K 20 28 640K drm_i915_gem_object
9856 9400 95% 0.06K 154 64 616K kmalloc-cg-64
1216 1070 87% 0.50K 38 32 608K pool_workqueue
152 120 78% 4.00K 19 8 608K kmalloc-rnd-12-4k
152 152 100% 4.00K 19 8 608K kmalloc-4k
72 72 100% 8.00K 18 4 576K kmalloc-cg-8k
576 566 98% 1.00K 18 32 576K kmalloc-rnd-14-1k
576 558 96% 1.00K 18 32 576K kmalloc-rnd-04-1k
288 288 100% 2.00K 18 16 576K kmalloc-2k
2240 2240 100% 0.25K 70 32 560K kmalloc-rnd-04-256
68 68 100% 8.00K 17 4 544K kmalloc-rnd-15-8k
136 136 100% 4.00K 17 8 544K kmalloc-rnd-08-4k
544 544 100% 1.00K 17 32 544K kmalloc-rnd-06-1k
128 128 100% 4.00K 16 8 512K kmalloc-rnd-10-4k
2562 2562 100% 0.19K 122 21 488K kmalloc-rnd-05-192
210 210 100% 2.19K 15 14 480K mem_cgroup
60 60 100% 8.00K 15 4 480K kmalloc-rnd-08-8k
960 847 88% 0.50K 30 32 480K kmalloc-rnd-04-512
294 294 100% 1.50K 14 21 448K mm_struct
896 896 100% 0.50K 28 32 448K kmalloc-cg-512
221 221 100% 1.88K 13 17 416K mem_cgroup_per_node
104 104 100% 4.00K 13 8 416K names_cache
208 208 100% 2.00K 13 16 416K kmalloc-rnd-13-2k
416 405 97% 1.00K 13 32 416K kmalloc-rnd-10-1k
7519 7519 100% 0.05K 103 73 412K ftrace_event_field
36 36 100% 8.94K 12 3 384K kvm_vcpu
48 48 100% 8.00K 12 4 384K kmalloc-rnd-12-8k
384 384 100% 1.00K 12 32 384K kmalloc-rnd-02-1k
384 384 100% 1.00K 12 32 384K kmalloc-1k
1472 1472 100% 0.25K 46 32 368K io_kiocb
9180 9180 100% 0.04K 90 102 360K extent_status
308 308 100% 1.14K 11 28 352K nfs_inode_cache
264 217 82% 1.31K 11 24 352K perf_event
176 176 100% 2.00K 11 16 352K kmalloc-rnd-14-2k
352 352 100% 1.00K 11 32 352K kmalloc-rnd-12-1k
352 352 100% 1.00K 11 32 352K kmalloc-rnd-11-1k
44 44 100% 8.00K 11 4 352K kmalloc-rnd-02-8k
3612 3612 100% 0.09K 86 42 344K trace_event_file
3444 3255 94% 0.09K 82 42 328K kmalloc-cg-96
320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k
80 80 100% 4.00K 10 8 320K kmalloc-rnd-05-4k
320 320 100% 1.00K 10 32 320K kmalloc-rnd-03-1k
1617 1617 100% 0.19K 77 21 308K pid
798 741 92% 0.38K 38 21 304K mnt_cache
234 234 100% 1.19K 9 26 288K RAWv6
288 288 100% 1.00K 9 32 288K RAW
288 288 100% 1.00K 9 32 288K kmalloc-rnd-08-1k
288 288 100% 1.00K 9 32 288K kmalloc-rnd-07-1k
144 144 100% 2.00K 9 16 288K kmalloc-rnd-06-2k
3024 3024 100% 0.09K 72 42 288K kmalloc-rnd-06-96
72 72 100% 4.00K 9 8 288K kmalloc-rnd-04-4k
2176 1946 89% 0.12K 68 32 272K eventpoll_epi
1221 1221 100% 0.21K 33 37 264K nfs_direct_cache
2112 1869 88% 0.12K 66 32 264K bio_integrity_data
96 96 100% 2.61K 8 12 256K x86_emulator
184 184 100% 1.38K 8 23 256K UDPv6
96 96 100% 2.56K 8 12 256K TCPv6
288 288 100% 0.88K 8 36 256K fuse_inode
208 208 100% 1.19K 8 26 256K UDP
104 104 100% 2.38K 8 13 256K TCP
64 64 100% 4.00K 8 8 256K memdup_user-4k
128 128 100% 2.00K 8 16 256K memdup_user-2k
256 256 100% 1.00K 8 32 256K memdup_user-1k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-15-4k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-15-1k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-11-2k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-10-2k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-09-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-09-1k
32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-06-4k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-05-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-05-1k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-02-2k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-01-4k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-01-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k
512 512 100% 0.50K 16 32 256K kmalloc-rnd-01-512
928 824 88% 0.25K 29 32 232K nf_conntrack
1197 1049 87% 0.19K 57 21 228K kmalloc-cg-192
868 837 96% 0.26K 28 31 224K tw_sock_TCP
448 448 100% 0.50K 14 32 224K kmalloc-rnd-15-512
448 448 100% 0.50K 14 32 224K kmalloc-rnd-13-512
448 448 100% 0.50K 14 32 224K kmalloc-rnd-11-512
28 28 100% 8.00K 7 4 224K kmalloc-rnd-10-8k
28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k
112 112 100% 2.00K 7 16 224K kmalloc-rnd-03-2k
864 864 100% 0.25K 27 32 216K kmalloc-rnd-14-256
650 650 100% 0.31K 26 25 208K bio-256
2184 2140 97% 0.09K 52 42 208K kmalloc-rnd-09-96
1568 1568 100% 0.12K 49 32 196K kmalloc-rnd-12-128
276 276 100% 0.69K 12 23 192K files_cache
24 24 100% 8.00K 6 4 192K kmalloc-rnd-14-8k
24 24 100% 8.00K 6 4 192K kmalloc-rnd-04-8k
48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k
384 384 100% 0.50K 12 32 192K kmalloc-rnd-02-512
12032 11843 98% 0.02K 47 256 188K kmalloc-rnd-14-16
903 903 100% 0.19K 43 21 172K file_lock_cache
1312 1192 90% 0.12K 41 32 164K kmalloc-cg-128
640 640 100% 0.25K 20 32 160K bio-200
240 240 100% 0.65K 10 24 160K tracefs_inode_cache
840 840 100% 0.19K 40 21 160K proc_dir_entry
250 250 100% 0.62K 10 25 160K task_group
320 320 100% 0.50K 10 32 160K kmalloc-rnd-10-512
320 320 100% 0.50K 10 32 160K kmalloc-rnd-06-512
20 20 100% 8.00K 5 4 160K kmalloc-rnd-05-8k
640 640 100% 0.25K 20 32 160K kmem_cache
4864 4854 99% 0.03K 38 128 152K kmalloc-rnd-14-32
1596 1596 100% 0.09K 38 42 152K kmalloc-rnd-11-96
608 608 100% 0.25K 19 32 152K kmalloc-rnd-07-256
6290 6008 95% 0.02K 37 170 148K lsm_file_cache
1554 1554 100% 0.09K 37 42 148K kmalloc-rcl-96
2368 2187 92% 0.06K 37 64 148K kmalloc-64
189 189 100% 0.75K 9 21 144K intel_context
3060 3060 100% 0.05K 36 85 144K shared_policy_node
576 576 100% 0.25K 18 32 144K kmalloc-rnd-13-256
288 288 100% 0.50K 9 32 144K kmalloc-rnd-08-512
288 288 100% 0.50K 9 32 144K kmalloc-rnd-05-512
2176 2046 94% 0.06K 34 64 136K kmalloc-rnd-14-64
544 544 100% 0.25K 17 32 136K kmalloc-rnd-08-256
2112 2112 100% 0.06K 33 64 132K kmalloc-rnd-02-64
224 224 100% 0.56K 8 28 128K kioctx
256 256 100% 0.50K 8 32 128K memdup_user-512
232 232 100% 0.55K 8 29 128K taskstats
76 76 100% 1.62K 4 19 128K bdev_cache
256 256 100% 0.50K 8 32 128K kmalloc-rnd-14-512
32 32 100% 4.00K 4 8 128K kmalloc-rnd-09-4k
256 256 100% 0.50K 8 32 128K kmalloc-rnd-07-512
256 256 100% 0.50K 8 32 128K kmalloc-rnd-03-512
16 16 100% 8.00K 4 4 128K kmalloc-rnd-01-8k
256 256 100% 0.50K 8 32 128K kmalloc-512
1581 1581 100% 0.08K 31 51 124K sigqueue
992 992 100% 0.12K 31 32 124K kmalloc-rcl-128
780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k
1260 1260 100% 0.09K 30 42 120K kmalloc-rnd-08-96
161 161 100% 0.69K 7 23 112K rpc_inode_cache
175 175 100% 0.62K 7 25 112K hugetlbfs_inode_cache
182 182 100% 0.60K 7 26 112K user_namespace
3584 3584 100% 0.03K 28 128 112K kmalloc-rnd-07-32
1176 1176 100% 0.09K 28 42 112K kmalloc-96
1664 1664 100% 0.06K 26 64 104K kmalloc-rnd-12-64
6 6 100% 16.00K 3 2 96K zio_buf_comb_16384
117 117 100% 0.81K 3 39 96K dax_cache
96 96 100% 0.98K 3 32 96K request_queue
222 222 100% 0.42K 6 37 96K uts_namespace
3072 2673 87% 0.03K 24 128 96K kmalloc-cg-32
504 504 100% 0.19K 24 21 96K kmalloc-rnd-02-192
483 483 100% 0.19K 23 21 92K kmalloc-rnd-06-192
1472 1472 100% 0.06K 23 64 92K kmalloc-rnd-04-64
748 748 100% 0.12K 22 34 88K jbd2_journal_head
352 352 100% 0.25K 11 32 88K kmalloc-rnd-02-256
10752 8277 76% 0.01K 21 512 84K kmalloc-rnd-03-8
320 320 100% 0.25K 10 32 80K kmalloc-rnd-10-256
1280 1127 88% 0.06K 20 64 80K kmalloc-rnd-07-64
320 320 100% 0.25K 10 32 80K kmalloc-rnd-05-256
420 420 100% 0.19K 20 21 80K kmalloc-192
399 399 100% 0.19K 19 21 76K kmalloc-rnd-03-192
1314 1022 77% 0.05K 18 73 72K mb_cache_entry
288 288 100% 0.25K 9 32 72K kmalloc-cg-256
288 288 100% 0.25K 9 32 72K kmalloc-rnd-09-256
288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256
2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32
100 100 100% 0.62K 4 25 64K netfs_request
30 30 100% 2.06K 2 15 64K MPTCPv6
248 248 100% 0.26K 8 31 64K tw_sock_TCPv6
200 200 100% 0.31K 8 25 64K bio-264
336 336 100% 0.19K 16 21 64K jbd2_transaction_s
32 32 100% 1.94K 2 16 64K MPTCP
200 200 100% 0.31K 8 25 64K request_sock_TCP
8 8 100% 8.00K 2 4 64K memdup_user-8k
256 256 100% 0.25K 8 32 64K memdup_user-256
256 256 100% 0.25K 8 32 64K task_delay_info
256 256 100% 0.25K 8 32 64K kmalloc-rnd-15-256
8 8 100% 8.00K 2 4 64K kmalloc-rnd-11-8k
256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256
2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-08-32
256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256
2048 1880 91% 0.03K 16 128 64K kmalloc-rnd-06-32
512 512 100% 0.12K 16 32 64K kmalloc-rnd-04-128
256 256 100% 0.25K 8 32 64K kmalloc-rnd-03-256
1024 1024 100% 0.06K 16 64 64K kmalloc-rnd-03-64
2048 2048 100% 0.03K 16 128 64K kmalloc-rnd-03-32
8 8 100% 8.00K 2 4 64K kmalloc-8k
256 256 100% 0.25K 8 32 64K kmalloc-256
765 765 100% 0.08K 15 51 60K Acpi-State
960 960 100% 0.06K 15 64 60K kmalloc-rnd-15-64
7680 7665 99% 0.01K 15 512 60K kmalloc-rnd-14-8
315 315 100% 0.19K 15 21 60K kmalloc-rnd-04-192
1792 1792 100% 0.03K 14 128 56K kmalloc-rnd-15-32
896 896 100% 0.06K 14 64 56K kmalloc-rnd-11-64
294 294 100% 0.19K 14 21 56K kmalloc-rnd-08-192
588 588 100% 0.09K 14 42 56K kmalloc-rnd-07-96
896 896 100% 0.06K 14 64 56K kmem_cache_node
832 832 100% 0.06K 13 64 52K kmalloc-rnd-13-64
416 416 100% 0.12K 13 32 52K kmalloc-rnd-08-128
3328 3328 100% 0.02K 13 256 52K kmalloc-rnd-06-16
416 416 100% 0.12K 13 32 52K kmalloc-128
384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128
504 504 100% 0.09K 12 42 48K kmalloc-rnd-03-96
1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-01-32
1408 1152 81% 0.03K 11 128 44K pending_reservation
352 352 100% 0.12K 11 32 44K kmalloc-rnd-11-128
352 352 100% 0.12K 11 32 44K kmalloc-rnd-10-128
704 704 100% 0.06K 11 64 44K kmalloc-rnd-09-64
1408 1408 100% 0.03K 11 128 44K kmalloc-rnd-05-32
462 462 100% 0.09K 11 42 44K kmalloc-rnd-05-96
2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-15-16
210 210 100% 0.19K 10 21 40K kmalloc-rnd-14-192
420 420 100% 0.09K 10 42 40K kmalloc-rnd-12-96
210 210 100% 0.19K 10 21 40K kmalloc-rnd-10-192
640 640 100% 0.06K 10 64 40K kmalloc-rnd-08-64
640 640 100% 0.06K 10 64 40K kmalloc-rnd-05-64
320 320 100% 0.12K 10 32 40K kmalloc-rnd-02-128
640 640 100% 0.06K 10 64 40K kmalloc-rnd-01-64
288 288 100% 0.12K 9 32 36K scsi_sense_cache
189 189 100% 0.19K 9 21 36K bio-136
918 918 100% 0.04K 9 102 36K khugepaged_mm_slot
288 288 100% 0.12K 9 32 36K kmalloc-rnd-15-128
378 378 100% 0.09K 9 42 36K kmalloc-rnd-15-96
378 378 100% 0.09K 9 42 36K kmalloc-rnd-14-96
378 378 100% 0.09K 9 42 36K kmalloc-rnd-13-96
576 576 100% 0.06K 9 64 36K kmalloc-rnd-10-64
378 378 100% 0.09K 9 42 36K kmalloc-rnd-10-96
288 288 100% 0.12K 9 32 36K kmalloc-rnd-09-128
288 288 100% 0.12K 9 32 36K kmalloc-rnd-06-128
576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64
288 288 100% 0.12K 9 32 36K kmalloc-rnd-05-128
1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-04-32
2304 2304 100% 0.02K 9 256 36K kmalloc-rnd-04-16
1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-02-32
378 378 100% 0.09K 9 42 36K kmalloc-rnd-02-96
4608 4608 100% 0.01K 9 512 36K kmalloc-8
20 20 100% 1.56K 1 20 32K SCTPv6
23 23 100% 1.38K 1 23 32K SCTP
10 10 100% 3.16K 1 10 32K kcopyd_job
34 34 100% 0.94K 1 34 32K mqueue_inode_cache
184 184 100% 0.17K 8 23 32K fuse_request
192 192 100% 0.16K 8 24 32K ext4_allocation_context
288 288 100% 0.11K 8 36 32K ext4_prealloc_space
512 512 100% 0.06K 8 64 32K ext4_io_end
1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache
2048 2048 100% 0.02K 8 256 32K ep_head
512 512 100% 0.06K 8 64 32K memdup_user-64
1024 1024 100% 0.03K 8 128 32K memdup_user-32
2048 2048 100% 0.02K 8 256 32K memdup_user-16
4096 4096 100% 0.01K 8 512 32K memdup_user-8
168 168 100% 0.19K 8 21 32K memdup_user-192
15 15 100% 2.06K 1 15 32K dmaengine-unmap-256
30 30 100% 1.06K 1 30 32K dmaengine-unmap-128
1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache
816 816 100% 0.04K 8 102 32K pde_opener
272 272 100% 0.12K 8 34 32K seq_file
5 5 100% 5.81K 1 5 32K net_namespace
448 448 100% 0.07K 8 56 32K nsproxy
312 312 100% 0.10K 8 39 32K Acpi-ParseExt
2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16
4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-15-192
256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128
256 256 100% 0.12K 8 32 32K kmalloc-rnd-13-128
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-13-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-13-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-13-192
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-11-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-11-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-11-192
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-10-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8
4 4 100% 8.00K 1 4 32K kmalloc-rnd-09-8k
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-09-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-09-16
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8
256 256 100% 0.12K 8 32 32K kmalloc-rnd-07-128
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-07-192
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-06-8
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-04-8
336 336 100% 0.09K 8 42 32K kmalloc-rnd-04-96
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-02-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-02-8
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-01-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-01-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-01-192
336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96
1024 1024 100% 0.03K 8 128 32K kmalloc-32
2048 2048 100% 0.02K 8 256 32K kmalloc-16
252 252 100% 0.09K 6 42 24K memdup_user-96
126 126 100% 0.19K 6 21 24K kmalloc-rcl-192
3072 3072 100% 0.01K 6 512 24K kmalloc-rnd-09-8
126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192
105 105 100% 0.19K 5 21 20K bio-176
2560 2560 100% 0.01K 5 512 20K kmalloc-rnd-12-8
160 160 100% 0.12K 5 32 20K kmalloc-rnd-01-128
23 23 100% 0.69K 1 23 16K i915_request
36 36 100% 0.44K 1 36 16K bio-384
36 36 100% 0.44K 1 36 16K bio-400
32 32 100% 0.50K 1 32 16K bio-456
340 340 100% 0.05K 4 85 16K ip_fib_trie
292 292 100% 0.05K 4 73 16K ip_fib_alias
50 50 100% 0.31K 2 25 16K bio-280
34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full
84 84 100% 0.09K 2 42 8K abd_t
21 21 100% 0.38K 1 21 8K bio-320
170 170 100% 0.05K 2 85 8K bio_post_read_ctx
20 20 100% 0.38K 1 20 8K request_sock_subflow_v4
25 25 100% 0.31K 1 25 8K xfrm_dst
30 30 100% 0.27K 1 30 8K numa_policy
25 25 100% 0.16K 1 25 4K dm_bufio_buffer-16-1
256 256 100% 0.02K 1 256 4K jbd2_revoke_table_s
36 36 100% 0.11K 1 36 4K kmalloc_buckets
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
0 0 0% 0.20K 0 39 0K nf_conntrack_expect
0 0 0% 0.12K 0 32 0K i915_dependency
0 0 0% 0.06K 0 64 0K execute_cb
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
0 0 0% 1.09K 0 29 0K zfs_znode_cache
0 0 0% 1.03K 0 31 0K zap_attr_long_cache
0 0 0% 1.07K 0 29 0K zap_name_long
0 0 0% 0.28K 0 28 0K zap_attr_cache
0 0 0% 0.32K 0 24 0K zap_name
0 0 0% 0.16K 0 24 0K sio_cache_2
0 0 0% 0.15K 0 26 0K sio_cache_1
0 0 0% 0.13K 0 30 0K sio_cache_0
0 0 0% 0.15K 0 26 0K zil_zcw_cache
0 0 0% 0.38K 0 20 0K zil_lwb_cache
0 0 0% 0.36K 0 22 0K dbuf_dirty_record_t
0 0 0% 0.36K 0 22 0K dmu_buf_impl_t
0 0 0% 0.03K 0 128 0K arc_buf_t
0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only
0 0 0% 0.93K 0 34 0K dnode_t
0 0 0% 0.25K 0 32 0K sa_cache
0 0 0% 16.00K 0 2 0K lz4_cache
0 0 0% 12.00K 0 2 0K zio_buf_comb_12288
0 0 0% 8.00K 0 4 0K zio_buf_comb_8192
0 0 0% 6.00K 0 5 0K zio_buf_comb_6144
0 0 0% 4.00K 0 8 0K zio_buf_comb_4096
0 0 0% 3.00K 0 10 0K zio_buf_comb_3072
0 0 0% 2.00K 0 16 0K zio_buf_comb_2048
0 0 0% 1.50K 0 21 0K zio_buf_comb_1536
0 0 0% 1.00K 0 32 0K zio_buf_comb_1024
0 0 0% 0.50K 0 32 0K zio_buf_comb_512
0 0 0% 0.05K 0 85 0K zio_link_cache
0 0 0% 1.19K 0 26 0K zio_cache
0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache
0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache
0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache
0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache
0 0 0% 0.16K 0 24 0K brt_entry_cache
0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache
0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache
0 0 0% 0.06K 0 64 0K kcf_context_cache
0 0 0% 0.30K 0 26 0K btrfs_delayed_node
0 0 0% 0.41K 0 39 0K btrfs_ordered_extent
0 0 0% 0.23K 0 34 0K btrfs_extent_buffer
0 0 0% 1.00K 0 32 0K btrfs_inode
0 0 0% 0.26K 0 31 0K fsverity_info
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
0 0 0% 0.18K 0 22 0K ip6-frags
0 0 0% 0.31K 0 25 0K request_sock_TCPv6
0 0 0% 2.82K 0 11 0K dm_uevent
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
0 0 0% 0.77K 0 20 0K fat_inode_cache
0 0 0% 0.04K 0 102 0K fat_cache
0 0 0% 0.69K 0 23 0K squashfs_inode_cache
0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache
0 0 0% 0.11K 0 36 0K fanotify_perm_event
0 0 0% 0.03K 0 128 0K dnotify_struct
0 0 0% 0.28K 0 28 0K pid_namespace
0 0 0% 0.20K 0 20 0K ip4-frags
0 0 0% 0.38K 0 20 0K request_sock_subflow_v6
0 0 0% 0.81K 0 39 0K xfrm_state
0 0 0% 1.00K 0 32 0K PING
0 0 0% 0.25K 0 32 0K dquot
0 0 0% 8.00K 0 4 0K msg_msg-8k
0 0 0% 4.00K 0 8 0K msg_msg-4k
0 0 0% 2.00K 0 16 0K msg_msg-2k
0 0 0% 1.00K 0 32 0K msg_msg-1k
0 0 0% 0.50K 0 32 0K msg_msg-512
0 0 0% 0.25K 0 32 0K msg_msg-256
0 0 0% 0.12K 0 32 0K msg_msg-128
0 0 0% 0.06K 0 64 0K msg_msg-64
0 0 0% 0.03K 0 128 0K msg_msg-32
0 0 0% 0.02K 0 256 0K msg_msg-16
0 0 0% 0.01K 0 512 0K msg_msg-8
0 0 0% 0.19K 0 21 0K msg_msg-192
0 0 0% 0.09K 0 42 0K msg_msg-96
0 0 0% 0.12K 0 32 0K memdup_user-128
0 0 0% 0.16K 0 25 0K file_lease_cache
0 0 0% 0.78K 0 20 0K x86_lbr
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
0 0 0% 0.25K 0 32 0K bfilp
0 0 0% 0.10K 0 39 0K ima_iint_cache
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
0 0 0% 1.00K 0 32 0K dma-kmalloc-1k
0 0 0% 0.50K 0 32 0K dma-kmalloc-512
0 0 0% 0.25K 0 32 0K dma-kmalloc-256
0 0 0% 0.12K 0 32 0K dma-kmalloc-128
0 0 0% 0.06K 0 64 0K dma-kmalloc-64
0 0 0% 0.03K 0 128 0K dma-kmalloc-32
0 0 0% 0.02K 0 256 0K dma-kmalloc-16
0 0 0% 0.01K 0 512 0K dma-kmalloc-8
0 0 0% 0.19K 0 21 0K dma-kmalloc-192
0 0 0% 0.09K 0 42 0K dma-kmalloc-96
0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k
0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k
0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k
0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k
0 0 0% 0.50K 0 32 0K kmalloc-rcl-512
0 0 0% 0.25K 0 32 0K kmalloc-rcl-256
0 0 0% 0.06K 0 64 0K kmalloc-rcl-64
0 0 0% 0.03K 0 128 0K kmalloc-rcl-32
0 0 0% 0.02K 0 256 0K kmalloc-rcl-16
0 0 0% 0.01K 0 512 0K kmalloc-rcl-8
--- kswapd stats
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
pgdemote_kswapd 0
pgsteal_kswapd 0
pgscan_kswapd 0
kswapd_inodesteal 0
kswapd_low_wmark_hit_quickly 0
kswapd_high_wmark_hit_quickly 0
pgmigrate_success 0
pgmigrate_fail 0
compact_migrate_scanned 0
compact_free_scanned 0
compact_isolated 0
compact_stall 0
compact_fail 0
compact_success 0
compact_daemon_wake 0
compact_daemon_migrate_scanned 0
compact_daemon_free_scanned 0
###############################################################################
# 6. KERNEL TUNABLES / SYSCTL
###############################################################################
--- vm.* tunables
$ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)'
vm.admin_reserve_kbytes = 8192
vm.compact_unevictable_allowed = 1
vm.dirty_background_bytes = 0
vm.dirty_background_ratio = 5
vm.dirty_bytes = 0
vm.dirty_expire_centisecs = 3000
vm.dirty_ratio = 40
vm.dirty_writeback_centisecs = 500
vm.min_free_kbytes = 67584
vm.nr_hugepages = 0
vm.nr_hugepages_mempolicy = 0
vm.nr_overcommit_hugepages = 0
vm.overcommit_memory = 0
vm.overcommit_ratio = 50
vm.stat_interval = 1
vm.swappiness = 10
vm.user_reserve_kbytes = 131072
vm.vfs_cache_pressure = 100
vm.vfs_cache_pressure_denom = 100
vm.watermark_scale_factor = 10
vm.zone_reclaim_mode = 0
--- fs.* tunables
$ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)'
fs.aio-max-nr = 1048576
fs.aio-nr = 0
fs.file-max = 9223372036854775807
fs.file-nr = 4798 0 9223372036854775807
fs.lease-break-time = 45
fs.mqueue.msg_default = 10
fs.mqueue.msg_max = 10
fs.mqueue.msgsize_default = 8192
fs.mqueue.msgsize_max = 8192
fs.mqueue.queues_max = 256
fs.nr_open = 1073741816
fs.pipe-max-size = 1048576
--- kernel.* perf-relevant
$ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)'
kernel.hung_task_all_cpu_backtrace = 0
kernel.hung_task_check_count = 4194304
kernel.hung_task_check_interval_secs = 0
kernel.hung_task_detect_count = 0
kernel.hung_task_panic = 0
kernel.hung_task_timeout_secs = 120
kernel.hung_task_warnings = 10
kernel.nmi_watchdog = 1
kernel.numa_balancing = 0
kernel.numa_balancing_promote_rate_limit_MBps = 65536
kernel.randomize_va_space = 2
kernel.sched_rt_period_us = 1000000
kernel.sched_rt_runtime_us = 950000
kernel.threads-max = 255287
kernel.watchdog = 1
kernel.watchdog_cpumask = 0-7
kernel.watchdog_thresh = 10
###############################################################################
# 7. NETWORK SYSCTL / TCP
###############################################################################
--- net.core.* tunables
$ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)'
net.core.busy_poll = 0
net.core.busy_read = 0
net.core.default_qdisc = fq
net.core.dev_weight = 64
net.core.dev_weight_rx_bias = 1
net.core.dev_weight_tx_bias = 1
net.core.netdev_budget = 300
net.core.netdev_budget_usecs = 2000
net.core.netdev_max_backlog = 250000
net.core.netdev_tstamp_prequeue = 1
net.core.optmem_max = 131072
net.core.rmem_default = 26214400
net.core.rmem_max = 134217728
net.core.somaxconn = 65535
net.core.wmem_default = 26214400
net.core.wmem_max = 134217728
net.core.xfrm_acq_expires = 30
net.core.xfrm_aevent_etime = 10
net.core.xfrm_aevent_rseqth = 2
net.core.xfrm_larval_drop = 1
--- net.ipv4.tcp.* tunables
$ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)'
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_available_congestion_control = reno cubic bbr
net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_ecn = 2
net.ipv4.tcp_ecn_fallback = 1
net.ipv4.tcp_fastopen = 1
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000
net.ipv4.tcp_fin_timeout = 60
net.ipv4.tcp_keepalive_intvl = 75
net.ipv4.tcp_keepalive_probes = 9
net.ipv4.tcp_keepalive_time = 7200
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_max_syn_backlog = 2048
net.ipv4.tcp_mtu_probing = 0
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.tcp_no_ssthresh_metrics_save = 1
net.ipv4.tcp_pacing_ca_ratio = 120
net.ipv4.tcp_pacing_ss_ratio = 200
net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_sack = 1
net.ipv4.tcp_slow_start_after_idle = 1
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_tw_reuse = 2
net.ipv4.tcp_tw_reuse_delay = 1000
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_wmem = 4096 65536 134217728
--- other net.* sysctls
$ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)'
net.core.netdev_budget = 300
net.core.netdev_budget_usecs = 2000
net.ipv4.conf.all.accept_redirects = 1
net.ipv4.conf.all.rp_filter = 2
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.default.forwarding = 0
net.ipv4.ip_local_port_range = 32768 60999
net.ipv4.ip_local_reserved_ports =
net.ipv4.ip_no_pmtu_disc = 0
net.ipv6.conf.all.disable_ipv6 = 0
--- sysctl.d
total 16
drwxr-xr-x 2 root root 4096 Jul 26 15:48 .
drwxr-xr-x 104 root root 4096 Jul 26 16:24 ..
-rw-r--r-- 1 root root 499 Jul 26 15:48 99-perfopt.conf
-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl
--- /etc/sysctl.conf
[missing: /etc/sysctl.conf]
--- non-default sysctl values (sorted, filtered)
$ # Show only sysctls that differ from running state vs an empty config;
# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content.
for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do
[ -r "$f" ] || continue
echo "=== $f ==="
grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null
done
=== /etc/sysctl.d/99-perfopt.conf ===
vm.swappiness = 10
net.ipv4.tcp_congestion_control = bbr
net.core.default_qdisc = fq
net.core.rmem_max = 134217728
net.core.wmem_max = 134217728
net.core.rmem_default = 26214400
net.core.wmem_default = 26214400
net.core.netdev_max_backlog = 250000
net.core.somaxconn = 65535
net.ipv4.tcp_rmem = 4096 87380 134217728
net.ipv4.tcp_wmem = 4096 65536 134217728
###############################################################################
# 8. tuned / irqbalance / udev
###############################################################################
--- tuned-adm active
$ tuned-adm active
Current active profile: virtual-host
--- tuned-adm list
$ tuned-adm list
Available profiles:
- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states
- atomic-guest - Optimize virtual guests based on the Atomic variant
- atomic-host - Optimize bare metal systems running the Atomic variant
- aws - Optimize for aws ec2 instances
- balanced - General non-specialized tuned profile
- balanced-battery - Balanced profile biased towards power savings changes for battery
- cpu-partitioning - Optimize for CPU partitioning
- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave
- default - Legacy default tuned profile
- desktop - Optimize for the desktop use-case
- desktop-powersave - Optmize for the desktop use-case with power saving
- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile
- hpc-compute - Optimize for HPC compute workloads
- intel-sst - Configure for Intel Speed Select Base Frequency
- laptop-ac-powersave - Optimize for laptop with power savings
- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving
- latency-performance - Optimize for deterministic performance at the cost of increased power consumption
- mssql - Optimize for Microsoft SQL Server
- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
- openshift - Optimize systems running OpenShift (parent profile)
- openshift-control-plane - Optimize systems running OpenShift control plane
- openshift-node - Optimize systems running OpenShift nodes
- optimize-serial-console - Optimize for serial console use.
- oracle - Optimize for Oracle RDBMS
- postgresql - Optimize for PostgreSQL server
- powersave - Optimize for low power consumption
- realtime - Optimize for realtime workloads
- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest
- realtime-virtual-host - Optimize for KVM guests running realtime workloads
- sap-hana - Optimize for SAP HANA
- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest
- sap-netweaver - Optimize for SAP NetWeaver
- server-powersave - Optimize for server power savings
- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers
- spindown-disk - Optimize for power saving by spinning-down rotational disks
- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
- virtual-guest - Optimize for running inside a virtual guest
- virtual-host - Optimize for running KVM guests
Current active profile: virtual-host
--- systemctl is-active tuned
$ systemctl is-active tuned
active
--- irqbalance status
$ systemctl is-active irqbalance
inactive
[exit=4 / not installed or not permitted]
--- irqbalance config
[missing: /etc/default/irqbalance]
[missing: /etc/irqbalance.conf]
--- modprobe.d
total 20
drwxr-xr-x 2 root root 4096 Apr 6 09:11 .
drwxr-xr-x 104 root root 4096 Jul 26 16:24 ..
-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf
-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf
-rw-r--r-- 1 root root 0 Jul 26 15:48 tuned.conf
-rw-r--r-- 1 root root 35 Mar 12 09:39 zfs.conf
--- udev rules.d
total 8
drwxr-xr-x 2 root root 4096 Mar 12 09:39 .
drwxr-xr-x 4 root root 4096 Jul 22 20:22 ..
lrwxrwxrwx 1 root root 9 Mar 12 09:39 60-bridge-network-interface.rules -> /dev/null
--- modprobe.d files
--- /etc/modprobe.d/intel-microcode-blacklist.conf ---
# The microcode module attempts to apply a microcode update when
# it autoloads. This is not always safe, so we block it by default.
blacklist microcode
--- /etc/modprobe.d/pve-blacklist.conf ---
# This file contains a list of modules which are not supported by Proxmox VE
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
blacklist nvidiafb
--- /etc/modprobe.d/tuned.conf ---
--- /etc/modprobe.d/zfs.conf ---
options zfs zfs_arc_max=3355443200
--- module params: kvm_intel
$ for p in /sys/module/kvm_intel/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
allow_smaller_maxphyaddr = N
dump_invalid_vmcs = N
emulate_invalid_guest_state = Y
enable_apicv = N
enable_device_posted_irqs = N
enable_ipiv = N
enable_shadow_vmcs = Y
enlightened_vmcs = N
ept = Y
eptad = Y
error_on_inconsistent_vmcs_config = Y
fasteoi = Y
flexpriority = Y
nested = Y
nested_early_check = N
ple_gap = 128
ple_window = 4096
ple_window_grow = 2
ple_window_max = 4294967295
ple_window_shrink = 0
pml = N
preemption_timer = Y
sgx = N
tdx = N
unrestricted_guest = Y
vmentry_l1d_flush = cond
vnmi = Y
vpid = Y
--- module params: kvm_amd
$ for p in /sys/module/kvm_amd/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
[exit=1]
--- module params: relevant net drivers
$ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do
[ -d "/sys/module/$mod/parameters" ] || continue
echo "=== $mod ==="
for p in /sys/module/$mod/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
done
=== virtio_net ===
csum = Y
gso = Y
napi_tx = Y
napi_weight = 64
###############################################################################
# 9. PROXMOX VERSION & CLUSTER
###############################################################################
--- pveversion
$ pveversion
pve-manager/9.1.1/42db4a6cf33dac83 (running kernel: 6.17.2-1-pve)
--- pveversion -v
$ pveversion -v
proxmox-ve: 9.2.0 (running kernel: 6.17.2-1-pve)
pve-manager: 9.1.1 (running version: 9.1.1/42db4a6cf33dac83)
proxmox-kernel-helper: 9.2.0
proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1
proxmox-kernel-6.17: 6.17.2-1
ceph-fuse: 19.2.3-pve2
corosync: 3.1.10-pve3
criu: 4.1.1-1
frr-pythontools: 10.6.1-1+pve2
ifupdown2: 3.3.0-1+pmx12
intel-microcode: 3.20251111.1~deb13u1
ksm-control-daemon: 1.5-1
libjs-extjs: 7.0.0-5
libproxmox-acme-perl: 1.7.1
libproxmox-backup-qemu0: 2.0.2
libproxmox-rs-perl: 0.4.1
libpve-access-control: 9.0.4
libpve-apiclient-perl: 3.4.2
libpve-cluster-api-perl: 9.1.6
libpve-cluster-perl: 9.1.6
libpve-common-perl: 9.1.19
libpve-guest-common-perl: 6.0.5
libpve-http-server-perl: 6.0.5
libpve-network-perl: 1.2.3
libpve-rs-perl: 0.11.3
libpve-storage-perl: 9.0.18
libspice-server1: 0.15.2-1+b1
lvm2: 2.03.31-2+pmx1
lxc-pve: 7.0.0-2
lxcfs: 7.0.0-pve1
novnc-pve: 1.7.0-2
proxmox-backup-client: 4.2.3-1
proxmox-backup-file-restore: 4.2.3-1
proxmox-backup-restore-image: 1.0.0
proxmox-firewall: 1.2.3
proxmox-kernel-helper: 9.2.0
proxmox-mail-forward: 1.0.3
proxmox-mini-journalreader: 1.7
proxmox-offline-mirror-helper: 0.7.4
proxmox-widget-toolkit: 5.2.6
pve-cluster: 9.1.6
pve-container: 6.0.18
pve-docs: 9.2.3
pve-edk2-firmware: 4.2025.05-2
pve-esxi-import-tools: 1.0.1
pve-firewall: 6.0.5
pve-firmware: 3.18-5
pve-ha-manager: 5.0.8
pve-i18n: 3.9.0
pve-qemu-kvm: 11.0.2-2
pve-xtermjs: 6.0.0-2
qemu-server: 9.0.30
smartmontools: 7.5-pve2
spiceterm: 3.4.2
swtpm: 0.8.0+pve3
vncterm: 1.9.2
zfsutils-linux: 2.3.4-pve1
--- pvecm status
$ pvecm status
Cluster information
-------------------
Name: test
Config Version: 1
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Sun Jul 26 16:26:06 2026
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.f
Quorate: Yes
Votequorum information
----------------------
Expected votes: 1
Highest expected: 1
Total votes: 1
Quorum: 1
Flags: Quorate
Membership information
----------------------
Nodeid Votes Name
0x00000001 1 192.168.100.2 (local)
--- pvecm nodes
$ pvecm nodes
Membership information
----------------------
Nodeid Votes Name
1 1 pfv-tsys1 (local)
--- pvecm expected
$ pvecm expected
400 not enough arguments
pvecm expected <expected>
[exit=255 / not installed or not permitted]
--- pveperf
$ timeout 15 pveperf
CPU BOGOMIPS: 54274.48
REGEX/SECOND: 3933894
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
BUFFERED READS: 95.32 MB/sec
AVERAGE SEEK TIME: 17.05 ms
FSYNCS/SECOND: 27.19
[exit=124 / not installed or not permitted]
--- corosync.conf
--- /etc/pve/corosync.conf ---
logging {
debug: off
to_syslog: yes
}
nodelist {
node {
name: pfv-tsys1
nodeid: 1
quorum_votes: 1
ring0_addr: 192.168.100.2
}
}
quorum {
provider: corosync_votequorum
}
totem {
cluster_name: test
config_version: 1
interface {
linknumber: 0
}
ip_version: ipv4-6
link_mode: passive
secauth: on
version: 2
}
--- datacenter.cfg
--- /etc/pve/datacenter.cfg ---
keyboard: en-us
--- storage.cfg
--- /etc/pve/storage.cfg ---
dir: local
path /var/lib/vz
content iso,vztmpl,backup,import
lvmthin: local-lvm
thinpool data
vgname pve
content images,rootdir
nfs: D2
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/tsys4/D2
path /mnt/pve/D2
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: D3
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/tsys4/D3
path /mnt/pve/D3
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: D5
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/tsys4/D5
path /mnt/pve/D5
server pfv-tsys4-nfs-stor
content images
prune-backups keep-all=1
nfs: S2
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/pfv-tsys5/S2
path /mnt/pve/S2
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: S3
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/pfv-tsys5/S3
path /mnt/pve/S3
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: S4
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/pfv-tsys5/S4
path /mnt/pve/S4
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
nfs: T5-SSD
options nconnect=4,noatime,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,version=4.2
export /mnt/pfv-tsys5/ssd
path /mnt/pve/T5-SSD
server pfv-tsys5-nfs-stor
content images
prune-backups keep-all=1
--- user.cfg
--- /etc/pve/user.cfg ---
user:root@pam:1:0:::coo@turnsys.com::x:
token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Sun, 05 Apr 2026 06%3A00%3A04 -0500:
--- domains.cfg
[missing: /etc/pve/domains.cfg]
--- cluster resources (compact)
$ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \
| jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \
|| pvesh get /cluster/resources --type node 2>/dev/null
┌────────────────┬──────┬─────────────┬─────────┬────────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬───────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬───────────┬──────┬───────────┐
│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │
╞════════════════╪══════╪═════════════╪═════════╪════════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪═══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪═══════════╪══════╪═══════════╡
│ node/pfv-tsys1 │ node │ 2 │ │ 10.84% │ 16.01 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 31.26 GiB │ 16.92 GiB │ │ │ │ │ │ │ pfv-tsys1 │ │ │ │ │ online │ │ │ │ 7h 12m 1s │ │ │
└────────────────┴──────┴─────────────┴─────────┴────────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴───────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴───────────┴──────┴───────────┘
###############################################################################
# 10. NETWORK: INTERFACES
###############################################################################
--- ip -d link
$ ip -d link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 9000
bridge_slave state forwarding priority 32 cost 5 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:00:19.0
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 1500
bridge_slave state forwarding priority 32 cost 100 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus usb parentdev 3-8:2.0
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 98.43 fdb_n_learned 97 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 102.31 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
9: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 11 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.82:69:78:9d:93:1c designated_root 8000.82:69:78:9d:93:1c hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
13: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 15 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.f6:57:b0:2a:b7:4d designated_root 8000.f6:57:b0:2a:b7:4d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
17: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 19 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8005 port_no 0x5 designated_port 32773 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.e6:dc:ba:ca:4:e5 designated_root 8000.e6:dc:ba:ca:4:e5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
29: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 83 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 31 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8007 port_no 0x7 designated_port 32775 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.ea:95:35:5:b3:35 designated_root 8000.ea:95:35:5:b3:35 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
33: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 35 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8008 port_no 0x8 designated_port 32776 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.36:dc:45:25:b8:37 designated_root 8000.36:dc:45:25:b8:37 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
37: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 39 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8009 port_no 0x9 designated_port 32777 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:c3:db:7a:94:8d designated_root 8000.7e:c3:db:7a:94:8d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
41: fwbr107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 43 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8006 port_no 0x6 designated_port 32774 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.7e:56:d6:18:c5:c4 designated_root 8000.7e:56:d6:18:c5:c4 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
45: fwbr107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 88.82 fdb_n_learned 5 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.8c:ae:4c:cd:a6:2d designated_root 8000.8c:ae:4c:cd:a6:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:ec:c:a0:f3:10 designated_root 8000.d6:ec:c:a0:f3:10 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
61: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 38.20 fdb_n_learned 91 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 63 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800a port_no 0xa designated_port 32778 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:b1:2d:c:c8:31 designated_root 8000.6e:b1:2d:c:c8:31 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
69: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 3.99 fdb_n_learned 90 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 71 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800b port_no 0xb designated_port 32779 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.6e:e2:a6:d1:ae:a5 designated_root 8000.6e:e2:a6:d1:ae:a5 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
tun type tap pi off vnet_hdr on persist off
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
77: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 root_port 0 root_path_cost 0 topology_change 0 topology_change_detected 0 hello_timer 0.00 tcn_timer 0.00 topology_change_timer 0.00 gc_timer 103.48 fdb_n_learned 82 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 79 mcast_querier_ipv4_other_timer 18.4us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x800c port_no 0xc designated_port 32780 designated_cost 0 designated_bridge 8000.34:17:eb:b3:b1:2d designated_root 8000.34:17:eb:b3:b1:2d hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
veth
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.26:7a:93:23:30:25 designated_root 8000.26:7a:93:23:30:25 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
--- ip -o link
$ ip -o link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff
9: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff
13: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff
17: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff
29: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff
33: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff
37: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff
41: fwbr107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000\ link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff
45: fwbr107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000\ link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff
61: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff
69: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff
77: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
--- ip -o -4 addr
$ ip -o -4 addr
1: lo inet 127.0.0.1/8 scope host lo\ valid_lft forever preferred_lft forever
4: tailscale0 inet 100.121.189.98/32 scope global tailscale0\ valid_lft forever preferred_lft forever
5: vmbr0 inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 483sec preferred_lft 483sec
6: datanet inet 10.100.100.1/24 scope global datanet\ valid_lft forever preferred_lft forever
--- ip -o -6 addr (link-local filter)
$ ip -o -6 addr
1: lo inet6 ::1/128 scope host noprefixroute \ valid_lft forever preferred_lft forever
4: tailscale0 inet6 fd7a:115c:a1e0::713b:bd62/128 scope global \ valid_lft forever preferred_lft forever
4: tailscale0 inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
5: vmbr0 inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
6: datanet inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
--- ip addr
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
link/none
inet 100.121.189.98/32 scope global tailscale0
valid_lft forever preferred_lft forever
inet6 fd7a:115c:a1e0::713b:bd62/128 scope global
valid_lft forever preferred_lft forever
inet6 fe80::79e:6df7:a707:9e92/64 scope link stable-privacy proto kernel_ll
valid_lft forever preferred_lft forever
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
inet 192.168.3.11/22 brd 192.168.3.255 scope global dynamic vmbr0
valid_lft 483sec preferred_lft 483sec
inet6 fe80::3617:ebff:feb3:b12d/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
inet 10.100.100.1/24 scope global datanet
valid_lft forever preferred_lft forever
inet6 fe80::8eae:4cff:fecd:a62d/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN group default qlen 1000
link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN group default qlen 1000
link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff
9: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN group default qlen 1000
link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff
13: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN group default qlen 1000
link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff
17: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN group default qlen 1000
link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff
29: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN group default qlen 1000
link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff
33: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN group default qlen 1000
link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff
37: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN group default qlen 1000
link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff
41: fwbr107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i0 state UP group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN group default qlen 1000
link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff
45: fwbr107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP group default qlen 1000
link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i1 state UP group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN group default qlen 1000
link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff
61: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN group default qlen 1000
link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff
69: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN group default qlen 1000
link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff
77: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
--- ip route
$ ip route
default via 192.168.3.254 dev vmbr0
10.100.100.0/24 dev datanet proto kernel scope link src 10.100.100.1
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.11
--- ip rule
$ ip rule
0: from all lookup local
5210: from all fwmark 0x80000/0xff0000 lookup main
5230: from all fwmark 0x80000/0xff0000 lookup default
5250: from all fwmark 0x80000/0xff0000 unreachable
5270: from all lookup 52
32766: from all lookup main
32767: from all lookup default
--- ip -s -s link (counters/errors)
$ ip -s -s link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
RX: bytes packets errors dropped missed mcast
15200669 111463 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
15200669 111463 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
58888851332 45947905 0 863 176 661727
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
1173655996 5326651 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
altname enp0s25
altname enx3417ebb3b12d
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
8831031361 15090959 0 862 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
56951964663 39898500 0 31 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
4: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
link/none
RX: bytes packets errors dropped missed mcast
52401608715 5638396 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
292938345 3628636 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 34:17:eb:b3:b1:2d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
56292616970 6905883 0 0 0 582041
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
627268157 3741479 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
6: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a6:2d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
8817857649 15077598 0 0 0 21974
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
54575734695 3910064 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 36:8f:01:5d:d2:de brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
30319907 179763 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
222388882 1218544 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether c6:1b:fc:ac:2f:dc brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
12442811 63444 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
118166671 982535 0 2334 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
9: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75833009 876424 0 1017 0 565958
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 26:7e:b6:c8:5c:e3 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
12442811 63444 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
118424605 984902 0 15563 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000
link/ether 82:69:78:9d:93:1c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
118424605 984902 0 15563 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
12442811 63444 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 86:42:6d:4c:bb:7b brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1323012 9292 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
89405146 881590 0 6981 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
13: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75818830 876302 0 1017 0 565894
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 56:ed:83:08:9f:7d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1323012 9292 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
90126220 888604 0 15542 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000
link/ether f6:57:b0:2a:b7:4d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
90126220 888604 0 15542 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
1323012 9292 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fa:d3:4d:72:58:ac brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
26382487 130869 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
137667679 1062743 0 5421 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
17: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75802974 876127 0 1016 0 565781
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 0a:07:3e:be:21:c2 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
26382487 130869 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
138238626 1068197 0 15546 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000
link/ether e6:dc:ba:ca:04:e5 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
138238626 1068197 0 15546 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
26382487 130869 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 56:77:52:bf:3b:fc brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
22234096 107965 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
130037442 1019455 0 7939 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
29: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75756797 875656 0 1016 0 565492
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:f8:d8:48:ee:0c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
22234096 107965 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
130866887 1026788 0 15563 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether ea:95:35:05:b3:35 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
130866887 1026788 0 15563 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
22234096 107965 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 7e:bb:27:0a:cb:bb brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
60 1 0 877435 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
33: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75722495 875299 0 1016 0 565217
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether ea:d4:c6:df:c2:86 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
88490069 878467 0 15538 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000
link/ether 36:dc:45:25:b8:37 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
88490069 878467 0 15538 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 1a:0f:f7:08:0a:f0 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1266774 7753 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
88999207 880577 0 4758 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
37: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
75703500 875143 0 1016 0 565121
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether a6:3c:d4:11:29:e4 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1266774 7753 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
89492923 885368 0 15538 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000
link/ether 7e:c3:db:7a:94:8d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
89492923 885368 0 15538 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
1266774 7753 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether aa:ea:e4:a8:a5:c0 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
12801869 63426 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
117085526 973901 0 314 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
41: fwbr107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
74846172 866103 0 1003 0 558963
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 0e:40:f7:5b:ba:50 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
12801869 63426 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
117127866 974215 0 15565 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i0 state UP mode DEFAULT group default qlen 1000
link/ether 7e:56:d6:18:c5:c4 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
117127866 974215 0 15565 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
12801869 63426 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr107i1 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ae:f7:54:94:11:a5 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
60 1 0 22665 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
45: fwbr107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1875089 23082 0 0 0 21753
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master datanet state UP mode DEFAULT group default qlen 1000
link/ether 06:50:86:78:17:86 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2254449 23713 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr107i1 state UP mode DEFAULT group default qlen 1000
link/ether d6:ec:0c:a0:f3:10 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
2254449 23713 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ca:dc:5c:ee:eb:14 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
396610081 878842 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
405514604 1306779 0 544 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
61: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
43292110 510091 0 586 0 323122
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 72:60:40:95:ea:0b brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
396610081 878842 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
405562225 1307323 0 11129 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:b1:2d:0c:c8:31 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
405562225 1307323 0 11129 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
396610081 878842 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 06:7b:3b:0a:39:c9 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
46693517 138105 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
159312399 531025 0 2275 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
69: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
30873979 368463 0 418 0 230984
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether f6:50:ac:fb:66:72 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
46693517 138105 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
159544397 533300 0 8778 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:e2:a6:d1:ae:a5 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
159544397 533300 0 8778 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
46693517 138105 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 0e:e3:06:48:92:e2 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
4601295 24787 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
45789730 386004 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
77: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
28580810 341966 0 391 0 213408
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:15:86:d3:b2:91 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
4601295 24787 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
45789730 386004 0 8099 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000
link/ether 26:7a:93:23:30:25 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
45789730 386004 0 8099 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4601295 24787 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
--- ip neigh
$ ip neigh
192.168.1.164 dev vmbr0 FAILED
192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 STALE
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 STALE
192.168.2.5 dev vmbr0 lladdr a4:4c:c8:08:d1:b8 STALE
10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE
192.168.1.45 dev vmbr0 FAILED
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE
10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE
192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 STALE
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE
192.168.3.135 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE
192.168.3.169 dev vmbr0 lladdr 00:21:9b:a2:7c:53 STALE
fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
--- /proc/net/dev (counters)
$ cat /proc/net/dev
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 15200669 111463 0 0 0 0 0 0 15200669 111463 0 0 0 0 0 0
nic0: 58888851332 45947905 0 1039 0 0 0 661727 1173655996 5326651 0 0 0 0 0 0
nic1: 8831031361 15090959 0 862 0 0 0 0 56951964663 39898500 0 31 0 0 0 0
tailscale0: 52401608715 5638396 0 0 0 0 0 0 292938345 3628636 0 0 0 0 0 0
vmbr0: 56292616970 6905883 0 0 0 0 0 582041 627268157 3741479 0 0 0 0 0 0
datanet: 8817857649 15077598 0 0 0 0 0 21974 54575734695 3910064 0 0 0 0 0 0
tap100i0: 30319907 179763 0 0 0 0 0 0 222388882 1218544 0 0 0 0 0 0
tap101i0: 12442811 63444 0 0 0 0 0 0 118166671 982535 0 2334 0 0 0 0
fwbr101i0: 75833009 876424 0 1017 0 0 0 565958 0 0 0 0 0 0 0 0
fwpr101p0: 12442811 63444 0 0 0 0 0 0 118424605 984902 0 15563 0 0 0 0
fwln101i0: 118424605 984902 0 15563 0 0 0 0 12442811 63444 0 0 0 0 0 0
tap103i0: 1323012 9292 0 0 0 0 0 0 89405146 881590 0 6981 0 0 0 0
fwbr103i0: 75818830 876302 0 1017 0 0 0 565894 0 0 0 0 0 0 0 0
fwpr103p0: 1323012 9292 0 0 0 0 0 0 90126220 888604 0 15542 0 0 0 0
fwln103i0: 90126220 888604 0 15542 0 0 0 0 1323012 9292 0 0 0 0 0 0
tap104i0: 26382487 130869 0 0 0 0 0 0 137667679 1062743 0 5421 0 0 0 0
fwbr104i0: 75802974 876127 0 1016 0 0 0 565781 0 0 0 0 0 0 0 0
fwpr104p0: 26382487 130869 0 0 0 0 0 0 138238626 1068197 0 15546 0 0 0 0
fwln104i0: 138238626 1068197 0 15546 0 0 0 0 26382487 130869 0 0 0 0 0 0
tap108i0: 22234096 107965 0 0 0 0 0 0 130037442 1019455 0 7939 0 0 0 0
fwbr108i0: 75756797 875656 0 1016 0 0 0 565492 0 0 0 0 0 0 0 0
fwpr108p0: 22234096 107965 0 0 0 0 0 0 130866887 1026788 0 15563 0 0 0 0
fwln108i0: 130866887 1026788 0 15563 0 0 0 0 22234096 107965 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 60 1 0 877435 0 0 0 0
fwbr114i0: 75722495 875299 0 1016 0 0 0 565217 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 88490069 878467 0 15538 0 0 0 0
fwln114i0: 88490069 878467 0 15538 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 1266774 7753 0 0 0 0 0 0 88999207 880577 0 4758 0 0 0 0
fwbr117i0: 75703500 875143 0 1016 0 0 0 565121 0 0 0 0 0 0 0 0
fwpr117p0: 1266774 7753 0 0 0 0 0 0 89492923 885368 0 15538 0 0 0 0
fwln117i0: 89492923 885368 0 15538 0 0 0 0 1266774 7753 0 0 0 0 0 0
tap107i0: 12801869 63426 0 0 0 0 0 0 117085526 973901 0 314 0 0 0 0
fwbr107i0: 74846172 866103 0 1003 0 0 0 558963 0 0 0 0 0 0 0 0
fwpr107p0: 12801869 63426 0 0 0 0 0 0 117127866 974215 0 15565 0 0 0 0
fwln107i0: 117127866 974215 0 15565 0 0 0 0 12801869 63426 0 0 0 0 0 0
tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22665 0 0 0 0
fwbr107i1: 1875089 23082 0 0 0 0 0 21753 0 0 0 0 0 0 0 0
fwpr107p1: 0 0 0 0 0 0 0 0 2254449 23713 0 0 0 0 0 0
fwln107i1: 2254449 23713 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap109i0: 396610081 878842 0 0 0 0 0 0 405514604 1306779 0 544 0 0 0 0
fwbr109i0: 43292110 510091 0 586 0 0 0 323122 0 0 0 0 0 0 0 0
fwpr109p0: 396610081 878842 0 0 0 0 0 0 405562225 1307323 0 11129 0 0 0 0
fwln109i0: 405562225 1307323 0 11129 0 0 0 0 396610081 878842 0 0 0 0 0 0
tap105i0: 46693517 138105 0 0 0 0 0 0 159312399 531025 0 2275 0 0 0 0
fwbr105i0: 30873979 368463 0 418 0 0 0 230984 0 0 0 0 0 0 0 0
fwpr105p0: 46693517 138105 0 0 0 0 0 0 159544397 533300 0 8778 0 0 0 0
fwln105i0: 159544397 533300 0 8778 0 0 0 0 46693517 138105 0 0 0 0 0 0
tap106i0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 0 0 0 0 0
fwbr106i0: 28580810 341966 0 391 0 0 0 213408 0 0 0 0 0 0 0 0
fwpr106p0: 4601295 24787 0 0 0 0 0 0 45789730 386004 0 8099 0 0 0 0
fwln106i0: 45789730 386004 0 8099 0 0 0 0 4601295 24787 0 0 0 0 0 0
--- ip -6 route (brief)
$ ip -6 route
fd7a:115c:a1e0::713b:bd62 dev tailscale0 proto kernel metric 256 pref medium
fe80::/64 dev tailscale0 proto kernel metric 256 pref medium
fe80::/64 dev vmbr0 proto kernel metric 256 pref medium
fe80::/64 dev datanet proto kernel metric 256 pref medium
--- sysfs interface attributes
$ for ifc in $NETIFS; do
d="/sys/class/net/$ifc"
[ -d "$d" ] || continue
printf '%-16s speed=%-8s duplex=%-8s mtu=%-6s carrier=%-3s tx_queue_len=%-5s qlen=%-5s type=%s\n' \
"$ifc" \
"$(cat "$d/speed" 2>/dev/null)" \
"$(cat "$d/duplex" 2>/dev/null)" \
"$(cat "$d/mtu" 2>/dev/null)" \
"$(cat "$d/carrier" 2>/dev/null)" \
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
"$(cat "$d/tx_queue_len" 2>/dev/null)" \
"$(cat "$d/type" 2>/dev/null)"
done
datanet speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr101i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr103i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr104i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr105i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr106i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr107i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr107i1 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr108i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr109i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr114i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr117i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr101p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr103p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr104p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr105p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr106p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr107p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr107p1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr108p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr109p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr114p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr117p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
nic1 speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap101i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap103i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap104i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap105i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap106i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap107i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap107i1 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap108i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap109i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap114i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
tap117i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
vmbr0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
--- ethtool per-interface deep dump
$ for ifc in $NETIFS; do
[ -e "/sys/class/net/$ifc" ] || continue
echo ""
echo "----- ethtool: $ifc -----"
echo "[driver/version/firmware/bus-info -i]"
ethtool -i "$ifc" 2>&1
echo "[settings - speed/duplex/autoneg/port]"
ethtool "$ifc" 2>&1
echo "[channels -l (RX/TX/combined queue counts)]"
ethtool -l "$ifc" 2>&1
echo "[coalesce -c (interrupt moderation)]"
ethtool -c "$ifc" 2>&1
echo "[ring -g (descriptor counts)]"
ethtool -g "$ifc" 2>&1
echo "[pause / flow-control -a]"
ethtool -a "$ifc" 2>&1
echo "[offload features -k]"
ethtool -k "$ifc" 2>&1
echo "[private flags --show-priv-flags]"
ethtool --show-priv-flags "$ifc" 2>&1
echo "[ntuple/RSS -n]"
ethtool -n "$ifc" 2>&1 | head -n 40
echo "[SFP/DOM transceiver -m]"
ethtool -m "$ifc" 2>&1
echo "[statistics -S (key error/drop counters only)]"
ethtool -S "$ifc" 2>/dev/null \
| grep -iE 'drop|discard|error|crc|miss|pause|fifo|no_buff|rx_no_|_err|fw_|_bad|oversiz|undersize|frag|jabber|length_err|alignment' \
| head -n 60
echo "[statistics -S (throughput counters)]"
ethtool -S "$ifc" 2>/dev/null \
| grep -iE 'rx_(octets|bytes|packets)|tx_(octets|bytes|packets)|rx_(unicast|multicast|broadcast)|tx_(unicast|multicast|broadcast)' \
| head -n 30
done
----- ethtool: datanet -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for datanet:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for datanet:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr101i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr101i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr101i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr103i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr103i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr103i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr104i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr104i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr104i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr105i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr105i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr105i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr106i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr106i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr106i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr107i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr107i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr107i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr107i1 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr107i1:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr107i1:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr108i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr108i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr108i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr109i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr109i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr109i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr114i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr114i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr114i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwbr117i0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwbr117i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwbr117i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: fwln101i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln101i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln101i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln101i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln103i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln103i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln103i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln103i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln104i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln104i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln104i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln104i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln105i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln105i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln105i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln105i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln106i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln106i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln106i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln106i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln107i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln107i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln107i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln107i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln107i1 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln107i1:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln107i1:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln107i1:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln108i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln108i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln108i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln108i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln109i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln109i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln109i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln109i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln114i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln114i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln114i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln114i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwln117i0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwln117i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwln117i0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwln117i0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr101p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr101p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr101p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr101p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr103p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr103p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr103p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr103p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr104p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr104p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr104p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr104p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr105p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr105p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr105p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr105p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr106p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr106p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr106p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr106p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr107p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr107p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr107p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr107p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr107p1 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr107p1:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr107p1:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr107p1:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr108p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr108p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr108p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr108p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr109p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr109p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr109p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr109p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr114p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr114p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr114p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr114p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: fwpr117p0 -----
[driver/version/firmware/bus-info -i]
driver: veth
version: 1.0
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for fwpr117p0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for fwpr117p0:
Pre-set maximums:
RX: 8
TX: 8
Other: n/a
Combined: n/a
Current hardware settings:
RX: 1
TX: 1
Other: n/a
Combined: n/a
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for fwpr117p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: nic0 -----
[driver/version/firmware/bus-info -i]
driver: e1000e
version: 6.17.2-1-pve
firmware-version: 0.13-4
expansion-rom-version:
bus-info: 0000:00:19.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
[settings - speed/duplex/autoneg/port]
Settings for nic0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
Coalesce parameters for nic0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: 3
rx-frames: n/a
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
Ring parameters for nic0:
Pre-set maximums:
RX: 4096
RX Mini: n/a
RX Jumbo: n/a
TX: 4096
TX push buff len: n/a
Current hardware settings:
RX: 256
RX Mini: n/a
RX Jumbo: n/a
TX: 256
RX Buf Len: n/a
CQE Size: n/a
TX Push: off
RX Push: off
TX push buff len: n/a
TCP data split: n/a
[pause / flow-control -a]
Pause parameters for nic0:
Autonegotiate: on
RX: off
TX: off
RX negotiated: off
TX negotiated: off
[offload features -k]
Features for nic0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off
rx-all: off
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
Private flags for nic0:
s0ix-enabled: off
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_errors: 0
tx_errors: 0
tx_dropped: 0
rx_length_errors: 0
rx_over_errors: 0
rx_crc_errors: 0
rx_frame_errors: 0
rx_no_buffer_count: 151
rx_missed_errors: 176
tx_aborted_errors: 0
tx_carrier_errors: 0
tx_fifo_errors: 0
tx_heartbeat_errors: 0
tx_window_errors: 0
rx_long_length_errors: 0
rx_short_length_errors: 0
rx_align_errors: 0
rx_csum_offload_errors: 3
dropped_smbus: 0
uncorr_ecc_errors: 0
corr_ecc_errors: 0
[statistics -S (throughput counters)]
rx_packets: 45948140
tx_packets: 5326829
rx_bytes: 58888900263
tx_bytes: 1173691373
rx_broadcast: 306608
tx_broadcast: 4205
rx_multicast: 661733
tx_multicast: 24605
----- ethtool: nic1 -----
[driver/version/firmware/bus-info -i]
driver: cdc_ncm
version: 6.17.2-1-pve
firmware-version: CDC NCM (NO ZLP)
expansion-rom-version:
bus-info: usb-0000:00:14.0-8
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for nic1:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: Unknown!
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for nic1:
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off [fixed]
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: off
tx-scatter-gather: off [fixed]
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: off
tx-tcp-segmentation: off [fixed]
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off [fixed]
tx-tcp6-segmentation: off [fixed]
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: off [requested on]
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: off [fixed]
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap100i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap100i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap100i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap100i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap100i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap101i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap101i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap101i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap101i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap101i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap103i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap103i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap103i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap103i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap103i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap104i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap104i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap104i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap104i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap104i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap105i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap105i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap105i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap105i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap105i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap106i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap106i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap106i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap106i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap106i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap107i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap107i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap107i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap107i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap107i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap107i1 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap107i1:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap107i1:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap107i1:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap107i1:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap108i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap108i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap108i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap108i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap108i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap109i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap109i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap109i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap109i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap109i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap114i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap114i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap114i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap114i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap114i0:
rx-checksumming: off [fixed]
tx-checksumming: off
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: off
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: off
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: tap117i0 -----
[driver/version/firmware/bus-info -i]
driver: tun
version: 1.6
firmware-version:
expansion-rom-version:
bus-info: tap
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for tap117i0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Full
Auto-negotiation: off
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
Current message level: 0x00000000 (0)
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
Channel parameters for tap117i0:
Pre-set maximums:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
Current hardware settings:
RX: n/a
TX: n/a
Other: n/a
Combined: 1
[coalesce -c (interrupt moderation)]
Coalesce parameters for tap117i0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: n/a
rx-frames: 0
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for tap117i0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: off [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off
tx-udp_tnl-csum-segmentation: off
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
----- ethtool: vmbr0 -----
[driver/version/firmware/bus-info -i]
driver: bridge
version: 2.3
firmware-version: N/A
expansion-rom-version:
bus-info: N/A
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no
[settings - speed/duplex/autoneg/port]
Settings for vmbr0:
Supported ports: [ ]
Supported link modes: Not reported
Supported pause frame use: No
Supports auto-negotiation: No
Supported FEC modes: Not reported
Advertised link modes: Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Advertised FEC modes: Not reported
Speed: 10000Mb/s
Duplex: Unknown! (255)
Auto-negotiation: off
Port: Other
PHYAD: 0
Transceiver: internal
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
netlink error: Operation not supported
[ring -g (descriptor counts)]
netlink error: Operation not supported
[pause / flow-control -a]
netlink error: Operation not supported
[offload features -k]
Features for vmbr0:
rx-checksumming: off [fixed]
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: off [fixed]
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [requested on]
tx-fcoe-segmentation: off [requested on]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: on
tx-tunnel-remcsum-segmentation: on
tx-sctp-segmentation: on
tx-esp-segmentation: on
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
[statistics -S (throughput counters)]
###############################################################################
# 11. NETWORK: BRIDGES / BONDS / VLANS
###############################################################################
--- bridge link
$ bridge link
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 5
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 100
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 2
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
--- bridge -d link
$ bridge -d link
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 5
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 110 mcast_max_groups 0
3: nic1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 100
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0
7: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 10 mcast_max_groups 0
8: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
10: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
11: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
12: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
14: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
15: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0
16: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
18: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
19: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
28: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
30: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
31: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0
32: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
34: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
35: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0
36: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
38: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
39: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
40: tap107i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
42: fwpr107p0@fwln107i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
43: fwln107i0@fwpr107p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr107i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
44: tap107i1: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
46: fwpr107p1@fwln107i1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
47: fwln107i1@fwpr107p1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr107i1 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 2 mcast_max_groups 0
60: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0
62: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 6 mcast_max_groups 0
63: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
68: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
70: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 0 mcast_max_groups 0
71: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0
76: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
78: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 3 mcast_max_groups 0
79: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 126 mcast_max_groups 0
--- bridge vlan
$ bridge vlan
port vlan-id
nic0 1 PVID Egress Untagged
nic1 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap100i0 1 PVID Egress Untagged
tap101i0 1 PVID Egress Untagged
fwbr101i0 1 PVID Egress Untagged
fwpr101p0 1 PVID Egress Untagged
fwln101i0 1 PVID Egress Untagged
tap103i0 1 PVID Egress Untagged
fwbr103i0 1 PVID Egress Untagged
fwpr103p0 1 PVID Egress Untagged
fwln103i0 1 PVID Egress Untagged
tap104i0 1 PVID Egress Untagged
fwbr104i0 1 PVID Egress Untagged
fwpr104p0 1 PVID Egress Untagged
fwln104i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 1 PVID Egress Untagged
tap114i0 1 PVID Egress Untagged
fwbr114i0 1 PVID Egress Untagged
fwpr114p0 1 PVID Egress Untagged
fwln114i0 1 PVID Egress Untagged
tap117i0 1 PVID Egress Untagged
fwbr117i0 1 PVID Egress Untagged
fwpr117p0 1 PVID Egress Untagged
fwln117i0 1 PVID Egress Untagged
tap107i0 1 PVID Egress Untagged
fwbr107i0 1 PVID Egress Untagged
fwpr107p0 1 PVID Egress Untagged
fwln107i0 1 PVID Egress Untagged
tap107i1 1 PVID Egress Untagged
fwbr107i1 1 PVID Egress Untagged
fwpr107p1 1 PVID Egress Untagged
fwln107i1 1 PVID Egress Untagged
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap105i0 1 PVID Egress Untagged
fwbr105i0 1 PVID Egress Untagged
fwpr105p0 1 PVID Egress Untagged
fwln105i0 1 PVID Egress Untagged
tap106i0 1 PVID Egress Untagged
fwbr106i0 1 PVID Egress Untagged
fwpr106p0 1 PVID Egress Untagged
fwln106i0 1 PVID Egress Untagged
--- bridge vlan show
$ bridge vlan show
port vlan-id
nic0 1 PVID Egress Untagged
nic1 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap100i0 1 PVID Egress Untagged
tap101i0 1 PVID Egress Untagged
fwbr101i0 1 PVID Egress Untagged
fwpr101p0 1 PVID Egress Untagged
fwln101i0 1 PVID Egress Untagged
tap103i0 1 PVID Egress Untagged
fwbr103i0 1 PVID Egress Untagged
fwpr103p0 1 PVID Egress Untagged
fwln103i0 1 PVID Egress Untagged
tap104i0 1 PVID Egress Untagged
fwbr104i0 1 PVID Egress Untagged
fwpr104p0 1 PVID Egress Untagged
fwln104i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 1 PVID Egress Untagged
tap114i0 1 PVID Egress Untagged
fwbr114i0 1 PVID Egress Untagged
fwpr114p0 1 PVID Egress Untagged
fwln114i0 1 PVID Egress Untagged
tap117i0 1 PVID Egress Untagged
fwbr117i0 1 PVID Egress Untagged
fwpr117p0 1 PVID Egress Untagged
fwln117i0 1 PVID Egress Untagged
tap107i0 1 PVID Egress Untagged
fwbr107i0 1 PVID Egress Untagged
fwpr107p0 1 PVID Egress Untagged
fwln107i0 1 PVID Egress Untagged
tap107i1 1 PVID Egress Untagged
fwbr107i1 1 PVID Egress Untagged
fwpr107p1 1 PVID Egress Untagged
fwln107i1 1 PVID Egress Untagged
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap105i0 1 PVID Egress Untagged
fwbr105i0 1 PVID Egress Untagged
fwpr105p0 1 PVID Egress Untagged
fwln105i0 1 PVID Egress Untagged
tap106i0 1 PVID Egress Untagged
fwbr106i0 1 PVID Egress Untagged
fwpr106p0 1 PVID Egress Untagged
fwln106i0 1 PVID Egress Untagged
--- brctl show
$ brctl show
bridge name bridge id STP enabled interfaces
datanet 8000.8cae4ccda62d no fwpr107p1
nic1
fwbr101i0 8000.8269789d931c no fwln101i0
tap101i0
fwbr103i0 8000.f657b02ab74d no fwln103i0
tap103i0
fwbr104i0 8000.e6dcbaca04e5 no fwln104i0
tap104i0
fwbr105i0 8000.6ee2a6d1aea5 no fwln105i0
tap105i0
fwbr106i0 8000.267a93233025 no fwln106i0
tap106i0
fwbr107i0 8000.7e56d618c5c4 no fwln107i0
tap107i0
fwbr107i1 8000.d6ec0ca0f310 no fwln107i1
tap107i1
fwbr108i0 8000.ea953505b335 no fwln108i0
tap108i0
fwbr109i0 8000.6eb12d0cc831 no fwln109i0
tap109i0
fwbr114i0 8000.36dc4525b837 no fwln114i0
tap114i0
fwbr117i0 8000.7ec3db7a948d no fwln117i0
tap117i0
vmbr0 8000.3417ebb3b12d no fwpr101p0
fwpr103p0
fwpr104p0
fwpr105p0
fwpr106p0
fwpr107p0
fwpr108p0
fwpr109p0
fwpr114p0
fwpr117p0
nic0
tap100i0
--- bonding state
[missing: /proc/net/bonding/bond*]
--- vlan config
$ cat /proc/net/vlan/config
cat: /proc/net/vlan/config: No such file or directory
[exit=1 / not installed or not permitted]
--- /proc/net/vlan
[missing: /proc/net/vlan]
--- /etc/network/interfaces
--- /etc/network/interfaces ---
auto lo
iface lo inet loopback
iface nic0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports nic0
bridge-stp off
bridge-fd 0
iface nic1 inet manual
#### Data network
auto datanet
iface datanet inet static
address 10.100.100.1
netmask 255.255.255.0
#bridge-ports enx8cae4ccda62d
bridge-ports nic1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
--- interfaces.d (per file)
$ for f in /etc/network/interfaces.d/*; do
[ -r "$f" ] || continue
echo "--- $f ---"
cat "$f"
done
###############################################################################
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
###############################################################################
--- /proc/interrupts
$ cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer
8: 0 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0
9: 0 2303 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi
16: 0 0 0 0 0 0 0 29 IR-IO-APIC 16-fasteoi ehci_hcd:usb1
18: 0 0 0 0 0 0 16 0 IR-IO-APIC 18-fasteoi i801_smbus
23: 35 0 0 0 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2
24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0
25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1
26: 0 0 0 0 0 136423 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2]
27: 0 7568533 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0
28: 0 0 8495707 0 0 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd
36: 0 0 26 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me
37: 0 0 0 272 0 0 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card0
38: 0 0 0 0 13796 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915
39: 0 0 0 0 0 87 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card1
NMI: 172 180 187 161 151 155 156 153 Non-maskable interrupts
LOC: 23575740 22586700 24344405 21993696 21859411 22100386 22747641 22200992 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 172 180 187 161 151 155 156 153 Performance monitoring interrupts
IWI: 1900 12827 3272 8251 1221 5411 2565 7963 IRQ work interrupts
RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries
RES: 718150 569899 633289 692532 682923 695083 711117 760497 Rescheduling interrupts
CAL: 1872632 1790558 1616435 1334375 1250829 1290865 1258875 1255466 Function call interrupts
TLB: 15170 15572 15305 14358 13787 14552 14936 15577 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
DFR: 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 80 81 81 81 81 81 81 81 Machine check polls
ERR: 1
MIS: 0
PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
--- NIC IRQ affinities (which CPUs handle which queue)
$ for ifc in $NETIFS; do
[ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue
echo "=== $ifc IRQ list (first 40) ==="
ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40
done
=== nic0 IRQ list (first 40) ===
27
--- RPS masks (non-zero only)
$ for q in /sys/class/net/*/queues/rx-*/rps_cpus; do
[ -e "$q" ] || continue
val=$(cat "$q")
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
done | head -n 60
/sys/class/net/datanet/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr101i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr103i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr104i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr105i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr107i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr107i1/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln101i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln103i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln104i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln105i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln107i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln107i1/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr101p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr103p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr104p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr105p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr106p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr107p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr107p1/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr108p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr109p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr114p0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr117p0/queues/rx-0/rps_cpus = 00
/sys/class/net/lo/queues/rx-0/rps_cpus = 00
/sys/class/net/nic0/queues/rx-0/rps_cpus = 00
/sys/class/net/nic1/queues/rx-0/rps_cpus = 00
/sys/class/net/tailscale0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap100i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap101i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap103i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap104i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap105i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap106i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap107i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap107i1/queues/rx-0/rps_cpus = 00
/sys/class/net/tap108i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap109i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap114i0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap117i0/queues/rx-0/rps_cpus = 00
/sys/class/net/vmbr0/queues/rx-0/rps_cpus = 00
--- XPS masks (non-zero only)
$ for q in /sys/class/net/*/queues/tx-*/xps_cpus; do
[ -e "$q" ] || continue
val=$(cat "$q")
[ "$val" != "0" ] && printf ' %s = %s\n' "$q" "$val"
done | head -n 60
cat: /sys/class/net/datanet/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr101i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr103i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr104i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr105i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr106i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr107i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr107i1/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr108i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr109i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr114i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr117i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/lo/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/nic0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/nic1/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tailscale0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap100i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap101i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap103i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap104i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap105i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap106i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap107i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap107i1/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap108i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap109i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap114i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap117i0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/vmbr0/queues/tx-0/xps_cpus: No such file or directory
/sys/class/net/datanet/queues/tx-0/xps_cpus =
/sys/class/net/fwbr101i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr103i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr104i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr105i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr106i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr107i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr107i1/queues/tx-0/xps_cpus =
/sys/class/net/fwbr108i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr109i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr114i0/queues/tx-0/xps_cpus =
/sys/class/net/fwbr117i0/queues/tx-0/xps_cpus =
/sys/class/net/fwln101i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln103i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln104i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln105i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln106i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln107i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln107i1/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln108i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln109i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln114i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwln117i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr101p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr103p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr104p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr105p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr106p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr107p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr107p1/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr108p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr109p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr114p0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr117p0/queues/tx-0/xps_cpus = 00
/sys/class/net/lo/queues/tx-0/xps_cpus =
/sys/class/net/nic0/queues/tx-0/xps_cpus =
/sys/class/net/nic1/queues/tx-0/xps_cpus =
/sys/class/net/tailscale0/queues/tx-0/xps_cpus =
/sys/class/net/tap100i0/queues/tx-0/xps_cpus =
/sys/class/net/tap101i0/queues/tx-0/xps_cpus =
/sys/class/net/tap103i0/queues/tx-0/xps_cpus =
/sys/class/net/tap104i0/queues/tx-0/xps_cpus =
/sys/class/net/tap105i0/queues/tx-0/xps_cpus =
/sys/class/net/tap106i0/queues/tx-0/xps_cpus =
/sys/class/net/tap107i0/queues/tx-0/xps_cpus =
/sys/class/net/tap107i1/queues/tx-0/xps_cpus =
/sys/class/net/tap108i0/queues/tx-0/xps_cpus =
/sys/class/net/tap109i0/queues/tx-0/xps_cpus =
/sys/class/net/tap114i0/queues/tx-0/xps_cpus =
/sys/class/net/tap117i0/queues/tx-0/xps_cpus =
/sys/class/net/vmbr0/queues/tx-0/xps_cpus =
--- RFS flow counts
$ for q in /sys/class/net/*/queues/rx-*/rps_flow_cnt; do
[ -e "$q" ] || continue
printf ' %s = %s\n' "$q" "$(cat "$q")"
done | head -n 60
/sys/class/net/datanet/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr101i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr103i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr104i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr105i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr107i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr107i1/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr114i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr117i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln101i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln103i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln104i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln105i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln107i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln107i1/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln114i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln117i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr101p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr103p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr104p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr105p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr106p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr107p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr107p1/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr108p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr109p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr114p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr117p0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/lo/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/nic0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tailscale0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap100i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap101i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap103i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap104i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap105i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap106i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap107i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap107i1/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap108i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap109i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap114i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap117i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/vmbr0/queues/rx-0/rps_flow_cnt = 0
--- /proc/net/softnet_stat (drops/backlog)
$ cat /proc/net/softnet_stat
000f9366 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
01fed7ff 000223e2 00000b66 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
01dee583 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
001126b6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
0010841a 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
00116a1c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
00108a72 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
000faeb9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000
--- softnet_stat decoded
$ # columns: TOTAL DROPPED DROPPED_BY_NETRX TIME_SQUEEZED CPU_COLLISIONS RPS_RECEIVED_FLOW_LIMIT
awk '{ printf "cpu%-2d total=%-8s dropped=%-6s time_squeezed=%-6s cpu_collision=%-4s rps_received=%-6s flow_limit=%s\n",
NR-1, $1, $2, $4, $5, $6, $7 }' /proc/net/softnet_stat
cpu0 total=000f9366 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu1 total=01fed855 dropped=000223e2 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu2 total=01dee58d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu3 total=001126b6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu4 total=0010841a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu5 total=00116a1c dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu6 total=00108a7a dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu7 total=000faebb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
--- netstat drop counters (significant ones)
$ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \
netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60
SctpAborteds 0 0.0
SctpT3Retransmits 0 0.0
SctpPmtudRetransmits 0 0.0
SctpFastRetransmits 0 0.0
IpReasmFails 0 0.0
IpFragFails 0 0.0
TcpAttemptFails 2 0.0
TcpRetransSegs 16678 0.0
TcpInErrs 0 0.0
Ip6ReasmFails 0 0.0
Ip6FragFails 0 0.0
TcpExtSyncookiesFailed 1 0.0
TcpExtEmbryonicRsts 0 0.0
TcpExtLockDroppedIcmps 0 0.0
TcpExtListenOverflows 0 0.0
TcpExtListenDrops 0 0.0
TcpExtTCPLossUndo 2 0.0
TcpExtTCPLostRetransmit 311 0.0
TcpExtTCPRenoFailures 0 0.0
TcpExtTCPSackFailures 0 0.0
TcpExtTCPLossFailures 53 0.0
TcpExtTCPFastRetrans 2702 0.0
TcpExtTCPSlowStartRetrans 233 0.0
TcpExtTCPLossProbes 18366 0.0
TcpExtTCPLossProbeRecovery 36 0.0
TcpExtTCPRenoRecoveryFail 0 0.0
TcpExtTCPSackRecoveryFail 73 0.0
TcpExtTCPAbortOnData 365 0.0
TcpExtTCPAbortOnClose 0 0.0
TcpExtTCPAbortOnMemory 0 0.0
TcpExtTCPAbortOnTimeout 2 0.0
TcpExtTCPAbortOnLinger 0 0.0
TcpExtTCPAbortFailed 0 0.0
TcpExtTCPMD5Failure 0 0.0
TcpExtTCPBacklogDrop 0 0.0
TcpExtPFMemallocDrop 0 0.0
TcpExtTCPMinTTLDrop 0 0.0
TcpExtTCPDeferAcceptDrop 0 0.0
TcpExtTCPTimeWaitOverflow 0 0.0
TcpExtTCPReqQFullDrop 0 0.0
TcpExtTCPRetransFail 0 0.0
TcpExtTCPOFODrop 0 0.0
TcpExtTCPFastOpenActiveFail 0 0.0
TcpExtTCPFastOpenPassiveFail 0 0.0
TcpExtTCPFastOpenListenOverflow 0 0.0
TcpExtTCPSynRetrans 102 0.0
TcpExtTCPMTUPFail 0 0.0
TcpExtTCPZeroWindowDrop 0 0.0
TcpExtTCPRcvQDrop 0 0.0
TcpExtTCPMigrateReqFailure 0 0.0
TcpExtTCPAODroppedIcmps 0 0.0
MPTcpExtMPCapableSYNTXDrop 0 0.0
MPTcpExtMPTCPRetrans 0 0.0
MPTcpExtMPJoinSynAckHMacFailure 0 0.0
MPTcpExtMPJoinAckHMacFailure 0 0.0
MPTcpExtAddAddrTxDrop 0 0.0
MPTcpExtEchoAddTxDrop 0 0.0
MPTcpExtAddAddrDrop 0 0.0
MPTcpExtRmAddrDrop 0 0.0
MPTcpExtRmAddrTxDrop 0 0.0
MPTcpExtMPFailTx 0 0.0
MPTcpExtMPFailRx 0 0.0
MPTcpExtFallbackFailed 0 0.0
###############################################################################
# 13. NETWORK: SOCKET / TCP STATE
###############################################################################
--- ss -s
$ ss -s
Total: 431
TCP: 111 (estab 6, closed 87, orphaned 0, timewait 85)
Transport Total IP IPv6
RAW 0 0 0
UDP 7 4 3
TCP 24 14 10
INET 31 18 13
FRAG 0 0 0
--- ss -t -m (top TCP with skmem/cwnd/rto)
$ ss -tno state established ( dport != :22 and sport != :22 ) -m
Recv-Q Send-Q Local Address:Port Peer Address:Port
0 0 192.168.3.11:57968 209.177.156.94:443 timer:(keepalive,1.392sec,0)
skmem:(r0,rb262438,t0,tb87040,f0,w0,o0,bl0,d0)
0 0 192.168.3.11:46718 192.200.0.107:443 timer:(keepalive,7.140sec,0)
skmem:(r0,rb131072,t0,tb87040,f0,w0,o0,bl0,d0)
0 0 10.100.100.1:922 10.100.100.5:2049 timer:(keepalive,25sec,0)
skmem:(r0,rb256704,t0,tb87040,f0,w0,o0,bl0,d2)
0 1412 10.100.100.1:668 10.100.100.4:2049 timer:(on,193ms,0)
skmem:(r0,rb1880106,t0,tb4194304,f1724,w2372,o0,bl0,d245)
0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334 timer:(keepalive,6.144sec,0)
skmem:(r0,rb442091,t0,tb87040,f0,w0,o0,bl0,d1291)
--- ss -ti (TCP internals)
$ ss -ti
State Recv-Q Send-Q Local Address:Port Peer Address:Port
ESTAB 0 0 192.168.3.11:57968 209.177.156.94:https
cubic wscale:7,10 rto:213 rtt:12.903/2.363 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:342759 bytes_acked:342760 bytes_received:308307 segs_out:3587 segs_in:3279 data_segs_out:1753 data_segs_in:1719 send 8.98Mbps lastsnd:13648 lastrcv:13632 lastack:13632 pacing_rate 18Mbps delivery_rate 9.76Mbps delivered:1754 app_limited busy:26065ms rcv_rtt:164120 rcv_space:82012 rcv_ssthresh:163423 minrtt:10.071 snd_wnd:64128 rcv_wnd:163840
ESTAB 0 0 192.168.3.11:46718 192.200.0.107:https
cubic wscale:10,10 rto:342 rtt:141.048/15.017 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:10 bytes_sent:7359 bytes_acked:7360 bytes_received:116847 segs_out:1096 segs_in:1103 data_segs_out:30 data_segs_in:610 send 821kbps lastsnd:364370 lastrcv:22871 lastack:22871 pacing_rate 1.64Mbps delivery_rate 341kbps delivered:31 app_limited busy:3049ms rcv_rtt:603 rcv_space:14760 rcv_ssthresh:81320 minrtt:129.794 snd_wnd:69632 rcv_wnd:81920
ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:46336
bbr wscale:7,12 rto:206 rtt:5.297/8.666 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:27 bytes_sent:5633 bytes_acked:5633 bytes_received:3941 segs_out:24 segs_in:23 data_segs_out:17 data_segs_in:14 bbr:(bw:26.1Mbps,mrtt:0.57,pacing_gain:2.88672,cwnd_gain:2.88672) send 50.1Mbps lastsnd:797 lastrcv:797 lastack:797 pacing_rate 412Mbps delivery_rate 26.1Mbps delivered:18 app_limited busy:63ms rcv_rtt:6 rcv_space:12280 rcv_ssthresh:78504 minrtt:0.57 snd_wnd:76928 rcv_wnd:81920
ESTAB 0 0 10.100.100.1:922 10.100.100.5:nfs
cubic wscale:10,10 rto:203 rtt:2.096/0.079 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:2 ssthresh:2 bytes_sent:2356004 bytes_retrans:2200 bytes_acked:2353805 bytes_received:2764560 segs_out:23439 segs_in:14060 data_segs_out:13932 data_segs_in:14044 send 11.1Mbps lastsnd:3944 lastrcv:3942 lastack:3942 pacing_rate 13.3Mbps delivery_rate 17.4Mbps delivered:13926 app_limited busy:86568ms retrans:0/13 dsack_dups:6 rcv_rtt:10.542 rcv_space:64176 rcv_ssthresh:169830 minrtt:0.959 snd_wnd:130048 rcv_wnd:169984 rehash:1
ESTAB 0 1412 10.100.100.1:668 10.100.100.4:nfs
cubic wscale:9,10 rto:205 rtt:4.824/4.525 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 ssthresh:223 bytes_sent:54288111596 bytes_retrans:14527732 bytes_acked:54273582453 bytes_received:8023929760 segs_out:39653891 segs_in:14891651 data_segs_out:37755966 data_segs_in:6188979 send 72Mbps lastsnd:26 lastrcv:80 lastack:23 pacing_rate 144Mbps delivery_rate 14.2Mbps delivered:37752888 app_limited busy:4422891ms rwnd_limited:115577ms(2.6%) unacked:1 retrans:0/16332 dsack_dups:13251 rcv_rtt:2.234 rcv_space:315799 rcv_ssthresh:1248256 minrtt:0.433 rcv_ooopack:2420412 snd_wnd:11138560 rcv_wnd:1248256 rehash:237
ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:58334
cubic wscale:11,10 rto:245 rtt:44.941/0.846 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:16 bytes_sent:557311 bytes_acked:557311 bytes_received:97755 segs_out:6228 segs_in:5254 data_segs_out:2335 data_segs_in:2203 send 3.5Mbps lastsnd:24269 lastrcv:24223 lastack:8825 pacing_rate 7Mbps delivery_rate 1.35Mbps delivered:2336 app_limited busy:59863ms rcv_rtt:40141.2 rcv_space:65623 rcv_ssthresh:38912 minrtt:43.275 snd_wnd:444416 rcv_wnd:65536
--- /proc/net/snmp (TCP summary)
$ grep -A1 ^Tcp: /proc/net/snmp
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
--- TCP retrans stats
$ grep -A1 ^Tcp: /proc/net/snmp
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
Tcp: 1 200 120000 -1 40701 13190 2 0 6 20828927 43699748 16678 0 904 0
Udp: InDatagrams NoPorts InErrors OutDatagrams RcvbufErrors SndbufErrors InCsumErrors IgnoredMulti MemErrors
--- nstat TCP summary
$ nstat -az Tcp_RetransSegs Tcp_InErrs Tcp_OutRsts Tcp_ActiveOpens Tcp_PassiveOpens
#kernel
###############################################################################
# 14. STORAGE: BLOCK DEVICES
###############################################################################
--- lsblk (key cols)
$ lsblk -o NAME,SIZE,TYPE,MOUNTPOINT,FSTYPE,MODEL,SERIAL,STATE,ROTA,DISC-GRAN,DISC-MAX
NAME SIZE TYPE MOUNTPOINT FSTYPE MODEL SERIAL STATE ROTA DISC-GRAN DISC-MAX
sda 931.5G disk WDC WD10EADS-65M2B1 WD-WCAV59018871 running 1 0B 0B
├─sda1 1007K part 1 0B 0B
├─sda2 1G part vfat 1 0B 0B
└─sda3 930.5G part LVM2_member 1 0B 0B
├─pve-swap 8G lvm [SWAP] swap running 1 0B 0B
├─pve-root 96G lvm / ext4 running 1 0B 0B
├─pve-data_tmeta 8.1G lvm running 1 0B 0B
│ └─pve-data 794.3G lvm running 1 0B 0B
└─pve-data_tdata 794.3G lvm running 1 0B 0B
└─pve-data 794.3G lvm running 1 0B 0B
--- lsblk -t
$ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─sda1 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─sda2 0 512 0 512 512 1 mq-deadline 64 8192 0B
└─sda3 0 512 0 512 512 1 mq-deadline 64 8192 0B
├─pve-swap 0 512 0 512 512 1 8192 0B
├─pve-root 0 512 0 512 512 1 8192 0B
├─pve-data_tmeta 0 512 0 512 512 1 8192 0B
│ └─pve-data 0 65536 65536 512 512 1 8192 0B
└─pve-data_tdata 0 512 0 512 512 1 8192 0B
└─pve-data 0 65536 65536 512 512 1 8192 0B
--- lsblk -O (everything, capped)
$ lsblk -O
ALIGNMENT ID-LINK ID DISC-ALN DAX DISC-GRAN DISK-SEQ DISC-MAX DISC-ZERO FSAVAIL FSROOTS FSSIZE FSTYPE FSUSED FSUSE% FSVER GROUP HCTL HOTPLUG KNAME LABEL LOG-SEC MAJ:MIN MAJ MIN MIN-IO MODE MODEL MQ NAME OPT-IO OWNER PARTFLAGS PARTLABEL PARTN PARTTYPE PARTTYPENAME PARTUUID PATH PHY-SEC PKNAME PTTYPE PTUUID RA RAND REV RM RO ROTA RQ-SIZE SCHED SERIAL SIZE START STATE SUBSYSTEMS MOUNTPOINT MOUNTPOINTS TRAN TYPE UUID VENDOR WSAME WWN ZONED ZONE-SZ ZONE-WGRAN ZONE-APP ZONE-NR ZONE-OMAX ZONE-AMAX
0 wwn-0x50014ee2597bc3b9 0x50014ee2597bc3b9 0 0 0B 9 0B 0 disk 1:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- WDC WD10EADS-65M2B1 1 sda 0 root /dev/sda 512 gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 01.00A01 0 0 1 64 mq-deadline WD-WCAV59018871 931.5G running block:scsi:pci sata disk ATA 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part1 0x50014ee2597bc3b9-part1 0 0 0B 9 0B 0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 ├─sda1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot 70443e93-17ae-4272-8915-cea7a2dc6c13 /dev/sda1 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part2 0x50014ee2597bc3b9-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 8f4ef1cb-7225-4e9d-8708-aec9c52d2e64 /dev/sda2 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 1G 2048 block:scsi:pci part F58A-0A72 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2597bc3b9-part3 0x50014ee2597bc3b9-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f985858c-1c75-46ac-b274-b588fd99aca0 /dev/sda3 512 sda gpt f06434ba-c823-400f-919d-3c11db084ac0 8192 1 0 0 1 64 mq-deadline 930.5G 2099200 block:scsi:pci part ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b 0B 0x50014ee2597bc3b9 none 0B 0B 0B 0 0 0
0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm 5bf853da-6468-471d-b882-880162b77bc0 0B none 0B 0B 0B 0 0 0
0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 73.1G / 93.9G ext4 16G 17% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 8192 0 0 0 1 96G running block / / lvm dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a 0B none 0B 0B 0B 0 0 0
0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data 65536 root /dev/mapper/pve-data 512 dm-3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
--- blkid
$ blkid
/dev/mapper/pve-root: UUID="dbfc5380-d4b8-4b6c-821f-7f0ff1e3233a" BLOCK_SIZE="4096" TYPE="ext4"
/dev/mapper/pve-swap: UUID="5bf853da-6468-471d-b882-880162b77bc0" TYPE="swap"
/dev/sda2: UUID="F58A-0A72" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="8f4ef1cb-7225-4e9d-8708-aec9c52d2e64"
/dev/sda3: UUID="ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b" TYPE="LVM2_member" PARTUUID="f985858c-1c75-46ac-b274-b588fd99aca0"
/dev/sda1: PARTUUID="70443e93-17ae-4272-8915-cea7a2dc6c13"
--- /proc/partitions
$ cat /proc/partitions
major minor #blocks name
8 0 976762584 sda
8 1 1007 sda1
8 2 1048576 sda2
8 3 975712967 sda3
252 0 8388608 dm-0
252 1 100663296 dm-1
252 2 8495104 dm-2
252 3 832888832 dm-3
252 4 832888832 dm-4
--- fdisk -l
$ fdisk -l
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EADS-65M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F06434BA-C823-400F-919D-3C11DB084AC0
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 2099199 2097152 1G EFI System
/dev/sda3 2099200 1953525134 1951425935 930.5G Linux LVM
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
--- parted -l
$ parted -l
/root/check.sh: line 45: parted: command not found
[exit=127 / not installed or not permitted]
--- block device queue settings (per device)
$ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do
q="/sys/block/$d/queue"
[ -d "$q" ] || continue
printf '----- %s -----\n' "$d"
for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \
logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \
rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \
fua rot_stable_writes add_random zoned dma_alignment iostats;
do
f="$q/$k"
[ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)"
done
# NVMe-specific
for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do
[ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")"
done
done
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 64
read_ahead_kb = 8192
max_sectors_kb = 4096
max_hw_sectors_kb = 32767
logical_block_size = 512
physical_block_size = 512
discard_granularity = 0
discard_max_hw_bytes = 0
rq_affinity = 1
nomerges = 0
wbt_lat_usec = 75000
write_cache = write back
stable_writes = 0
io_poll = 0
io_poll_delay = -1
fua = 0
add_random = 1
zoned = none
dma_alignment = 511
iostats = 1
model = WDC WD10EADS-65M
[exit=1]
--- df -h (filesystem usage)
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 6.8M 3.2G 1% /run
/dev/mapper/pve-root 94G 17G 74G 18% /
tmpfs 16G 60M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
tmpfs 16G 24K 16G 1% /tmp
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 187G 2.4T 8% /mnt/pve/D2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 2.0M 870G 1% /mnt/pve/S2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.0M 435G 1% /mnt/pve/S4
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 2.0M 870G 1% /mnt/pve/S3
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 233G 1.5T 14% /mnt/pve/D5
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 83G 140G 38% /mnt/pve/T5-SSD
/dev/fuse 128M 28K 128M 1% /etc/pve
tmpfs 3.2G 4.0K 3.2G 1% /run/user/0
--- df -i (inode usage)
$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 4084666 604 4084062 1% /dev
tmpfs 4096661 1152 4095509 1% /run
/dev/mapper/pve-root 6291456 63470 6227986 2% /
tmpfs 4096661 123 4096538 1% /dev/shm
tmpfs 4096661 27 4096634 1% /run/lock
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
tmpfs 1048576 14 1048562 1% /tmp
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 56 183148488 1% /mnt/pve/D2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 13 61054963 1% /mnt/pve/S2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 13 30531571 1% /mnt/pve/S4
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 13 61054963 1% /mnt/pve/S3
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 66 122101694 1% /mnt/pve/D5
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD
/dev/fuse 262144 48 262096 1% /etc/pve
tmpfs 819332 26 819306 1% /run/user/0
###############################################################################
# 15. STORAGE: MOUNTS & FILESYSTEMS
###############################################################################
--- mount (filtered)
$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=16338664k,nr_inodes=4084666,mode=755,inode64)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3277332k,mode=755,inode64)
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=7719)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=16386648k,nr_inodes=1048576,inode64)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4)
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277328k,nr_inodes=819332,mode=700,inode64)
--- findmnt (tree)
$ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro
├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
├─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
└─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
--- /etc/fstab
--- /etc/fstab ---
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
--- ext4 reserved block % (per fs)
$ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do
echo "=== $dev ==="
dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last'
done
=== /dev/mapper/pve-root ===
Last mounted on: /
Block count: 25165824
Reserved block count: 1258291
Free blocks: 20426534
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Sun Jul 26 09:14:37 2026
Last write time: Sun Jul 26 16:14:51 2026
Mount count: 20
Maximum mount count: -1
Last checked: Thu Mar 12 09:36:08 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
--- xfs info (per fs)
$ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do
echo "=== $mp ==="
xfs_info "$mp" 2>/dev/null
done
###############################################################################
# 16. STORAGE: NFS (CLIENT + SERVER)
###############################################################################
--- nfsstat -m (mount options)
$ nfsstat -m
/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd
Flags: rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
--- nfsstat -c (client stats)
$ nfsstat -c
Client rpc stats:
calls retrans authrefrsh
862775 0 866813
Client nfs v4:
null read write commit open
2 0% 217713 25% 597511 69% 21585 2% 8 0%
open_conf open_noat open_dgrd close setattr
0 0% 128 0% 0 0% 69 0% 1 0%
fsinfo renew setclntid confirm lock
35 0% 0 0% 0 0% 0 0% 0 0%
lockt locku access getattr lookup
0 0% 0 0% 180 0% 6163 0% 110 0%
lookup_root remove rename link symlink
7 0% 10 0% 2 0% 0 0% 0 0%
create pathconf statfs readlink readdir
6 0% 28 0% 18484 2% 0 0% 122 0%
server_caps delegreturn getacl setacl fs_locations
63 0% 47 0% 0 0% 0 0% 0 0%
rel_lkowner secinfo fsid_present exchange_id create_session
0 0% 0 0% 0 0% 4 0% 2 0%
destroy_session sequence get_lease_time reclaim_comp layoutget
0 0% 2 0% 0 0% 2 0% 0 0%
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
0 0% 0 0% 0 0% 7 0% 0 0%
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
0 0% 0 0% 0 0% 0 0% 324 0%
allocate deallocate layoutstats clone
0 0% 22 0% 46 0% 0 0%
--- nfsstat -s (server stats)
$ nfsstat -s
Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory).
[exit=2 / not installed or not permitted]
--- nfsstat -234 (version stats)
$ nfsstat -234
Client rpc stats:
calls retrans authrefrsh
862776 0 866814
Client nfs v2:
null getattr setattr root lookup
0 0% 0 0% 0 0% 0 0% 0 0%
readlink read wrcache write create
0 0% 0 0% 0 0% 0 0% 0 0%
remove rename link symlink mkdir
0 0% 0 0% 0 0% 0 0% 0 0%
rmdir readdir fsstat
0 0% 0 0% 0 0%
Client nfs v3:
null getattr setattr lookup access
0 0% 0 0% 0 0% 0 0% 0 0%
readlink read write create mkdir
0 0% 0 0% 0 0% 0 0% 0 0%
symlink mknod remove rmdir rename
0 0% 0 0% 0 0% 0 0% 0 0%
link readdir readdirplus fsstat fsinfo
0 0% 0 0% 0 0% 0 0% 0 0%
pathconf commit
0 0% 0 0%
Client nfs v4:
null read write commit open
2 0% 217713 25% 597512 69% 21585 2% 8 0%
open_conf open_noat open_dgrd close setattr
0 0% 128 0% 0 0% 69 0% 1 0%
fsinfo renew setclntid confirm lock
35 0% 0 0% 0 0% 0 0% 0 0%
lockt locku access getattr lookup
0 0% 0 0% 180 0% 6163 0% 110 0%
lookup_root remove rename link symlink
7 0% 10 0% 2 0% 0 0% 0 0%
create pathconf statfs readlink readdir
6 0% 28 0% 18484 2% 0 0% 122 0%
server_caps delegreturn getacl setacl fs_locations
63 0% 47 0% 0 0% 0 0% 0 0%
rel_lkowner secinfo fsid_present exchange_id create_session
0 0% 0 0% 0 0% 4 0% 2 0%
destroy_session sequence get_lease_time reclaim_comp layoutget
0 0% 2 0% 0 0% 2 0% 0 0%
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
0 0% 0 0% 0 0% 7 0% 0 0%
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
0 0% 0 0% 0 0% 0 0% 324 0%
allocate deallocate layoutstats clone
0 0% 22 0% 46 0% 0 0%
--- showmount -e (exports)
$ showmount -e
clnt_create: RPC: Timed out
[exit=1 / not installed or not permitted]
--- /proc/net/rpc/nfs
$ cat /proc/net/rpc/nfs
net 0 0 0 0
rpc 866370 0 870432
proc4 71 2 217801 600724 21703 8 0 128 0 69 1 35 0 0 0 0 0 0 180 6203 110 7 10 2 0 0 6 28 18617 0 122 63 47 0 0 0 0 0 0 4 2 0 2 0 2 0 0 0 0 7 0 0 0 0 0 324 0 22 47 0 0 0 0 0 0 0 0 0 0 0 0 0
--- /proc/net/rpc/nfsd
$ cat /proc/net/rpc/nfsd
cat: /proc/net/rpc/nfsd: No such file or directory
[exit=1 / not installed or not permitted]
--- exports
[missing: /etc/exports]
[missing: /etc/exports.d/*.exports]
--- nfs.conf
--- /etc/nfs.conf ---
#
# This is a general configuration for the
# NFS daemons and tools
#
[general]
pipefs-directory=/run/rpc_pipefs
#
[nfsrahead]
# nfs=15000
# nfs4=16000
#
[exports]
# rootdir=/export
#
[exportfs]
# debug=0
#
[gssd]
# verbosity=0
# rpc-verbosity=0
# use-memcache=0
# use-machine-creds=1
# use-gss-proxy=0
# avoid-dns=1
# limit-to-legacy-enctypes=0
# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96
# context-timeout=0
# rpc-timeout=5
# keytab-file=/etc/krb5.keytab
# cred-cache-directory=
# preferred-realm=
# set-home=1
# upcall-timeout=30
# cancel-timed-out-upcalls=0
#
[lockd]
# port=0
# udp-port=0
#
[exportd]
# debug="all|auth|call|general|parse"
# manage-gids=n
# state-directory-path=/var/lib/nfs
# threads=1
# cache-use-ipaddr=n
# ttl=1800
[mountd]
# debug="all|auth|call|general|parse"
manage-gids=y
# descriptors=0
# port=0
# threads=1
# reverse-lookup=n
# state-directory-path=/var/lib/nfs
# ha-callout=
# cache-use-ipaddr=n
# ttl=1800
#
[nfsdcld]
# debug=0
# storagedir=/var/lib/nfs/nfsdcld
#
[nfsd]
# debug=0
# threads=16
# host=
# port=0
# grace-time=90
# lease-time=90
# udp=n
# tcp=y
# vers3=y
# vers4=y
# vers4.0=y
# vers4.1=y
# vers4.2=y
# rdma=n
# rdma-port=20049
[statd]
# debug=0
# port=0
# outgoing-port=0
# name=
# state-directory-path=/var/lib/nfs/statd
# ha-callout=
# no-notify=0
#
[sm-notify]
# debug=0
# force=0
# retry-time=900
# outgoing-port=
# outgoing-addr=
# lift-grace=y
#
[svcgssd]
# principal=
[missing: /etc/nfs.conf.d/*.conf]
--- nfs defaults
[missing: /etc/default/nfs-kernel-server]
--- /etc/default/nfs-common ---
# If you do not set values for the NEED_ options, they will be attempted
# autodetected; this should be sufficient for most people. Valid alternatives
# for the NEED_ options are "yes" and "no".
# Do you want to start the statd daemon? It is not needed for NFSv4.
NEED_STATD=
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
NEED_IDMAPD=
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=
--- idmapd.conf
--- /etc/idmapd.conf ---
[General]
Verbosity = 0
# set your own domain here, if it differs from FQDN minus hostname
# Domain = localdomain
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
--- pvesm status
$ pvesm status
Name Type Status Total (KiB) Used (KiB) Available (KiB) %
D2 nfs active 2883130368 195840000 2540761088 6.79%
D3 nfs active 491133952 2048 466110464 0.00%
D5 nfs active 1921726464 244210688 1579823104 12.71%
S2 nfs active 960304128 2048 911448064 0.00%
S3 nfs active 960304128 2048 911448064 0.00%
S4 nfs active 479597568 2048 455159808 0.00%
T5-SSD nfs active 245023744 86468608 146035712 35.29%
local dir active 98497780 16791392 76656840 17.05%
local-lvm lvmthin active 832888832 0 832888832 0.00%
--- pvesm list per storage
$ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do
echo "--- storage: $s ---"
pvesm list "$s" 2>/dev/null | head -n 30
echo "--- pvesm config $s ---"
pvesm config "$s" 2>/dev/null
done
--- storage: D2 ---
Volid Format Type Size VMID
D2:100/vm-100-disk-0.raw raw images 34359738368 100
D2:100/vm-100-disk-1.raw raw images 540672 100
D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101
D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104
D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105
D2:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106
D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108
D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109
D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114
D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117
D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000
D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500
D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509
D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600
D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601
D2:603/vm-603-disk-0.qcow2 qcow2 images 34359738368 603
D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702
D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703
D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704
D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901
D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904
--- pvesm config D2 ---
--- storage: D3 ---
Volid Format Type Size VMID
--- pvesm config D3 ---
--- storage: D5 ---
Volid Format Type Size VMID
D5:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100
D5:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103
D5:107/vm-107-disk-0.qcow2 qcow2 images 34359738368 107
D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313
D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530
D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531
D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532
D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533
D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534
D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535
D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536
D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537
D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538
D5:538/vm-812-disk-2.raw raw images 429496729600 538
D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541
D5:602/vm-602-disk-0.qcow2 qcow2 images 34359738368 602
D5:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701
D5:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902
D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903
--- pvesm config D5 ---
--- storage: S2 ---
Volid Format Type Size VMID
--- pvesm config S2 ---
--- storage: S3 ---
Volid Format Type Size VMID
--- pvesm config S3 ---
--- storage: S4 ---
Volid Format Type Size VMID
--- pvesm config S4 ---
--- storage: T5-SSD ---
Volid Format Type Size VMID
T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111
--- pvesm config T5-SSD ---
--- storage: local ---
Volid Format Type Size VMID
local:iso/debian13.iso iso iso 790626304
local:iso/kali.iso iso iso 4802531328
local:iso/proxmox-mail-gateway_9.1-1.iso iso iso 1694324736
local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600
--- pvesm config local ---
--- storage: local-lvm ---
Volid Format Type Size VMID
--- pvesm config local-lvm ---
[exit=255]
###############################################################################
# 17. STORAGE: LVM
###############################################################################
--- pvs
$ pvs -v
PV VG Fmt Attr PSize PFree DevSize PV UUID
/dev/sda3 pve lvm2 a-- <930.51g 16.00g 930.51g ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b
--- vgs
$ vgs -v
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
pve wz--n- 4.00m 1 3 0 <930.51g 16.00g dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj
--- lvs
$ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta%
data pve twi-a-tz-- 852878163968B 0.00 0.24 thin,pool private 0.00 0.24
root pve -wi-ao---- 103079215104B linear public
swap pve -wi-ao---- 8589934592B linear public
--- pvdisplay
$ pvdisplay
--- Physical volume ---
PV Name /dev/sda3
VG Name pve
PV Size 930.51 GiB / not usable 4.69 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 238210
Free PE 4096
Allocated PE 234114
PV UUID ji8DZ3-koja-1fdL-VOhN-YYV7-8iTz-j8o94b
--- vgdisplay
$ vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 7
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 3
Open LV 2
Max PV 0
Cur PV 1
Act PV 1
VG Size <930.51 GiB
PE Size 4.00 MiB
Total PE 238210
Alloc PE / Size 234114 / <914.51 GiB
Free PE / Size 4096 / 16.00 GiB
VG UUID dr2hG1-nn5b-JaQF-MWZH-IDgx-fwgi-vV6clj
--- lvdisplay
$ lvdisplay
--- Logical volume ---
LV Name data
VG Name pve
LV UUID 16vlnb-pnPQ-z7MO-NS0Z-pPDo-wYSH-fujLo1
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size 794.30 GiB
Allocated pool data 0.00%
Allocated metadata 0.24%
Current LE 203342
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:4
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID vPEFNl-1cn9-4wKS-ZYCg-HGyD-Gcgq-3unUBL
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Status available
# open 1
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:0
--- Logical volume ---
LV Path /dev/pve/root
LV Name root
VG Name pve
LV UUID Dge9SV-sd7f-9oDn-Q4FC-xCHO-6C01-c0wJMT
LV Write Access read/write
LV Creation host, time proxmox, 2026-03-12 09:40:38 -0500
LV Status available
# open 1
LV Size 96.00 GiB
Current LE 24576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:1
--- lvm/lvm.conf (filters only)
--- /etc/lvm/lvm.conf ---
# This is an example configuration file for the LVM2 system.
# It contains the default settings that would be used if there was no
# /etc/lvm/lvm.conf file.
#
# Refer to 'man lvm.conf' for further information including the file layout.
#
# Refer to 'man lvm.conf' for information about how settings configured in
# this file are combined with built-in values and command line options to
# arrive at the final values used by LVM.
#
# Refer to 'man lvmconfig' for information about displaying the built-in
# and configured values used by LVM.
#
# If a default value is set in this file (not commented out), then a
# new version of LVM using this file will continue using that value,
# even if the new version of LVM changes the built-in default value.
#
# To put this file in a different directory and override /etc/lvm set
# the environment variable LVM_SYSTEM_DIR before running the tools.
#
# N.B. Take care that each setting only appears once if uncommenting
# example settings in this file.
# Configuration section config.
# How LVM configuration settings are handled.
config {
# Configuration option config/checks.
# If enabled, any LVM configuration mismatch is reported.
# This implies checking that the configuration key is understood by
# LVM and that the value of the key is the proper type. If disabled,
# any configuration mismatch is ignored and the default value is used
# without any warning (a message about the configuration key not being
# found is issued in verbose mode only).
# This configuration option has an automatic default value.
# checks = 1
# Configuration option config/validate_metadata.
# Allows to select the level of validation after metadata transformation.
# Validation takes extra CPU time to verify internal consistency.
# Accepted values:
# full
# Do a full metadata validation before disk write.
# none
# Skip any checks (unrecommended, slightly faster).
#
# This configuration option is advanced.
# This configuration option has an automatic default value.
# validate_metadata = "full"
# Configuration option config/abort_on_errors.
# Abort the LVM process if a configuration mismatch is found.
# This configuration option has an automatic default value.
# abort_on_errors = 0
# Configuration option config/profile_dir.
# Directory where LVM looks for configuration profiles.
# This configuration option has an automatic default value.
# profile_dir = "/etc/lvm/profile"
}
# Configuration section devices.
# How LVM uses block devices.
devices {
# Configuration option devices/dir.
# Directory in which to create volume group device nodes.
# Commands also accept this as a prefix on volume group names.
# This configuration option is advanced.
# This configuration option has an automatic default value.
# dir = "/dev"
# Configuration option devices/scan.
# Directories containing device nodes to use with LVM.
# This configuration option is advanced.
# This configuration option has an automatic default value.
# scan = [ "/dev" ]
# Configuration option devices/obtain_device_list_from_udev.
# Obtain the list of available devices from udev.
# This avoids opening or using any inapplicable non-block devices or
# subdirectories found in the udev directory. Any device node or
# symlink not managed by udev in the udev directory is ignored. This
# setting applies only to the udev-managed device directory; other
# directories will be scanned fully. LVM needs to be compiled with
# udev support for this setting to apply.
# This configuration option has an automatic default value.
# obtain_device_list_from_udev = 0
# Configuration option devices/external_device_info_source.
# Enable device information from udev.
# If set to "udev", lvm will supplement its own native device information
# with information from libudev. This can potentially improve the detection
# of MD component devices and multipath component devices.
# This configuration option has an automatic default value.
# external_device_info_source = "none"
# Configuration option devices/hints.
# Use a local file to remember which devices have PVs on them.
# Some commands will use this as an optimization to reduce device
# scanning, and will only scan the listed PVs. Removing the hint file
# will cause lvm to generate a new one. Disable hints if PVs will
# be copied onto devices using non-lvm commands, like dd.
#
# Accepted values:
# all
# Use all hints.
# none
# Use no hints.
#
# This configuration option has an automatic default value.
# hints = "all"
# Configuration option devices/preferred_names.
# Select which path name to display for a block device.
# If multiple path names exist for a block device, and LVM needs to
# display a name for the device, the path names are matched against
# each item in this list of regular expressions. The first match is
# used. Try to avoid using undescriptive /dev/dm-N names, if present.
# If no preferred name matches, or if preferred_names are not defined,
# the following built-in preferences are applied in order until one
# produces a preferred name:
# Prefer names with path prefixes in the order of:
# /dev/mapper, /dev/disk, /dev/dm-*, /dev/block.
# Prefer the name with the least number of slashes.
# Prefer a name that is a symlink.
# Prefer the path with least value in lexicographical order.
#
# Example
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
#
# This configuration option does not have a default value defined.
# Configuration option devices/use_devicesfile.
# Enable or disable the use of a devices file.
# When enabled, lvm will only use devices that
# are listed in the devices file. A devices file will
# be used, regardless of this setting, when the --devicesfile
# option is set to a specific file name.
# This configuration option has an automatic default value.
# use_devicesfile = 0
# Configuration option devices/devicesfile.
# The name of the system devices file, listing devices that LVM should use.
# This should not be used to select a non-system devices file.
# The --devicesfile option is intended for alternative devices files.
# This configuration option has an automatic default value.
# devicesfile = "system.devices"
# Configuration option devices/devicesfile_backup_limit.
# The max number of backup files to keep in /etc/lvm/devices/backup.
# LVM creates a backup of the devices file each time a new
# version is created, or each time a modification is detected.
# When the max number of backups is reached, the oldest are
# removed to remain at the limit. Set to 0 to disable backups.
# Only the system devices file is backed up.
# This configuration option has an automatic default value.
# devicesfile_backup_limit = 50
# Configuration option devices/search_for_devnames.
# Look outside of the devices file for missing devname entries.
# A devname entry is used for a device that does not have a stable
# device id, e.g. wwid, so the unstable device name is used as
# the device id. After reboot, or if the device is reattached,
# the device name may change, in which case lvm will not find
# the expected PV on the device listed in the devices file.
# This setting controls whether lvm will search other devices,
# outside the devices file, to look for the missing PV on a
# renamed device. If "none", lvm will not look at other devices,
# and the PV may appear to be missing. If "auto", lvm will look
# at other devices, but only those that are likely to have the PV.
# If "all", lvm will look at all devices on the system.
# This configuration option has an automatic default value.
# search_for_devnames = "all"
# Configuration option devices/device_ids_refresh.
# Find PVs on new devices and update the device IDs in the devices file.
# If PVs are restored or moved to a new system with new devices, but
# an old system.devices remains with old device IDs, then search for
# the PVIDs on new devices and update the device IDs in system.devices.
# The original device IDs must also not be found on the new system.
# See device_ids_refresh_check for conditions that trigger the refresh.
# This configuration option has an automatic default value.
# device_ids_refresh = 1
# Configuration option devices/device_ids_refresh_checks.
# Conditions that trigger device_ids_refresh to locate PVIDs on new devices.
# product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not
# match the value saved in system.devices.
# hostname: refresh if hostname does not match the value saved in system.devices.
# (hostname is used if product_uuid is not available.)
# Remove values from this list to prevent lvm from using them.
# This configuration option has an automatic default value.
# device_ids_refresh_checks = [ "product_uuid", "hostname" ]
# Configuration option devices/filter.
# Limit the block devices that are used by LVM commands.
# This is a list of regular expressions used to accept or reject block
# device path names. Each regex is delimited by a vertical bar '|'
# (or any character) and is preceded by 'a' to accept the path, or
# by 'r' to reject the path. The first regex in the list to match the
# path is used, producing the 'a' or 'r' result for the device.
# When multiple path names exist for a block device, if any path name
# matches an 'a' pattern before an 'r' pattern, then the device is
# accepted. If all the path names match an 'r' pattern first, then the
# device is rejected. Unmatching path names do not affect the accept
# or reject decision. If no path names for a device match a pattern,
# then the device is accepted. Be careful mixing 'a' and 'r' patterns,
# as the combination might produce unexpected results (test changes.)
# Run vgscan after changing the filter to regenerate the cache.
#
# Example
# Accept every block device:
# filter = [ "a|.*|" ]
# Reject the cdrom drive:
# filter = [ "r|/dev/cdrom|" ]
# Work with just loopback devices, e.g. for testing:
# filter = [ "a|loop|", "r|.*|" ]
# Accept all loop devices and ide drives except hdc:
# filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
# Use anchors to be very specific:
# filter = [ "a|^/dev/hda8$|", "r|.*|" ]
#
# This configuration option has an automatic default value.
# filter = [ "a|.*|" ]
# Configuration option devices/global_filter.
# Limit the block devices that are used by LVM system components.
# Because devices/filter may be overridden from the command line, it is
# not suitable for system-wide device filtering, e.g. udev.
# Use global_filter to hide devices from these LVM system components.
# The syntax is the same as devices/filter. Devices rejected by
# global_filter are not opened by LVM.
# This configuration option has an automatic default value.
# global_filter = [ "a|.*|" ]
# Configuration option devices/types.
# List of additional acceptable block device types.
# These are of device type names from /proc/devices, followed by the
# maximum number of partitions.
#
# Example
# types = [ "fd", 16 ]
#
# This configuration option is advanced.
# This configuration option does not have a default value defined.
# Configuration option devices/sysfs_scan.
# Restrict device scanning to block devices appearing in sysfs.
# This is a quick way of filtering out block devices that are not
# present on the system. sysfs must be part of the kernel and mounted.)
# This configuration option has an automatic default value.
# sysfs_scan = 1
# Configuration option devices/scan_lvs.
# Allow LVM LVs to be used as PVs. When enabled, LVM commands will
# scan active LVs to look for other PVs. Caution is required to
# avoid using PVs that belong to guest images stored on LVs.
# When enabled, the LVs scanned should be restricted using the
# devices file or the filter. This option does not enable autoactivation
# of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.)
# This configuration option has an automatic default value.
# scan_lvs = 0
# Configuration option devices/multipath_component_detection.
# Ignore devices that are components of DM multipath devices.
# This configuration option has an automatic default value.
# multipath_component_detection = 1
# Configuration option devices/multipath_wwids_file.
# The path to the multipath wwids file used for multipath component detection.
# Set this to an empty string to disable the use of the multipath wwids file.
# This configuration option has an automatic default value.
# multipath_wwids_file = "/etc/multipath/wwids"
# Configuration option devices/md_component_detection.
# Enable detection and exclusion of MD component devices.
# An MD component device is a block device that MD uses as part
# of a software RAID virtual device. When an LVM PV is created
# on an MD device, LVM must only use the top level MD device as
# the PV, and should ignore the underlying component devices.
# In cases where the MD superblock is located at the end of the
# component devices, it is more difficult for LVM to consistently
# identify an MD component, see the md_component_checks setting.
# This configuration option has an automatic default value.
# md_component_detection = 1
# Configuration option devices/md_component_checks.
# The checks LVM should use to detect MD component devices.
# MD component devices are block devices used by MD software RAID.
#
# Accepted values:
# auto
# LVM will skip scanning the end of devices when it has other
# indications that the device is not an MD component.
# start
# LVM will only scan the start of devices for MD superblocks.
# This does not incur extra I/O by LVM.
# full
--- lvm.conf active filter
$ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null
global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"]
###############################################################################
# 18. STORAGE: MULTIPATH
###############################################################################
--- multipath -ll
$ multipath -ll
/root/check.sh: line 45: multipath: command not found
[exit=127 / not installed or not permitted]
--- multipath -v3 -ll (verbose, capped)
$ multipath -v3 -ll
/root/check.sh: line 45: multipath: command not found
[exit=127 / not installed or not permitted]
--- multipath.conf
[missing: /etc/multipath.conf]
--- systemctl is-active multipathd
$ systemctl is-active multipathd
inactive
[exit=4 / not installed or not permitted]
###############################################################################
# 19. STORAGE: ZFS
###############################################################################
--- zfs version (userland)
$ zfs version
zfs-2.3.4-pve1
zfs-kmod-2.3.4-pve1
--- zpool version
$ zpool version
zfs-2.3.4-pve1
zfs-kmod-2.3.4-pve1
--- zpool list -v
$ zpool list -v
no pools available
--- zpool status -v
$ zpool status -v
no pools available
--- zpool key properties
$ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly
--- zfs per-dataset key properties
$ zfs get -r -o name,property,value,source \
compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null
[exit=2]
--- ARC stats
$ cat /proc/spl/kstat/zfs/arcstats
21 1 0x01 147 39984 11674781698 26133554569410
name type data
hits 4 0
iohits 4 0
misses 4 0
demand_data_hits 4 0
demand_data_iohits 4 0
demand_data_misses 4 0
demand_metadata_hits 4 0
demand_metadata_iohits 4 0
demand_metadata_misses 4 0
prefetch_data_hits 4 0
prefetch_data_iohits 4 0
prefetch_data_misses 4 0
prefetch_metadata_hits 4 0
prefetch_metadata_iohits 4 0
prefetch_metadata_misses 4 0
mru_hits 4 0
mru_ghost_hits 4 0
mfu_hits 4 0
mfu_ghost_hits 4 0
uncached_hits 4 0
deleted 4 0
mutex_miss 4 0
access_skip 4 0
evict_skip 4 0
evict_not_enough 4 0
evict_l2_cached 4 0
evict_l2_eligible 4 0
evict_l2_eligible_mfu 4 0
evict_l2_eligible_mru 4 0
evict_l2_ineligible 4 0
evict_l2_skip 4 0
hash_elements 4 0
hash_elements_max 4 0
hash_collisions 4 0
hash_chains 4 0
hash_chain_max 4 0
meta 4 1073741824
pd 4 2147483648
pm 4 2147483648
c 4 1048745344
c_min 4 1048745344
c_max 4 3355443200
size 4 1920
compressed_size 4 0
uncompressed_size 4 0
overhead_size 4 0
hdr_size 4 1920
data_size 4 0
metadata_size 4 0
dbuf_size 4 0
dnode_size 4 0
bonus_size 4 0
anon_size 4 0
anon_data 4 0
anon_metadata 4 0
anon_evictable_data 4 0
anon_evictable_metadata 4 0
mru_size 4 0
mru_data 4 0
mru_metadata 4 0
mru_evictable_data 4 0
mru_evictable_metadata 4 0
mru_ghost_size 4 0
mru_ghost_data 4 0
mru_ghost_metadata 4 0
mru_ghost_evictable_data 4 0
mru_ghost_evictable_metadata 4 0
mfu_size 4 0
mfu_data 4 0
mfu_metadata 4 0
mfu_evictable_data 4 0
mfu_evictable_metadata 4 0
mfu_ghost_size 4 0
mfu_ghost_data 4 0
mfu_ghost_metadata 4 0
mfu_ghost_evictable_data 4 0
mfu_ghost_evictable_metadata 4 0
uncached_size 4 0
uncached_data 4 0
uncached_metadata 4 0
uncached_evictable_data 4 0
uncached_evictable_metadata 4 0
l2_hits 4 0
l2_misses 4 0
l2_prefetch_asize 4 0
l2_mru_asize 4 0
l2_mfu_asize 4 0
l2_bufc_data_asize 4 0
l2_bufc_metadata_asize 4 0
l2_feeds 4 0
l2_rw_clash 4 0
l2_read_bytes 4 0
l2_write_bytes 4 0
l2_writes_sent 4 0
l2_writes_done 4 0
l2_writes_error 4 0
l2_writes_lock_retry 4 0
l2_evict_lock_retry 4 0
l2_evict_reading 4 0
l2_evict_l1cached 4 0
l2_free_on_write 4 0
l2_abort_lowmem 4 0
l2_cksum_bad 4 0
l2_io_error 4 0
l2_size 4 0
l2_asize 4 0
l2_hdr_size 4 0
l2_log_blk_writes 4 0
l2_log_blk_avg_asize 4 0
l2_log_blk_asize 4 0
l2_log_blk_count 4 0
l2_data_to_meta_ratio 4 0
l2_rebuild_success 4 0
l2_rebuild_unsupported 4 0
l2_rebuild_io_errors 4 0
l2_rebuild_dh_errors 4 0
l2_rebuild_cksum_lb_errors 4 0
l2_rebuild_lowmem 4 0
l2_rebuild_size 4 0
l2_rebuild_asize 4 0
l2_rebuild_bufs 4 0
l2_rebuild_bufs_precached 4 0
l2_rebuild_log_blks 4 0
memory_throttle_count 4 0
memory_direct_count 4 0
memory_indirect_count 4 0
memory_all_bytes 4 33559851008
memory_free_bytes 4 15340724224
memory_available_bytes 3 14116114560
arc_no_grow 4 0
arc_tempreserve 4 0
arc_loaned_bytes 4 0
arc_prune 4 0
arc_meta_used 4 1920
arc_dnode_limit 4 335544320
async_upgrade_sync 4 0
predictive_prefetch 4 0
demand_hit_predictive_prefetch 4 0
demand_iohit_predictive_prefetch 4 0
prescient_prefetch 4 0
demand_hit_prescient_prefetch 4 0
demand_iohit_prescient_prefetch 4 0
arc_need_free 4 0
arc_sys_free 4 1224609664
arc_raw_size 4 0
cached_only_in_progress 4 0
abd_chunk_waste_size 4 0
--- dmu_tx
$ cat /proc/spl/kstat/zfs/dmu_tx
17 1 0x01 13 3536 11672355662 26133555648153
name type data
dmu_tx_assigned 4 0
dmu_tx_delay 4 0
dmu_tx_error 4 0
dmu_tx_suspended 4 0
dmu_tx_group 4 0
dmu_tx_memory_reserve 4 0
dmu_tx_memory_reclaim 4 0
dmu_tx_dirty_throttle 4 0
dmu_tx_dirty_delay 4 0
dmu_tx_dirty_over_max 4 0
dmu_tx_dirty_frees_delay 4 0
dmu_tx_wrlog_delay 4 0
dmu_tx_quota 4 0
--- zfetchstats
$ cat /proc/spl/kstat/zfs/zfetchstats
16 1 0x01 8 2176 11672355056 26133556710000
name type data
hits 4 0
future 4 0
stride 4 0
past 4 0
misses 4 0
max_streams 4 0
io_issued 4 0
io_active 4 0
--- vdev_cache_stats
$ cat /proc/spl/kstat/zfs/vdev_cache_stats
cat: /proc/spl/kstat/zfs/vdev_cache_stats: No such file or directory
[exit=1 / not installed or not permitted]
--- abdstats
$ cat /proc/spl/kstat/zfs/abdstats
14 1 0x01 20 5440 11672290633 26133558810364
name type data
struct_size 4 96
linear_cnt 4 0
linear_data_size 4 0
scatter_cnt 4 1
scatter_data_size 4 4096
scatter_chunk_waste 4 0
scatter_order_0 4 0
scatter_order_1 4 0
scatter_order_2 4 0
scatter_order_3 4 0
scatter_order_4 4 0
scatter_order_5 4 0
scatter_order_6 4 0
scatter_order_7 4 0
scatter_order_8 4 0
scatter_order_9 4 0
scatter_page_multi_chunk 4 1
scatter_page_multi_zone 4 0
scatter_page_alloc_retry 4 0
scatter_sg_table_retry 4 0
--- ZFS module parameters (perf-relevant)
$ for f in /sys/module/zfs/parameters/*; do
[ -r "$f" ] || continue
name="$(basename "$f")"
case "$name" in
zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;;
*) continue ;;
esac
printf ' %-50s = %s\n' "$name" "$(cat "$f")"
done
l2arc_exclude_special = 0
l2arc_feed_again = 1
l2arc_feed_min_ms = 200
l2arc_feed_secs = 1
l2arc_headroom = 8
l2arc_headroom_boost = 200
l2arc_meta_percent = 33
l2arc_mfuonly = 0
l2arc_noprefetch = 1
l2arc_norw = 0
l2arc_rebuild_blocks_min_l2size = 1073741824
l2arc_rebuild_enabled = 1
l2arc_trim_ahead = 0
l2arc_write_boost = 33554432
l2arc_write_max = 33554432
zfs_abd_scatter_enabled = 1
zfs_abd_scatter_max_order = 9
zfs_abd_scatter_min_size = 1536
zfs_arc_average_blocksize = 8192
zfs_arc_dnode_limit = 0
zfs_arc_dnode_limit_percent = 10
zfs_arc_dnode_reduce_percent = 10
zfs_arc_evict_batch_limit = 10
zfs_arc_eviction_pct = 200
zfs_arc_evict_threads = 3
zfs_arc_grow_retry = 0
zfs_arc_lotsfree_percent = 10
zfs_arc_max = 3355443200
zfs_arc_meta_balance = 500
zfs_arc_min = 0
zfs_arc_min_prefetch_ms = 0
zfs_arc_min_prescient_prefetch_ms = 0
zfs_arc_pc_percent = 0
zfs_arc_prune_task_threads = 1
zfs_arc_shrinker_limit = 0
zfs_arc_shrinker_seeks = 2
zfs_arc_shrink_shift = 0
zfs_arc_sys_free = 0
zfs_dbuf_state_index = 0
zfs_dio_enabled = 1
zfs_dio_write_verify_events_per_second = 20
zfs_dirty_data_max = 3355985100
zfs_dirty_data_max_max = 4294967296
zfs_dirty_data_max_max_percent = 25
zfs_dirty_data_max_percent = 10
zfs_dirty_data_sync_percent = 20
zfs_prefetch_disable = 0
zfs_slow_io_events_per_second = 20
zfs_sync_pass_deferred_free = 2
zfs_sync_pass_dont_compress = 8
zfs_sync_pass_rewrite = 2
zfs_txg_history = 100
zfs_txg_timeout = 5
zfs_vdev_aggregation_limit = 1048576
zfs_vdev_aggregation_limit_non_rotating = 131072
zfs_vdev_async_read_max_active = 3
zfs_vdev_async_read_min_active = 1
zfs_vdev_async_write_active_max_dirty_percent = 60
zfs_vdev_async_write_active_min_dirty_percent = 30
zfs_vdev_async_write_max_active = 10
zfs_vdev_async_write_min_active = 2
zfs_vdev_default_ms_count = 200
zfs_vdev_default_ms_shift = 29
zfs_vdev_def_queue_depth = 32
zfs_vdev_direct_write_verify = 1
zfs_vdev_disk_classic = 0
zfs_vdev_disk_max_segs = 0
zfs_vdev_failfast_mask = 1
zfs_vdev_initializing_max_active = 1
zfs_vdev_initializing_min_active = 1
zfs_vdev_max_active = 1000
zfs_vdev_max_auto_ashift = 14
zfs_vdev_max_ms_shift = 34
zfs_vdev_min_auto_ashift = 9
zfs_vdev_min_ms_count = 16
zfs_vdev_mirror_non_rotating_inc = 0
zfs_vdev_mirror_non_rotating_seek_inc = 1
zfs_vdev_mirror_rotating_inc = 0
zfs_vdev_mirror_rotating_seek_inc = 5
zfs_vdev_mirror_rotating_seek_offset = 1048576
zfs_vdev_ms_count_limit = 131072
zfs_vdev_nia_credit = 5
zfs_vdev_nia_delay = 5
zfs_vdev_open_timeout_ms = 1000
zfs_vdev_queue_depth_pct = 1000
zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3 avx2
zfs_vdev_read_gap_limit = 32768
zfs_vdev_rebuild_max_active = 3
zfs_vdev_rebuild_min_active = 1
zfs_vdev_removal_max_active = 2
zfs_vdev_removal_min_active = 1
zfs_vdev_scheduler = unused
zfs_vdev_scrub_max_active = 3
zfs_vdev_scrub_min_active = 1
zfs_vdev_sync_read_max_active = 10
zfs_vdev_sync_read_min_active = 10
zfs_vdev_sync_write_max_active = 10
zfs_vdev_sync_write_min_active = 10
zfs_vdev_trim_max_active = 2
zfs_vdev_trim_min_active = 1
zfs_vdev_write_gap_limit = 4096
zfs_zil_clean_taskq_maxalloc = 1048576
zfs_zil_clean_taskq_minalloc = 1024
zfs_zil_clean_taskq_nthr_pct = 100
zvol_blk_mq_blocks_per_thread = 8
zvol_blk_mq_queue_depth = 128
zvol_enforce_quotas = 1
zvol_inhibit_dev = 0
zvol_major = 230
zvol_max_discard_blocks = 16384
zvol_num_taskqs = 0
zvol_open_timeout_ms = 1000
zvol_prefetch_bytes = 131072
zvol_request_sync = 0
zvol_threads = 0
zvol_use_blk_mq = 0
zvol_volmode = 1
--- zpool iostat snapshot
$ zpool iostat 1 1
no pools available
--- arc_summary (if present)
$ arc_summary
------------------------------------------------------------------------
ZFS Subsystem Report Sun Jul 26 16:30:02 2026
Linux 6.17.2-1-pve 2.3.4-pve1
Machine: pfv-tsys1 (x86_64) 2.3.4-pve1
ARC status:
Total memory size: 31.3 GiB
Min target size: 3.1 % 1000.2 MiB
Max target size: 10.0 % 3.1 GiB
Target size (adaptive): < 0.1 % 1000.2 MiB
Current size: < 0.1 % 1.9 KiB
Free memory size: 14.3 GiB
Available memory size: 13.1 GiB
ARC structural breakdown (current size): 1.9 KiB
Compressed size: 0.0 % 0 Bytes
Overhead size: 0.0 % 0 Bytes
Bonus size: 0.0 % 0 Bytes
Dnode size: 0.0 % 0 Bytes
Dbuf size: 0.0 % 0 Bytes
Header size: 100.0 % 1.9 KiB
L2 header size: 0.0 % 0 Bytes
ABD chunk waste size: 0.0 % 0 Bytes
ARC types breakdown (compressed + overhead): 0 Bytes
Data size: n/a 0 Bytes
Metadata size: n/a 0 Bytes
ARC states breakdown (compressed + overhead): 0 Bytes
Anonymous data size: n/a 0 Bytes
Anonymous metadata size: n/a 0 Bytes
MFU data target: 37.5 % 0 Bytes
MFU data size: n/a 0 Bytes
MFU evictable data size: n/a 0 Bytes
MFU ghost data size: 0 Bytes
MFU metadata target: 12.5 % 0 Bytes
MFU metadata size: n/a 0 Bytes
MFU evictable metadata size: n/a 0 Bytes
MFU ghost metadata size: 0 Bytes
MRU data target: 37.5 % 0 Bytes
MRU data size: n/a 0 Bytes
MRU evictable data size: n/a 0 Bytes
MRU ghost data size: 0 Bytes
MRU metadata target: 12.5 % 0 Bytes
MRU metadata size: n/a 0 Bytes
MRU evictable metadata size: n/a 0 Bytes
MRU ghost metadata size: 0 Bytes
Uncached data size: n/a 0 Bytes
Uncached metadata size: n/a 0 Bytes
ARC hash breakdown:
Elements: 0
Collisions: 0
Chain max: 0
Chains: 0
ARC misc:
Uncompressed size: n/a 0 Bytes
Memory throttles: 0
Memory direct reclaims: 0
Memory indirect reclaims: 0
Deleted: 0
Mutex misses: 0
Eviction skips: 0
Eviction skips due to L2 writes: 0
L2 cached evictions: 0 Bytes
L2 eligible evictions: 0 Bytes
L2 eligible MFU evictions: n/a 0 Bytes
L2 eligible MRU evictions: n/a 0 Bytes
L2 ineligible evictions: 0 Bytes
ARC total accesses: 0
Total hits: n/a 0
Total I/O hits: n/a 0
Total misses: n/a 0
ARC demand data accesses: n/a 0
Demand data hits: n/a 0
Demand data I/O hits: n/a 0
Demand data misses: n/a 0
ARC demand metadata accesses: n/a 0
Demand metadata hits: n/a 0
Demand metadata I/O hits: n/a 0
Demand metadata misses: n/a 0
ARC prefetch data accesses: n/a 0
Prefetch data hits: n/a 0
Prefetch data I/O hits: n/a 0
Prefetch data misses: n/a 0
ARC prefetch metadata accesses: n/a 0
Prefetch metadata hits: n/a 0
Prefetch metadata I/O hits: n/a 0
Prefetch metadata misses: n/a 0
ARC predictive prefetches: n/a 0
Demand hits after predictive: n/a 0
Demand I/O hits after predictive: n/a 0
Never demanded after predictive: n/a 0
ARC prescient prefetches: n/a 0
Demand hits after prescient: n/a 0
Demand I/O hits after prescient: n/a 0
Never demanded after prescient: n/a 0
ARC states hits of all accesses:
Most frequently used (MFU): n/a 0
Most recently used (MRU): n/a 0
Most frequently used (MFU) ghost: n/a 0
Most recently used (MRU) ghost: n/a 0
Uncached: n/a 0
DMU predictive prefetcher calls: 0
Stream hits: n/a 0
Hits ahead of stream: n/a 0
Hits behind stream: n/a 0
Stream misses: n/a 0
Streams limit reached: n/a 0
Stream strides: 0
Prefetches issued 0
L2ARC not detected, skipping section
Solaris Porting Layer (SPL):
spl_hostid 0
spl_hostid_path /etc/hostid
spl_kmem_alloc_max 1048576
spl_kmem_alloc_warn 65536
spl_kmem_cache_kmem_threads 4
spl_kmem_cache_magazine_size 0
spl_kmem_cache_max_size 32
spl_kmem_cache_obj_per_slab 8
spl_kmem_cache_slab_limit 16384
spl_panic_halt 0
spl_schedule_hrtimeout_slack_us 0
spl_taskq_kick 0
spl_taskq_thread_bind 0
spl_taskq_thread_dynamic 1
spl_taskq_thread_priority 1
spl_taskq_thread_sequential 4
spl_taskq_thread_timeout_ms 5000
Tunables:
brt_zap_default_bs 12
brt_zap_default_ibs 12
brt_zap_prefetch 1
dbuf_cache_hiwater_pct 10
dbuf_cache_lowater_pct 10
dbuf_cache_max_bytes 18446744073709551615
dbuf_cache_shift 5
dbuf_metadata_cache_max_bytes 18446744073709551615
dbuf_metadata_cache_shift 6
dbuf_mutex_cache_shift 0
ddt_zap_default_bs 15
ddt_zap_default_ibs 15
dmu_ddt_copies 0
dmu_object_alloc_chunk_shift 7
dmu_prefetch_max 134217728
icp_aes_impl cycle [fastest] generic x86_64 aesni
icp_gcm_avx_chunk_size 32736
icp_gcm_impl cycle [fastest] avx generic pclmulqdq
l2arc_exclude_special 0
l2arc_feed_again 1
l2arc_feed_min_ms 200
l2arc_feed_secs 1
l2arc_headroom 8
l2arc_headroom_boost 200
l2arc_meta_percent 33
l2arc_mfuonly 0
l2arc_noprefetch 1
l2arc_norw 0
l2arc_rebuild_blocks_min_l2size 1073741824
l2arc_rebuild_enabled 1
l2arc_trim_ahead 0
l2arc_write_boost 33554432
l2arc_write_max 33554432
metaslab_aliquot 1048576
metaslab_bias_enabled 1
metaslab_debug_load 0
metaslab_debug_unload 0
metaslab_df_max_search 16777216
metaslab_df_use_largest_segment 0
metaslab_force_ganging 16777217
metaslab_force_ganging_pct 3
metaslab_fragmentation_factor_enabled 1
metaslab_lba_weighting_enabled 1
metaslab_preload_enabled 1
metaslab_preload_limit 10
metaslab_preload_pct 50
metaslab_unload_delay 32
metaslab_unload_delay_ms 600000
raidz_expand_max_copy_bytes 167772160
raidz_expand_max_reflow_bytes 0
raidz_io_aggregate_rows 4
send_holes_without_birth_time 1
spa_asize_inflation 24
spa_config_path /etc/zfs/zpool.cache
spa_cpus_per_allocator 4
spa_load_print_vdev_tree 0
spa_load_verify_data 1
spa_load_verify_metadata 1
spa_load_verify_shift 4
spa_num_allocators 4
spa_slop_shift 5
spa_upgrade_errlog_limit 0
vdev_file_logical_ashift 9
vdev_file_physical_ashift 9
vdev_removal_max_span 32768
vdev_validate_skip 0
zap_iterate_prefetch 1
zap_micro_max_size 131072
zap_shrink_enabled 1
zfetch_hole_shift 2
zfetch_max_distance 67108864
zfetch_max_idistance 134217728
zfetch_max_reorder 16777216
zfetch_max_sec_reap 2
zfetch_max_streams 8
zfetch_min_distance 4194304
zfetch_min_sec_reap 1
zfs_abd_scatter_enabled 1
zfs_abd_scatter_max_order 9
zfs_abd_scatter_min_size 1536
zfs_active_allocator dynamic
zfs_admin_snapshot 0
zfs_allow_redacted_dataset_mount 0
zfs_arc_average_blocksize 8192
zfs_arc_dnode_limit 0
zfs_arc_dnode_limit_percent 10
zfs_arc_dnode_reduce_percent 10
zfs_arc_evict_batch_limit 10
zfs_arc_evict_threads 3
zfs_arc_eviction_pct 200
zfs_arc_grow_retry 0
zfs_arc_lotsfree_percent 10
zfs_arc_max 3355443200
zfs_arc_meta_balance 500
zfs_arc_min 0
zfs_arc_min_prefetch_ms 0
zfs_arc_min_prescient_prefetch_ms 0
zfs_arc_pc_percent 0
zfs_arc_prune_task_threads 1
zfs_arc_shrink_shift 0
zfs_arc_shrinker_limit 0
zfs_arc_shrinker_seeks 2
zfs_arc_sys_free 0
zfs_async_block_max_blocks 18446744073709551615
zfs_autoimport_disable 1
zfs_bclone_enabled 1
zfs_bclone_wait_dirty 1
zfs_blake3_impl cycle [fastest] generic sse2 sse41 avx2
zfs_btree_verify_intensity 0
zfs_checksum_events_per_second 20
zfs_commit_timeout_pct 10
zfs_compressed_arc_enabled 1
zfs_condense_indirect_commit_entry_delay_ms 0
zfs_condense_indirect_obsolete_pct 25
zfs_condense_indirect_vdevs_enable 1
zfs_condense_max_obsolete_bytes 1073741824
zfs_condense_min_mapping_bytes 131072
zfs_dbgmsg_enable 1
zfs_dbgmsg_maxsize 4194304
zfs_dbuf_state_index 0
zfs_ddt_data_is_special 1
zfs_deadman_checktime_ms 60000
zfs_deadman_enabled 1
zfs_deadman_events_per_second 1
zfs_deadman_failmode wait
zfs_deadman_synctime_ms 600000
zfs_deadman_ziotime_ms 300000
zfs_dedup_log_cap 4294967295
zfs_dedup_log_flush_entries_max 4294967295
zfs_dedup_log_flush_entries_min 200
zfs_dedup_log_flush_flow_rate_txgs 10
zfs_dedup_log_flush_min_time_ms 1000
zfs_dedup_log_flush_txgs 100
zfs_dedup_log_hard_cap 0
zfs_dedup_log_mem_max 335598510
zfs_dedup_log_mem_max_percent 1
zfs_dedup_log_txg_max 8
zfs_dedup_prefetch 0
zfs_default_bs 9
zfs_default_ibs 17
zfs_delay_min_dirty_percent 60
zfs_delay_scale 500000
zfs_delete_blocks 20480
zfs_dio_enabled 1
zfs_dio_write_verify_events_per_second 20
zfs_dirty_data_max 3355985100
zfs_dirty_data_max_max 4294967296
zfs_dirty_data_max_max_percent 25
zfs_dirty_data_max_percent 10
zfs_dirty_data_sync_percent 20
zfs_disable_ivset_guid_check 0
zfs_dmu_offset_next_sync 1
zfs_embedded_slog_min_ms 64
zfs_expire_snapshot 300
zfs_fallocate_reserve_percent 110
zfs_flags 0
zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3 avx2
zfs_free_bpobj_enabled 1
zfs_free_leak_on_eio 0
zfs_free_min_time_ms 1000
zfs_history_output_max 1048576
zfs_immediate_write_sz 32768
zfs_initialize_chunk_size 1048576
zfs_initialize_value 16045690984833335022
zfs_keep_log_spacemaps_at_export 0
zfs_key_max_salt_uses 400000000
zfs_livelist_condense_new_alloc 0
zfs_livelist_condense_sync_cancel 0
zfs_livelist_condense_sync_pause 0
zfs_livelist_condense_zthr_cancel 0
zfs_livelist_condense_zthr_pause 0
zfs_livelist_max_entries 500000
zfs_livelist_min_percent_shared 75
zfs_lua_max_instrlimit 100000000
zfs_lua_max_memlimit 104857600
zfs_max_async_dedup_frees 100000
zfs_max_dataset_nesting 50
zfs_max_log_walking 5
zfs_max_logsm_summary_length 10
zfs_max_missing_tvds 0
zfs_max_nvlist_src_size 0
zfs_max_recordsize 16777216
zfs_metaslab_find_max_tries 100
zfs_metaslab_fragmentation_threshold 77
zfs_metaslab_max_size_cache_sec 3600
zfs_metaslab_mem_limit 25
zfs_metaslab_segment_weight_enabled 1
zfs_metaslab_switch_threshold 2
zfs_metaslab_try_hard_before_gang 0
zfs_mg_fragmentation_threshold 95
zfs_mg_noalloc_threshold 0
zfs_min_metaslabs_to_flush 1
zfs_multihost_fail_intervals 10
zfs_multihost_history 0
zfs_multihost_import_intervals 20
zfs_multihost_interval 1000
zfs_multilist_num_sublists 0
zfs_no_scrub_io 0
zfs_no_scrub_prefetch 0
zfs_nocacheflush 0
zfs_nopwrite_enabled 1
zfs_object_mutex_size 64
zfs_obsolete_min_time_ms 500
zfs_override_estimate_recordsize 0
zfs_pd_bytes_max 52428800
zfs_per_txg_dirty_frees_percent 30
zfs_prefetch_disable 0
zfs_read_history 0
zfs_read_history_hits 0
zfs_rebuild_max_segment 1048576
zfs_rebuild_scrub_enabled 1
zfs_rebuild_vdev_limit 67108864
zfs_reconstruct_indirect_combinations_max 4096
zfs_recover 0
zfs_recv_best_effort_corrective 0
zfs_recv_queue_ff 20
zfs_recv_queue_length 16777216
zfs_recv_write_batch_size 1048576
zfs_removal_ignore_errors 0
zfs_removal_suspend_progress 0
zfs_remove_max_segment 16777216
zfs_resilver_defer_percent 10
zfs_resilver_disable_defer 0
zfs_resilver_min_time_ms 3000
zfs_scan_blkstats 0
zfs_scan_checkpoint_intval 7200
zfs_scan_fill_weight 3
zfs_scan_ignore_errors 0
zfs_scan_issue_strategy 0
zfs_scan_legacy 0
zfs_scan_max_ext_gap 2097152
zfs_scan_mem_lim_fact 20
zfs_scan_mem_lim_soft_fact 20
zfs_scan_report_txgs 0
zfs_scan_strict_mem_lim 0
zfs_scan_suspend_progress 0
zfs_scan_vdev_limit 16777216
zfs_scrub_after_expand 1
zfs_scrub_error_blocks_per_txg 4096
zfs_scrub_min_time_ms 1000
zfs_send_corrupt_data 0
zfs_send_no_prefetch_queue_ff 20
zfs_send_no_prefetch_queue_length 1048576
zfs_send_queue_ff 20
zfs_send_queue_length 16777216
zfs_send_unmodified_spill_blocks 1
zfs_sha256_impl cycle [fastest] generic x64 ssse3 avx avx2
zfs_sha512_impl cycle [fastest] generic x64 avx avx2
zfs_slow_io_events_per_second 20
zfs_snapshot_history_enabled 1
zfs_snapshot_no_setuid 0
zfs_spa_discard_memory_limit 16777216
zfs_special_class_metadata_reserve_pct 25
zfs_sync_pass_deferred_free 2
zfs_sync_pass_dont_compress 8
zfs_sync_pass_rewrite 2
zfs_traverse_indirect_prefetch_limit 32
zfs_trim_extent_bytes_max 134217728
zfs_trim_extent_bytes_min 32768
zfs_trim_metaslab_skip 0
zfs_trim_queue_limit 10
zfs_trim_txg_batch 32
zfs_txg_history 100
zfs_txg_timeout 5
zfs_unflushed_log_block_max 131072
zfs_unflushed_log_block_min 1000
zfs_unflushed_log_block_pct 400
zfs_unflushed_log_txg_max 1000
zfs_unflushed_max_mem_amt 1073741824
zfs_unflushed_max_mem_ppm 1000
zfs_unlink_suspend_progress 0
zfs_user_indirect_is_special 1
zfs_vdev_aggregation_limit 1048576
zfs_vdev_aggregation_limit_non_rotating 131072
zfs_vdev_async_read_max_active 3
zfs_vdev_async_read_min_active 1
zfs_vdev_async_write_active_max_dirty_percent 60
zfs_vdev_async_write_active_min_dirty_percent 30
zfs_vdev_async_write_max_active 10
zfs_vdev_async_write_min_active 2
zfs_vdev_def_queue_depth 32
zfs_vdev_default_ms_count 200
zfs_vdev_default_ms_shift 29
zfs_vdev_direct_write_verify 1
zfs_vdev_disk_classic 0
zfs_vdev_disk_max_segs 0
zfs_vdev_failfast_mask 1
zfs_vdev_initializing_max_active 1
zfs_vdev_initializing_min_active 1
zfs_vdev_max_active 1000
zfs_vdev_max_auto_ashift 14
zfs_vdev_max_ms_shift 34
zfs_vdev_min_auto_ashift 9
zfs_vdev_min_ms_count 16
zfs_vdev_mirror_non_rotating_inc 0
zfs_vdev_mirror_non_rotating_seek_inc 1
zfs_vdev_mirror_rotating_inc 0
zfs_vdev_mirror_rotating_seek_inc 5
zfs_vdev_mirror_rotating_seek_offset 1048576
zfs_vdev_ms_count_limit 131072
zfs_vdev_nia_credit 5
zfs_vdev_nia_delay 5
zfs_vdev_open_timeout_ms 1000
zfs_vdev_queue_depth_pct 1000
zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3 avx2
zfs_vdev_read_gap_limit 32768
zfs_vdev_rebuild_max_active 3
zfs_vdev_rebuild_min_active 1
zfs_vdev_removal_max_active 2
zfs_vdev_removal_min_active 1
zfs_vdev_scheduler unused
zfs_vdev_scrub_max_active 3
zfs_vdev_scrub_min_active 1
zfs_vdev_sync_read_max_active 10
zfs_vdev_sync_read_min_active 10
zfs_vdev_sync_write_max_active 10
zfs_vdev_sync_write_min_active 10
zfs_vdev_trim_max_active 2
zfs_vdev_trim_min_active 1
zfs_vdev_write_gap_limit 4096
zfs_vnops_read_chunk_size 33554432
zfs_wrlog_data_max 6711970200
zfs_xattr_compat 0
zfs_zevent_len_max 512
zfs_zevent_retain_expire_secs 900
zfs_zevent_retain_max 2000
zfs_zil_clean_taskq_maxalloc 1048576
zfs_zil_clean_taskq_minalloc 1024
zfs_zil_clean_taskq_nthr_pct 100
zfs_zil_saxattr 1
zil_maxblocksize 131072
zil_maxcopied 7680
zil_nocacheflush 0
zil_replay_disable 0
zil_slog_bulk 67108864
zio_deadman_log_all 0
zio_dva_throttle_enabled 1
zio_requeue_io_start_cut_in_line 1
zio_slow_io_ms 30000
zio_taskq_batch_pct 80
zio_taskq_batch_tpq 0
zio_taskq_read fixed,1,8 null scale null
zio_taskq_write sync null scale null
zio_taskq_write_tpq 16
zstd_abort_size 131072
zstd_earlyabort_pass 1
zvol_blk_mq_blocks_per_thread 8
zvol_blk_mq_queue_depth 128
zvol_enforce_quotas 1
zvol_inhibit_dev 0
zvol_major 230
zvol_max_discard_blocks 16384
zvol_num_taskqs 0
zvol_open_timeout_ms 1000
zvol_prefetch_bytes 131072
zvol_request_sync 0
zvol_threads 0
zvol_use_blk_mq 0
zvol_volmode 1
ZIL committed transactions: 0
Commit requests: 0
Flushes to stable storage: 0
Transactions to SLOG storage pool: 0 Bytes 0
Transactions to non-SLOG storage pool: 0 Bytes 0
--- zpool events -v (recent)
$ zpool events -v
TIME CLASS
--- zpool history (last 30 events)
$ zpool history -il 2>/dev/null | tail -n 30
###############################################################################
# 20. STORAGE: DRIVE HEALTH
###############################################################################
--- nvme list
$ nvme list
/root/check.sh: line 45: nvme: command not found
[exit=127 / not installed or not permitted]
--- nvme smart-log per device
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n smart-log ---"
nvme smart-log "$n" 2>&1
echo "--- $n error-log (first 5) ---"
nvme error-log "$n" 2>&1 | head -n 80
done
--- nvme id-ctrl per device (key fields)
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n id-ctrl (filtered) ---"
nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)'
done
--- smartctl -a per disk
$ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do
dev="/dev/$d"
[ -b "$dev" ] || continue
echo "--- smartctl -a $dev ---"
smartctl -a "$dev" 2>&1 | head -n 200
done
--- smartctl -a /dev/sda ---
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-6.17.2-1-pve] (local build)
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Caviar Green
Device Model: WDC WD10EADS-65M2B1
Serial Number: WD-WCAV59018871
LU WWN Device Id: 5 0014ee 2597bc3b9
Firmware Version: 01.00A01
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
Sector Size: 512 bytes logical/physical
Device is: In smartctl database 7.5/5706
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 2.6, 3.0 Gb/s
Local Time is: Sun Jul 26 16:30:02 2026 CDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x84) Offline data collection activity
was suspended by an interrupting command from host.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (19560) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 226) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x3037) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 118 106 021 Pre-fail Always - 7100
4 Start_Stop_Count 0x0032 098 098 000 Old_age Always - 2826
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 025 025 000 Old_age Always - 55358
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 100 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 098 098 000 Old_age Always - 2697
192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1312
193 Load_Cycle_Count 0x0032 062 062 000 Old_age Always - 415485
194 Temperature_Celsius 0x0022 111 096 000 Old_age Always - 36
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 200 200 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
SMART Error Log Version: 1
Warning: ATA error count 1 inconsistent with error log index 0
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 1985 -
# 2 Short offline Completed without error 00% 1982 -
# 3 Short offline Completed without error 00% 1980 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
The above only provides legacy SMART information - try 'smartctl -x' for more
###############################################################################
# 21. STORAGE: HBA / RAID CONTROLLERS
###############################################################################
###############################################################################
# 22. VIRTUAL MACHINES (qm)
###############################################################################
--- qm list
$ qm list
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
100 pfv-bms running 4096 32.00 1808
101 tsys-ca running 2048 32.00 1964
103 pfv-netinfra-01 running 2048 32.00 2050
104 tsys-librenms running 2048 50.00 2178
105 tsys-proxmox-datacenter running 2048 32.00 87913
106 pfv-k8s-cnode3 running 4096 32.00 92047
107 pfv-k8s-cnode1 running 4096 32.00 4120
108 tsys-ucs-01 running 8000 32.00 2480
109 tailscale-router running 2048 25.00 66517
114 kali-tsys running 2048 32.00 2614
117 tsys-secure-workbench running 4000 32.00 2699
1000 KNELTemplate stopped 2048 32.00 0
--- qm config per VM
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- VM $vmid ---"
qm config "$vmid" 2>&1
echo ""
done
--- VM 100 ---
agent: enabled=1
bios: ovmf
boot: order=scsi0
cores: 2
cpu: host
description: <div align='center'>%0A <a href='https%3A//Helper-Scripts.com' target='_blank' rel='noopener noreferrer'>%0A <img src='https%3A//raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width%3A81px;height%3A112px;'/>%0A </a>%0A%0A <h2 style='font-size%3A 24px; margin%3A 20px 0;'>Homeassistant OS VM</h2>%0A%0A <p style='margin%3A 16px 0;'>%0A <a href='https%3A//ko-fi.com/community_scripts' target='_blank' rel='noopener noreferrer'>%0A <img src='https%3A//img.shields.io/badge/&#x2615;-Buy us a coffee-blue' alt='spend Coffee' />%0A </a>%0A </p>%0A%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-github fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>GitHub</a>%0A </span>%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-comments fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE/discussions' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Discussions</a>%0A </span>%0A <span style='margin%3A 0 10px;'>%0A <i class="fa fa-exclamation-circle fa-fw" style="color%3A #f5f5f5;"></i>%0A <a href='https%3A//github.com/community-scripts/ProxmoxVE/issues' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Issues</a>%0A </span>%0A</div>
efidisk0: D2:100/vm-100-disk-1.raw,efitype=4m,size=528K
localtime: 1
machine: q35
memory: 4096
meta: creation-qemu=10.1.2,ctime=1771903877
name: pfv-bms
net0: virtio=02:5A:39:38:3E:9F,bridge=vmbr0
onboot: 1
ostype: l26
scsi0: D2:100/vm-100-disk-0.raw,discard=on,size=32G,ssd=1
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=87760bbb-fe04-4e07-a236-2b0550f6a18c
tablet: 0
tags: community-script
usb0: host=10c4:ea60
usb1: host=0658:0200
vmgenid: 0609a12f-b205-4f43-94ba-f4a61492f6ed
--- VM 101 ---
agent: 1
balloon: 0
boot: order=virtio0;ide2;net0
cores: 2
cpu: x86-64-v2-AES,flags=-nested-virt
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770596024
name: tsys-ca
net0: virtio=BC:24:11:32:D0:36,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=8b2a29da-e074-4ab0-ac4e-2455ba4740ab
sockets: 1
usb0: host=20a0:4230
usb1: host=20a0:4230
virtio0: D2:101/vm-101-disk-0.qcow2,iothread=1,size=32G
vmgenid: fe0485bd-0998-4eef-a6e0-beeed3fcd1f3
--- VM 103 ---
boot: order=scsi0;ide2;net0
cores: 2
cpu: x86-64-v2-AES
ide2: local:iso/debian13.iso,media=cdrom,size=754M
memory: 2048
meta: creation-qemu=10.1.2,ctime=1784825465
name: pfv-netinfra-01
net0: virtio=BC:24:11:65:B2:AC,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D5:103/vm-103-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=d04e8b2e-b2a3-42ab-9f21-d045d59f80b1
sockets: 1
vmgenid: 417fe414-9490-43ac-8fb0-9568e2719f15
--- VM 104 ---
agent: 1
balloon: 0
boot: order=scsi0
cores: 2
cpu: host
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-librenms
net0: virtio=BC:24:11:5C:96:1E,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:104/vm-104-disk-0.qcow2,iothread=1,size=50G
scsihw: virtio-scsi-single
smbios1: uuid=44ef8c95-f29e-4dd9-99cd-e17c83222559
sockets: 1
vmgenid: f10d276a-a685-46fc-bfec-87ec2993347a
--- VM 105 ---
agent: 1
balloon: 0
boot: order=scsi0;ide2;net0
cores: 2
cpu: host
ide2: none,media=cdrom
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771894454
name: tsys-proxmox-datacenter
net0: virtio=BC:24:11:E6:03:2D,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:105/vm-105-disk-0.qcow2,format=qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=6f7aca91-4b83-415e-915b-5f8bcf7f76a7
sockets: 1
vmgenid: 7cffb118-b562-42a8-8034-4e0b5dd9edd5
--- VM 106 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 4096
meta: creation-qemu=10.1.2,ctime=1771904766
name: pfv-k8s-cnode3
net0: virtio=BC:24:11:38:C0:58,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:106/vm-106-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=36b0ebb0-c6d3-42d7-bc5e-e2af10215588
sockets: 1
vmgenid: adb3367d-1556-4357-ab99-ba335ee21657
--- VM 107 ---
balloon: 0
boot: order=scsi0
cores: 2
cpu: host
ide2: local:iso/debian13.iso,media=cdrom,size=754M
memory: 4096
meta: creation-qemu=10.1.2,ctime=1770665145
name: pfv-k8s-cnode1
net0: virtio=BC:24:11:96:F7:B9,bridge=vmbr0,firewall=1
net1: virtio=BC:24:11:C8:D5:7E,bridge=datanet,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D5:107/vm-107-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=2140593d-8cf6-4877-a2b6-3d2ac9bd0e2f
sockets: 1
vmgenid: f46c4cfd-c0e4-406d-a68c-a0e355244475
--- VM 108 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 8000
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-ucs-01
net0: virtio=BC:24:11:86:EA:1A,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:108/vm-108-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=05ba3366-4e9a-45bf-b066-e9cc116e982b
sockets: 2
vmgenid: f83b0fa2-1141-4e7e-b3a2-88679bac19ed
--- VM 109 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770644781
name: tailscale-router
net0: virtio=BC:24:11:8A:69:04,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:109/vm-109-disk-0.qcow2,format=qcow2,iothread=1,size=25G
scsihw: virtio-scsi-single
smbios1: uuid=3decfcc3-424d-4c7e-8a33-45822b15c2f3
sockets: 1
vmgenid: 1d42e437-215f-4d07-b889-e19d45e89548
--- VM 114 ---
agent: 1
balloon: 0
boot: order=ide2;scsi0;net0
cores: 2
cpu: host
ide2: local:iso/kali.iso,media=cdrom,size=4689972K
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771904766
name: kali-tsys
net0: virtio=BC:24:11:DD:29:B8,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:114/vm-114-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=42ef945e-e4b4-4c18-8d67-4d0875e9b506
sockets: 1
vmgenid: ed1b06f2-35ec-4334-af5f-48a245345b76
--- VM 117 ---
agent: 1
balloon: 0
boot: order=scsi0;net0
cores: 2
cpu: host
description: ## Purpose%0A%0ACompliance scans, OpenSCAP etc system.
memory: 4000
meta: creation-qemu=10.1.2,ctime=1771904766
name: tsys-secure-workbench
net0: virtio=BC:24:11:EE:08:C9,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: D2:117/vm-117-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=ef07726c-0aaa-4dc4-b954-8f34687f4dcd
sockets: 1
vmgenid: 23fd4df0-2440-4b1d-9984-00738c123b12
--- VM 1000 ---
balloon: 0
boot: order=virtio0;ide2;net0
cores: 2
cpu: host
ide2: local:iso/debian-13.iso,media=cdrom,size=754M
memory: 2048
meta: creation-qemu=10.1.2,ctime=1770665145
name: KNELTemplate
net0: virtio=BC:24:11:30:CD:75,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=3c02e3f1-9e23-4a94-b610-b0be916fec62
sockets: 1
template: 1
virtio0: local-lvm:base-105-disk-0,iothread=1,size=32G
vmgenid: 938c03c8-e2ce-403f-bf4c-6e73c7153101
--- VM runtime status (qm guest agent if running)
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- VM $vmid runtime ---"
qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]"
done
--- VM 100 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 696785,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 7661,
"tx-bytes" : 696785,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 7661
}
},
{
"hardware-address" : "02:5a:39:38:3e:9f",
"ip-addresses" : [
{
"ip-address" : "192.168.3.12",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::2b",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 101 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 19440,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 240,
"tx-bytes" : 19440,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 240
}
},
{
"hardware-address" : "bc:24:11:32:d0:36",
"ip-addresses" : [
{
"ip-address" : "192.168.1.181",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::28",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 103 runtime ---
--- VM 104 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 148740,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 817,
"tx-bytes" : 148740,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 817
}
},
{
"hardware-address" : "bc:24:11:5c:96:1e",
"ip-addresses" : [
{
"ip-address" : "192.168.3.176",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::17",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 105 runtime ---
--- VM 106 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 16960,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 176,
"tx-bytes" : 16960,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 176
}
},
{
"hardware-address" : "bc:24:11:38:c0:58",
"ip-addresses" : [
{
"ip-address" : "192.168.1.228",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::19",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 107 runtime ---
--- VM 108 runtime ---
--- VM 109 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 469692,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 2774,
"tx-bytes" : 469692,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 2774
}
},
{
"hardware-address" : "bc:24:11:8a:69:04",
"ip-addresses" : [
{
"ip-address" : "192.168.3.16",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::f",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 114 runtime ---
--- VM 117 runtime ---
[
{
"hardware-address" : "00:00:00:00:00:00",
"ip-addresses" : [
{
"ip-address" : "127.0.0.1",
"ip-address-type" : "ipv4",
"prefix" : 8
},
{
"ip-address" : "::1",
"ip-address-type" : "ipv6",
"prefix" : 128
}
],
"name" : "lo",
"statistics" : {
"rx-bytes" : 19440,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 240,
"tx-bytes" : 19440,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 240
}
},
{
"hardware-address" : "bc:24:11:ee:08:c9",
"ip-addresses" : [
{
"ip-address" : "192.168.2.29",
"ip-address-type" : "ipv4",
"prefix" : 22
},
{
"ip-address" : "2600:1700:1d1:eb00::3b",
"ip-address-type" : "ipv6",
"prefix" : 128
},
--- VM 1000 runtime ---
--- /etc/pve/qemu-server
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys1/qemu-server
--- /etc/pve/firewall
total 0
drwxr-xr-x 2 root www-data 0 Mar 12 09:41 .
drwxr-xr-x 2 root www-data 0 Dec 31 1969 ..
###############################################################################
# 23. CONTAINERS (pct)
###############################################################################
--- pct list
$ pct list
--- pct config per CT
$ for ctid in $(pct list 2>/dev/null | awk 'NR>1{print $1}'); do
echo "--- CT $ctid ---"
pct config "$ctid" 2>&1
echo ""
done
###############################################################################
# 24. SERVICES / FAILED UNITS
###############################################################################
--- running services
$ systemctl list-units --type=service --state=running --no-pager
UNIT LOAD ACTIVE SUB DESCRIPTION
beszel-agent.service loaded active running Beszel Agent Service
chrony.service loaded active running chrony, an NTP client/server
corosync.service loaded active running Corosync Cluster Engine
cron.service loaded active running Regular background program processing daemon
dbus.service loaded active running D-Bus System Message Bus
dm-event.service loaded active running Device-mapper event daemon
getty@tty1.service loaded active running Getty on tty1
ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon
lxc-monitord.service loaded active running LXC Container Monitoring Daemon
lxcfs.service loaded active running FUSE filesystem for LXC
nfs-blkmap.service loaded active running pNFS block layout mapping daemon
polkit.service loaded active running Authorization Manager
postfix.service loaded active running Postfix Mail Transport Agent (main/default instance)
proxmox-firewall.service loaded active running Proxmox nftables firewall
pve-cluster.service loaded active running The Proxmox VE cluster filesystem
pve-firewall.service loaded active running Proxmox VE firewall
pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon
pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon
pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon
pvedaemon.service loaded active running PVE API Daemon
pvefw-logger.service loaded active running Proxmox VE firewall logger
pveproxy.service loaded active running PVE API Proxy Server
pvescheduler.service loaded active running Proxmox VE scheduler
pvestatd.service loaded active running PVE Status Daemon
qmeventd.service loaded active running PVE Qemu Event Daemon
rpcbind.service loaded active running RPC bind portmap service
rrdcached.service loaded active running Data caching daemon for rrdtool
ser2net.service loaded active running Serial port to network proxy
smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon
spiceproxy.service loaded active running PVE SPICE Proxy Server
ssh.service loaded active running OpenBSD Secure Shell server
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running User Login Management
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
tailscaled.service loaded active running Tailscale node agent
tuned.service loaded active running Dynamic System Tuning Daemon
user@0.service loaded active running User Manager for UID 0
watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer
zfs-zed.service loaded active running ZFS Event Daemon (zed)
Legend: LOAD → Reflects whether the unit definition was properly loaded.
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
SUB → The low-level unit activation state, values depend on unit type.
39 loaded units listed.
--- failed services
$ systemctl --failed --no-pager
UNIT LOAD ACTIVE SUB DESCRIPTION
0 loaded units listed.
--- enabled services
$ systemctl list-unit-files --state=enabled --no-pager
UNIT FILE STATE PRESET
apparmor.service enabled enabled
beszel-agent.service enabled enabled
blk-availability.service enabled enabled
chrony.service enabled enabled
console-setup.service enabled enabled
corosync.service enabled enabled
cron.service enabled enabled
e2scrub_reap.service enabled enabled
getty@.service enabled enabled
grub-common.service enabled enabled
keyboard-setup.service enabled enabled
ksmtuned.service enabled enabled
lvm2-monitor.service enabled enabled
lxc-monitord.service enabled enabled
lxc-net.service enabled enabled
lxc.service enabled enabled
lxcfs.service enabled enabled
netavark-dhcp-proxy.service enabled enabled
netavark-firewalld-reload.service enabled enabled
networking.service enabled enabled
nfs-blkmap.service enabled enabled
open-iscsi.service enabled enabled
perfopt-cpu-performance.service enabled enabled
postfix.service enabled enabled
proxmox-boot-cleanup.service enabled enabled
proxmox-firewall.service enabled enabled
pve-cluster.service enabled enabled
pve-firewall-commit.service enabled enabled
pve-firewall.service enabled enabled
pve-guests.service enabled enabled
pve-ha-crm.service enabled enabled
pve-ha-lrm.service enabled enabled
pve-lxc-syscalld.service enabled enabled
pve-query-machine-capabilities.service enabled enabled
pve-sdn-commit.service enabled enabled
pvebanner.service enabled enabled
pvedaemon.service enabled enabled
pvefw-logger.service enabled enabled
pvenetcommit.service enabled enabled
pveproxy.service enabled enabled
pvescheduler.service enabled enabled
pvestatd.service enabled enabled
qmeventd.service enabled enabled
rbdmap.service enabled enabled
rpcbind.service enabled enabled
rrdcached.service enabled enabled
ser2net.service enabled enabled
smartmontools.service enabled enabled
spiceproxy.service enabled enabled
ssh.service enabled enabled
sshd-keygen.service enabled enabled
systemd-pstore.service enabled enabled
tailscaled.service enabled enabled
tuned.service enabled enabled
wtmpdb-update-boot.service enabled enabled
zfs-import-cache.service enabled enabled
zfs-mount.service enabled enabled
zfs-share.service enabled enabled
zfs-volume-wait.service enabled enabled
zfs-zed.service enabled enabled
system-xfs_scrub.slice enabled enabled
dm-event.socket enabled enabled
iscsid.socket enabled enabled
lvm2-lvmpolld.socket enabled enabled
netavark-dhcp-proxy.socket enabled enabled
rpcbind.socket enabled enabled
rrdcached.socket enabled enabled
ceph-fuse.target enabled enabled
ceph.target enabled enabled
nfs-client.target enabled enabled
remote-fs.target enabled enabled
zfs-import.target enabled enabled
zfs-volumes.target enabled enabled
zfs.target enabled enabled
apt-daily-upgrade.timer enabled enabled
apt-daily.timer enabled enabled
beszel-agent-update.timer enabled enabled
dpkg-db-backup.timer enabled enabled
e2scrub_all.timer enabled enabled
fstrim.timer enabled enabled
logrotate.timer enabled enabled
man-db.timer enabled enabled
pve-daily-update.timer enabled enabled
xfs_scrub_all.timer enabled enabled
84 unit files listed.
--- pve-* service status
$ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120
● pve-cluster.service - The Proxmox VE cluster filesystem
Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 11:38:47 CDT; 4h 51min ago
Invocation: 9fc50771bbb04896bd1449fab2969c00
Main PID: 48458 (pmxcfs)
Tasks: 7 (limit: 38293)
Memory: 61.2M (peak: 83.2M)
CPU: 22.389s
CGroup: /system.slice/pve-cluster.service
└─48458 /usr/bin/pmxcfs
Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: node has quorum
Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: members: 1/48458
Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: all data is up to date
Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: members: 1/48458
Jul 26 11:38:46 pfv-tsys1 pmxcfs[48458]: [status] notice: all data is up to date
Jul 26 11:38:47 pfv-tsys1 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
Jul 26 12:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful
Jul 26 13:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful
Jul 26 14:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful
Jul 26 15:38:46 pfv-tsys1 pmxcfs[48458]: [dcdb] notice: data verification successful
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 09:15:41 CDT; 7h ago
Invocation: c5b84adcc0e84c89a9d5f582b040b68e
Main PID: 1741 (pvedaemon)
Tasks: 4 (limit: 38293)
Memory: 224.4M (peak: 491.6M)
CPU: 1min 39.838s
CGroup: /system.slice/pvedaemon.service
├─ 1741 pvedaemon
├─ 54658 "pvedaemon worker"
├─ 91700 "pvedaemon worker"
└─108567 "pvedaemon worker"
Jul 26 13:43:22 pfv-tsys1 pvedaemon[54658]: <root@pam> end task UPID:pfv-tsys1:000167D5:0018604A:6A6654AB:vncproxy:106:root@pam: OK
Jul 26 13:50:37 pfv-tsys1 pvedaemon[91700]: <root@pam> successful auth for user 'root@pam'
Jul 26 14:06:37 pfv-tsys1 pvedaemon[91700]: <root@pam> successful auth for user 'root@pam'
Jul 26 14:21:37 pfv-tsys1 pvedaemon[54658]: <root@pam> successful auth for user 'root@pam'
Jul 26 14:36:00 pfv-tsys1 pvedaemon[54659]: worker exit
Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 54659 finished
Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: starting 1 worker(s)
Jul 26 14:36:00 pfv-tsys1 pvedaemon[1741]: worker 108567 started
Jul 26 14:37:37 pfv-tsys1 pvedaemon[91700]: <root@pam> successful auth for user 'root@pam'
Jul 26 16:19:23 pfv-tsys1 pvedaemon[91700]: <root@pam> successful auth for user 'root@pam'
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 09:15:44 CDT; 7h ago
Invocation: 3b3a45ba099f4d1c82ec83931c490904
Main PID: 1757 (pveproxy)
Tasks: 4 (limit: 38293)
Memory: 264M (peak: 435.1M)
CPU: 9min 8.712s
CGroup: /system.slice/pveproxy.service
├─ 1757 pveproxy
├─ 98849 "pveproxy worker"
├─103022 "pveproxy worker"
└─104412 "pveproxy worker"
Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: starting 1 worker(s)
Jul 26 14:03:22 pfv-tsys1 pveproxy[1757]: worker 98849 started
Jul 26 14:17:21 pfv-tsys1 pveproxy[88138]: worker exit
Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 88138 finished
Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: starting 1 worker(s)
Jul 26 14:17:21 pfv-tsys1 pveproxy[1757]: worker 103022 started
Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 90745 finished
Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: starting 1 worker(s)
Jul 26 14:22:00 pfv-tsys1 pveproxy[1757]: worker 104412 started
Jul 26 14:22:02 pfv-tsys1 pveproxy[104411]: worker exit
● pve-firewall.service - Proxmox VE firewall
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 09:15:40 CDT; 7h ago
Invocation: dd2bf54c30ea44748063e8554541d560
Main PID: 1716 (pve-firewall)
Tasks: 1 (limit: 38293)
Memory: 111.4M (peak: 222.4M)
CPU: 2min 49.984s
CGroup: /system.slice/pve-firewall.service
└─1716 pve-firewall
Jul 26 09:15:37 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
Jul 26 09:15:40 pfv-tsys1 pve-firewall[1716]: starting server
Jul 26 09:15:40 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
Jul 26 11:38:51 pfv-tsys1 systemd[1]: Reloading pve-firewall.service - Proxmox VE firewall...
Jul 26 11:38:52 pfv-tsys1 pve-firewall[48684]: send HUP to 1716
Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: received signal HUP
Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: server shutdown (restart)
Jul 26 11:38:52 pfv-tsys1 systemd[1]: Reloaded pve-firewall.service - Proxmox VE firewall.
Jul 26 11:38:52 pfv-tsys1 pve-firewall[1716]: restarting server
● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 11:39:03 CDT; 4h 51min ago
Invocation: 482501a72b5649d1af1a3104120e00d5
Main PID: 48841 (pve-ha-crm)
Tasks: 1 (limit: 38293)
Memory: 115.8M (peak: 135M)
CPU: 2.700s
CGroup: /system.slice/pve-ha-crm.service
└─48841 pve-ha-crm
Jul 26 11:39:02 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: starting server
Jul 26 11:39:03 pfv-tsys1 pve-ha-crm[48841]: status change startup => wait_for_quorum
Jul 26 11:39:03 pfv-tsys1 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.
● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 11:39:00 CDT; 4h 51min ago
Invocation: 7fba27b15b674e0ebc7247d5e31e11f9
Main PID: 48812 (pve-ha-lrm)
Tasks: 1 (limit: 38293)
Memory: 115.4M (peak: 134.6M)
CPU: 3.501s
CGroup: /system.slice/pve-ha-lrm.service
└─48812 pve-ha-lrm
--- storage-related service status
$ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80
Unit nfs-kernel-server.service could not be found.
Unit nfs-server.service could not be found.
Unit zfs-target.service could not be found.
Unit nvme-stat.service could not be found.
Unit multipathd.service could not be found.
● rpcbind.service - RPC bind portmap service
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 09:14:47 CDT; 7h ago
Invocation: 2df44310ae55459da93cec07dc9c4ec7
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 605 (rpcbind)
Tasks: 1 (limit: 38293)
Memory: 608K (peak: 1.7M)
CPU: 42ms
CGroup: /system.slice/rpcbind.service
└─605 /usr/sbin/rpcbind -f -w
Jul 26 09:14:47 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
Jul 26 09:14:47 pfv-tsys1 systemd[1]: Started rpcbind.service - RPC bind portmap service.
○ rpc-statd.service - NFS status monitor for NFSv2/3 locking.
Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static)
Active: inactive (dead)
Docs: man:rpc.statd(8)
○ zfs-import.service
Loaded: masked (Reason: Unit zfs-import.service is masked.)
Active: inactive (dead)
● zfs-mount.service - Mount ZFS filesystems
Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled)
Active: active (exited) since Sun 2026-07-26 09:14:46 CDT; 7h ago
Invocation: 69b60e18da52415ca471429eac6182db
Docs: man:zfs(8)
Main PID: 552 (code=exited, status=0/SUCCESS)
Mem peak: 1.7M
CPU: 9ms
Jul 26 09:14:46 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
Jul 26 09:14:46 pfv-tsys1 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon
Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled)
Active: active (running) since Sun 2026-07-26 11:38:14 CDT; 4h 52min ago
Invocation: a05533b3fb744312a068cec32ec3d546
Docs: man:smartd(8)
man:smartd.conf(5)
Main PID: 47479 (smartd)
Status: "Next check of 1 device will start at 16:38:14"
Tasks: 1 (limit: 38293)
Memory: 1.5M (peak: 2M)
CPU: 39ms
CGroup: /system.slice/smartmontools.service
└─47479 /usr/sbin/smartd -n -q never
Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], found in smartd database 7.5/5706: Western Digital Caviar Green
Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state read from /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state
Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Monitoring 1 ATA/SATA, 0 SCSI/SAS and 0 NVMe devices
Jul 26 11:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], state written to /var/lib/smartmontools/smartd.WDC_WD10EADS_65M2B1-WD_WCAV59018871.ata.state
Jul 26 11:38:14 pfv-tsys1 systemd[1]: Started smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon.
Jul 26 12:08:15 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110
Jul 26 12:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
Jul 26 13:38:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110
Jul 26 14:08:14 pfv-tsys1 smartd[47479]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
###############################################################################
# 25. TIMERS / CRON
###############################################################################
--- systemctl list-timers
$ systemctl list-timers --all --no-pager
NEXT LEFT LAST PASSED UNIT ACTIVATES
Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:16 CDT - dpkg-db-backup.timer dpkg-db-backup.service
Mon 2026-07-27 00:07:28 CDT 7h Mon 2026-07-20 00:21:18 CDT - fstrim.timer fstrim.service
Mon 2026-07-27 00:22:15 CDT 7h Sun 2026-07-26 00:05:44 CDT - logrotate.timer logrotate.service
Mon 2026-07-27 01:40:50 CDT 9h Sun 2026-07-26 11:38:13 CDT 4h 52min ago apt-daily.timer apt-daily.service
Mon 2026-07-27 02:49:21 CDT 10h Sun 2026-07-26 00:15:43 CDT - beszel-agent-update.timer beszel-agent-update.service
Mon 2026-07-27 04:12:59 CDT 11h Sun 2026-07-26 01:31:37 CDT - pve-daily-update.timer pve-daily-update.service
Mon 2026-07-27 06:06:32 CDT 13h Sun 2026-07-26 09:26:31 CDT 7h ago man-db.timer man-db.service
Mon 2026-07-27 06:07:57 CDT 13h Sun 2026-07-26 06:56:44 CDT - apt-daily-upgrade.timer apt-daily-upgrade.service
Mon 2026-07-27 09:29:31 CDT 16h Sun 2026-07-26 09:29:31 CDT 7h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Sun 2026-08-02 03:10:47 CDT 6 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service
Sun 2026-08-02 03:10:53 CDT 6 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service
11 timers listed.
--- /etc/cron.d
total 20
drwxr-xr-x 2 root root 4096 Jul 22 20:22 .
drwxr-xr-x 104 root root 4096 Jul 26 16:28 ..
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
lrwxrwxrwx 1 root root 20 Mar 12 09:41 vzdump -> /etc/pve/vzdump.cron
-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux
--- /etc/cron.daily
total 28
drwxr-xr-x 2 root root 4096 Mar 17 13:04 .
drwxr-xr-x 104 root root 4096 Jul 26 16:28 ..
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- /etc/cron.hourly
total 12
drwxr-xr-x 2 root root 4096 Mar 12 09:38 .
drwxr-xr-x 104 root root 4096 Jul 26 16:28 ..
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- /etc/cron.weekly
total 16
drwxr-xr-x 2 root root 4096 Mar 12 09:39 .
drwxr-xr-x 104 root root 4096 Jul 26 16:28 ..
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- crontabs
--- /etc/crontab ---
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
#
--- root crontab
$ crontab -l 2>/dev/null || echo " [no root crontab]"
[no root crontab]
###############################################################################
# 26. LIVE PERFORMANCE SNAPSHOT
###############################################################################
--- /proc/loadavg
$ cat /proc/loadavg
1.34 0.87 0.78 4/422 157074
--- vmstat 1 3
$ vmstat 1 3
procs -----------memory---------- ---swap-- -----io---- -system-- -------cpu-------
r b swpd free buff cache si so bi bo in cs us sy id wa st gu
0 0 0 14322944 16532 1195764 0 0 204 109 8278 15 1 2 87 5 0 4
0 0 0 14327140 16540 1195812 0 0 24 24 7569 12714 0 1 94 2 0 3
0 0 0 14330072 16540 1195812 0 0 0 0 6446 9075 0 1 97 1 0 1
--- mpstat 1 3 (per-cpu)
$ mpstat 1 3
/root/check.sh: line 45: mpstat: command not found
[exit=127 / not installed or not permitted]
--- iostat -xz 1 3
$ iostat -xz 1 3
/root/check.sh: line 45: iostat: command not found
[exit=127 / not installed or not permitted]
--- sar -dp 1 2
$ sar -dp 1 2
/root/check.sh: line 45: sar: command not found
[exit=127 / not installed or not permitted]
--- sar -n DEV 1 2
$ sar -n DEV 1 2
/root/check.sh: line 45: sar: command not found
[exit=127 / not installed or not permitted]
--- sar -n NFS,NFSD 1 2
$ sar -n NFS,NFSD 1 2
/root/check.sh: line 45: sar: command not found
[exit=127 / not installed or not permitted]
--- sar -n SOCK 1 1
$ sar -n SOCK 1 1
/root/check.sh: line 45: sar: command not found
[exit=127 / not installed or not permitted]
--- sar -n TCP,ETCP 1 2
$ sar -n TCP,ETCP 1 2
/root/check.sh: line 45: sar: command not found
[exit=127 / not installed or not permitted]
--- pidstat -d 1 2 (top disk)
$ pidstat -d 1 2
/root/check.sh: line 45: pidstat: command not found
[exit=127 / not installed or not permitted]
--- pidstat -u 1 2 (top cpu)
$ pidstat -u 1 2
/root/check.sh: line 45: pidstat: command not found
[exit=127 / not installed or not permitted]
--- top (single snapshot, top 30)
$ top -b -n 1
top - 16:30:47 up 7:16, 1 user, load average: 1.34, 0.87, 0.78
Tasks: 255 total, 1 running, 254 sleeping, 0 stopped, 0 zombie
%Cpu(s): 2.5 us, 2.5 sy, 0.0 ni, 91.7 id, 3.3 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 32005.2 total, 13994.2 free, 17274.7 used, 1184.1 buff/cache
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 14730.5 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1808 root 20 0 5040536 4.0g 11348 S 9.1 12.9 63:06.41 kvm
2614 root 20 0 2695412 502428 11448 S 9.1 1.5 46:34.08 kvm
2699 root 20 0 4821896 699688 11352 S 9.1 2.1 8:07.63 kvm
66517 root 20 0 2751604 1.0g 13836 S 9.1 3.3 19:39.88 kvm
149674 root 20 0 0 0 0 I 9.1 0.0 0:00.08 kworker+
1 root 20 0 25292 16248 10944 S 0.0 0.0 0:09.81 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.01 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pool_wo+
4 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
5 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
6 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
7 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
8 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
10 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
13 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
14 root 20 0 0 0 0 S 0.0 0.0 0:01.01 ksoftir+
15 root 20 0 0 0 0 I 0.0 0.0 0:24.88 rcu_pre+
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
18 root rt 0 0 0 0 S 0.0 0.0 0:00.09 migrati+
19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
23 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+
24 root 20 0 0 0 0 S 0.0 0.0 0:08.72 ksoftir+
26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
29 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+
30 root 20 0 0 0 0 S 0.0 0.0 0:12.25 ksoftir+
32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
35 root rt 0 0 0 0 S 0.0 0.0 0:00.29 migrati+
36 root 20 0 0 0 0 S 0.0 0.0 0:00.20 ksoftir+
38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
41 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+
42 root 20 0 0 0 0 S 0.0 0.0 0:00.16 ksoftir+
44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
47 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+
48 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+
50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
53 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+
54 root 20 0 0 0 0 S 0.0 0.0 0:00.13 ksoftir+
56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
59 root rt 0 0 0 0 S 0.0 0.0 0:00.28 migrati+
60 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+
62 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
69 root 20 0 0 0 0 S 0.0 0.0 0:00.01 khungta+
71 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
72 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
73 root 20 0 0 0 0 S 0.0 0.0 0:00.77 kcompac+
74 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
75 root 39 19 0 0 0 S 0.0 0.0 0:00.12 khugepa+
76 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
77 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
78 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
80 root -51 0 0 0 0 S 0.0 0.0 0:00.19 irq/9-a+
82 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
83 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
84 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
85 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
86 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
88 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
90 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
95 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
98 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
99 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
100 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
116 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
144 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
148 root 0 -20 0 0 0 I 0.0 0.0 0:00.05 kworker+
159 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
162 root 0 -20 0 0 0 I 0.0 0.0 0:00.36 kworker+
169 root 0 -20 0 0 0 I 0.0 0.0 0:00.06 kworker+
173 root 0 -20 0 0 0 I 0.0 0.0 0:00.04 kworker+
188 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
189 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
190 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
191 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
192 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
193 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
194 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
195 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
196 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
197 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
198 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
199 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
227 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
228 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
236 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
237 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
238 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
263 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
264 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
265 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
298 root 20 0 0 0 0 S 0.0 0.0 0:01.04 jbd2/dm+
299 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
346 root 20 0 106972 69608 68000 S 0.0 0.2 0:01.13 systemd+
367 root 20 0 77296 22300 9124 S 0.0 0.1 0:01.54 dmeventd
389 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
390 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
396 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
397 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
398 root 20 0 36952 10696 7988 S 0.0 0.0 0:00.47 systemd+
399 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
400 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
402 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
403 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
404 root 20 0 0 0 0 S 0.0 0.0 0:00.44 arc_evi+
405 root 39 19 0 0 0 S 0.0 0.0 0:00.45 arc_reap
406 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
407 root 39 19 0 0 0 S 0.0 0.0 0:00.44 dbuf_ev+
408 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
409 root 20 0 0 0 0 S 0.0 0.0 0:00.37 l2arc_f+
415 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
505 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+
509 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
519 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
521 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
522 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
523 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
605 _rpc 20 0 6568 3852 3444 S 0.0 0.0 0:00.03 rpcbind
606 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
607 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
610 root 20 0 5256 1596 1376 S 0.0 0.0 0:00.00 blkmapd
713 message+ 20 0 8612 5260 4280 S 0.0 0.0 0:02.38 dbus-da+
720 root 20 0 276136 3496 3208 S 0.0 0.0 0:00.00 pve-lxc+
723 root 20 0 765312 8508 7116 S 0.0 0.0 0:10.12 rrdcach+
726 root 20 0 19108 9272 7948 S 0.0 0.0 0:00.43 systemd+
735 root 20 0 7216 2268 1920 S 0.0 0.0 0:00.36 ksmtuned
770 root 20 0 5748 2328 2108 S 0.0 0.0 0:00.03 qmeventd
771 root 20 0 1553632 113464 26676 S 0.0 0.3 13:39.62 tailsca+
773 root 20 0 2432 1628 1528 S 0.0 0.0 0:01.02 watchdo+
776 root 20 0 104404 6372 5224 S 0.0 0.0 0:00.00 zed
779 root 20 0 159064 2560 2196 S 0.0 0.0 0:00.00 lxcfs
858 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
937 root 20 0 5984 3532 2688 S 0.0 0.0 0:00.25 dhclient
1047 beszel 20 0 2157520 16672 10476 S 0.0 0.1 0:05.42 beszel-+
1048 root 20 0 5520 2764 2512 S 0.0 0.0 0:00.00 lxc-mon+
1054 root 20 0 6364 4124 3684 S 0.0 0.0 0:00.04 ser2net
1057 root 20 0 340044 33012 15596 S 0.0 0.1 0:05.75 tuned
1066 root 20 0 8168 2676 2444 S 0.0 0.0 0:00.00 agetty
1071 root 20 0 11776 7988 6756 S 0.0 0.0 0:00.09 sshd
1283 root 20 0 43984 4884 4244 S 0.0 0.0 0:00.11 master
1285 postfix 20 0 44524 7600 6908 S 0.0 0.0 0:00.01 qmgr
1296 root 20 0 6864 2916 2664 S 0.0 0.0 0:00.06 cron
1666 polkitd 20 0 306704 8252 7160 S 0.0 0.0 0:00.78 polkitd
1716 root 20 0 170768 133300 29688 S 0.0 0.4 1:09.63 pve-fir+
1723 root 20 0 185488 143864 31704 S 0.0 0.4 5:17.34 pvestatd
1741 root 20 0 219492 178296 31988 S 0.0 0.5 0:01.37 pvedaem+
1757 www-data 20 0 220752 179436 31956 S 0.0 0.5 0:01.43 pveproxy
1767 www-data 20 0 92504 68856 16952 S 0.0 0.2 0:00.73 spicepr+
1782 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
1788 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
1871 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
1964 root 20 0 2808436 574292 11748 S 0.0 1.8 9:39.32 kvm
2029 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2050 root 20 0 2770900 395328 13608 S 0.0 1.2 10:26.35 kvm
2117 root 20 0 0 0 0 S 0.0 0.0 0:00.02 kvm-pit+
2178 root 20 0 2856680 921052 11192 S 0.0 2.8 14:03.15 kvm
2247 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2480 root 20 0 9071664 4.4g 11380 S 0.0 13.9 48:27.67 kvm
2552 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2681 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2770 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2820 root 20 0 201204 153180 32100 S 0.0 0.5 0:03.61 pvesche+
4120 root 20 0 4814692 695244 11320 S 0.0 2.1 8:49.18 kvm
4232 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
47479 root 20 0 10124 6248 4796 S 0.0 0.0 0:00.02 smartd
47895 _chrony 20 0 19940 5720 4948 S 0.0 0.0 0:00.09 chronyd
47899 _chrony 20 0 11612 2284 1652 S 0.0 0.0 0:00.00 chronyd
48379 root rt 0 226020 160568 51588 S 0.0 0.5 1:51.43 corosync
48458 root 20 0 576380 68388 50020 S 0.0 0.2 0:22.37 pmxcfs
48537 root 20 0 79620 2352 2140 S 0.0 0.0 0:02.45 pvefw-l+
48772 root 20 0 13584 5448 4584 S 0.0 0.0 0:01.49 proxmox+
48812 root 20 0 204556 122428 5204 S 0.0 0.4 0:02.73 pve-ha-+
48841 root 20 0 205200 123132 5264 S 0.0 0.4 0:01.96 pve-ha-+
54658 root 20 0 266136 198332 13504 S 0.0 0.6 0:20.13 pvedaem+
54669 www-data 20 0 92736 56004 3948 S 0.0 0.2 0:00.63 spicepr+
66586 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
71459 root 20 0 0 0 0 I 0.0 0.0 0:00.89 kworker+
78164 root 20 0 0 0 0 I 0.0 0.0 0:06.19 kworker+
82759 root 20 0 0 0 0 I 0.0 0.0 0:00.73 kworker+
87913 root 20 0 2931084 1.1g 13832 S 0.0 3.4 6:50.36 kvm
88000 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
91700 root 20 0 228624 157176 8904 S 0.0 0.5 0:01.82 pvedaem+
92047 root 20 0 4961964 710160 13776 S 0.0 2.2 3:34.13 kvm
92114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
98849 www-data 20 0 259092 192344 13564 S 0.0 0.6 0:07.30 pveprox+
103022 www-data 20 0 252276 185556 13536 S 0.0 0.6 0:05.96 pveprox+
104412 www-data 20 0 257928 190752 13148 S 0.0 0.6 0:03.96 pveprox+
105381 root 20 0 0 0 0 I 0.0 0.0 0:00.61 kworker+
108567 root 20 0 228356 156124 8332 S 0.0 0.5 0:00.36 pvedaem+
109877 root 20 0 0 0 0 I 0.0 0.0 0:02.17 kworker+
117879 root 20 0 0 0 0 I 0.0 0.0 0:00.40 kworker+
121927 root 20 0 0 0 0 I 0.0 0.0 0:01.72 kworker+
123691 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+
127909 root 20 0 0 0 0 I 0.0 0.0 0:01.62 kworker+
130051 root 20 0 0 0 0 I 0.0 0.0 0:01.33 kworker+
135813 root 20 0 0 0 0 I 0.0 0.0 0:00.24 kworker+
140056 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+
140512 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+
141409 root 20 0 0 0 0 I 0.0 0.0 0:00.45 kworker+
142684 postfix 20 0 44472 7804 7040 S 0.0 0.0 0:00.00 pickup
144653 root 20 0 0 0 0 I 0.0 0.0 0:00.19 kworker+
145395 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
145534 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
146407 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
147058 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
148521 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+
148813 root 20 0 0 0 0 I 0.0 0.0 0:00.17 kworker+
149874 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
150343 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
150357 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
151236 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+
152133 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
152139 root 20 0 22396 12772 10224 S 0.0 0.0 0:00.17 systemd
152141 root 20 0 24404 3776 1980 S 0.0 0.0 0:00.00 (sd-pam)
152146 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
152177 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
152193 root 20 0 19652 11712 9940 S 0.0 0.0 0:00.00 sshd-se+
152194 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
152215 root 20 0 19908 7436 5388 S 0.0 0.0 0:00.00 sshd-se+
152217 root 20 0 7344 3772 3220 S 0.0 0.0 0:00.45 bash
153025 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
155938 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
156880 root 20 0 5580 2184 2076 S 0.0 0.0 0:00.00 sleep
157091 root 20 0 7344 2312 1760 S 0.0 0.0 0:00.00 bash
157092 root 20 0 5588 2156 2040 S 0.0 0.0 0:00.00 head
157093 root 20 0 10424 5356 3272 R 0.0 0.0 0:00.00 top
--- zpool iostat 1 2
$ zpool iostat 1 2
no pools available
no pools available
--- arcstat 1 2
$ arcstat 1 2
time read ddread ddh% dmread dmh% pread ph% size c avail
16:30:48 0 0 0 0 0 0 0 1.9K 1000M 12.6G
16:30:49 0 0 0 0 0 0 0 1.9K 1000M 12.6G
--- /proc/net/dev delta (1s)
$ awk '{print $1}' /proc/net/dev
echo "--- t0 ---"
cat /proc/net/dev
sleep 1
echo "--- t1 (1s later) ---"
cat /proc/net/dev
Inter-|
face
lo:
nic0:
nic1:
tailscale0:
vmbr0:
datanet:
tap100i0:
tap101i0:
fwbr101i0:
fwpr101p0:
fwln101i0:
tap103i0:
fwbr103i0:
fwpr103p0:
fwln103i0:
tap104i0:
fwbr104i0:
fwpr104p0:
fwln104i0:
tap108i0:
fwbr108i0:
fwpr108p0:
fwln108i0:
tap114i0:
fwbr114i0:
fwpr114p0:
fwln114i0:
tap117i0:
fwbr117i0:
fwpr117p0:
fwln117i0:
tap107i0:
fwbr107i0:
fwpr107p0:
fwln107i0:
tap107i1:
fwbr107i1:
fwpr107p1:
fwln107i1:
tap109i0:
fwbr109i0:
fwpr109p0:
fwln109i0:
tap105i0:
fwbr105i0:
fwpr105p0:
fwln105i0:
tap106i0:
fwbr106i0:
fwpr106p0:
fwln106i0:
--- t0 ---
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0
nic0: 58899360413 45983473 0 1047 0 0 0 666929 1178755267 5347091 0 0 0 0 0 0
nic1: 8837710593 15117572 0 870 0 0 0 0 57029554523 39956546 0 31 0 0 0 0
tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0
vmbr0: 56293735146 6915449 0 0 0 0 0 586480 628444732 3742912 0 0 0 0 0 0
datanet: 8824530141 15104192 0 0 0 0 0 22186 54650471507 3924882 0 0 0 0 0 0
tap100i0: 30601484 181358 0 0 0 0 0 0 224198244 1229184 0 0 0 0 0 0
tap101i0: 12559577 64005 0 0 0 0 0 0 119170100 991026 0 2334 0 0 0 0
fwbr101i0: 76453430 883960 0 1025 0 0 0 570397 0 0 0 0 0 0 0 0
fwpr101p0: 12559577 64005 0 0 0 0 0 0 119428034 993393 0 15563 0 0 0 0
fwln101i0: 119428034 993393 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0
tap103i0: 1326506 9333 0 0 0 0 0 0 90136268 889176 0 6981 0 0 0 0
fwbr103i0: 76439251 883838 0 1025 0 0 0 570333 0 0 0 0 0 0 0 0
fwpr103p0: 1326506 9333 0 0 0 0 0 0 90857342 896190 0 15542 0 0 0 0
fwln103i0: 90857342 896190 0 15542 0 0 0 0 1326506 9333 0 0 0 0 0 0
tap104i0: 26630611 132060 0 0 0 0 0 0 138881056 1072095 0 5421 0 0 0 0
fwbr104i0: 76423395 883663 0 1024 0 0 0 570220 0 0 0 0 0 0 0 0
fwpr104p0: 26630611 132060 0 0 0 0 0 0 139452003 1077549 0 15546 0 0 0 0
fwln104i0: 139452003 1077549 0 15546 0 0 0 0 26630611 132060 0 0 0 0 0 0
tap108i0: 22441027 108935 0 0 0 0 0 0 131169886 1028424 0 7939 0 0 0 0
fwbr108i0: 76377218 883192 0 1024 0 0 0 569931 0 0 0 0 0 0 0 0
fwpr108p0: 22441027 108935 0 0 0 0 0 0 131999123 1035753 0 15563 0 0 0 0
fwln108i0: 131999123 1035753 0 15563 0 0 0 0 22441027 108935 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884980 0 0 0 0
fwbr114i0: 76342916 882835 0 1024 0 0 0 569656 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 89217290 886012 0 15538 0 0 0 0
fwln114i0: 89217290 886012 0 15538 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 1277014 7818 0 0 0 0 0 0 89732660 888182 0 4758 0 0 0 0
fwbr117i0: 76323921 882679 0 1024 0 0 0 569560 0 0 0 0 0 0 0 0
fwpr117p0: 1277014 7818 0 0 0 0 0 0 90226376 892973 0 15538 0 0 0 0
fwln117i0: 90226376 892973 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0
tap107i0: 12944207 64141 0 0 0 0 0 0 118159031 982665 0 314 0 0 0 0
fwbr107i0: 75466593 873639 0 1011 0 0 0 563402 0 0 0 0 0 0 0 0
fwpr107p0: 12944207 64141 0 0 0 0 0 0 118201371 982979 0 15565 0 0 0 0
fwln107i0: 118201371 982979 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0
tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22899 0 0 0 0
fwbr107i1: 1893977 23309 0 0 0 0 0 21965 0 0 0 0 0 0 0 0
fwpr107p1: 0 0 0 0 0 0 0 0 2276985 23947 0 0 0 0 0 0
fwln107i1: 2276985 23947 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap109i0: 400012414 890826 0 0 0 0 0 0 408878576 1326550 0 544 0 0 0 0
fwbr109i0: 43912531 517627 0 594 0 0 0 327561 0 0 0 0 0 0 0 0
fwpr109p0: 400012414 890826 0 0 0 0 0 0 408926197 1327094 0 11129 0 0 0 0
fwln109i0: 408926197 1327094 0 11129 0 0 0 0 400012414 890826 0 0 0 0 0 0
tap105i0: 47254007 141121 0 0 0 0 0 0 164793379 542349 0 2275 0 0 0 0
fwbr105i0: 31494400 375999 0 426 0 0 0 235423 0 0 0 0 0 0 0 0
fwpr105p0: 47254007 141121 0 0 0 0 0 0 165025377 544624 0 8778 0 0 0 0
fwln105i0: 165025377 544624 0 8778 0 0 0 0 47254007 141121 0 0 0 0 0 0
tap106i0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 0 0 0 0 0
fwbr106i0: 29201231 349502 0 399 0 0 0 217847 0 0 0 0 0 0 0 0
fwpr106p0: 4712378 25399 0 0 0 0 0 0 46798536 394565 0 8099 0 0 0 0
fwln106i0: 46798536 394565 0 8099 0 0 0 0 4712378 25399 0 0 0 0 0 0
--- t1 (1s later) ---
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 15206501 111503 0 0 0 0 0 0 15206501 111503 0 0 0 0 0 0
nic0: 58899377780 45983562 0 1047 0 0 0 666941 1178767688 5347144 0 0 0 0 0 0
nic1: 8837722259 15117685 0 870 0 0 0 0 57029682493 39956735 0 31 0 0 0 0
tailscale0: 52401631852 5638592 0 0 0 0 0 0 293827555 3628800 0 0 0 0 0 0
vmbr0: 56293736610 6915470 0 0 0 0 0 586490 628445216 3742915 0 0 0 0 0 0
datanet: 8824541807 15104305 0 0 0 0 0 22187 54650595847 3925016 0 0 0 0 0 0
tap100i0: 30601832 181361 0 0 0 0 0 0 224200109 1229206 0 0 0 0 0 0
tap101i0: 12559577 64005 0 0 0 0 0 0 119171388 991044 0 2334 0 0 0 0
fwbr101i0: 76454466 883978 0 1025 0 0 0 570407 0 0 0 0 0 0 0 0
fwpr101p0: 12559577 64005 0 0 0 0 0 0 119429322 993411 0 15563 0 0 0 0
fwln101i0: 119429322 993411 0 15563 0 0 0 0 12559577 64005 0 0 0 0 0 0
tap103i0: 1326592 9334 0 0 0 0 0 0 90137642 889195 0 6981 0 0 0 0
fwbr103i0: 76440287 883856 0 1025 0 0 0 570343 0 0 0 0 0 0 0 0
fwpr103p0: 1326592 9334 0 0 0 0 0 0 90858716 896209 0 15542 0 0 0 0
fwln103i0: 90858716 896209 0 15542 0 0 0 0 1326592 9334 0 0 0 0 0 0
tap104i0: 26631015 132063 0 0 0 0 0 0 138882845 1072116 0 5421 0 0 0 0
fwbr104i0: 76424431 883681 0 1024 0 0 0 570230 0 0 0 0 0 0 0 0
fwpr104p0: 26631015 132063 0 0 0 0 0 0 139453792 1077570 0 15546 0 0 0 0
fwln104i0: 139453792 1077570 0 15546 0 0 0 0 26631015 132063 0 0 0 0 0 0
tap108i0: 22444465 108945 0 0 0 0 0 0 131181234 1028469 0 7939 0 0 0 0
fwbr108i0: 76378254 883210 0 1024 0 0 0 569941 0 0 0 0 0 0 0 0
fwpr108p0: 22444465 108945 0 0 0 0 0 0 132010471 1035798 0 15563 0 0 0 0
fwln108i0: 132010471 1035798 0 15563 0 0 0 0 22444465 108945 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 60 1 0 884998 0 0 0 0
fwbr114i0: 76343952 882853 0 1024 0 0 0 569666 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 89218578 886030 0 15538 0 0 0 0
fwln114i0: 89218578 886030 0 15538 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 1277014 7818 0 0 0 0 0 0 89733948 888200 0 4758 0 0 0 0
fwbr117i0: 76324957 882697 0 1024 0 0 0 569570 0 0 0 0 0 0 0 0
fwpr117p0: 1277014 7818 0 0 0 0 0 0 90227664 892991 0 15538 0 0 0 0
fwln117i0: 90227664 892991 0 15538 0 0 0 0 1277014 7818 0 0 0 0 0 0
tap107i0: 12944207 64141 0 0 0 0 0 0 118160319 982683 0 314 0 0 0 0
fwbr107i0: 75467629 873657 0 1011 0 0 0 563412 0 0 0 0 0 0 0 0
fwpr107p0: 12944207 64141 0 0 0 0 0 0 118202659 982997 0 15565 0 0 0 0
fwln107i0: 118202659 982997 0 15565 0 0 0 0 12944207 64141 0 0 0 0 0 0
tap107i1: 0 0 0 0 0 0 0 0 60 1 0 22900 0 0 0 0
fwbr107i1: 1894023 23310 0 0 0 0 0 21966 0 0 0 0 0 0 0 0
fwpr107p1: 0 0 0 0 0 0 0 0 2277045 23948 0 0 0 0 0 0
fwln107i1: 2277045 23948 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap109i0: 400019637 890857 0 0 0 0 0 0 408883640 1326598 0 544 0 0 0 0
fwbr109i0: 43913567 517645 0 594 0 0 0 327571 0 0 0 0 0 0 0 0
fwpr109p0: 400019637 890857 0 0 0 0 0 0 408931261 1327142 0 11129 0 0 0 0
fwln109i0: 408931261 1327142 0 11129 0 0 0 0 400019637 890857 0 0 0 0 0 0
tap105i0: 47254093 141122 0 0 0 0 0 0 164794745 542368 0 2275 0 0 0 0
fwbr105i0: 31495436 376017 0 426 0 0 0 235433 0 0 0 0 0 0 0 0
fwpr105p0: 47254093 141122 0 0 0 0 0 0 165026743 544643 0 8778 0 0 0 0
fwln105i0: 165026743 544643 0 8778 0 0 0 0 47254093 141122 0 0 0 0 0 0
tap106i0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 0 0 0 0 0
fwbr106i0: 29202267 349520 0 399 0 0 0 217857 0 0 0 0 0 0 0 0
fwpr106p0: 4712464 25400 0 0 0 0 0 0 46799937 394584 0 8099 0 0 0 0
fwln106i0: 46799937 394584 0 8099 0 0 0 0 4712464 25400 0 0 0 0 0 0
###############################################################################
# 27. DNS / NTP / TIME
###############################################################################
--- /etc/resolv.conf
--- /etc/resolv.conf ---
# resolv.conf(5) file generated by tailscale
# For more info, see https://tailscale.com/s/resolvconf-overwrite
# DO NOT EDIT THIS FILE BY HAND -- CHANGES WILL BE OVERWRITTEN
nameserver 100.100.100.100
nameserver fd7a:115c:a1e0::53
search knel.net
--- /etc/hosts
--- /etc/hosts ---
127.0.0.1 localhost.localdomain localhost
192.168.100.2 pfv-tsys1.knel.net pfv-tsys1
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
10.100.100.4 pfv-tsys4-nfs-stor
10.100.100.5 pfv-tsys5-nfs-stor
--- /etc/ntp.conf
[missing: /etc/ntp.conf]
--- /etc/chrony/chrony.conf
--- /etc/chrony/chrony.conf ---
# Welcome to the chrony configuration file. See chrony.conf(5) for more
# information about usable directives.
# Use Debian vendor zone.
pool 2.debian.pool.ntp.org iburst
# Use time sources from DHCP.
sourcedir /run/chrony-dhcp
# Use NTP sources found in /etc/chrony/sources.d.
sourcedir /etc/chrony/sources.d
# This directive specifies the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys
# This directive specifies the file into which chronyd will store the rate
# information.
driftfile /var/lib/chrony/chrony.drift
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Uncomment the following line to turn logging on.
#log tracking measurements statistics
# Log files location.
logdir /var/log/chrony
# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
# Get TAI-UTC offset and leap seconds from the system tz database.
# This directive must be commented out when using time sources serving
# leap-smeared time.
leapseclist /usr/share/zoneinfo/leap-seconds.list
# Include configuration files found in /etc/chrony/conf.d.
confdir /etc/chrony/conf.d
--- timedatectl
$ timedatectl
Local time: Sun 2026-07-26 16:30:50 CDT
Universal time: Sun 2026-07-26 21:30:50 UTC
RTC time: Sun 2026-07-26 21:30:50
Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
--- chronyc tracking
$ chronyc tracking
Reference ID : 2CBE057B (44.190.5.123)
Stratum : 3
Ref time (UTC) : Sun Jul 26 21:18:36 2026
System time : 0.000401489 seconds fast of NTP time
Last offset : -0.000049404 seconds
RMS offset : 0.000367263 seconds
Frequency : 19.600 ppm slow
Residual freq : -0.000 ppm
Skew : 0.115 ppm
Root delay : 0.047080245 seconds
Root dispersion : 0.001945785 seconds
Update interval : 1031.4 seconds
Leap status : Normal
--- chronyc sources
$ chronyc sources
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^+ 216-144-228-179-host.col> 2 10 377 944 +470us[ +421us] +/- 29ms
^+ y.ns.gin.ntt.net 2 10 377 350 +79us[ +79us] +/- 35ms
^- 172-233-189-68.ip.linode> 2 10 377 916 -5295us[-5345us] +/- 85ms
^* 44.190.5.123 2 10 377 733 -2134us[-2183us] +/- 24ms
--- ntpq peers
$ ntpq -pn
/root/check.sh: line 45: ntpq: command not found
[exit=127 / not installed or not permitted]
###############################################################################
# 28. FIREWALL / SECURITY
###############################################################################
--- pve-firewall status
$ pve-firewall status
Status: disabled/running
--- nft ruleset (count)
$ nft list ruleset
--- nft ruleset (head)
$ nft list ruleset
--- iptables-save (legacy)
$ iptables-save
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026
*raw
:PREROUTING ACCEPT [29379962:117767404033]
:OUTPUT ACCEPT [11395241:55480832010]
COMMIT
# Completed on Sun Jul 26 16:30:51 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026
*mangle
:PREROUTING ACCEPT [29380186:117767469405]
:INPUT ACCEPT [26873882:117461158902]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [11395305:55480847292]
:POSTROUTING ACCEPT [11395305:55480847292]
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
COMMIT
# Completed on Sun Jul 26 16:30:51 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026
*nat
:PREROUTING ACCEPT [2345449:271716659]
:INPUT ACCEPT [28821:6428922]
:OUTPUT ACCEPT [52345:3426883]
:POSTROUTING ACCEPT [52345:3426883]
:ts-postrouting - [0:0]
-A POSTROUTING -j ts-postrouting
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
COMMIT
# Completed on Sun Jul 26 16:30:51 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:51 2026
*filter
:INPUT ACCEPT [15352177:9192640987]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [11395487:55480867237]
:ts-forward - [0:0]
:ts-input - [0:0]
-A INPUT -j ts-input
-A FORWARD -j ts-forward
-A ts-forward -i tailscale0 -j MARK --set-xmark 0x40000/0xff0000
-A ts-forward -m mark --mark 0x40000/0xff0000 -j ACCEPT
-A ts-forward -s 100.64.0.0/10 -o tailscale0 -j DROP
-A ts-forward -o tailscale0 -j ACCEPT
-A ts-input -s 100.121.189.98/32 -i lo -j ACCEPT
-A ts-input -i tailscale0 -j ACCEPT
-A ts-input -p udp -m udp --dport 41641 -j ACCEPT
-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN
-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP
COMMIT
# Completed on Sun Jul 26 16:30:51 2026
--- ipset list (names)
$ ipset list -n
--- apparmor status
$ aa-status
apparmor module is loaded.
119 profiles are loaded.
20 profiles are in enforce mode.
/usr/bin/lxc-copy
/usr/bin/lxc-start
/usr/bin/man
/usr/lib/NetworkManager/nm-dhcp-client.action
/usr/lib/connman/scripts/dhclient-script
/usr/sbin/chronyd
/usr/{lib/NetworkManager,libexec}/nm-dhcp-helper
/{,usr/}sbin/dhclient
lsb_release
lxc-container-default
lxc-container-default-cgns
lxc-container-default-with-mounting
lxc-container-default-with-nesting
man_filter
man_groff
nvidia_modprobe
nvidia_modprobe//kmod
pve-container-mounthotplug
swtpm
tcpdump
23 profiles are in complain mode.
Xorg
plasmashell
plasmashell//QtWebEngineProcess
sbuild
sbuild-abort
sbuild-adduser
sbuild-apt
sbuild-checkpackages
sbuild-clean
sbuild-createchroot
sbuild-destroychroot
sbuild-distupgrade
sbuild-hold
sbuild-shell
sbuild-unhold
sbuild-update
sbuild-upgrade
transmission-cli
transmission-daemon
transmission-gtk
transmission-qt
unix-chkpwd
unprivileged_userns
0 profiles are in prompt mode.
0 profiles are in kill mode.
76 profiles are in unconfined mode.
1password
Discord
MongoDB Compass
QtWebEngineProcess
balena-etcher
brave
buildah
busybox
cam
ch-checkns
ch-run
chrome
chromium
crun
devhelp
element-desktop
epiphany
evolution
firefox
flatpak
foliate
geary
github-desktop
goldendict
ipa_verify
kchmviewer
keybase
lc-compliance
libcamerify
linux-sandbox
loupe
lxc-attach
lxc-create
lxc-destroy
lxc-execute
lxc-stop
lxc-unshare
lxc-usernsexec
mmdebstrap
msedge
nautilus
notepadqq
obsidian
opam
opera
pageedit
polypane
privacybrowser
qcam
qmapshack
qutebrowser
rootlesskit
rpm
rssguard
runc
scide
signal-desktop
slack
slirp4netns
steam
stress-ng
surfshark
systemd-coredump
toybox
trinity
tup
tuxedo-control-center
userbindmount
uwsgi-core
vdens
virtiofsd
vivaldi-bin
vpnns
vscode
wike
wpcom
3 processes have profiles defined.
3 processes are in enforce mode.
/usr/sbin/chronyd (47895)
/usr/sbin/chronyd (47899)
/usr/sbin/dhclient (937) /{,usr/}sbin/dhclient
0 processes are in complain mode.
0 processes are in prompt mode.
0 processes are in kill mode.
0 processes are unconfined but have a profile defined.
0 processes are in mixed mode.
###############################################################################
# 29. TOP CONSUMERS
###############################################################################
--- top 10 memory hogs
$ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11
PID USER RSS VSZ %CPU %MEM COMMAND
2480 root 4564540 9071664 11.1 13.9 kvm
1808 root 4226500 5040536 14.5 12.8 kvm
87913 root 1117272 2931084 3.7 3.4 kvm
66517 root 1080772 2751604 7.7 3.2 kvm
2178 root 921052 2856680 3.2 2.8 kvm
92047 root 710160 4961964 2.0 2.1 kvm
2699 root 699688 4821896 1.8 2.1 kvm
4120 root 695244 4814692 2.0 2.1 kvm
1964 root 574292 2808436 2.2 1.7 kvm
2614 root 502428 2695412 10.7 1.5 kvm
--- top 10 CPU hogs
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
PID USER %CPU %MEM RSS COMMAND
1808 root 14.5 12.8 4226500 kvm
2480 root 11.1 13.9 4564540 kvm
2614 root 10.7 1.5 502428 kvm
66517 root 7.7 3.2 1080772 kvm
87913 root 3.7 3.4 1117272 kvm
2178 root 3.2 2.8 921052 kvm
771 root 3.1 0.3 113464 tailscaled
157131 root 2.9 0.0 7784 systemd-timedat
2050 root 2.4 1.2 395328 kvm
1964 root 2.2 1.7 574292 kvm
--- top file-handle holders
$ for pid in $(ps -e -o pid= | head -n 200); do
n="$(ls /proc/$pid/fd 2>/dev/null | wc -l)"
[ "$n" -gt 50 ] && printf '%6d fd=%-6s %s\n' "$pid" "$n" "$(cat /proc/$pid/comm 2>/dev/null)"
done | sort -k2 -t= -nr | head -n 15
1 fd=194 systemd
1808 fd=126 kvm
2480 fd=124 kvm
2699 fd=116 kvm
2178 fd=116 kvm
1964 fd=115 kvm
2614 fd=111 kvm
1283 fd=94 master
4120 fd=64 kvm
713 fd=58 dbus-daemon
2050 fd=55 kvm
346 fd=53 systemd-journal
--- largest files in /var/log (top 10)
$ find /var/log -type f -size +10M -exec ls -lh {} \; 2>/dev/null | sort -k5 -h -r | head -n 10
-rw-r-----+ 1 root systemd-journal 128M Jun 30 18:29 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000003d0513-00065574b421d32e.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 30 03:53 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000389d33-000655687839a8bc.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 29 13:17 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000034356f-0006555c40c32bd0.journal
-rw-r-----+ 1 root systemd-journal 128M Jun 28 22:42 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000002fcdc0-000655500672e374.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 6 20:37 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000691339-000655ef31d1fc4c.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 6 06:01 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-000000000064ab59-000655e2eefe3866.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 5 15:23 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000604380-000655d6b0163116.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 5 00:47 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005bdbdb-000655ca731e5bce.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 4 10:11 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-00000000005773bd-000655be2dd459a7.journal
-rw-r-----+ 1 root systemd-journal 128M Jul 3 19:32 /var/log/journal/f37dec13b4a2474990ca5f557c175e41/system@78080d84700c48d3926efe555234e536-0000000000530bd2-000655b1ec1a22c4.journal
###############################################################################
# 30. QUICK-LOOK SUSPECT SUMMARY
###############################################################################
Auto-detected performance anti-patterns (verify against full data above):
--- [A] Network interfaces < 10 Gbps and up
$ hits=0
for ifc in $NETIFS; do
s=$(cat "/sys/class/net/$ifc/speed" 2>/dev/null)
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
case "$s" in
10|100|1000)
if [ "$c" = "1" ]; then
printf ' %s : %s Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration\n' "$ifc" "$s"
hits=$((hits+1))
fi
;;
esac
done
[ "$hits" = "0" ] && echo " no <10GbE interfaces are UP (or speed unreadable)"
nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
[exit=1]
--- [B] MTU not jumbo on carrier-up interfaces
$ hits=0
for ifc in $NETIFS; do
m=$(cat "/sys/class/net/$ifc/mtu" 2>/dev/null)
c=$(cat "/sys/class/net/$ifc/carrier" 2>/dev/null)
[ "$c" = "1" ] || continue
if [ -n "$m" ] && [ "$m" != "9000" ]; then
printf ' %s : mtu=%s\n' "$ifc" "$m"
hits=$((hits+1))
fi
done
[ "$hits" = "0" ] && echo " all carrier-up interfaces have MTU 9000 (or none are up)"
datanet : mtu=1500
fwbr101i0 : mtu=1500
fwbr103i0 : mtu=1500
fwbr104i0 : mtu=1500
fwbr105i0 : mtu=1500
fwbr106i0 : mtu=1500
fwbr107i0 : mtu=1500
fwbr107i1 : mtu=1500
fwbr108i0 : mtu=1500
fwbr109i0 : mtu=1500
fwbr114i0 : mtu=1500
fwbr117i0 : mtu=1500
fwln101i0 : mtu=1500
fwln103i0 : mtu=1500
fwln104i0 : mtu=1500
fwln105i0 : mtu=1500
fwln106i0 : mtu=1500
fwln107i0 : mtu=1500
fwln107i1 : mtu=1500
fwln108i0 : mtu=1500
fwln109i0 : mtu=1500
fwln114i0 : mtu=1500
fwln117i0 : mtu=1500
fwpr101p0 : mtu=1500
fwpr103p0 : mtu=1500
fwpr104p0 : mtu=1500
fwpr105p0 : mtu=1500
fwpr106p0 : mtu=1500
fwpr107p0 : mtu=1500
fwpr107p1 : mtu=1500
fwpr108p0 : mtu=1500
fwpr109p0 : mtu=1500
fwpr114p0 : mtu=1500
fwpr117p0 : mtu=1500
nic0 : mtu=1500
nic1 : mtu=1500
tap100i0 : mtu=1500
tap101i0 : mtu=1500
tap103i0 : mtu=1500
tap104i0 : mtu=1500
tap105i0 : mtu=1500
tap106i0 : mtu=1500
tap107i0 : mtu=1500
tap107i1 : mtu=1500
tap108i0 : mtu=1500
tap109i0 : mtu=1500
tap114i0 : mtu=1500
tap117i0 : mtu=1500
vmbr0 : mtu=1500
[exit=1]
--- [C] CPU governor != performance
$ g=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor 2>/dev/null)
if [ -z "$g" ]; then
echo " cpufreq driver not loaded (governor unknown)"
elif [ "$g" = "performance" ]; then
echo " OK: performance governor"
else
echo " <-- governor=$g (recommend 'performance')"
fi
OK: performance governor
--- [D] EPB / EPP not performance-bias
$ epb=$(cat /sys/devices/system/cpu/cpu0/power/energy_perf_bias 2>/dev/null)
epp=$(cat /sys/devices/system/cpu/cpu0/cpufreq/energy_performance_preference 2>/dev/null)
echo " EPB=$epb EPP=$epp (0=performance, 15=max-power on EPB; 'performance' on EPP)"
EPB=0 EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP)
--- [E] vm.swappiness and dirty ratios
$ sw=$(sysctl -n vm.swappiness 2>/dev/null)
dr=$(sysctl -n vm.dirty_ratio 2>/dev/null)
dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null)
echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr"
[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)"
swappiness=10 dirty_ratio=40 dirty_background_ratio=5
[exit=1]
--- [F] TCP congestion control
$ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null)
avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null)
echo " active: $cc"
echo " available: $avail"
[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths"
active: bbr
available: reno cubic bbr
[exit=1]
--- [G] ZFS dataset red flags
$ if ! command -v zfs >/dev/null 2>&1; then
echo " ZFS not present"
else
zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \
| awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"}
$2=="atime" && $3=="on" {print " <-- "$1" has atime=on"}
$2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"}
$2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}'
fi
--- [H] ARC size vs RAM
$ if [ -r /proc/spl/kstat/zfs/arcstats ]; then
arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo)
echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes"
if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then
pct=$((cmax * 100 / ram))
echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)"
fi
hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then
hr=$((hits * 100 / (hits + miss)))
echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)"
fi
else
echo " ZFS ARC stats not available (ZFS not loaded?)"
fi
ARC current=1920 bytes ARC max=3355443200 bytes RAM total=33559851008 bytes
ARC max is 9% of RAM (Proxmox default ~50%)
--- [I] VMs with non-optimal storage/NIC models
$ hits=0
for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
cfg=$(qm config "$vmid" 2>/dev/null)
flags=""
echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk "
echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk "
echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi "
echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single "
echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 "
echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread "
echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic "
echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue "
if [ -n "$flags" ]; then
echo " VM $vmid: $flags"
hits=$((hits+1))
fi
done
[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns"
VM 100: scsihw!=virtio-scsi-single no-iothread
VM 101: ide-disk no-iothread
VM 103: ide-disk
VM 105: ide-disk
VM 107: ide-disk
VM 114: ide-disk
VM 1000: ide-disk no-iothread
[exit=1]
--- [J] NFS client mount option red flags
$ if ! command -v nfsstat >/dev/null 2>&1; then
echo " nfsstat not available"
else
nfsstat -m 2>/dev/null | awk '
/^.*:/ {mp=$0; next}
/Flags:/ {
gsub(/Flags:|,/,"",$0)
line=$0
if (line !~ /noatime/) print " "mp" : missing noatime"
if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)"
if (line !~ /rsize=1048576/) print " "mp" : rsize<1M"
if (line !~ /wsize=1048576/) print " "mp" : wsize<1M"
if (line ~ /sync/) print " "mp" : sync mount (slow)"
}
'
fi
--- [K] Softnet / NIC drops (non-zero)
$ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat
echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)"
cpu1: dropped=22300 time_squeezed=0
(also check ethtool -S sections above for rx_dropped/rx_missed_errors)
--- [L] Failed systemd services
$ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10)
if [ -n "$failed" ]; then
echo "$failed" | sed 's/^/ /'
else
echo " no failed services"
fi
no failed services
--- [M] Filesystem usage > 80%
$ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}'
--- [N] SMART / NVMe health warnings
$ if command -v nvme >/dev/null 2>&1; then
for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5)
[ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' '
done
fi
if command -v smartctl >/dev/null 2>&1; then
for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do
dev="/dev/$d"
[ -b "$dev" ] || continue
chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed')
echo "$chk" | grep -qi fail && echo " $dev: $chk"
done
fi
echo " (see section 20 for full smartctl/nvme output)"
(see section 20 for full smartctl/nvme output)
###############################################################################
# Collection complete: pfv-tsys1
# Output: /root/pfv-tsys1.log
# Size: 911321 bytes / 17317 lines
# Elapsed: 303 seconds
###############################################################################