Files
PFVCluster/returned-logs/pfv-tsys1.log
T
mrcharles 575d79f611 docs(audit): RAM/CPU placement audit + codify capacity goals
Add CAPACITY-GOALS.md (80% RAM / ~50% idle CPU targets + workload placement
model) and AUDIT-2026-07-29.md (live end-to-end analysis of all 7 hosts). Key
findings: memory goal met fleet-wide (highest 72%); CPU idles 0-6% (chase via
workloads, not hardware); tsys5 is single-CPU not dual; cnode4/5 are stale
running VMs. Answers the wnode-sizing question (grow tsys9, not tsys1), confirms
tsys6/7 for RackRental, and gives a DDR3 compatibility decision tree (RDIMM-only
servers reject consumer UDIMM). Refreshed STATUS/docmap and the returned audit
logs, and fixed an empty-array abort in deploy-check.sh.

💘 Generated with Crush

Assisted-by: Crush:glm-5.2
2026-07-29 05:32:12 -05:00

16255 lines
969 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-29T10:09:07Z (UTC)
# Kernel: 7.0.14-6-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.2.5/20242970da7fbcef (running kernel: 7.0.14-6-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 yes /usr/bin/mtr
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 yes /usr/bin/numactl
numastat yes /usr/bin/numastat
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.4.3-pve1 zfs-kmod-2.4.3-pve1
zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-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-7.0.14-6-pve] (local build)
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
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 yes /usr/bin/iostat
mpstat yes /usr/bin/mpstat
pidstat yes /usr/bin/pidstat
sar yes /usr/bin/sar
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 yes /usr/bin/jq
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-7.0.14-6-pve] (local build)
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
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
numactl 2.0.19-1
nvme-cli 2.13-2
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.1.0
proxmox-enterprise-support-keyring 1.0
proxmox-firewall 1.2.3
proxmox-kernel-6.17 6.17.13-19
proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
proxmox-kernel-7.0 7.0.14-6
proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6
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.1.12
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.2.4
pve-i18n 3.9.0
pve-lxc-syscalld 2.0.2
pve-manager 9.2.5
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.2.1
smartmontools 7.5-pve2
sysstat 12.7.5-2
tuned 2.25.1-1
zfs-initramfs 2.4.3-pve1
zfs-zed 2.4.3-pve1
zfsutils-linux 2.4.3-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.4.3-pve1)
available : spl (2.4.3-pve1)
available : znvpair (2.4.3-pve1)
available : zcommon (2.4.3-pve1)
available : zunicode (2.4.3-pve1)
available : zavl (2.4.3-pve1)
available : icp (2.4.3-pve1)
available : zlua (2.4.3-pve1)
available : megaraid_sas (07.734.00.00-rc1)
available : mpt3sas (54.100.00.00)
available : hpsa (3.4.20-200)
available : aacraid (1.2.1[50983]-custom)
available : smartpqi (2.1.36-026)
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
nvme_fabrics 36864 0
nvme_core 229376 1 nvme_fabrics
nvme_keyring 20480 2 nvme_core,nvme_fabrics
nvme_auth 28672 1 nvme_core
tcp_diag 20480 0
rpcsec_gss_krb5 32768 0
nfsv4 1200128 2
bonding 253952 0
sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
kvm_intel 507904 48
kvm 1445888 27 kvm_intel
zfs 6258688 6
spl 151552 1 zfs
vhost_net 36864 11
vhost 69632 1 vhost_net
vhost_iotlb 16384 1 vhost
tcp_bbr 24576 40
dm_thin_pool 94208 1
dm_persistent_data 118784 1 dm_thin_pool
dm_bio_prison 24576 1 dm_thin_pool
dm_bufio 57344 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
05:09:11 up 2 days, 4:33, 1 user, load average: 1.34, 1.47, 1.65
--- uptime raw (since boot)
$ cat /proc/uptime
189192.73 1264516.59
--- last reboot
$ last -x reboot
reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running
reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39)
shutdown system down 7.0.14-6-pve Mon Jul 27 00:30 - 00:35 (00:05)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31)
shutdown system down 7.0.14-6-pve Sun Jul 26 17:50 - 17:51 (00:00)
reboot system boot 6.17.2-1-pve Sun Jul 26 09:14 - 17:14 (08:00)
shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04)
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 Wed Jul 29 04:57 - 04:57 (00:00)
root pts/0 100.87.49.37 Tue Jul 28 19:37 - 19:38 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:49 - 13:49 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:40 - 13:41 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:12 - 13:12 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 13:03 - 13:03 (00:00)
root pts/0 100.87.49.37 Mon Jul 27 08:40 - 08:41 (00:01)
reboot system boot 7.0.14-6-pve Mon Jul 27 00:35 - still running
root pts/0 10.100.100.3 Mon Jul 27 00:35 - 00:35 (00:00)
root pts/0 10.100.100.3 Mon Jul 27 00:33 - 00:34 (00:01)
root pts/1 10.100.100.3 Mon Jul 27 00:30 - 00:30 (00:00)
root pts/0 10.100.100.3 Mon Jul 27 00:27 - 00:30 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 20:20 - 20:20 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 19:26 - 19:26 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 18:53 - 18:57 (00:03)
root pts/0 100.87.49.37 Sun Jul 26 17:53 - 17:53 (00:00)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:51 - 00:30 (06:39)
root pts/0 100.87.49.37 Sun Jul 26 17:49 - 17:50 (00:00)
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - 17:50 (00:31)
root pts/0 100.87.49.37 Sun Jul 26 17:08 - 17:14 (00:06)
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 - 17:14 (08:00)
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 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux
--- /proc/cmdline (boot args)
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-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: 98%
CPU max MHz: 3900.0000
CPU min MHz: 800.0000
BogoMIPS: 6784.59
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
available: 1 nodes (0)
node 0 cpus: 0 1 2 3 4 5 6 7
node 0 size: 32003 MB
node 0 free: 741 MB
node distances:
node 0
0: 10
--- numactl --show
$ numactl --show
policy: default
preferred node: current
physcpubind: 0 1 2 3 4 5 6 7
cpubind: 0
nodebind: 0
membind: 0
preferred:
--- 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 37
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: D3 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 38
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: fee00418 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
Kernel modules: 8250_pci
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 26
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: 00000000fee00278 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 39
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: 00000000fee00438 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 27
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: fee00298 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:8000 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:8008 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 003 Device 003: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 003 Device 004: ID 067b:23a3 Prolific Technology, Inc. ATEN Serial Bridge
Bus 003 Device 005: ID 0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
Bus 003 Device 006: 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 = 3785479
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 = 3784221
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.69 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.001611 sec
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp
- - 6.98 3840 3392 11229 45 45
0 0 5.32 3814 3392 1302 41 45
0 4 4.83 3825 3392 1206
1 1 9.90 3839 3392 1743 42
1 5 4.72 3829 3392 1535
2 2 8.06 3858 3392 1285 45
2 6 14.84 3862 3392 1386
3 3 3.85 3821 3392 839 38
3 7 4.29 3815 3392 1933
--- 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=19187493us
C1 : MWAIT 0x00 disabled=0 latency=2us residency=668726618us
C1E : MWAIT 0x01 disabled=0 latency=10us residency=4057375978us
C3 : MWAIT 0x10 disabled=0 latency=33us residency=173093381720us
C6 : MWAIT 0x20 disabled=0 latency=133us residency=324125us
C7s : MWAIT 0x32 disabled=0 latency=166us residency=68792259us
--- 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
[110100.589101] audit: type=1400 audit(1785240660.843:1387): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110100.659685] audit: type=1400 audit(1785240660.914:1388): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110377.278519] audit: type=1400 audit(1785240937.535:1389): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110377.280826] audit: type=1400 audit(1785240937.538:1390): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110377.367320] audit: type=1400 audit(1785240937.624:1391): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110666.165125] audit: type=1400 audit(1785241226.424:1392): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110666.167247] audit: type=1400 audit(1785241226.426:1393): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110666.229769] audit: type=1400 audit(1785241226.488:1394): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110913.963289] audit: type=1400 audit(1785241474.222:1395): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110913.965464] audit: type=1400 audit(1785241474.225:1396): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[110914.036708] audit: type=1400 audit(1785241474.296:1397): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111172.401537] audit: type=1400 audit(1785241732.662:1398): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111172.403531] audit: type=1400 audit(1785241732.664:1399): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111172.466016] audit: type=1400 audit(1785241732.727:1400): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111453.905110] audit: type=1400 audit(1785242014.169:1401): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111453.907301] audit: type=1400 audit(1785242014.171:1402): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111453.962890] audit: type=1400 audit(1785242014.227:1403): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111751.928573] audit: type=1400 audit(1785242312.194:1404): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111751.930389] audit: type=1400 audit(1785242312.196:1405): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111752.159795] audit: type=1400 audit(1785242312.425:1406): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111989.681971] audit: type=1400 audit(1785242549.948:1407): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111989.684131] audit: type=1400 audit(1785242549.950:1408): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[111989.800386] audit: type=1400 audit(1785242550.066:1409): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112274.255363] audit: type=1400 audit(1785242834.523:1410): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112274.257444] audit: type=1400 audit(1785242834.525:1411): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112274.340098] audit: type=1400 audit(1785242834.608:1412): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112508.416426] audit: type=1400 audit(1785243068.686:1413): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112508.418644] audit: type=1400 audit(1785243068.688:1414): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112508.480435] audit: type=1400 audit(1785243068.750:1415): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112806.096251] audit: type=1400 audit(1785243366.368:1416): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112806.098771] audit: type=1400 audit(1785243366.370:1417): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[112806.155137] audit: type=1400 audit(1785243366.426:1418): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113061.640591] audit: type=1400 audit(1785243621.914:1419): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113061.642944] audit: type=1400 audit(1785243621.916:1420): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113061.795571] audit: type=1400 audit(1785243622.069:1421): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113319.302928] audit: type=1400 audit(1785243879.579:1422): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113319.304947] audit: type=1400 audit(1785243879.581:1423): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113319.447414] audit: type=1400 audit(1785243879.723:1424): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113563.335185] audit: type=1400 audit(1785244123.611:1425): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113563.337070] audit: type=1400 audit(1785244123.613:1426): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113563.409219] audit: type=1400 audit(1785244123.685:1427): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113822.202745] audit: type=1400 audit(1785244382.481:1428): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113822.204395] audit: type=1400 audit(1785244382.482:1429): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[113822.261033] audit: type=1400 audit(1785244382.539:1430): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114113.481422] audit: type=1400 audit(1785244673.762:1431): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114113.485252] audit: type=1400 audit(1785244673.766:1432): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114113.546629] audit: type=1400 audit(1785244673.827:1433): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114353.047310] audit: type=1400 audit(1785244913.329:1434): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114353.049382] audit: type=1400 audit(1785244913.331:1435): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114353.109280] audit: type=1400 audit(1785244913.391:1436): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114635.318449] audit: type=1400 audit(1785245195.602:1437): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114635.320624] audit: type=1400 audit(1785245195.604:1438): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114635.394834] audit: type=1400 audit(1785245195.678:1439): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114876.692251] audit: type=1400 audit(1785245436.978:1440): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114876.694203] audit: type=1400 audit(1785245436.980:1441): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[114876.745477] audit: type=1400 audit(1785245437.031:1442): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115102.981445] audit: type=1400 audit(1785245663.268:1443): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115102.983612] audit: type=1400 audit(1785245663.270:1444): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115103.042190] audit: type=1400 audit(1785245663.328:1445): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115395.446014] audit: type=1400 audit(1785245955.734:1446): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115395.447648] audit: type=1400 audit(1785245955.736:1447): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115395.505583] audit: type=1400 audit(1785245955.794:1448): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115685.530446] audit: type=1400 audit(1785246245.820:1449): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115685.532025] audit: type=1400 audit(1785246245.822:1450): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115685.602539] audit: type=1400 audit(1785246245.892:1451): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115918.536532] audit: type=1400 audit(1785246478.828:1452): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115918.538770] audit: type=1400 audit(1785246478.830:1453): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[115918.621003] audit: type=1400 audit(1785246478.912:1454): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116192.327070] audit: type=1400 audit(1785246752.620:1455): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116192.329184] audit: type=1400 audit(1785246752.622:1456): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116192.387826] audit: type=1400 audit(1785246752.681:1457): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116452.522468] audit: type=1400 audit(1785247012.817:1458): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116452.524265] audit: type=1400 audit(1785247012.819:1459): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116452.595107] audit: type=1400 audit(1785247012.890:1460): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116682.271472] audit: type=1400 audit(1785247242.568:1461): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116682.273541] audit: type=1400 audit(1785247242.570:1462): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116682.334024] audit: type=1400 audit(1785247242.630:1463): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116983.365675] audit: type=1400 audit(1785247543.664:1464): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116983.367883] audit: type=1400 audit(1785247543.666:1465): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[116983.430906] audit: type=1400 audit(1785247543.729:1466): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117260.112105] audit: type=1400 audit(1785247820.412:1467): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117260.114199] audit: type=1400 audit(1785247820.414:1468): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117260.194610] audit: type=1400 audit(1785247820.495:1469): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117558.193457] audit: type=1400 audit(1785248118.496:1470): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117558.195683] audit: type=1400 audit(1785248118.498:1471): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117558.257992] audit: type=1400 audit(1785248118.560:1472): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117792.610827] audit: type=1400 audit(1785248352.916:1473): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117792.612376] audit: type=1400 audit(1785248352.917:1474): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[117792.675993] audit: type=1400 audit(1785248352.981:1475): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118087.860853] audit: type=1400 audit(1785248648.168:1476): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118087.862909] audit: type=1400 audit(1785248648.170:1477): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118087.940296] audit: type=1400 audit(1785248648.247:1478): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118346.711168] audit: type=1400 audit(1785248907.019:1479): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118346.713362] audit: type=1400 audit(1785248907.021:1480): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118346.780664] audit: type=1400 audit(1785248907.088:1481): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118580.328681] audit: type=1400 audit(1785249140.638:1482): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118580.330469] audit: type=1400 audit(1785249140.639:1483): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118580.387002] audit: type=1400 audit(1785249140.696:1484): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118819.385376] audit: type=1400 audit(1785249379.696:1485): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118819.387251] audit: type=1400 audit(1785249379.698:1486): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[118819.460095] audit: type=1400 audit(1785249379.771:1487): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119048.644320] audit: type=1400 audit(1785249608.956:1488): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119048.646560] audit: type=1400 audit(1785249608.959:1489): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119048.712198] audit: type=1400 audit(1785249609.024:1490): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119289.086177] audit: type=1400 audit(1785249849.401:1491): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119289.088300] audit: type=1400 audit(1785249849.403:1492): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119289.164150] audit: type=1400 audit(1785249849.479:1493): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119573.306585] audit: type=1400 audit(1785250133.622:1494): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119573.308469] audit: type=1400 audit(1785250133.624:1495): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119573.384405] audit: type=1400 audit(1785250133.700:1496): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119826.489204] audit: type=1400 audit(1785250386.806:1497): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119826.491374] audit: type=1400 audit(1785250386.809:1498): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[119826.557561] audit: type=1400 audit(1785250386.875:1499): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120099.084660] audit: type=1400 audit(1785250659.404:1500): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120099.086759] audit: type=1400 audit(1785250659.406:1501): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120099.164830] audit: type=1400 audit(1785250659.484:1502): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120370.797626] audit: type=1400 audit(1785250931.119:1503): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120370.799872] audit: type=1400 audit(1785250931.122:1504): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120370.861650] audit: type=1400 audit(1785250931.183:1505): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120651.780624] audit: type=1400 audit(1785251212.103:1506): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120651.782641] audit: type=1400 audit(1785251212.105:1507): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120651.848347] audit: type=1400 audit(1785251212.171:1508): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120920.210323] audit: type=1400 audit(1785251480.535:1509): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120920.211509] audit: type=1400 audit(1785251480.536:1510): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[120920.278866] audit: type=1400 audit(1785251480.603:1511): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121177.922193] audit: type=1400 audit(1785251738.248:1512): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121177.924329] audit: type=1400 audit(1785251738.250:1513): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121178.142050] audit: type=1400 audit(1785251738.468:1514): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121453.267882] audit: type=1400 audit(1785252013.597:1515): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121453.269413] audit: type=1400 audit(1785252013.598:1516): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121453.326652] audit: type=1400 audit(1785252013.655:1517): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121724.882442] audit: type=1400 audit(1785252285.212:1518): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121724.884641] audit: type=1400 audit(1785252285.214:1519): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121725.001485] audit: type=1400 audit(1785252285.331:1520): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121968.721132] audit: type=1400 audit(1785252529.052:1521): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121968.722751] audit: type=1400 audit(1785252529.054:1522): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[121968.787011] audit: type=1400 audit(1785252529.118:1523): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122212.974608] audit: type=1400 audit(1785252773.308:1524): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122212.976827] audit: type=1400 audit(1785252773.310:1525): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122213.039037] audit: type=1400 audit(1785252773.373:1526): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122511.804358] audit: type=1400 audit(1785253072.139:1527): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122511.806629] audit: type=1400 audit(1785253072.141:1528): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122511.870539] audit: type=1400 audit(1785253072.205:1529): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122807.079022] audit: type=1400 audit(1785253367.415:1530): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122807.081001] audit: type=1400 audit(1785253367.417:1531): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[122807.146239] audit: type=1400 audit(1785253367.483:1532): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123078.380760] audit: type=1400 audit(1785253638.719:1533): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123078.382966] audit: type=1400 audit(1785253638.721:1534): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123078.432459] audit: type=1400 audit(1785253638.771:1535): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123330.242484] audit: type=1400 audit(1785253890.583:1536): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123330.244587] audit: type=1400 audit(1785253890.585:1537): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123330.307381] audit: type=1400 audit(1785253890.648:1538): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123621.145081] audit: type=1400 audit(1785254181.488:1539): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123621.147237] audit: type=1400 audit(1785254181.490:1540): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123621.204862] audit: type=1400 audit(1785254181.547:1541): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123876.958567] audit: type=1400 audit(1785254437.302:1542): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123876.960628] audit: type=1400 audit(1785254437.304:1543): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[123877.033846] audit: type=1400 audit(1785254437.377:1544): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124145.068662] audit: type=1400 audit(1785254705.414:1545): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124145.070617] audit: type=1400 audit(1785254705.416:1546): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124145.141848] audit: type=1400 audit(1785254705.487:1547): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124373.944458] audit: type=1400 audit(1785254934.291:1548): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124373.946511] audit: type=1400 audit(1785254934.293:1549): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124374.093335] audit: type=1400 audit(1785254934.440:1550): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124647.218663] audit: type=1400 audit(1785255207.567:1551): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124647.220805] audit: type=1400 audit(1785255207.569:1552): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124647.301838] audit: type=1400 audit(1785255207.650:1553): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124911.974223] audit: type=1400 audit(1785255472.324:1554): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124911.976397] audit: type=1400 audit(1785255472.327:1555): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[124912.065197] audit: type=1400 audit(1785255472.416:1556): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125166.518528] audit: type=1400 audit(1785255726.870:1557): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125166.522285] audit: type=1400 audit(1785255726.874:1558): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125166.584416] audit: type=1400 audit(1785255726.936:1559): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125418.973192] audit: type=1400 audit(1785255979.326:1560): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125418.975343] audit: type=1400 audit(1785255979.328:1561): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125419.113219] audit: type=1400 audit(1785255979.466:1562): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125688.862283] audit: type=1400 audit(1785256249.218:1563): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125688.864375] audit: type=1400 audit(1785256249.220:1564): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125689.176272] audit: type=1400 audit(1785256249.532:1565): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125937.512059] audit: type=1400 audit(1785256497.868:1566): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125937.514191] audit: type=1400 audit(1785256497.870:1567): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[125937.572476] audit: type=1400 audit(1785256497.929:1568): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126228.784741] audit: type=1400 audit(1785256789.143:1569): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126228.786748] audit: type=1400 audit(1785256789.145:1570): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126228.848142] audit: type=1400 audit(1785256789.206:1571): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126523.060315] audit: type=1400 audit(1785257083.420:1572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126523.062426] audit: type=1400 audit(1785257083.422:1573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126523.145833] audit: type=1400 audit(1785257083.506:1574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126578.835270] perf: interrupt took too long (4915 > 4911), lowering kernel.perf_event_max_sample_rate to 40000
[126777.757977] audit: type=1400 audit(1785257338.121:1575): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126777.760702] audit: type=1400 audit(1785257338.123:1576): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[126777.820687] audit: type=1400 audit(1785257338.183:1577): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127014.732986] audit: type=1400 audit(1785257575.096:1578): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127014.735182] audit: type=1400 audit(1785257575.098:1579): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127014.793611] audit: type=1400 audit(1785257575.157:1580): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127272.449758] audit: type=1400 audit(1785257832.815:1581): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127272.451830] audit: type=1400 audit(1785257832.818:1582): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127272.502118] audit: type=1400 audit(1785257832.868:1583): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127560.020797] audit: type=1400 audit(1785258120.387:1584): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127560.022454] audit: type=1400 audit(1785258120.389:1585): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127560.077681] audit: type=1400 audit(1785258120.444:1586): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127834.805855] audit: type=1400 audit(1785258395.174:1587): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127834.808181] audit: type=1400 audit(1785258395.176:1588): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[127834.869830] audit: type=1400 audit(1785258395.238:1589): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128090.993841] audit: type=1400 audit(1785258651.365:1590): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128090.995766] audit: type=1400 audit(1785258651.367:1591): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128091.092819] audit: type=1400 audit(1785258651.464:1592): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128333.275121] audit: type=1400 audit(1785258893.646:1593): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128333.277279] audit: type=1400 audit(1785258893.649:1594): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128333.329906] audit: type=1400 audit(1785258893.701:1595): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128630.991383] audit: type=1400 audit(1785259191.364:1596): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128630.993319] audit: type=1400 audit(1785259191.366:1597): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128631.061556] audit: type=1400 audit(1785259191.435:1598): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128868.392535] audit: type=1400 audit(1785259428.768:1599): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128868.394701] audit: type=1400 audit(1785259428.770:1600): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[128868.569846] audit: type=1400 audit(1785259428.945:1601): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129135.055967] audit: type=1400 audit(1785259695.432:1602): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129135.057809] audit: type=1400 audit(1785259695.434:1603): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129135.134185] audit: type=1400 audit(1785259695.510:1604): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129409.477358] audit: type=1400 audit(1785259969.855:1605): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129409.479375] audit: type=1400 audit(1785259969.857:1606): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129409.542527] audit: type=1400 audit(1785259969.920:1607): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129676.841109] audit: type=1400 audit(1785260237.221:1608): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129676.843256] audit: type=1400 audit(1785260237.223:1609): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129676.929076] audit: type=1400 audit(1785260237.309:1610): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129931.530697] audit: type=1400 audit(1785260491.912:1611): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129931.532703] audit: type=1400 audit(1785260491.914:1612): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[129931.592871] audit: type=1400 audit(1785260491.974:1613): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130223.526396] audit: type=1400 audit(1785260783.910:1614): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130223.528511] audit: type=1400 audit(1785260783.912:1615): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130223.589317] audit: type=1400 audit(1785260783.973:1616): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130483.136766] audit: type=1400 audit(1785261043.521:1617): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130483.138830] audit: type=1400 audit(1785261043.523:1618): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130483.197031] audit: type=1400 audit(1785261043.581:1619): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130781.594817] audit: type=1400 audit(1785261341.982:1620): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130781.596882] audit: type=1400 audit(1785261341.984:1621): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[130781.672795] audit: type=1400 audit(1785261342.060:1622): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131066.731257] audit: type=1400 audit(1785261627.119:1623): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131066.733589] audit: type=1400 audit(1785261627.121:1624): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131066.792770] audit: type=1400 audit(1785261627.180:1625): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131315.449085] audit: type=1400 audit(1785261875.839:1626): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131315.451184] audit: type=1400 audit(1785261875.841:1627): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131315.512210] audit: type=1400 audit(1785261875.902:1628): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131540.908669] audit: type=1400 audit(1785262101.299:1629): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131540.910878] audit: type=1400 audit(1785262101.301:1630): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131540.975284] audit: type=1400 audit(1785262101.365:1631): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131821.346648] audit: type=1400 audit(1785262381.737:1632): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131821.348223] audit: type=1400 audit(1785262381.739:1633): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[131821.405848] audit: type=1400 audit(1785262381.796:1634): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132104.457283] audit: type=1400 audit(1785262664.849:1635): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132104.459407] audit: type=1400 audit(1785262664.851:1636): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132104.513430] audit: type=1400 audit(1785262664.905:1637): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132374.228877] audit: type=1400 audit(1785262934.620:1638): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132374.230999] audit: type=1400 audit(1785262934.622:1639): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132374.322348] audit: type=1400 audit(1785262934.713:1640): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132642.951772] audit: type=1400 audit(1785263203.344:1641): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132642.953948] audit: type=1400 audit(1785263203.346:1642): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132643.008298] audit: type=1400 audit(1785263203.400:1643): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132880.684180] audit: type=1400 audit(1785263441.077:1644): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132880.686337] audit: type=1400 audit(1785263441.080:1645): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[132880.760673] audit: type=1400 audit(1785263441.154:1646): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133175.581268] audit: type=1400 audit(1785263735.977:1647): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133175.583421] audit: type=1400 audit(1785263735.979:1648): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133175.658502] audit: type=1400 audit(1785263736.054:1649): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133463.401574] audit: type=1400 audit(1785264023.798:1650): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133463.403729] audit: type=1400 audit(1785264023.800:1651): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133463.479453] audit: type=1400 audit(1785264023.875:1652): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133718.816754] audit: type=1400 audit(1785264279.214:1653): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133718.818926] audit: type=1400 audit(1785264279.216:1654): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[133718.887624] audit: type=1400 audit(1785264279.285:1655): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134020.189488] audit: type=1400 audit(1785264580.589:1656): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134020.191572] audit: type=1400 audit(1785264580.591:1657): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134020.263439] audit: type=1400 audit(1785264580.663:1658): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134305.755462] audit: type=1400 audit(1785264866.156:1659): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134305.757300] audit: type=1400 audit(1785264866.158:1660): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134305.828009] audit: type=1400 audit(1785264866.228:1661): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134548.603844] audit: type=1400 audit(1785265109.005:1662): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134548.605996] audit: type=1400 audit(1785265109.007:1663): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134548.668233] audit: type=1400 audit(1785265109.070:1664): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134844.171725] audit: type=1400 audit(1785265404.575:1665): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134844.173890] audit: type=1400 audit(1785265404.577:1666): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[134844.244427] audit: type=1400 audit(1785265404.647:1667): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135143.620487] audit: type=1400 audit(1785265704.025:1668): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135143.622489] audit: type=1400 audit(1785265704.027:1669): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135143.710782] audit: type=1400 audit(1785265704.115:1670): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135385.641296] audit: type=1400 audit(1785265946.048:1671): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135385.643427] audit: type=1400 audit(1785265946.050:1672): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135385.696463] audit: type=1400 audit(1785265946.103:1673): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135664.980761] audit: type=1400 audit(1785266225.388:1674): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135664.982938] audit: type=1400 audit(1785266225.390:1675): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135665.073490] audit: type=1400 audit(1785266225.480:1676): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135912.829130] audit: type=1400 audit(1785266473.237:1677): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135912.830946] audit: type=1400 audit(1785266473.239:1678): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[135912.881991] audit: type=1400 audit(1785266473.290:1679): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136148.120370] audit: type=1400 audit(1785266708.530:1680): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136148.122402] audit: type=1400 audit(1785266708.532:1681): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136148.278776] audit: type=1400 audit(1785266708.688:1682): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136443.173010] audit: type=1400 audit(1785267003.585:1683): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136443.175233] audit: type=1400 audit(1785267003.587:1684): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136443.232828] audit: type=1400 audit(1785267003.644:1685): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136726.794540] audit: type=1400 audit(1785267287.206:1686): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136726.796509] audit: type=1400 audit(1785267287.208:1687): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[136726.863923] audit: type=1400 audit(1785267287.276:1688): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137015.840682] audit: type=1400 audit(1785267576.253:1689): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137015.842770] audit: type=1400 audit(1785267576.256:1690): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137015.907239] audit: type=1400 audit(1785267576.320:1691): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137259.881080] audit: type=1400 audit(1785267820.295:1692): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137259.883229] audit: type=1400 audit(1785267820.297:1693): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137259.947371] audit: type=1400 audit(1785267820.361:1694): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137490.684010] audit: type=1400 audit(1785268051.098:1695): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137490.686193] audit: type=1400 audit(1785268051.100:1696): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137491.244130] audit: type=1400 audit(1785268051.658:1697): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137720.426743] audit: type=1400 audit(1785268280.842:1698): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137720.428389] audit: type=1400 audit(1785268280.843:1699): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[137720.491989] audit: type=1400 audit(1785268280.907:1700): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138017.078382] audit: type=1400 audit(1785268577.495:1701): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138017.079569] audit: type=1400 audit(1785268577.496:1702): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138017.146238] audit: type=1400 audit(1785268577.562:1703): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138314.258714] audit: type=1400 audit(1785268874.676:1704): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138314.260852] audit: type=1400 audit(1785268874.678:1705): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138314.323383] audit: type=1400 audit(1785268874.741:1706): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138568.476936] audit: type=1400 audit(1785269128.897:1707): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138568.478916] audit: type=1400 audit(1785269128.899:1708): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138568.543095] audit: type=1400 audit(1785269128.963:1709): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138799.136677] audit: type=1400 audit(1785269359.557:1710): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138799.138715] audit: type=1400 audit(1785269359.559:1711): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[138799.207003] audit: type=1400 audit(1785269359.628:1712): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139054.265704] audit: type=1400 audit(1785269614.686:1713): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139054.267851] audit: type=1400 audit(1785269614.688:1714): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139054.325796] audit: type=1400 audit(1785269614.746:1715): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139330.021808] audit: type=1400 audit(1785269890.443:1716): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139330.023593] audit: type=1400 audit(1785269890.445:1717): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139330.090436] audit: type=1400 audit(1785269890.512:1718): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139575.026468] audit: type=1400 audit(1785270135.448:1719): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139575.028646] audit: type=1400 audit(1785270135.451:1720): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139575.098985] audit: type=1400 audit(1785270135.521:1721): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139868.914988] audit: type=1400 audit(1785270429.339:1722): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139868.916985] audit: type=1400 audit(1785270429.341:1723): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[139868.975248] audit: type=1400 audit(1785270429.399:1724): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140148.687083] audit: type=1400 audit(1785270709.112:1725): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140148.688734] audit: type=1400 audit(1785270709.113:1726): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140148.784202] audit: type=1400 audit(1785270709.209:1727): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140429.278124] audit: type=1400 audit(1785270989.703:1728): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140429.280198] audit: type=1400 audit(1785270989.705:1729): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140429.338991] audit: type=1400 audit(1785270989.763:1730): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140708.838039] audit: type=1400 audit(1785271269.263:1731): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140708.840194] audit: type=1400 audit(1785271269.266:1732): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140708.892606] audit: type=1400 audit(1785271269.318:1733): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140936.548524] audit: type=1400 audit(1785271496.975:1734): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140936.550630] audit: type=1400 audit(1785271496.977:1735): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[140936.622376] audit: type=1400 audit(1785271497.048:1736): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141168.863896] audit: type=1400 audit(1785271729.291:1737): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141168.866014] audit: type=1400 audit(1785271729.293:1738): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141168.951091] audit: type=1400 audit(1785271729.378:1739): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141438.139246] audit: type=1400 audit(1785271998.567:1740): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141438.141355] audit: type=1400 audit(1785271998.569:1741): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141438.204596] audit: type=1400 audit(1785271998.632:1742): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141729.777569] audit: type=1400 audit(1785272290.206:1743): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141729.778993] audit: type=1400 audit(1785272290.208:1744): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141729.836181] audit: type=1400 audit(1785272290.265:1745): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141988.314703] audit: type=1400 audit(1785272548.745:1746): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141988.316838] audit: type=1400 audit(1785272548.747:1747): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[141988.400459] audit: type=1400 audit(1785272548.831:1748): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142221.664002] audit: type=1400 audit(1785272782.096:1749): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142221.666137] audit: type=1400 audit(1785272782.098:1750): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142221.731061] audit: type=1400 audit(1785272782.163:1751): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142523.396324] audit: type=1400 audit(1785273083.829:1752): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142523.398909] audit: type=1400 audit(1785273083.832:1753): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142523.463159] audit: type=1400 audit(1785273083.896:1754): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142780.135795] audit: type=1400 audit(1785273340.568:1755): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142780.137899] audit: type=1400 audit(1785273340.570:1756): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[142780.205207] audit: type=1400 audit(1785273340.638:1757): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143043.621252] audit: type=1400 audit(1785273604.055:1758): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143043.623182] audit: type=1400 audit(1785273604.057:1759): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143043.689859] audit: type=1400 audit(1785273604.123:1760): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143284.273388] audit: type=1400 audit(1785273844.708:1761): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143284.275638] audit: type=1400 audit(1785273844.710:1762): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143284.342848] audit: type=1400 audit(1785273844.777:1763): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143538.798760] audit: type=1400 audit(1785274099.234:1764): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143538.800984] audit: type=1400 audit(1785274099.236:1765): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143538.873974] audit: type=1400 audit(1785274099.309:1766): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143767.996377] audit: type=1400 audit(1785274328.432:1767): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143767.998530] audit: type=1400 audit(1785274328.434:1768): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[143768.059345] audit: type=1400 audit(1785274328.495:1769): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144056.847065] audit: type=1400 audit(1785274617.284:1770): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144056.849285] audit: type=1400 audit(1785274617.286:1771): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144056.914122] audit: type=1400 audit(1785274617.351:1772): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144356.634524] audit: type=1400 audit(1785274917.073:1773): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144356.636679] audit: type=1400 audit(1785274917.075:1774): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144356.701810] audit: type=1400 audit(1785274917.140:1775): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144606.971830] audit: type=1400 audit(1785275167.411:1776): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144606.974014] audit: type=1400 audit(1785275167.413:1777): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144607.043131] audit: type=1400 audit(1785275167.482:1778): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144892.985409] audit: type=1400 audit(1785275453.425:1779): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144892.987669] audit: type=1400 audit(1785275453.428:1780): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[144893.040954] audit: type=1400 audit(1785275453.481:1781): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145192.919261] audit: type=1400 audit(1785275753.360:1782): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145192.921246] audit: type=1400 audit(1785275753.362:1783): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145192.971501] audit: type=1400 audit(1785275753.413:1784): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145438.657996] audit: type=1400 audit(1785275999.100:1785): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145438.660163] audit: type=1400 audit(1785275999.102:1786): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145438.735087] audit: type=1400 audit(1785275999.177:1787): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145724.613427] audit: type=1400 audit(1785276285.056:1788): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145724.616127] audit: type=1400 audit(1785276285.059:1789): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145724.677806] audit: type=1400 audit(1785276285.121:1790): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145997.279757] audit: type=1400 audit(1785276557.725:1791): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145997.281834] audit: type=1400 audit(1785276557.726:1792): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[145997.342625] audit: type=1400 audit(1785276557.786:1793): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146239.654903] audit: type=1400 audit(1785276800.101:1794): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146239.657558] audit: type=1400 audit(1785276800.103:1795): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146239.739559] audit: type=1400 audit(1785276800.185:1796): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146472.423021] audit: type=1400 audit(1785277032.870:1797): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146472.425109] audit: type=1400 audit(1785277032.872:1798): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146472.491883] audit: type=1400 audit(1785277032.938:1799): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146745.370181] audit: type=1400 audit(1785277305.818:1800): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146745.371947] audit: type=1400 audit(1785277305.819:1801): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[146745.443862] audit: type=1400 audit(1785277305.891:1802): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147035.998944] audit: type=1400 audit(1785277596.448:1803): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147036.001072] audit: type=1400 audit(1785277596.450:1804): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147036.086389] audit: type=1400 audit(1785277596.535:1805): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147326.057355] audit: type=1400 audit(1785277886.507:1806): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147326.059446] audit: type=1400 audit(1785277886.509:1807): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147326.195779] audit: type=1400 audit(1785277886.645:1808): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147618.355089] audit: type=1400 audit(1785278178.805:1809): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147618.357229] audit: type=1400 audit(1785278178.808:1810): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147618.416006] audit: type=1400 audit(1785278178.867:1811): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147898.607543] audit: type=1400 audit(1785278459.058:1812): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147898.609568] audit: type=1400 audit(1785278459.060:1813): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[147898.669823] audit: type=1400 audit(1785278459.121:1814): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148127.533706] audit: type=1400 audit(1785278687.986:1815): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148127.535809] audit: type=1400 audit(1785278687.989:1816): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148127.621714] audit: type=1400 audit(1785278688.074:1817): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148398.752942] audit: type=1400 audit(1785278959.207:1818): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148398.755016] audit: type=1400 audit(1785278959.209:1819): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148398.830739] audit: type=1400 audit(1785278959.284:1820): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148695.533782] audit: type=1400 audit(1785279255.988:1821): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148695.535897] audit: type=1400 audit(1785279255.990:1822): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148695.606985] audit: type=1400 audit(1785279256.061:1823): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148943.935858] audit: type=1400 audit(1785279504.392:1824): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148943.937872] audit: type=1400 audit(1785279504.394:1825): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[148944.003138] audit: type=1400 audit(1785279504.459:1826): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149237.669775] audit: type=1400 audit(1785279798.127:1827): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149237.671902] audit: type=1400 audit(1785279798.129:1828): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149237.745426] audit: type=1400 audit(1785279798.202:1829): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149476.683328] audit: type=1400 audit(1785280037.141:1830): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149476.685458] audit: type=1400 audit(1785280037.143:1831): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149476.742677] audit: type=1400 audit(1785280037.200:1832): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149773.594935] audit: type=1400 audit(1785280334.054:1833): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149773.597038] audit: type=1400 audit(1785280334.056:1834): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[149773.663253] audit: type=1400 audit(1785280334.122:1835): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150054.463002] audit: type=1400 audit(1785280614.923:1836): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150054.465251] audit: type=1400 audit(1785280614.925:1837): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150054.539049] audit: type=1400 audit(1785280614.999:1838): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150347.156310] audit: type=1400 audit(1785280907.617:1839): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150347.158502] audit: type=1400 audit(1785280907.619:1840): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150347.217545] audit: type=1400 audit(1785280907.678:1841): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150626.754996] audit: type=1400 audit(1785281187.217:1842): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150626.757063] audit: type=1400 audit(1785281187.219:1843): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150626.815324] audit: type=1400 audit(1785281187.277:1844): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150902.617947] audit: type=1400 audit(1785281463.081:1845): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150902.621927] audit: type=1400 audit(1785281463.084:1846): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[150902.791030] audit: type=1400 audit(1785281463.254:1847): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151197.013015] audit: type=1400 audit(1785281757.477:1848): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151197.015227] audit: type=1400 audit(1785281757.479:1849): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151197.100694] audit: type=1400 audit(1785281757.564:1850): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151454.758828] audit: type=1400 audit(1785282015.222:1851): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151454.760385] audit: type=1400 audit(1785282015.224:1852): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151454.865823] audit: type=1400 audit(1785282015.329:1853): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151740.324322] audit: type=1400 audit(1785282300.789:1854): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151740.326377] audit: type=1400 audit(1785282300.791:1855): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[151740.384955] audit: type=1400 audit(1785282300.849:1856): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152028.011761] audit: type=1400 audit(1785282588.478:1857): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152028.013911] audit: type=1400 audit(1785282588.480:1858): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152028.161051] audit: type=1400 audit(1785282588.628:1859): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152288.738485] audit: type=1400 audit(1785282849.205:1860): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152288.740670] audit: type=1400 audit(1785282849.207:1861): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152288.815061] audit: type=1400 audit(1785282849.282:1862): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152585.990107] audit: type=1400 audit(1785283146.458:1863): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152585.992064] audit: type=1400 audit(1785283146.460:1864): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152586.057589] audit: type=1400 audit(1785283146.525:1865): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152832.476290] audit: type=1400 audit(1785283392.945:1866): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152832.477609] audit: type=1400 audit(1785283392.946:1867): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[152832.532869] audit: type=1400 audit(1785283393.001:1868): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153077.806281] audit: type=1400 audit(1785283638.275:1869): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153077.808413] audit: type=1400 audit(1785283638.278:1870): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153077.875021] audit: type=1400 audit(1785283638.344:1871): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153375.322462] audit: type=1400 audit(1785283935.793:1872): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153375.325137] audit: type=1400 audit(1785283935.795:1873): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153375.485028] audit: type=1400 audit(1785283935.955:1874): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153657.679653] audit: type=1400 audit(1785284218.151:1875): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153657.681756] audit: type=1400 audit(1785284218.153:1876): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153657.738445] audit: type=1400 audit(1785284218.209:1877): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153887.542480] audit: type=1400 audit(1785284448.014:1878): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153887.544709] audit: type=1400 audit(1785284448.017:1879): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[153887.611633] audit: type=1400 audit(1785284448.083:1880): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154180.722809] audit: type=1400 audit(1785284741.197:1881): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154180.727246] audit: type=1400 audit(1785284741.201:1882): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154180.799390] audit: type=1400 audit(1785284741.273:1883): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154441.788953] audit: type=1400 audit(1785285002.264:1884): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154441.790545] audit: type=1400 audit(1785285002.265:1885): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154441.851552] audit: type=1400 audit(1785285002.326:1886): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154718.781408] audit: type=1400 audit(1785285279.256:1887): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154718.783431] audit: type=1400 audit(1785285279.258:1888): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[154718.849666] audit: type=1400 audit(1785285279.324:1889): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155011.855735] audit: type=1400 audit(1785285572.331:1890): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155011.859179] audit: type=1400 audit(1785285572.335:1891): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155011.917672] audit: type=1400 audit(1785285572.393:1892): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155251.930269] audit: type=1400 audit(1785285812.406:1893): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155251.932428] audit: type=1400 audit(1785285812.409:1894): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155251.992761] audit: type=1400 audit(1785285812.469:1895): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155533.446185] audit: type=1400 audit(1785286093.923:1896): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155533.448298] audit: type=1400 audit(1785286093.925:1897): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155533.515301] audit: type=1400 audit(1785286093.992:1898): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155824.582231] audit: type=1400 audit(1785286385.060:1899): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155824.584338] audit: type=1400 audit(1785286385.062:1900): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[155824.836057] audit: type=1400 audit(1785286385.314:1901): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156066.537419] audit: type=1400 audit(1785286627.016:1902): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156066.539738] audit: type=1400 audit(1785286627.019:1903): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156066.613112] audit: type=1400 audit(1785286627.092:1904): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156317.850901] audit: type=1400 audit(1785286878.332:1905): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156317.852969] audit: type=1400 audit(1785286878.334:1906): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156317.932704] audit: type=1400 audit(1785286878.413:1907): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156601.996632] audit: type=1400 audit(1785287162.478:1908): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156601.998744] audit: type=1400 audit(1785287162.480:1909): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156602.079974] audit: type=1400 audit(1785287162.562:1910): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156899.914984] audit: type=1400 audit(1785287460.398:1911): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156899.917422] audit: type=1400 audit(1785287460.400:1912): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[156899.985633] audit: type=1400 audit(1785287460.468:1913): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157148.595396] audit: type=1400 audit(1785287709.078:1914): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157148.597300] audit: type=1400 audit(1785287709.080:1915): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157148.665957] audit: type=1400 audit(1785287709.148:1916): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157385.405306] audit: type=1400 audit(1785287945.889:1917): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157385.407036] audit: type=1400 audit(1785287945.890:1918): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157385.467721] audit: type=1400 audit(1785287945.951:1919): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157635.283530] audit: type=1400 audit(1785288195.768:1920): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157635.285437] audit: type=1400 audit(1785288195.769:1921): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157635.349985] audit: type=1400 audit(1785288195.834:1922): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157921.693939] tap102i0: entered promiscuous mode
[157921.779771] vmbr0: port 4(fwpr102p0) entered blocking state
[157921.779779] vmbr0: port 4(fwpr102p0) entered disabled state
[157921.779794] fwpr102p0: entered allmulticast mode
[157921.779857] fwpr102p0: entered promiscuous mode
[157921.779901] vmbr0: port 4(fwpr102p0) entered blocking state
[157921.779913] vmbr0: port 4(fwpr102p0) entered forwarding state
[157921.791583] fwbr102i0: port 1(fwln102i0) entered blocking state
[157921.791588] fwbr102i0: port 1(fwln102i0) entered disabled state
[157921.791611] fwln102i0: entered allmulticast mode
[157921.791652] fwln102i0: entered promiscuous mode
[157921.791682] fwbr102i0: port 1(fwln102i0) entered blocking state
[157921.791684] fwbr102i0: port 1(fwln102i0) entered forwarding state
[157921.802791] fwbr102i0: port 2(tap102i0) entered blocking state
[157921.802796] fwbr102i0: port 2(tap102i0) entered disabled state
[157921.802802] tap102i0: entered allmulticast mode
[157921.802874] fwbr102i0: port 2(tap102i0) entered blocking state
[157921.802875] fwbr102i0: port 2(tap102i0) entered forwarding state
[157928.258938] audit: type=1400 audit(1785288488.744:1923): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157928.261083] audit: type=1400 audit(1785288488.746:1924): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[157928.339079] audit: type=1400 audit(1785288488.824:1925): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158010.585552] tap106i0: left allmulticast mode
[158010.585572] fwbr106i0: port 2(tap106i0) entered disabled state
[158010.588164] fwbr106i0: port 1(fwln106i0) entered disabled state
[158010.588255] vmbr0: port 5(fwpr106p0) entered disabled state
[158010.588371] fwln106i0 (unregistering): left allmulticast mode
[158010.588375] fwln106i0 (unregistering): left promiscuous mode
[158010.588378] fwbr106i0: port 1(fwln106i0) entered disabled state
[158010.588614] fwpr106p0 (unregistering): left allmulticast mode
[158010.588617] fwpr106p0 (unregistering): left promiscuous mode
[158010.588619] vmbr0: port 5(fwpr106p0) entered disabled state
[158012.289496] tap106i0: entered promiscuous mode
[158012.384811] vmbr0: port 5(fwpr106p0) entered blocking state
[158012.384817] vmbr0: port 5(fwpr106p0) entered disabled state
[158012.384830] fwpr106p0: entered allmulticast mode
[158012.384884] fwpr106p0: entered promiscuous mode
[158012.384920] vmbr0: port 5(fwpr106p0) entered blocking state
[158012.384922] vmbr0: port 5(fwpr106p0) entered forwarding state
[158012.396604] fwbr106i0: port 1(fwln106i0) entered blocking state
[158012.396608] fwbr106i0: port 1(fwln106i0) entered disabled state
[158012.396621] fwln106i0: entered allmulticast mode
[158012.396660] fwln106i0: entered promiscuous mode
[158012.396696] fwbr106i0: port 1(fwln106i0) entered blocking state
[158012.396698] fwbr106i0: port 1(fwln106i0) entered forwarding state
[158012.408152] fwbr106i0: port 2(tap106i0) entered blocking state
[158012.408157] fwbr106i0: port 2(tap106i0) entered disabled state
[158012.408163] tap106i0: entered allmulticast mode
[158012.408237] fwbr106i0: port 2(tap106i0) entered blocking state
[158012.408239] fwbr106i0: port 2(tap106i0) entered forwarding state
[158195.924329] audit: type=1400 audit(1785288756.411:1926): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158195.926194] audit: type=1400 audit(1785288756.413:1927): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158195.989089] audit: type=1400 audit(1785288756.476:1928): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158422.894167] audit: type=1400 audit(1785288983.381:1929): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158422.897606] audit: type=1400 audit(1785288983.384:1930): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158423.014514] audit: type=1400 audit(1785288983.501:1931): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158660.826467] audit: type=1400 audit(1785289221.314:1932): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158660.828562] audit: type=1400 audit(1785289221.316:1933): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158661.684760] audit: type=1400 audit(1785289222.172:1934): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158960.258681] audit: type=1400 audit(1785289520.747:1935): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158960.262272] audit: type=1400 audit(1785289520.750:1936): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[158960.323233] audit: type=1400 audit(1785289520.811:1937): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159210.903109] tap102i0: left allmulticast mode
[159210.903130] fwbr102i0: port 2(tap102i0) entered disabled state
[159210.906242] fwbr102i0: port 1(fwln102i0) entered disabled state
[159210.906455] vmbr0: port 4(fwpr102p0) entered disabled state
[159210.906587] fwln102i0 (unregistering): left allmulticast mode
[159210.906591] fwln102i0 (unregistering): left promiscuous mode
[159210.906593] fwbr102i0: port 1(fwln102i0) entered disabled state
[159210.906933] fwpr102p0 (unregistering): left allmulticast mode
[159210.906936] fwpr102p0 (unregistering): left promiscuous mode
[159210.906938] vmbr0: port 4(fwpr102p0) entered disabled state
[159245.644865] audit: type=1400 audit(1785289806.134:1938): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159245.648610] audit: type=1400 audit(1785289806.138:1939): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159245.730876] audit: type=1400 audit(1785289806.220:1940): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159333.816015] tap102i0: entered promiscuous mode
[159333.911342] vmbr0: port 4(fwpr102p0) entered blocking state
[159333.911347] vmbr0: port 4(fwpr102p0) entered disabled state
[159333.911359] fwpr102p0: entered allmulticast mode
[159333.911403] fwpr102p0: entered promiscuous mode
[159333.911434] vmbr0: port 4(fwpr102p0) entered blocking state
[159333.911436] vmbr0: port 4(fwpr102p0) entered forwarding state
[159333.920169] fwbr102i0: port 1(fwln102i0) entered blocking state
[159333.920174] fwbr102i0: port 1(fwln102i0) entered disabled state
[159333.920185] fwln102i0: entered allmulticast mode
[159333.920224] fwln102i0: entered promiscuous mode
[159333.920334] fwbr102i0: port 1(fwln102i0) entered blocking state
[159333.920336] fwbr102i0: port 1(fwln102i0) entered forwarding state
[159333.929480] fwbr102i0: port 2(tap102i0) entered blocking state
[159333.929485] fwbr102i0: port 2(tap102i0) entered disabled state
[159333.929491] tap102i0: entered allmulticast mode
[159333.929582] fwbr102i0: port 2(tap102i0) entered blocking state
[159333.929584] fwbr102i0: port 2(tap102i0) entered forwarding state
[159534.608381] audit: type=1400 audit(1785290095.098:1941): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159534.610561] audit: type=1400 audit(1785290095.100:1942): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159534.683970] audit: type=1400 audit(1785290095.174:1943): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159806.914477] audit: type=1400 audit(1785290367.405:1944): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159806.916614] audit: type=1400 audit(1785290367.408:1945): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[159806.985169] audit: type=1400 audit(1785290367.476:1946): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160066.097723] audit: type=1400 audit(1785290626.590:1947): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160066.099872] audit: type=1400 audit(1785290626.592:1948): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160066.242050] audit: type=1400 audit(1785290626.734:1949): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160341.129677] audit: type=1400 audit(1785290901.623:1950): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160341.131745] audit: type=1400 audit(1785290901.625:1951): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160341.254442] audit: type=1400 audit(1785290901.747:1952): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160637.734956] audit: type=1400 audit(1785291198.229:1953): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160637.737150] audit: type=1400 audit(1785291198.231:1954): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160637.947349] audit: type=1400 audit(1785291198.441:1955): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160882.595086] audit: type=1400 audit(1785291443.090:1956): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160882.597270] audit: type=1400 audit(1785291443.093:1957): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[160882.658096] audit: type=1400 audit(1785291443.153:1958): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161124.271558] audit: type=1400 audit(1785291684.769:1959): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161124.273486] audit: type=1400 audit(1785291684.771:1960): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161124.347341] audit: type=1400 audit(1785291684.845:1961): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161353.560889] audit: type=1400 audit(1785291914.060:1962): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161353.563095] audit: type=1400 audit(1785291914.062:1963): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161353.624868] audit: type=1400 audit(1785291914.124:1964): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161606.375602] audit: type=1400 audit(1785292166.875:1965): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161606.377718] audit: type=1400 audit(1785292166.877:1966): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161606.458276] audit: type=1400 audit(1785292166.957:1967): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161881.132184] audit: type=1400 audit(1785292441.633:1968): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161881.134458] audit: type=1400 audit(1785292441.635:1969): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[161881.214814] audit: type=1400 audit(1785292441.716:1970): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162119.689113] audit: type=1400 audit(1785292680.192:1971): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162119.690755] audit: type=1400 audit(1785292680.193:1972): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162119.761615] audit: type=1400 audit(1785292680.264:1973): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162362.874467] audit: type=1400 audit(1785292923.379:1974): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162362.877512] audit: type=1400 audit(1785292923.382:1975): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162362.950620] audit: type=1400 audit(1785292923.455:1976): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162662.263452] audit: type=1400 audit(1785293222.769:1977): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162662.265484] audit: type=1400 audit(1785293222.771:1978): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162662.418606] audit: type=1400 audit(1785293222.924:1979): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162915.295538] audit: type=1400 audit(1785293475.803:1980): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162915.297678] audit: type=1400 audit(1785293475.805:1981): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[162915.353623] audit: type=1400 audit(1785293475.861:1982): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163209.930188] audit: type=1400 audit(1785293770.438:1983): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163209.932311] audit: type=1400 audit(1785293770.440:1984): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163209.999208] audit: type=1400 audit(1785293770.507:1985): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163473.617570] audit: type=1400 audit(1785294034.127:1986): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163473.621079] audit: type=1400 audit(1785294034.130:1987): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163473.776893] audit: type=1400 audit(1785294034.286:1988): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163725.363366] audit: type=1400 audit(1785294285.874:1989): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163725.365487] audit: type=1400 audit(1785294285.876:1990): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163725.431865] audit: type=1400 audit(1785294285.942:1991): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163981.050780] audit: type=1400 audit(1785294541.562:1992): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163981.052467] audit: type=1400 audit(1785294541.564:1993): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[163981.110298] audit: type=1400 audit(1785294541.622:1994): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164226.085842] audit: type=1400 audit(1785294786.598:1995): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164226.087978] audit: type=1400 audit(1785294786.600:1996): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164226.154417] audit: type=1400 audit(1785294786.667:1997): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164492.889374] audit: type=1400 audit(1785295053.403:1998): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164492.891490] audit: type=1400 audit(1785295053.405:1999): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164492.952872] audit: type=1400 audit(1785295053.466:2000): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164748.979994] audit: type=1400 audit(1785295309.496:2001): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164748.982092] audit: type=1400 audit(1785295309.498:2002): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[164749.050389] audit: type=1400 audit(1785295309.566:2003): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165037.890464] audit: type=1400 audit(1785295598.407:2004): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165037.892682] audit: type=1400 audit(1785295598.409:2005): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165037.959835] audit: type=1400 audit(1785295598.477:2006): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165269.605828] audit: type=1400 audit(1785295830.124:2007): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165269.607908] audit: type=1400 audit(1785295830.126:2008): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165269.677368] audit: type=1400 audit(1785295830.195:2009): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165529.730371] audit: type=1400 audit(1785296090.248:2010): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165529.732458] audit: type=1400 audit(1785296090.250:2011): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165529.807771] audit: type=1400 audit(1785296090.326:2012): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165770.795714] audit: type=1400 audit(1785296331.315:2013): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165770.797727] audit: type=1400 audit(1785296331.317:2014): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[165770.849650] audit: type=1400 audit(1785296331.368:2015): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166069.789495] audit: type=1400 audit(1785296630.310:2016): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166069.791683] audit: type=1400 audit(1785296630.312:2017): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166069.848247] audit: type=1400 audit(1785296630.368:2018): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166340.977328] audit: type=1400 audit(1785296901.499:2019): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166340.979466] audit: type=1400 audit(1785296901.501:2020): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166341.067684] audit: type=1400 audit(1785296901.589:2021): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166631.614702] audit: type=1400 audit(1785297192.137:2022): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166631.616785] audit: type=1400 audit(1785297192.139:2023): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166631.687704] audit: type=1400 audit(1785297192.210:2024): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166910.654271] audit: type=1400 audit(1785297471.179:2025): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166910.656414] audit: type=1400 audit(1785297471.181:2026): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[166910.707216] audit: type=1400 audit(1785297471.232:2027): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167180.155927] audit: type=1400 audit(1785297740.682:2028): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167180.158028] audit: type=1400 audit(1785297740.684:2029): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167180.215187] audit: type=1400 audit(1785297740.741:2030): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167478.442725] audit: type=1400 audit(1785298038.969:2031): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167478.444773] audit: type=1400 audit(1785298038.971:2032): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167478.513973] audit: type=1400 audit(1785298039.040:2033): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167753.508184] audit: type=1400 audit(1785298314.035:2034): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167753.509705] audit: type=1400 audit(1785298314.037:2035): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[167753.577977] audit: type=1400 audit(1785298314.105:2036): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168021.334599] audit: type=1400 audit(1785298581.863:2037): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168021.336726] audit: type=1400 audit(1785298581.865:2038): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168021.397958] audit: type=1400 audit(1785298581.926:2039): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168291.387551] audit: type=1400 audit(1785298851.917:2040): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168291.389671] audit: type=1400 audit(1785298851.919:2041): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168291.439408] audit: type=1400 audit(1785298851.968:2042): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168574.746741] audit: type=1400 audit(1785299135.277:2043): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168574.748910] audit: type=1400 audit(1785299135.279:2044): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168574.814975] audit: type=1400 audit(1785299135.345:2045): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168804.700795] audit: type=1400 audit(1785299365.232:2046): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168804.702835] audit: type=1400 audit(1785299365.234:2047): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[168804.755862] audit: type=1400 audit(1785299365.287:2048): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169090.699114] audit: type=1400 audit(1785299651.231:2049): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169090.701260] audit: type=1400 audit(1785299651.233:2050): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169090.974912] audit: type=1400 audit(1785299651.507:2051): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169380.271577] audit: type=1400 audit(1785299940.805:2052): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169380.273726] audit: type=1400 audit(1785299940.807:2053): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169380.806207] audit: type=1400 audit(1785299941.339:2054): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169658.451513] audit: type=1400 audit(1785300218.986:2055): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169658.453649] audit: type=1400 audit(1785300218.988:2056): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169658.526287] audit: type=1400 audit(1785300219.060:2057): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169924.717584] audit: type=1400 audit(1785300485.253:2058): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169924.719624] audit: type=1400 audit(1785300485.255:2059): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[169924.801135] audit: type=1400 audit(1785300485.336:2060): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170199.386057] audit: type=1400 audit(1785300759.923:2061): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170199.388228] audit: type=1400 audit(1785300759.925:2062): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170199.454295] audit: type=1400 audit(1785300759.991:2063): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170426.330446] audit: type=1400 audit(1785300986.867:2064): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170426.332521] audit: type=1400 audit(1785300986.869:2065): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170426.384167] audit: type=1400 audit(1785300986.921:2066): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170704.230981] audit: type=1400 audit(1785301264.768:2067): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170704.232801] audit: type=1400 audit(1785301264.770:2068): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170704.294186] audit: type=1400 audit(1785301264.831:2069): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170982.894500] audit: type=1400 audit(1785301543.432:2070): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170982.896523] audit: type=1400 audit(1785301543.434:2071): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[170982.968361] audit: type=1400 audit(1785301543.506:2072): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171222.663606] audit: type=1400 audit(1785301783.203:2073): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171222.665865] audit: type=1400 audit(1785301783.205:2074): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171222.732278] audit: type=1400 audit(1785301783.272:2075): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171475.152297] audit: type=1400 audit(1785302035.692:2076): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171475.154397] audit: type=1400 audit(1785302035.694:2077): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171475.229227] audit: type=1400 audit(1785302035.769:2078): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171771.406422] audit: type=1400 audit(1785302331.947:2079): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171771.410045] audit: type=1400 audit(1785302331.950:2080): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171771.483121] audit: type=1400 audit(1785302332.023:2081): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171998.854466] audit: type=1400 audit(1785302559.395:2082): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171998.855913] audit: type=1400 audit(1785302559.397:2083): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[171998.924228] audit: type=1400 audit(1785302559.465:2084): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172293.673669] audit: type=1400 audit(1785302854.216:2085): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172293.675798] audit: type=1400 audit(1785302854.218:2086): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172293.755141] audit: type=1400 audit(1785302854.297:2087): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172537.300780] audit: type=1400 audit(1785303097.845:2088): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172537.303002] audit: type=1400 audit(1785303097.847:2089): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172537.373192] audit: type=1400 audit(1785303097.917:2090): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172764.294000] audit: type=1400 audit(1785303324.839:2091): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172764.296128] audit: type=1400 audit(1785303324.841:2092): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[172764.358078] audit: type=1400 audit(1785303324.903:2093): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173020.160135] audit: type=1400 audit(1785303580.705:2094): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173020.162279] audit: type=1400 audit(1785303580.707:2095): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173020.222351] audit: type=1400 audit(1785303580.767:2096): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173315.810213] audit: type=1400 audit(1785303876.356:2097): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173315.812201] audit: type=1400 audit(1785303876.358:2098): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173315.876462] audit: type=1400 audit(1785303876.422:2099): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173610.749149] audit: type=1400 audit(1785304171.296:2100): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173610.751356] audit: type=1400 audit(1785304171.298:2101): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173610.830043] audit: type=1400 audit(1785304171.376:2102): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173890.409144] audit: type=1400 audit(1785304450.957:2103): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173890.411245] audit: type=1400 audit(1785304450.959:2104): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[173890.471022] audit: type=1400 audit(1785304451.018:2105): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174138.087347] audit: type=1400 audit(1785304698.636:2106): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174138.088658] audit: type=1400 audit(1785304698.637:2107): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174138.312814] audit: type=1400 audit(1785304698.861:2108): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174421.278368] audit: type=1400 audit(1785304981.828:2109): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174421.280547] audit: type=1400 audit(1785304981.830:2110): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174421.333295] audit: type=1400 audit(1785304981.882:2111): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174661.207599] audit: type=1400 audit(1785305221.758:2112): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174661.209820] audit: type=1400 audit(1785305221.760:2113): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174661.309617] audit: type=1400 audit(1785305221.860:2114): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174931.302638] audit: type=1400 audit(1785305491.854:2115): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174931.304366] audit: type=1400 audit(1785305491.855:2116): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[174931.362858] audit: type=1400 audit(1785305491.914:2117): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175158.634859] audit: type=1400 audit(1785305719.188:2118): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175158.637049] audit: type=1400 audit(1785305719.190:2119): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175158.703199] audit: type=1400 audit(1785305719.256:2120): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175419.338686] audit: type=1400 audit(1785305979.892:2121): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175419.340780] audit: type=1400 audit(1785305979.894:2122): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175419.398936] audit: type=1400 audit(1785305979.953:2123): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175670.889052] audit: type=1400 audit(1785306231.443:2124): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175670.891101] audit: type=1400 audit(1785306231.445:2125): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175670.962766] audit: type=1400 audit(1785306231.516:2126): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175931.315179] audit: type=1400 audit(1785306491.870:2127): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175931.317209] audit: type=1400 audit(1785306491.872:2128): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[175931.404945] audit: type=1400 audit(1785306491.959:2129): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176229.389943] audit: type=1400 audit(1785306789.945:2130): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176229.392118] audit: type=1400 audit(1785306789.948:2131): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176229.470209] audit: type=1400 audit(1785306790.026:2132): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176520.977231] audit: type=1400 audit(1785307081.534:2133): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176520.979404] audit: type=1400 audit(1785307081.536:2134): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176521.034910] audit: type=1400 audit(1785307081.591:2135): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176786.639991] audit: type=1400 audit(1785307347.197:2136): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176786.642119] audit: type=1400 audit(1785307347.199:2137): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[176786.699623] audit: type=1400 audit(1785307347.257:2138): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177031.664204] audit: type=1400 audit(1785307592.222:2139): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177031.666275] audit: type=1400 audit(1785307592.224:2140): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177031.728788] audit: type=1400 audit(1785307592.287:2141): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177285.032667] audit: type=1400 audit(1785307845.592:2142): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177285.034969] audit: type=1400 audit(1785307845.594:2143): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177285.098219] audit: type=1400 audit(1785307845.657:2144): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177541.369649] audit: type=1400 audit(1785308101.930:2145): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177541.371723] audit: type=1400 audit(1785308101.932:2146): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177541.427628] audit: type=1400 audit(1785308101.988:2147): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177836.793672] audit: type=1400 audit(1785308397.355:2148): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177836.795820] audit: type=1400 audit(1785308397.357:2149): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[177836.869708] audit: type=1400 audit(1785308397.431:2150): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178088.223649] audit: type=1400 audit(1785308648.786:2151): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178088.225832] audit: type=1400 audit(1785308648.789:2152): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178088.278718] audit: type=1400 audit(1785308648.842:2153): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178354.245035] audit: type=1400 audit(1785308914.809:2154): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178354.247157] audit: type=1400 audit(1785308914.811:2155): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178354.309662] audit: type=1400 audit(1785308914.873:2156): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178650.462372] audit: type=1400 audit(1785309211.027:2157): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178650.464535] audit: type=1400 audit(1785309211.029:2158): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178650.530647] audit: type=1400 audit(1785309211.095:2159): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178931.223415] audit: type=1400 audit(1785309491.789:2160): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178931.225559] audit: type=1400 audit(1785309491.791:2161): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[178931.284073] audit: type=1400 audit(1785309491.850:2162): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179229.752173] audit: type=1400 audit(1785309790.319:2163): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179229.754340] audit: type=1400 audit(1785309790.321:2164): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179229.827341] audit: type=1400 audit(1785309790.394:2165): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179472.663792] audit: type=1400 audit(1785310033.230:2166): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179472.664995] audit: type=1400 audit(1785310033.231:2167): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179472.735117] audit: type=1400 audit(1785310033.302:2168): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179740.899231] audit: type=1400 audit(1785310301.467:2169): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179740.901018] audit: type=1400 audit(1785310301.468:2170): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[179740.964893] audit: type=1400 audit(1785310301.532:2171): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180003.411744] audit: type=1400 audit(1785310563.980:2172): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180003.413851] audit: type=1400 audit(1785310563.982:2173): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180003.484430] audit: type=1400 audit(1785310564.053:2174): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180293.417363] audit: type=1400 audit(1785310853.987:2175): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180293.419533] audit: type=1400 audit(1785310853.989:2176): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180293.493583] audit: type=1400 audit(1785310854.063:2177): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180569.914533] audit: type=1400 audit(1785311130.485:2178): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180569.916700] audit: type=1400 audit(1785311130.487:2179): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180569.992208] audit: type=1400 audit(1785311130.562:2180): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180814.871803] audit: type=1400 audit(1785311375.443:2181): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180814.874059] audit: type=1400 audit(1785311375.445:2182): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[180814.945950] audit: type=1400 audit(1785311375.517:2183): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181044.766948] audit: type=1400 audit(1785311605.340:2184): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181044.769118] audit: type=1400 audit(1785311605.342:2185): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181044.842605] audit: type=1400 audit(1785311605.415:2186): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181286.118678] audit: type=1400 audit(1785311846.692:2187): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181286.120722] audit: type=1400 audit(1785311846.694:2188): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181286.194960] audit: type=1400 audit(1785311846.769:2189): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181533.012850] audit: type=1400 audit(1785312093.586:2190): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181533.014728] audit: type=1400 audit(1785312093.588:2191): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181533.279444] audit: type=1400 audit(1785312093.853:2192): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181814.028198] audit: type=1400 audit(1785312374.603:2193): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181814.030229] audit: type=1400 audit(1785312374.605:2194): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[181814.099539] audit: type=1400 audit(1785312374.674:2195): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182064.536331] audit: type=1400 audit(1785312625.112:2196): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182064.538536] audit: type=1400 audit(1785312625.114:2197): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182064.607649] audit: type=1400 audit(1785312625.183:2198): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182339.812486] audit: type=1400 audit(1785312900.389:2199): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182339.814159] audit: type=1400 audit(1785312900.390:2200): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182339.949759] audit: type=1400 audit(1785312900.526:2201): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182631.820427] audit: type=1400 audit(1785313192.398:2202): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182631.822600] audit: type=1400 audit(1785313192.400:2203): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182631.902883] audit: type=1400 audit(1785313192.480:2204): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182895.755846] audit: type=1400 audit(1785313456.334:2205): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182895.758073] audit: type=1400 audit(1785313456.336:2206): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[182895.977044] audit: type=1400 audit(1785313456.555:2207): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183149.959671] audit: type=1400 audit(1785313710.539:2208): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183149.961724] audit: type=1400 audit(1785313710.541:2209): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183150.029468] audit: type=1400 audit(1785313710.608:2210): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183437.274409] audit: type=1400 audit(1785313997.854:2211): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183437.276185] audit: type=1400 audit(1785313997.856:2212): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183437.338515] audit: type=1400 audit(1785313997.918:2213): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183689.172159] audit: type=1400 audit(1785314249.754:2214): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183689.174218] audit: type=1400 audit(1785314249.756:2215): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183689.235959] audit: type=1400 audit(1785314249.818:2216): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183967.205830] audit: type=1400 audit(1785314527.789:2217): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183967.208025] audit: type=1400 audit(1785314527.791:2218): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[183967.278401] audit: type=1400 audit(1785314527.861:2219): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184234.982218] audit: type=1400 audit(1785314795.566:2220): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184234.984258] audit: type=1400 audit(1785314795.568:2221): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184235.053478] audit: type=1400 audit(1785314795.637:2222): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184528.768954] audit: type=1400 audit(1785315089.354:2223): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184528.771029] audit: type=1400 audit(1785315089.356:2224): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184528.840547] audit: type=1400 audit(1785315089.425:2225): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184819.287800] audit: type=1400 audit(1785315379.873:2226): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184819.289846] audit: type=1400 audit(1785315379.875:2227): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[184819.359428] audit: type=1400 audit(1785315379.945:2228): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185059.895221] audit: type=1400 audit(1785315620.481:2229): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185059.898754] audit: type=1400 audit(1785315620.484:2230): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185059.989703] audit: type=1400 audit(1785315620.575:2231): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185318.975092] audit: type=1400 audit(1785315879.561:2232): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185318.977213] audit: type=1400 audit(1785315879.563:2233): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185319.042807] audit: type=1400 audit(1785315879.629:2234): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185572.831307] audit: type=1400 audit(1785316133.418:2235): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185572.833361] audit: type=1400 audit(1785316133.420:2236): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185572.895892] audit: type=1400 audit(1785316133.483:2237): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185805.022684] audit: type=1400 audit(1785316365.611:2238): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185805.024771] audit: type=1400 audit(1785316365.613:2239): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[185805.148101] audit: type=1400 audit(1785316365.736:2240): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186051.978304] audit: type=1400 audit(1785316612.568:2241): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186051.980119] audit: type=1400 audit(1785316612.570:2242): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186052.054951] audit: type=1400 audit(1785316612.645:2243): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186315.965943] audit: type=1400 audit(1785316876.557:2244): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186315.967763] audit: type=1400 audit(1785316876.558:2245): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186316.030755] audit: type=1400 audit(1785316876.621:2246): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186578.476049] audit: type=1400 audit(1785317139.067:2247): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186578.477928] audit: type=1400 audit(1785317139.068:2248): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186578.561285] audit: type=1400 audit(1785317139.152:2249): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186825.646215] audit: type=1400 audit(1785317386.238:2250): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186825.648335] audit: type=1400 audit(1785317386.240:2251): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[186825.713472] audit: type=1400 audit(1785317386.305:2252): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187088.226445] audit: type=1400 audit(1785317648.819:2253): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187088.228514] audit: type=1400 audit(1785317648.821:2254): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187088.300019] audit: type=1400 audit(1785317648.892:2255): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187331.390512] audit: type=1400 audit(1785317891.984:2256): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187331.392679] audit: type=1400 audit(1785317891.986:2257): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187331.462700] audit: type=1400 audit(1785317892.056:2258): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187588.085653] audit: type=1400 audit(1785318148.680:2259): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187588.087884] audit: type=1400 audit(1785318148.682:2260): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187588.171272] audit: type=1400 audit(1785318148.765:2261): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187865.738719] audit: type=1400 audit(1785318426.334:2262): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187865.740871] audit: type=1400 audit(1785318426.336:2263): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[187865.962151] audit: type=1400 audit(1785318426.557:2264): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188128.222890] audit: type=1400 audit(1785318688.820:2265): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188128.225022] audit: type=1400 audit(1785318688.822:2266): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188128.288553] audit: type=1400 audit(1785318688.885:2267): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188360.547109] audit: type=1400 audit(1785318921.144:2268): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188360.549260] audit: type=1400 audit(1785318921.146:2269): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188360.796450] audit: type=1400 audit(1785318921.393:2270): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188635.048684] audit: type=1400 audit(1785319195.646:2271): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188635.050928] audit: type=1400 audit(1785319195.648:2272): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188635.121179] audit: type=1400 audit(1785319195.719:2273): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188877.465505] audit: type=1400 audit(1785319438.064:2274): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188877.467559] audit: type=1400 audit(1785319438.066:2275): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[188877.542696] audit: type=1400 audit(1785319438.141:2276): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[189125.482200] audit: type=1400 audit(1785319686.081:2277): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[189125.484301] audit: type=1400 audit(1785319686.083:2278): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
[189125.564915] audit: type=1400 audit(1785319686.164:2279): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=931 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 22Gi 719Mi 84Mi 8.4Gi 8.6Gi
Swap: 8.0Gi 56Ki 8.0Gi
--- free -b
$ free -b
total used free shared buff/cache available
Mem: 33557622784 24300081152 754581504 88809472 9034190848 9257541632
Swap: 8589930496 57344 8589873152
--- swapon
$ swapon --show
NAME TYPE SIZE USED PRIO
/dev/dm-0 partition 8G 56K -1
--- /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: 32771116 kB
MemFree: 736592 kB
MemAvailable: 9040328 kB
Buffers: 67308 kB
Cached: 8624148 kB
SwapTotal: 8388604 kB
SwapFree: 8388548 kB
Dirty: 2164 kB
Writeback: 1536 kB
AnonPages: 22394968 kB
Mapped: 222236 kB
Shmem: 86728 kB
Slab: 624460 kB
SReclaimable: 131068 kB
SUnreclaim: 493392 kB
KernelStack: 7060 kB
PageTables: 62960 kB
SecPageTables: 17828 kB
NFS_Unstable: 0 kB
WritebackTmp: 0 kB
AnonHugePages: 20611072 kB
ShmemHugePages: 6144 kB
ShmemPmdMapped: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
DirectMap4k: 248352 kB
DirectMap2M: 3852288 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) : 5485909 / 5539974 (99.0%)
Active / Total Slabs (% used) : 98360 / 98360 (100.0%)
Active / Total Caches (% used) : 370 / 477 (77.6%)
Active / Total Size (% used) : 551660.04K / 568890.02K (97.0%)
Minimum / Average / Maximum Object : 0.01K / 0.10K / 16.00K
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
4590720 4590660 99% 0.06K 71730 64 286920K kmalloc-cg-64
158928 158925 99% 0.57K 5676 28 90816K radix_tree_node
74336 74327 99% 0.50K 2323 32 37168K kmalloc-rnd-13-512
12557 12540 99% 1.10K 433 29 13856K ext4_inode_cache
66690 65760 98% 0.13K 2223 30 8892K kernfs_node_cache
37905 37898 99% 0.19K 1805 21 7220K dentry
3184 948 29% 2.00K 199 16 6368K kmalloc-cg-2k
528 522 98% 10.62K 176 3 5632K task_struct
28308 27120 95% 0.19K 1348 21 5392K vm_area_struct
8424 8400 99% 0.60K 324 26 5184K inode_cache
45513 45480 99% 0.10K 1167 39 4668K buffer_head
6279 5569 88% 0.67K 273 23 4368K proc_inode_cache
32982 32650 98% 0.09K 717 46 2868K lsm_inode_cache
75136 75120 99% 0.03K 587 128 2348K kmalloc-cg-32
4128 4124 99% 0.50K 129 32 2064K kmalloc-rnd-07-512
480 348 72% 4.00K 60 8 1920K kmalloc-cg-4k
2499 2492 99% 0.75K 119 21 1904K shmem_inode_cache
17433 16620 95% 0.10K 447 39 1788K anon_vma
6976 6957 99% 0.25K 218 32 1744K kmalloc-rnd-13-256
2461 1338 54% 0.69K 107 23 1712K skbuff_small_head
23968 23920 99% 0.07K 428 56 1712K vmap_area
26560 23520 88% 0.06K 415 64 1660K anon_vma_chain
2550 2548 99% 0.62K 102 25 1632K debugfs_inode_cache
5696 1753 30% 0.25K 178 32 1424K skbuff_head_cache
704 216 30% 2.00K 44 16 1408K kmalloc-rnd-15-2k
344 220 63% 4.00K 43 8 1376K kmalloc-rnd-05-4k
1184 1164 98% 1.00K 37 32 1184K kmalloc-rnd-08-1k
1152 1152 100% 1.00K 36 32 1152K iommu_iova_magazine
576 576 100% 2.00K 36 16 1152K kmalloc-rnd-04-2k
4512 3555 78% 0.25K 141 32 1128K maple_node
5796 5700 98% 0.19K 276 21 1104K filp
1122 448 39% 0.94K 33 34 1056K nfs_read_data
8416 2760 32% 0.12K 263 32 1052K bio_integrity_data
840 800 95% 1.12K 30 28 960K signal_cache
960 564 58% 1.00K 30 32 960K kmalloc-cg-1k
240 168 70% 4.00K 30 8 960K kmalloc-rnd-11-4k
5236 4680 89% 0.18K 238 22 952K kvm_mmu_page_header
4935 4915 99% 0.19K 235 21 940K kmalloc-rnd-13-192
1856 1540 82% 0.50K 58 32 928K kmalloc-rnd-08-512
14400 14280 99% 0.06K 225 64 900K dmaengine-unmap-2
420 420 100% 2.06K 28 15 896K sighand_cache
432 288 66% 2.00K 27 16 864K kmalloc-rnd-11-2k
108 108 100% 8.00K 27 4 864K kmalloc-rnd-01-8k
1664 1137 68% 0.50K 52 32 832K pool_workqueue
832 588 70% 1.00K 26 32 832K kmalloc-rnd-02-1k
350 336 96% 2.25K 25 14 800K mem_cgroup
768 751 97% 1.00K 24 32 768K kmalloc-rnd-13-1k
572 552 96% 1.19K 22 26 704K drm_i915_gem_object
858 849 98% 0.81K 22 39 704K sock_inode_cache
1408 636 45% 0.50K 44 32 704K kmalloc-rnd-01-512
357 336 94% 1.88K 21 17 672K mem_cgroup_per_node
84 84 100% 8.00K 21 4 672K kmalloc-cg-8k
3381 1500 44% 0.19K 161 21 644K kmalloc-cg-192
160 144 90% 4.00K 20 8 640K biovec-max
2336 2328 99% 0.25K 73 32 584K kmalloc-rnd-07-256
54 52 96% 9.19K 18 3 576K kvm_vcpu
288 192 66% 2.00K 18 16 576K biovec-128
144 84 58% 4.00K 18 8 576K kmalloc-rnd-10-4k
2240 756 33% 0.25K 70 32 560K nf_conntrack
272 264 97% 2.00K 17 16 544K kmalloc-rnd-06-2k
136 116 85% 4.00K 17 8 544K kmalloc-rnd-04-4k
2112 2088 98% 0.25K 66 32 528K io_kiocb
1024 952 92% 0.50K 32 32 512K kmalloc-cg-512
64 64 100% 8.00K 16 4 512K kmalloc-rnd-10-8k
1984 1036 52% 0.25K 62 32 496K kmalloc-rnd-15-256
240 240 100% 2.00K 15 16 480K kmalloc-2k
3776 1380 36% 0.12K 118 32 472K kmalloc-cg-128
252 240 95% 1.75K 14 18 448K mm_struct
4704 4560 96% 0.09K 112 42 448K kmalloc-cg-96
112 108 96% 4.00K 14 8 448K kmalloc-rnd-14-4k
56 56 100% 8.00K 14 4 448K kmalloc-rnd-09-8k
7884 7860 99% 0.05K 108 73 432K ftrace_event_field
416 324 77% 1.00K 13 32 416K kmalloc-rnd-11-1k
52 52 100% 8.00K 13 4 416K kmalloc-rnd-04-8k
2142 1260 58% 0.19K 102 21 408K kmalloc-rnd-08-192
144 144 100% 2.50K 12 12 384K TCPv6
156 144 92% 2.38K 12 13 384K TCP
384 384 100% 1.00K 12 32 384K kmalloc-rnd-14-1k
192 180 93% 2.00K 12 16 384K kmalloc-rnd-10-2k
1472 1456 98% 0.25K 46 32 368K kmalloc-rnd-10-256
3738 3720 99% 0.09K 89 42 356K trace_event_file
44 44 100% 8.00K 11 4 352K kmalloc-rnd-15-8k
352 324 92% 1.00K 11 32 352K kmalloc-rnd-15-1k
176 168 95% 2.00K 11 16 352K kmalloc-rnd-08-2k
352 324 92% 1.00K 11 32 352K kmalloc-rnd-07-1k
1806 1788 99% 0.19K 86 21 344K pid
882 812 92% 0.38K 42 21 336K mnt_cache
672 644 95% 0.50K 21 32 336K kmalloc-rnd-14-512
1722 1140 66% 0.19K 82 21 328K file_lock_cache
360 336 93% 0.88K 10 36 320K fuse_inode
160 156 97% 2.00K 10 16 320K kmalloc-rnd-12-2k
8058 3840 47% 0.04K 79 102 316K extent_status
2528 2340 92% 0.12K 79 32 316K eventpoll_epi
437 420 96% 0.69K 19 23 304K files_cache
3066 3060 99% 0.09K 73 42 292K kmalloc-rnd-03-96
99 96 96% 2.75K 9 11 288K x86_emulator
207 193 93% 1.38K 9 23 288K RAWv6
234 216 92% 1.19K 9 26 288K RAW
288 264 91% 1.00K 9 32 288K kmalloc-rnd-10-1k
144 144 100% 2.00K 9 16 288K kmalloc-rnd-05-2k
336 336 100% 0.75K 16 21 256K intel_context
32 32 100% 8.00K 8 4 256K kmalloc-rnd-11-8k
128 120 93% 2.00K 8 16 256K kmalloc-rnd-09-2k
256 240 93% 1.00K 8 32 256K kmalloc-rnd-09-1k
32 32 100% 8.00K 8 4 256K kmalloc-rnd-06-8k
256 228 89% 1.00K 8 32 256K kmalloc-rnd-05-1k
256 252 98% 1.00K 8 32 256K kmalloc-rnd-01-1k
256 240 93% 1.00K 8 32 256K kmalloc-1k
345 336 97% 0.69K 15 23 240K task_group
2520 2520 100% 0.09K 60 42 240K kmalloc-rnd-08-96
480 476 99% 0.50K 15 32 240K kmalloc-rnd-05-512
480 476 99% 0.50K 15 32 240K kmalloc-rnd-04-512
196 180 91% 1.12K 7 28 224K nfs_inode_cache
112 108 96% 2.00K 7 16 224K memdup_user-2k
56 56 100% 4.00K 7 8 224K kmalloc-rnd-15-4k
448 420 93% 0.50K 14 32 224K kmalloc-rnd-15-512
28 28 100% 8.00K 7 4 224K kmalloc-rnd-12-8k
448 448 100% 0.50K 14 32 224K kmalloc-rnd-10-512
112 108 96% 2.00K 7 16 224K kmalloc-rnd-07-2k
56 56 100% 4.00K 7 8 224K kmalloc-rnd-03-4k
3264 3180 97% 0.06K 51 64 204K kmalloc-rnd-10-64
1600 1578 98% 0.12K 50 32 200K kmalloc-rnd-07-128
800 672 84% 0.25K 25 32 200K kmalloc-rnd-04-256
132 132 100% 1.44K 6 22 192K UDPv6
144 132 91% 1.31K 6 24 192K UDP
300 280 93% 0.63K 12 25 192K tracefs_inode_cache
144 132 91% 1.32K 6 24 192K perf_event
96 96 100% 2.00K 6 16 192K kmalloc-rnd-14-2k
192 180 93% 1.00K 6 32 192K kmalloc-rnd-12-1k
384 364 94% 0.50K 12 32 192K kmalloc-rnd-11-512
24 24 100% 8.00K 6 4 192K kmalloc-rnd-05-8k
192 192 100% 1.00K 6 32 192K kmalloc-rnd-04-1k
48 48 100% 4.00K 6 8 192K kmalloc-rnd-02-4k
96 96 100% 2.00K 6 16 192K kmalloc-rnd-02-2k
48 48 100% 4.00K 6 8 192K kmalloc-rnd-01-4k
96 96 100% 2.00K 6 16 192K kmalloc-rnd-01-2k
851 840 98% 0.21K 23 37 184K nfs_direct_cache
966 960 99% 0.19K 46 21 184K proc_dir_entry
966 960 99% 0.19K 46 21 184K kmalloc-rnd-10-192
638 616 96% 0.27K 22 29 176K tw_sock_TCP
1848 1800 97% 0.09K 44 42 176K kmalloc-rcl-96
11008 10800 98% 0.02K 43 256 172K kmalloc-rnd-08-16
5376 5340 99% 0.03K 42 128 168K kmalloc-rnd-08-32
230 224 97% 0.69K 10 23 160K rpc_inode_cache
20 20 100% 8.00K 5 4 160K memdup_user-8k
180 168 93% 0.88K 5 36 160K user_namespace
840 840 100% 0.19K 40 21 160K kmalloc-rnd-15-192
20 20 100% 8.00K 5 4 160K kmalloc-rnd-13-8k
40 36 90% 4.00K 5 8 160K kmalloc-rnd-12-4k
20 20 100% 8.00K 5 4 160K kmalloc-rnd-08-8k
40 40 100% 4.00K 5 8 160K kmalloc-rnd-08-4k
40 40 100% 4.00K 5 8 160K kmalloc-rnd-06-4k
840 840 100% 0.19K 40 21 160K kmalloc-rnd-04-192
80 72 90% 2.00K 5 16 160K kmalloc-rnd-03-2k
160 144 90% 1.00K 5 32 160K kmalloc-rnd-03-1k
1596 1200 75% 0.09K 38 42 152K kmalloc-rnd-02-96
234 224 95% 0.61K 9 26 144K hugetlbfs_inode_cache
207 196 94% 0.67K 9 23 144K taskstats
207 196 94% 0.69K 9 23 144K uts_namespace
2304 2280 98% 0.06K 36 64 144K kmalloc-rnd-11-64
288 280 97% 0.50K 9 32 144K kmalloc-rnd-09-512
288 280 97% 0.50K 9 32 144K kmalloc-rnd-06-512
5950 5700 95% 0.02K 35 170 140K lsm_file_cache
735 720 97% 0.19K 35 21 140K kmalloc-rnd-12-192
735 721 98% 0.19K 35 21 140K kmalloc-rnd-11-192
425 420 98% 0.31K 17 25 136K bio-256
2890 2820 97% 0.05K 34 85 136K shared_policy_node
1088 1070 98% 0.12K 34 32 136K kmalloc-rnd-13-128
8 8 100% 16.00K 4 2 128K zio_buf_comb_16384
224 224 100% 0.56K 8 28 128K kioctx
32 32 100% 4.00K 4 8 128K memdup_user-4k
672 660 98% 0.19K 32 21 128K names_cache
16 16 100% 8.00K 4 4 128K kmalloc-rnd-14-8k
32 29 90% 4.00K 4 8 128K kmalloc-rnd-13-4k
64 62 96% 2.00K 4 16 128K kmalloc-rnd-13-2k
256 252 98% 0.50K 8 32 128K kmalloc-rnd-12-512
32 32 100% 4.00K 4 8 128K kmalloc-rnd-09-4k
128 120 93% 1.00K 4 32 128K kmalloc-rnd-06-1k
16 16 100% 8.00K 4 4 128K kmalloc-rnd-03-8k
256 252 98% 0.50K 8 32 128K kmalloc-rnd-03-512
256 252 98% 0.50K 8 32 128K kmalloc-rnd-02-512
32 32 100% 4.00K 4 8 128K kmalloc-4k
780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k
480 476 99% 0.25K 15 32 120K kmalloc-cg-256
480 477 99% 0.25K 15 32 120K kmem_cache
667 660 98% 0.17K 29 23 116K fuse_request
609 600 98% 0.19K 29 21 116K jbd2_transaction_s
928 900 96% 0.12K 29 32 116K kmalloc-rnd-15-128
609 600 98% 0.19K 29 21 116K kmalloc-rnd-09-192
1218 1200 98% 0.09K 29 42 116K kmalloc-rnd-04-96
448 392 87% 0.25K 14 32 112K bio-200
224 224 100% 0.50K 7 32 112K memdup_user-512
448 420 93% 0.25K 14 32 112K kmalloc-rnd-14-256
1792 1740 97% 0.06K 28 64 112K kmalloc-rnd-09-64
1792 1754 97% 0.06K 28 64 112K kmalloc-rnd-07-64
448 420 93% 0.25K 14 32 112K kmalloc-rnd-03-256
448 420 93% 0.25K 14 32 112K kmalloc-rnd-01-256
224 224 100% 0.50K 7 32 112K kmalloc-512
1728 1727 99% 0.06K 27 64 108K kmalloc-rnd-14-64
1134 1072 94% 0.09K 27 42 108K kmalloc-rnd-10-96
546 540 98% 0.19K 26 21 104K kmalloc-rnd-14-192
1664 1609 96% 0.06K 26 64 104K kmalloc-rnd-13-64
546 540 98% 0.19K 26 21 104K kmalloc-rnd-02-192
850 840 98% 0.12K 25 34 100K jbd2_journal_head
800 780 97% 0.12K 25 32 100K kmalloc-rcl-128
3200 3120 97% 0.03K 25 128 100K kmalloc-rnd-11-32
800 780 97% 0.12K 25 32 100K kmalloc-rnd-10-128
348 336 96% 0.27K 12 29 96K tw_sock_TCPv6
288 280 97% 0.32K 12 24 96K request_sock_TCP
99 84 84% 0.97K 3 33 96K request_queue
96 96 100% 1.00K 3 32 96K memdup_user-1k
57 48 84% 1.62K 3 19 96K bdev_cache
384 364 94% 0.25K 12 32 96K key_jar
12 12 100% 8.00K 3 4 96K kmalloc-rnd-02-8k
483 480 99% 0.19K 23 21 92K bio-136
483 480 99% 0.19K 23 21 92K memdup_user-192
1173 1140 97% 0.08K 23 51 92K sigqueue
483 480 99% 0.19K 23 21 92K kmalloc-rnd-06-192
2944 2919 99% 0.03K 23 128 92K kmalloc-rnd-05-32
483 480 99% 0.19K 23 21 92K kmalloc-rnd-05-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-03-192
483 480 99% 0.19K 23 21 92K kmalloc-rnd-01-192
483 480 99% 0.19K 23 21 92K kmalloc-192
352 336 95% 0.25K 11 32 88K kmalloc-256
1344 1321 98% 0.06K 21 64 84K kmalloc-rnd-04-64
125 112 89% 0.62K 5 25 80K netfs_request
480 480 100% 0.16K 20 24 80K ext4_allocation_context
840 840 100% 0.09K 20 42 80K kmalloc-rnd-15-96
320 308 96% 0.25K 10 32 80K kmalloc-rnd-08-256
320 308 96% 0.25K 10 32 80K kmalloc-rnd-06-256
608 600 98% 0.12K 19 32 76K kmalloc-rnd-11-128
608 600 98% 0.12K 19 32 76K kmalloc-rnd-09-128
798 778 97% 0.09K 19 42 76K kmalloc-rnd-05-96
608 600 98% 0.12K 19 32 76K kmalloc-rnd-04-128
225 224 99% 0.31K 9 25 72K bio-264
288 280 97% 0.25K 9 32 72K kmalloc-rnd-11-256
1152 1140 98% 0.06K 18 64 72K kmalloc-rnd-06-64
867 840 96% 0.08K 17 51 68K Acpi-State
544 540 99% 0.12K 17 32 68K kmalloc-rnd-08-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-06-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-05-128
1088 1080 99% 0.06K 17 64 68K kmalloc-rnd-05-64
544 540 99% 0.12K 17 32 68K kmalloc-rnd-03-128
544 540 99% 0.12K 17 32 68K kmalloc-rnd-01-128
30 24 80% 2.12K 2 15 64K MPTCPv6
20 12 60% 3.16K 2 10 64K kcopyd_job
32 24 75% 2.00K 2 16 64K MPTCP
84 84 100% 0.75K 4 21 64K dax_cache
10 8 80% 6.19K 2 5 64K net_namespace
16 16 100% 4.00K 2 8 64K kmalloc-rnd-07-4k
256 252 98% 0.25K 8 32 64K kmalloc-rnd-05-256
480 480 100% 0.12K 15 32 60K scsi_sense_cache
510 480 94% 0.12K 15 34 60K seq_file
315 300 95% 0.19K 15 21 60K kmalloc-rcl-192
480 480 100% 0.12K 15 32 60K kmalloc-rnd-14-128
630 600 95% 0.09K 15 42 60K kmalloc-rnd-13-96
630 600 95% 0.09K 15 42 60K kmalloc-rnd-12-96
630 600 95% 0.09K 15 42 60K kmalloc-rnd-09-96
960 960 100% 0.06K 15 64 60K kmalloc-rnd-08-64
960 900 93% 0.06K 15 64 60K kmalloc-rnd-01-64
480 477 99% 0.12K 15 32 60K kmem_cache_node
224 224 100% 0.25K 7 32 56K ip6_dst_cache
504 480 95% 0.11K 14 36 56K ext4_prealloc_space
224 224 100% 0.25K 7 32 56K memdup_user-256
896 840 93% 0.06K 14 64 56K kmalloc-rnd-15-64
224 224 100% 0.25K 7 32 56K kmalloc-rnd-12-256
224 224 100% 0.25K 7 32 56K kmalloc-rnd-09-256
448 420 93% 0.12K 14 32 56K kmalloc-128
1326 1320 99% 0.04K 13 102 52K fsnotify_inode_mark_connector
507 480 94% 0.10K 13 39 52K Acpi-ParseExt
832 780 93% 0.06K 13 64 52K kmalloc-rcl-64
546 540 98% 0.09K 13 42 52K kmalloc-rnd-14-96
546 540 98% 0.09K 13 42 52K kmalloc-rnd-11-96
6656 6360 95% 0.01K 13 512 52K kmalloc-rnd-08-8
1664 1140 68% 0.03K 13 128 52K kmalloc-rnd-04-32
832 780 93% 0.06K 13 64 52K kmalloc-rnd-03-64
1664 1560 93% 0.03K 13 128 52K kmalloc-rnd-01-32
546 540 98% 0.09K 13 42 52K kmalloc-96
75 56 74% 0.62K 3 25 48K dio
768 720 93% 0.06K 12 64 48K pidfs_attr_cache
6144 1440 23% 0.01K 12 512 48K kmalloc-rnd-10-8
252 240 95% 0.19K 12 21 48K kmalloc-rnd-07-192
504 480 95% 0.09K 12 42 48K kmalloc-rnd-07-96
504 480 95% 0.09K 12 42 48K kmalloc-rnd-06-96
504 480 95% 0.09K 12 42 48K kmalloc-rnd-01-96
1408 1320 93% 0.03K 11 128 44K kmalloc-rnd-12-32
730 720 98% 0.05K 10 73 40K mb_cache_entry
100 84 84% 0.39K 5 20 40K request_sock_subflow_v4
420 420 100% 0.09K 10 42 40K memdup_user-96
320 300 93% 0.12K 10 32 40K kmalloc-rnd-12-128
160 140 87% 0.25K 5 32 40K kmalloc-rnd-02-256
189 180 95% 0.19K 9 21 36K bio-176
504 480 95% 0.07K 9 56 36K nsproxy
576 540 93% 0.06K 9 64 36K kmalloc-rnd-12-64
2304 2220 96% 0.02K 9 256 36K kmalloc-rnd-12-16
1152 1080 93% 0.03K 9 128 36K kmalloc-rnd-09-32
576 540 93% 0.06K 9 64 36K kmalloc-rnd-02-64
46 28 60% 0.69K 2 23 32K i915_request
50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache
23 12 52% 1.38K 1 23 32K PINGv6
34 28 82% 0.94K 1 34 32K mqueue_inode_cache
512 480 93% 0.06K 8 64 32K ext4_io_end
30 12 40% 1.06K 1 30 32K PING
512 480 93% 0.06K 8 64 32K memdup_user-64
15 12 80% 2.06K 1 15 32K dmaengine-unmap-256
30 12 40% 1.06K 1 30 32K dmaengine-unmap-128
1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-14-32
1024 960 93% 0.03K 8 128 32K kmalloc-rnd-10-32
4 4 100% 8.00K 1 4 32K kmalloc-rnd-07-8k
1024 1020 99% 0.03K 8 128 32K kmalloc-rnd-03-32
4 4 100% 8.00K 1 4 32K kmalloc-8k
512 480 93% 0.06K 8 64 32K kmalloc-64
896 840 93% 0.03K 7 128 28K kmalloc-rnd-15-32
896 840 93% 0.03K 7 128 28K kmalloc-rnd-07-32
75 56 74% 0.31K 3 25 24K xfrm_dst
75 56 74% 0.31K 3 25 24K bio-280
768 720 93% 0.03K 6 128 24K kmalloc-rnd-13-32
1536 1500 97% 0.02K 6 256 24K kmalloc-rnd-06-16
192 180 93% 0.12K 6 32 24K kmalloc-rnd-02-128
640 540 84% 0.03K 5 128 20K ext4_io_end_vec
365 300 82% 0.05K 5 73 20K ip_fib_alias
510 480 94% 0.04K 5 102 20K pde_opener
640 540 84% 0.03K 5 128 20K kmalloc-rnd-06-32
68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full
42 28 66% 0.38K 2 21 16K bio-328
36 28 77% 0.44K 1 36 16K bio-392
36 28 77% 0.44K 1 36 16K bio-408
36 28 77% 0.44K 1 36 16K bio-424
340 300 88% 0.05K 4 85 16K ip_fib_trie
1024 840 82% 0.02K 4 256 16K ep_head
512 480 93% 0.03K 4 128 16K memdup_user-32
144 120 83% 0.11K 4 36 16K kmalloc_buckets
1024 960 93% 0.02K 4 256 16K kmalloc-cg-16
1024 1020 99% 0.02K 4 256 16K kmalloc-rnd-13-16
2048 1740 84% 0.01K 4 512 16K kmalloc-rnd-11-8
512 480 93% 0.03K 4 128 16K kmalloc-rnd-02-32
512 480 93% 0.03K 4 128 16K kmalloc-32
75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1
384 360 93% 0.03K 3 128 12K pending_reservation
768 480 62% 0.02K 3 256 12K memdup_user-16
1536 1492 97% 0.01K 3 512 12K kmalloc-cg-8
768 660 85% 0.02K 3 256 12K kmalloc-rnd-14-16
1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-12-8
768 600 78% 0.02K 3 256 12K kmalloc-rnd-11-16
768 660 85% 0.02K 3 256 12K kmalloc-rnd-10-16
1536 1200 78% 0.01K 3 512 12K kmalloc-rnd-06-8
768 660 85% 0.02K 3 256 12K kmalloc-rnd-04-16
768 480 62% 0.02K 3 256 12K kmalloc-rnd-02-16
768 540 70% 0.02K 3 256 12K kmalloc-rnd-01-16
1536 1380 89% 0.01K 3 512 12K kmalloc-rnd-01-8
84 60 71% 0.09K 2 42 8K abd_t
28 28 100% 0.28K 1 28 8K numa_policy
512 480 93% 0.02K 2 256 8K kmalloc-rnd-15-16
1024 720 70% 0.01K 2 512 8K kmalloc-rnd-15-8
1024 600 58% 0.01K 2 512 8K kmalloc-rnd-13-8
512 480 93% 0.02K 2 256 8K kmalloc-rnd-09-16
512 480 93% 0.02K 2 256 8K kmalloc-rnd-05-16
512 480 93% 0.02K 2 256 8K kmalloc-rnd-03-16
512 480 93% 0.02K 2 256 8K kmalloc-16
256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s
512 480 93% 0.01K 1 512 4K memdup_user-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-14-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-09-8
256 180 70% 0.02K 1 256 4K kmalloc-rnd-07-16
512 480 93% 0.01K 1 512 4K kmalloc-rnd-07-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-05-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-04-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-03-8
512 480 93% 0.01K 1 512 4K kmalloc-rnd-02-8
512 480 93% 0.01K 1 512 4K kmalloc-8
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
0 0 0% 0.23K 0 35 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.08K 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.37K 0 21 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.91K 0 35 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.12K 0 28 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% 0.98K 0 32 0K btrfs_inode
0 0 0% 0.27K 0 30 0K fsverity_info
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
0 0 0% 0.39K 0 20 0K request_sock_subflow_v6
0 0 0% 0.18K 0 22 0K ip6-frags
0 0 0% 0.32K 0 24 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.75K 0 21 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.01K 0 512 0K zs_handle
0 0 0% 0.56K 0 28 0K pid_namespace
0 0 0% 0.20K 0 20 0K ip4-frags
0 0 0% 0.81K 0 39 0K xfrm_state
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.36K 0 22 0K task_delay_info
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% 0.34K 0 23 0K apparmor_auditcache
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.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 8752151
pgscan_kswapd 8753748
kswapd_inodesteal 0
kswapd_low_wmark_hit_quickly 40
kswapd_high_wmark_hit_quickly 1
pgmigrate_success 522899
pgmigrate_fail 431100
compact_migrate_scanned 41327226
compact_free_scanned 73827843
compact_isolated 1844018
compact_stall 1451
compact_fail 526
compact_success 925
compact_daemon_wake 253
compact_daemon_migrate_scanned 39746833
compact_daemon_free_scanned 66176905
###############################################################################
# 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 = 5056 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_sys_info =
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 = 232500
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_ecn_option = 2
net.ipv4.tcp_ecn_option_beacon = 3
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 107 root root 4096 Jul 29 05:08 ..
-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 Jul 26 17:11 .
drwxr-xr-x 107 root root 4096 Jul 29 05:08 ..
-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 12
drwxr-xr-x 2 root root 4096 Jul 28 18:19 .
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
-rw-r--r-- 1 root root 217 Jul 28 19:44 99-cyclades-pdu.rules
--- 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_mediated_pmu = N
enable_shadow_vmcs = Y
enlightened_vmcs = N
ept = Y
eptad = Y
error_on_inconsistent_vmcs_config = Y
fasteoi = Y
flexpriority = Y
mbec = N
nested = Y
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
warn_on_missed_cc = N
--- 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.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
--- pveversion -v
$ pveversion -v
proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve)
pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef)
proxmox-kernel-helper: 9.2.0
proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6
proxmox-kernel-7.0: 7.0.14-6
proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19
proxmox-kernel-6.17: 6.17.13-19
proxmox-kernel-6.17.2-1-pve-signed: 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.1.1
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.6.7
libpve-notify-perl: 9.1.6
libpve-rs-perl: 0.15.3
libpve-storage-perl: 9.1.6
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.1.12
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.2.4
pve-i18n: 3.9.0
pve-qemu-kvm: 11.0.2-2
pve-xtermjs: 6.0.0-2
qemu-server: 9.2.1
smartmontools: 7.5-pve2
spiceterm: 3.4.2
swtpm: 0.8.0+pve3
vncterm: 1.9.2
zfsutils-linux: 2.4.3-pve1
--- pvecm status
$ pvecm status
Cluster information
-------------------
Name: test
Config Version: 1
Transport: knet
Secure auth: on
Quorum information
------------------
Date: Wed Jul 29 05:09:16 2026
Quorum provider: corosync_votequorum
Nodes: 1
Node ID: 0x00000001
Ring ID: 1.1e
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: 54276.72
REGEX/SECOND: 3793853
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
BUFFERED READS: 91.13 MB/sec
AVERAGE SEEK TIME: 19.04 ms
FSYNCS/SECOND: 20.46
[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
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
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
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
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
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
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
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
pfv-tsys1 cpu=0.0533013205282113 mem=24189349888 maxmem=33557622784 maxdisk=100861726720 status=online ssl_fingerprint=null
###############################################################################
# 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 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 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 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 12.92 fdb_n_learned 112 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 21us 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 39.75 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 22:76:84:c2:b7:d5 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.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 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
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 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.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 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.70 fdb_n_learned 77 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 51 mcast_querier_ipv4_other_timer 21us 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
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 7a:e7:f9:2a:bb: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 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
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 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.da:63:76:70:82:2 designated_root 8000.da:63:76:70:82:2 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
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether a6:80:fc:26:43:f3 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.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad 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
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad 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.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad 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.70 fdb_n_learned 78 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 55 mcast_querier_ipv4_other_timer 21us 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
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 62:63:a9:37:c7:92 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 0x800d port_no 0xd designated_port 32781 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
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad 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.d2:2:2e:14:de:ad designated_root 8000.d2:2:2e:14:de:ad 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
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 2a:7b:11:22:7d:ec 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.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 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
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 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.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 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.70 fdb_n_learned 81 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 59 mcast_querier_ipv4_other_timer 21us 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
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 02:ad:67:e0:f2:89 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.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
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 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.fe:e0:ab:d8:b:71 designated_root 8000.fe:e0:ab:d8:b:71 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: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 76:67:1a:20:a0:6d 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.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 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: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 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.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 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.70 fdb_n_learned 79 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 21us 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: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether f6:9b:01:fd:1d:24 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
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 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.ce:7:7c:1b:29:52 designated_root 8000.ce:7:7c:1b:29:52 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: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 5e:1a:95:25:2d:b1 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 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 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: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 82:3c:b3:85:36:54 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.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 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
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 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.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 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.70 fdb_n_learned 77 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 80 mcast_querier_ipv4_other_timer 21us 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
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:e8:5c:77:68: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 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
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 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.ba:97:d5:84:ab:47 designated_root 8000.ba:97:d5:84:ab:47 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
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6a:5d:ff:52:a5:34 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.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e 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
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e 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.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e 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.70 fdb_n_learned 79 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 88 mcast_querier_ipv4_other_timer 21us 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
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 5a:ac:1e:bf:d3: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 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
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e 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.3e:71:96:cf:cc:2e designated_root 8000.3e:71:96:cf:cc:2e 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
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 16:1c:fe:8b:66:60 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:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 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
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 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:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 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.70 fdb_n_learned 80 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 92 mcast_querier_ipv4_other_timer 21us 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
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 26:ed:3c:28:5e:45 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
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 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:1a:ca:87:48:81 designated_root 8000.d6:1a:ca:87:48:81 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
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 02:e3:bf:71:16:76 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.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 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
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 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.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 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.70 fdb_n_learned 85 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 96 mcast_querier_ipv4_other_timer 21us 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
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether d2:c7:77:d6:f7: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 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
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 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.46:61:b6:41:6e:74 designated_root 8000.46:61:b6:41:6e:74 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
117: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 1e:51:b7:ea:e0:7f 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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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
118: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 96:18:30:fa:dc:82 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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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.70 fdb_n_learned 80 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 120 mcast_querier_ipv4_other_timer 21us 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
119: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:41:5c:9c:5a:2c 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
120: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000
link/ether 96:18:30:fa:dc:82 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.96:18:30:fa:dc:82 designated_root 8000.96:18:30:fa:dc:82 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
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 3e:de:ac:70:01:6d 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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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
122: fwbr102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 0e:46:71:df:92: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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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 3.70 fdb_n_learned 78 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 124 mcast_querier_ipv4_other_timer 21us 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
123: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 1a:81:0d:87:4d:e8 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
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000
link/ether 0e:46:71:df:92: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.e:46:71:df:92:31 designated_root 8000.e:46:71:df:92: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
--- 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 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 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 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000\ link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000\ link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000\ link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000\ link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000\ link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000\ link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000\ link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
117: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff
118: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
119: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff
120: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000\ link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff
122: fwbr102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff
123: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000\ link/ether 0e:46:71:df:92:31 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 506sec preferred_lft 506sec
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::6596:1e22:c0ea:f7c3/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 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 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 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::6596:1e22:c0ea:f7c3/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 506sec preferred_lft 506sec
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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN group default qlen 1000
link/ether 22:76:84:c2:b7:d5 brd ff:ff:ff:ff:ff:ff
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 7a:e7:f9:2a:bb:7d brd ff:ff:ff:ff:ff:ff
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN group default qlen 1000
link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN group default qlen 1000
link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN group default qlen 1000
link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN group default qlen 1000
link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN group default qlen 1000
link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN group default qlen 1000
link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN group default qlen 1000
link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN group default qlen 1000
link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
117: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN group default qlen 1000
link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff
118: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
119: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff
120: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP group default qlen 1000
link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN group default qlen 1000
link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff
122: fwbr102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff
123: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP group default qlen 1000
link/ether 0e:46:71:df:92:31 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
51031905 188151 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
51031905 188151 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 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
8977159271 29097010 0 6308 0 4200477
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
9629900773 21413778 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 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
131993736816 113960343 0 6307 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
75781949686 93978266 0 33 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 state UNKNOWN mode DEFAULT group default qlen 500
link/none
RX: bytes packets errors dropped missed mcast
142396513 686864 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
4621384032 405958 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
997891171 6956759 0 0 0 3561157
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
5084377295 1112931 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
131993198296 113953133 0 5 0 156530
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
75219707960 85501739 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr114i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 22:76:84:c2:b7:d5 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
86 1 0 5265960 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
49: fwbr114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
492749392 5259826 0 7360 0 3557362
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
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 7a:e7:f9:2a:bb:7d 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
567719188 5268609 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr114i0 state UP mode DEFAULT group default qlen 1000
link/ether da:63:76:70:82:02 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
567719188 5268609 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
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr117i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether a6:80:fc:26:43:f3 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
11567451 61330 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
573706257 5316230 0 6622 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
53: fwbr117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
492720497 5259554 0 7360 0 3557182
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
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 62:63:a9:37:c7:92 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
11567451 61330 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
574595525 5324500 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr117i0 state UP mode DEFAULT group default qlen 1000
link/ether d2:02:2e:14:de:ad brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
574595525 5324500 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
11567451 61330 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr109i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 2a:7b:11:22:7d:ec brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
2279452898 6361330 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2402116800 10502050 0 1419 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
57: fwbr109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
413674834 4412760 0 6284 0 2972752
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
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 02:ad:67:e0:f2:89 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
2279452898 6361330 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2402277400 10503594 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr109i0 state UP mode DEFAULT group default qlen 1000
link/ether fe:e0:ab:d8:0b:71 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
2402277400 10503594 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2279452898 6361330 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr108i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 76:67:1a:20:a0:6d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
187874483 862864 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
794244920 5569865 0 71 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
61: fwbr108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
413631869 4412210 0 6284 0 2972419
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: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether f6:9b:01:fd:1d:24 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
187874483 862864 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
793908682 5562072 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr108i0 state UP mode DEFAULT group default qlen 1000
link/ether ce:07:7c:1b:29:52 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
793908682 5562072 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
187874483 862864 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master vmbr0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 5e:1a:95:25:2d:b1 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
227247699 1277447 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
1345537782 6936952 0 1383 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr101i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 82:3c:b3:85:36:54 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
87793185 423480 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
675129765 5106700 0 6299 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
78: fwbr101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
413570235 4411383 0 6283 0 2971884
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
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:e8:5c:77:68:72 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
87793185 423480 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
675836066 5113127 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr101i0 state UP mode DEFAULT group default qlen 1000
link/ether ba:97:d5:84:ab:47 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
675836066 5113127 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
87793185 423480 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr103i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6a:5d:ff:52:a5:34 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
17233703 87725 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
577720748 4536744 0 5188 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
86: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
413516671 4410756 0 6283 0 2971503
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
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 5a:ac:1e:bf:d3:4d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
17233703 87725 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
578317794 4542064 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr103i0 state UP mode DEFAULT group default qlen 1000
link/ether 3e:71:96:cf:cc:2e brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
578317794 4542064 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
17233703 87725 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr104i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 16:1c:fe:8b:66:60 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
224505810 1116063 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
840466759 5915594 0 6583 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
90: fwbr104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
413493440 4410502 0 6283 0 2971347
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
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 26:ed:3c:28:5e:45 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
224505810 1116063 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
841204457 5922308 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr104i0 state UP mode DEFAULT group default qlen 1000
link/ether d6:1a:ca:87:48:81 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
841204457 5922308 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
224505810 1116063 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr105i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 02:e3:bf:71:16:76 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
429469505 1876448 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2128754224 6161845 0 2165 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
94: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
372775798 3967630 0 5714 0 2672461
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
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether d2:c7:77:d6:f7:7d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
429469505 1876448 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2129001410 6164138 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr105i0 state UP mode DEFAULT group default qlen 1000
link/ether 46:61:b6:41:6e:74 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
2129001410 6164138 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
429469505 1876448 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
117: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr106i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 1e:51:b7:ea:e0:7f brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
457391519 1833130 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
688436468 2654901 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
118: fwbr106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
83772633 889971 0 1214 0 592629
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
119: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 2a:41:5c:9c:5a:2c brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
457391519 1833130 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
688436468 2654901 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
120: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr106i0 state UP mode DEFAULT group default qlen 1000
link/ether 96:18:30:fa:dc:82 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
688436468 2654901 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
457391519 1833130 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr102i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 3e:de:ac:70:01:6d brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
42766 547 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
91975185 851539 0 68 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
122: fwbr102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
79891148 850219 0 1158 0 566311
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
123: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 1a:81:0d:87:4d:e8 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
42766 547 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
91983811 851611 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr102i0 state UP mode DEFAULT group default qlen 1000
link/ether 0e:46:71:df:92:31 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
91983811 851611 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
42766 547 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
--- ip neigh
$ ip neigh
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
10.100.100.4 dev datanet lladdr 8c:ae:4c:cd:a9:26 REACHABLE
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 REACHABLE
10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE
192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 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 REACHABLE
192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE
10.100.100.2 dev datanet lladdr d4:81:d7:3e:0d:5e STALE
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE
192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
192.168.1.47 dev vmbr0 FAILED
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE
fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE
fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE
fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE
fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE
fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
fe80::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE
fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE
fe80::21b:78ff:fe5c:e9ce dev datanet lladdr 00:1b:78:5c:e9:ce STALE
fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE
fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
fe80::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE
fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE
fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE
fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
fe80::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE
fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 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: 51031905 188151 0 0 0 0 0 0 51031905 188151 0 0 0 0 0 0
nic0: 8977159271 29097010 0 6308 0 0 0 4200477 9629900773 21413778 0 0 0 0 0 0
nic1: 131993736816 113960343 0 6307 0 0 0 0 75781949686 93978266 0 33 0 0 0 0
tailscale0: 142396513 686864 0 0 0 0 0 0 4621384032 405958 0 0 0 0 0 0
vmbr0: 997891171 6956759 0 0 0 0 0 3561157 5084377295 1112931 0 0 0 0 0 0
datanet: 131993198296 113953133 0 5 0 0 0 156530 75219707960 85501739 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5265960 0 0 0 0
fwbr114i0: 492749392 5259826 0 7360 0 0 0 3557362 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 567719188 5268609 0 0 0 0 0 0
fwln114i0: 567719188 5268609 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 11567451 61330 0 0 0 0 0 0 573706257 5316230 0 6622 0 0 0 0
fwbr117i0: 492720497 5259554 0 7360 0 0 0 3557182 0 0 0 0 0 0 0 0
fwpr117p0: 11567451 61330 0 0 0 0 0 0 574595525 5324500 0 0 0 0 0 0
fwln117i0: 574595525 5324500 0 0 0 0 0 0 11567451 61330 0 0 0 0 0 0
tap109i0: 2279452898 6361330 0 0 0 0 0 0 2402116800 10502050 0 1419 0 0 0 0
fwbr109i0: 413674834 4412760 0 6284 0 0 0 2972752 0 0 0 0 0 0 0 0
fwpr109p0: 2279452898 6361330 0 0 0 0 0 0 2402277400 10503594 0 0 0 0 0 0
fwln109i0: 2402277400 10503594 0 0 0 0 0 0 2279452898 6361330 0 0 0 0 0 0
tap108i0: 187874483 862864 0 0 0 0 0 0 794244920 5569865 0 71 0 0 0 0
fwbr108i0: 413631869 4412210 0 6284 0 0 0 2972419 0 0 0 0 0 0 0 0
fwpr108p0: 187874483 862864 0 0 0 0 0 0 793908682 5562072 0 0 0 0 0 0
fwln108i0: 793908682 5562072 0 0 0 0 0 0 187874483 862864 0 0 0 0 0 0
tap100i0: 227247699 1277447 0 0 0 0 0 0 1345537782 6936952 0 1383 0 0 0 0
tap101i0: 87793185 423480 0 0 0 0 0 0 675129765 5106700 0 6299 0 0 0 0
fwbr101i0: 413570235 4411383 0 6283 0 0 0 2971884 0 0 0 0 0 0 0 0
fwpr101p0: 87793185 423480 0 0 0 0 0 0 675836066 5113127 0 0 0 0 0 0
fwln101i0: 675836066 5113127 0 0 0 0 0 0 87793185 423480 0 0 0 0 0 0
tap103i0: 17233703 87725 0 0 0 0 0 0 577720748 4536744 0 5188 0 0 0 0
fwbr103i0: 413516671 4410756 0 6283 0 0 0 2971503 0 0 0 0 0 0 0 0
fwpr103p0: 17233703 87725 0 0 0 0 0 0 578317794 4542064 0 0 0 0 0 0
fwln103i0: 578317794 4542064 0 0 0 0 0 0 17233703 87725 0 0 0 0 0 0
tap104i0: 224505810 1116063 0 0 0 0 0 0 840466759 5915594 0 6583 0 0 0 0
fwbr104i0: 413493440 4410502 0 6283 0 0 0 2971347 0 0 0 0 0 0 0 0
fwpr104p0: 224505810 1116063 0 0 0 0 0 0 841204457 5922308 0 0 0 0 0 0
fwln104i0: 841204457 5922308 0 0 0 0 0 0 224505810 1116063 0 0 0 0 0 0
tap105i0: 429469505 1876448 0 0 0 0 0 0 2128754224 6161845 0 2165 0 0 0 0
fwbr105i0: 372775798 3967630 0 5714 0 0 0 2672461 0 0 0 0 0 0 0 0
fwpr105p0: 429469505 1876448 0 0 0 0 0 0 2129001410 6164138 0 0 0 0 0 0
fwln105i0: 2129001410 6164138 0 0 0 0 0 0 429469505 1876448 0 0 0 0 0 0
tap106i0: 457391519 1833130 0 0 0 0 0 0 688436468 2654901 0 0 0 0 0 0
fwbr106i0: 83772633 889971 0 1214 0 0 0 592629 0 0 0 0 0 0 0 0
fwpr106p0: 457391519 1833130 0 0 0 0 0 0 688436468 2654901 0 0 0 0 0 0
fwln106i0: 688436468 2654901 0 0 0 0 0 0 457391519 1833130 0 0 0 0 0 0
tap102i0: 42766 547 0 0 0 0 0 0 91975185 851539 0 68 0 0 0 0
fwbr102i0: 79891148 850219 0 1158 0 0 0 566311 0 0 0 0 0 0 0 0
fwpr102p0: 42766 547 0 0 0 0 0 0 91983811 851611 0 0 0 0 0 0
fwln102i0: 91983811 851611 0 0 0 0 0 0 42766 547 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=0 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
fwbr102i0 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
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
fwln102i0 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
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
fwpr102p0 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
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
tap102i0 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
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: Unknown!
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: off
tx-scatter-gather: off [requested on]
tx-scatter-gather-fraglist: off [requested on]
tcp-segmentation-offload: off
tx-tcp-segmentation: off [requested on]
tx-tcp-ecn-segmentation: off [requested on]
tx-tcp-mangleid-segmentation: off [requested on]
tx-tcp6-segmentation: off [requested on]
tx-tcp-accecn-segmentation: off [requested on]
generic-segmentation-offload: off [requested 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 [requested 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: off [requested on]
tx-esp-segmentation: on
tx-udp-segmentation: off [requested on]
tx-gso-list: off [requested 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: fwbr102i0 -----
[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 fwbr102i0:
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 fwbr102i0:
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: 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: fwln102i0 -----
[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 fwln102i0:
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 fwln102i0:
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 fwln102i0:
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: 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: fwpr102p0 -----
[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 fwpr102p0:
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 fwpr102p0:
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 fwpr102p0:
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: 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: 7.0.14-6-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: off
tx-tcp-segmentation: off
tx-tcp-ecn-segmentation: off [fixed]
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: 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
disable-k1 : 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: 0
rx_missed_errors: 0
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: 5
dropped_smbus: 0
uncorr_ecc_errors: 0
corr_ecc_errors: 0
[statistics -S (throughput counters)]
rx_packets: 29097122
tx_packets: 21413843
rx_bytes: 8977193398
tx_bytes: 9629928569
rx_broadcast: 1687424
tx_broadcast: 16511
rx_multicast: 4200482
tx_multicast: 181275
----- ethtool: nic1 -----
[driver/version/firmware/bus-info -i]
driver: cdc_ncm
version: 7.0.14-6-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: 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: 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: tap102i0 -----
[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 tap102i0:
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 tap102i0:
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 tap102i0:
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 tap102i0:
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: 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
48: tap114i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
50: fwpr114p0@fwln114i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
51: fwln114i0@fwpr114p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr114i0 state forwarding priority 32 cost 2
52: tap117i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
54: fwpr117p0@fwln117i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
55: fwln117i0@fwpr117p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr117i0 state forwarding priority 32 cost 2
56: tap109i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
58: fwpr109p0@fwln109i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
59: fwln109i0@fwpr109p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr109i0 state forwarding priority 32 cost 2
60: tap108i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
62: fwpr108p0@fwln108i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
63: fwln108i0@fwpr108p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr108i0 state forwarding priority 32 cost 2
76: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
77: tap101i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
79: fwpr101p0@fwln101i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
80: fwln101i0@fwpr101p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr101i0 state forwarding priority 32 cost 2
85: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
87: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
88: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr103i0 state forwarding priority 32 cost 2
89: tap104i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
91: fwpr104p0@fwln104i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
92: fwln104i0@fwpr104p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr104i0 state forwarding priority 32 cost 2
93: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
95: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
96: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr105i0 state forwarding priority 32 cost 2
117: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
119: fwpr106p0@fwln106i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
120: fwln106i0@fwpr106p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr106i0 state forwarding priority 32 cost 2
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr102i0 state forwarding priority 32 cost 2
123: fwpr102p0@fwln102i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr102i0 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 51 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
48: 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
50: 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
51: 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 47 mcast_max_groups 0
52: 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 0 mcast_max_groups 0
54: 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 0 mcast_max_groups 0
55: 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 47 mcast_max_groups 0
56: 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 0 mcast_max_groups 0
58: 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 0 mcast_max_groups 0
59: 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 47 mcast_max_groups 0
60: 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
62: 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
63: 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 47 mcast_max_groups 0
76: 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 2 mcast_max_groups 0
77: 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 0 mcast_max_groups 0
79: 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 0 mcast_max_groups 0
80: 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 47 mcast_max_groups 0
85: 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
87: 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
88: 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 47 mcast_max_groups 0
89: 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 0 mcast_max_groups 0
91: 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 0 mcast_max_groups 0
92: 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 47 mcast_max_groups 0
93: 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
95: 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
96: 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 47 mcast_max_groups 0
117: 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 0 mcast_max_groups 0
119: 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 0 mcast_max_groups 0
120: 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 47 mcast_max_groups 0
121: tap102i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr102i0 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
123: fwpr102p0@fwln102i0: <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
124: fwln102i0@fwpr102p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr102i0 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 47 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
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
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 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
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
tap102i0 1 PVID Egress Untagged
fwbr102i0 1 PVID Egress Untagged
fwpr102p0 1 PVID Egress Untagged
fwln102i0 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
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
tap109i0 1 PVID Egress Untagged
fwbr109i0 1 PVID Egress Untagged
fwpr109p0 1 PVID Egress Untagged
fwln109i0 1 PVID Egress Untagged
tap108i0 1 PVID Egress Untagged
fwbr108i0 1 PVID Egress Untagged
fwpr108p0 1 PVID Egress Untagged
fwln108i0 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
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
tap102i0 1 PVID Egress Untagged
fwbr102i0 1 PVID Egress Untagged
fwpr102p0 1 PVID Egress Untagged
fwln102i0 1 PVID Egress Untagged
--- brctl show
$ brctl show
bridge name bridge id STP enabled interfaces
datanet 8000.8cae4ccda62d no nic1
fwbr101i0 8000.ba97d584ab47 no fwln101i0
tap101i0
fwbr102i0 8000.0e4671df9231 no fwln102i0
tap102i0
fwbr103i0 8000.3e7196cfcc2e no fwln103i0
tap103i0
fwbr104i0 8000.d61aca874881 no fwln104i0
tap104i0
fwbr105i0 8000.4661b6416e74 no fwln105i0
tap105i0
fwbr106i0 8000.961830fadc82 no fwln106i0
tap106i0
fwbr108i0 8000.ce077c1b2952 no fwln108i0
tap108i0
fwbr109i0 8000.fee0abd80b71 no fwln109i0
tap109i0
fwbr114i0 8000.da6376708202 no fwln114i0
tap114i0
fwbr117i0 8000.d2022e14dead no fwln117i0
tap117i0
vmbr0 8000.3417ebb3b12d no fwpr101p0
fwpr102p0
fwpr103p0
fwpr104p0
fwpr105p0
fwpr106p0
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
post-up ethtool -K nic0 tso off
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: 26 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 16805 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:usb2
18: 0 16 0 0 0 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus
23: 0 0 0 0 0 33 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb1
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 0 38103034 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0
27: 497235 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1f.2 0-edge ahci[0000:00:1f.2]
28: 0 38612832 0 0 0 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd
36: 0 0 25 0 0 0 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me
37: 0 0 0 102948 0 0 0 0 IR-PCI-MSI-0000:00:02.0 0-edge i915
38: 0 0 0 0 195 0 0 0 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0
39: 0 0 0 0 0 272 0 0 IR-PCI-MSI-0000:00:1b.0 0-edge snd_hda_intel:card1
NMI: 1312 2147 2097 2026 1348 1718 1762 1973 Non-maskable interrupts
LOC: 167041738 187426318 173495427 169861366 167433609 172643779 172607189 169081397 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 1312 2147 2097 2026 1348 1718 1762 1973 Performance monitoring interrupts
IWI: 2538 1624 2026 1590 1892 2516 2404 2005 IRQ work interrupts
RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries
RES: 5273201 4753395 4881953 5383057 5040869 4974532 4500476 5596488 Rescheduling interrupts
CAL: 12083705 8702996 7388279 7045458 7311255 7109589 5903619 6854693 Function call interrupts
TLB: 74181 76918 71420 68831 74033 72793 76972 67570 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: 578 579 579 579 579 579 579 579 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
VPMI: 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI
--- 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) ===
26
--- 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/fwbr102i0/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/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/fwln102i0/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/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/fwpr102p0/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/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/tap102i0/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/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/fwbr102i0/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/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/tap102i0/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/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/fwbr102i0/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/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/fwln102i0/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/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/fwpr102p0/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/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/tap102i0/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/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/fwbr102i0/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/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/fwln102i0/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/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/fwpr102p0/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/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/tap102i0/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/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
004b663b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0de0e7ad 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
0051c032 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
004898a6 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
004914dc 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
0047aa53 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
092b180d 00000000 00000b9e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
004a0902 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=004b663b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu1 total=0de0e7c3 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu2 total=0051c032 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu3 total=004898a6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu4 total=004914dc dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu5 total=0047aa53 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu6 total=092b182d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu7 total=004a0908 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
IpReasmFails 0 0.0
IpFragFails 0 0.0
TcpAttemptFails 9629 0.0
TcpRetransSegs 428992 0.0
TcpInErrs 0 0.0
Ip6ReasmFails 0 0.0
Ip6FragFails 0 0.0
TcpExtSyncookiesFailed 0 0.0
TcpExtEmbryonicRsts 0 0.0
TcpExtLockDroppedIcmps 0 0.0
TcpExtListenOverflows 0 0.0
TcpExtListenDrops 0 0.0
TcpExtTCPLossUndo 11 0.0
TcpExtTCPLostRetransmit 60820 0.0
TcpExtTCPRenoFailures 0 0.0
TcpExtTCPSackFailures 0 0.0
TcpExtTCPLossFailures 47 0.0
TcpExtTCPFastRetrans 197578 0.0
TcpExtTCPSlowStartRetrans 22312 0.0
TcpExtTCPLossProbes 221580 0.0
TcpExtTCPLossProbeRecovery 180 0.0
TcpExtTCPRenoRecoveryFail 0 0.0
TcpExtTCPSackRecoveryFail 954 0.0
TcpExtTCPAbortOnData 825 0.0
TcpExtTCPAbortOnClose 9 0.0
TcpExtTCPAbortOnMemory 0 0.0
TcpExtTCPAbortOnTimeout 12 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 1890 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: 456
TCP: 180 (estab 17, closed 141, orphaned 0, timewait 140)
Transport Total IP IPv6
RAW 0 0 0
UDP 7 4 3
TCP 39 24 15
INET 46 28 18
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 10.100.100.1:718 10.100.100.4:2049 timer:(keepalive,46sec,0)
skmem:(r0,rb12098700,t0,tb7468032,f0,w0,o0,bl0,d1030)
0 0 10.100.100.1:749 10.100.100.4:2049 timer:(keepalive,33sec,0)
skmem:(r0,rb17082899,t0,tb5692416,f0,w0,o0,bl0,d1121)
0 0 10.100.100.1:843 10.100.100.4:2049 timer:(keepalive,21sec,0)
skmem:(r0,rb7515684,t0,tb6292992,f0,w0,o0,bl0,d904)
0 0 10.100.100.1:857 10.100.100.4:2049 timer:(keepalive,33sec,0)
skmem:(r0,rb25369065,t0,tb7363584,f0,w0,o0,bl0,d1067)
0 0 10.100.100.1:836 10.100.100.5:2049 timer:(keepalive,20sec,0)
skmem:(r0,rb3319886,t0,tb5170176,f0,w0,o0,bl0,d140)
0 0 10.100.100.1:897 10.100.100.5:2049 timer:(keepalive,20sec,0)
skmem:(r0,rb3337812,t0,tb6423552,f0,w0,o0,bl0,d117)
0 0 10.100.100.1:911 10.100.100.5:2049 timer:(keepalive,10sec,0)
skmem:(r0,rb3436723,t0,tb5144064,f0,w0,o0,bl0,d67)
0 0 10.100.100.1:969 10.100.100.5:2049 timer:(keepalive,49sec,0)
skmem:(r0,rb3958237,t0,tb4190976,f0,w0,o0,bl0,d113)
0 0 192.168.3.11:52212 209.177.156.94:443 timer:(keepalive,19sec,0)
skmem:(r0,rb760496,t0,tb130560,f0,w0,o0,bl0,d1)
0 0 127.0.0.1:35950 127.0.0.1:5900
skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0)
0 0 192.168.3.11:47682 192.200.0.107:443 timer:(keepalive,12sec,0)
skmem:(r0,rb100588,t0,tb130560,f0,w0,o0,bl0,d4)
0 0 127.0.0.1:5900 127.0.0.1:35950
skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0)
0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:47125
skmem:(r0,rb87380,t0,tb235008,f0,w0,o0,bl0,d15)
0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:49726 timer:(keepalive,13sec,0)
skmem:(r0,rb1739661,t0,tb130560,f0,w0,o0,bl0,d1718)
0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:4906
skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0)
0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:44796
skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0)
--- ss -ti (TCP internals)
$ ss -ti
State Recv-Q Send-Q Local Address:Port Peer Address:Port
ESTAB 0 0 10.100.100.1:718 10.100.100.4:nfs
bbr wscale:9,12 rto:206 rtt:5.358/4.69 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 ssthresh:180 bytes_sent:12935786340 bytes_retrans:57096684 bytes_acked:12878689657 bytes_received:22339805204 segs_out:16968495 segs_in:20377973 data_segs_out:9289956 data_segs_in:16635966 bbr:(bw:91.7Mbps,mrtt:0.676,pacing_gain:1.25,cwnd_gain:2) send 95.1Mbps lastsnd:152 lastrcv:68 lastack:68 pacing_rate 113Mbps delivery_rate 22.9Mbps delivered:9286091 app_limited busy:10600941ms rwnd_limited:4215ms(0.0%) retrans:0/51659 dsack_dups:50140 reordering:6 reord_seen:1 rcv_rtt:6.937 rcv_space:1980520 rcv_ssthresh:8034292 minrtt:0.348 rcv_ooopack:9231796 snd_wnd:7086592 rcv_wnd:8036352 rehash:63
ESTAB 0 0 10.100.100.1:kerberos-adm 10.100.100.4:nfs
bbr wscale:9,12 rto:208 rtt:7.878/10.214 ato:40 mss:1448 pmtu:1500 rcvmss:188 advmss:1448 cwnd:26 ssthresh:210 bytes_sent:12988639612 bytes_retrans:57350640 bytes_acked:12931288973 bytes_received:22343274524 segs_out:17046565 segs_in:20385785 data_segs_out:9326068 data_segs_in:16637766 bbr:(bw:21.1Mbps,mrtt:0.778,pacing_gain:1,cwnd_gain:2) send 38.2Mbps lastsnd:55 lastrcv:66 lastack:25 pacing_rate 20.9Mbps delivery_rate 4.87Mbps delivered:9324521 busy:10591059ms rwnd_limited:2683ms(0.0%) retrans:0/51873 dsack_dups:50331 reordering:9 reord_seen:2 rcv_rtt:4 rcv_space:2033216 rcv_ssthresh:11344112 minrtt:0.477 rcv_ooopack:9266179 snd_wnd:8625664 rcv_wnd:11345920 rehash:78
ESTAB 0 0 10.100.100.1:843 10.100.100.4:nfs
bbr wscale:9,12 rto:208 rtt:7.088/7.49 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:50 ssthresh:232 bytes_sent:12983538820 bytes_retrans:57471584 bytes_acked:12926067237 bytes_received:22349943360 segs_out:17009291 segs_in:20401226 data_segs_out:9323102 data_segs_in:16642498 bbr:(bw:82.9Mbps,mrtt:0.753,pacing_gain:1.25,cwnd_gain:2) send 81.7Mbps lastsnd:99 lastrcv:85 lastack:85 pacing_rate 103Mbps delivery_rate 57.1Mbps delivered:9321505 app_limited busy:10625627ms rwnd_limited:2124ms(0.0%) retrans:0/52167 dsack_dups:50570 reordering:18 reord_seen:3 rcv_rtt:2 rcv_space:1262400 rcv_ssthresh:4990883 minrtt:0.359 rcv_ooopack:9236114 snd_wnd:7991296 rcv_wnd:4993024 rehash:73
ESTAB 0 0 10.100.100.1:857 10.100.100.4:nfs
bbr wscale:9,12 rto:203 rtt:2.44/0.253 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 ssthresh:181 bytes_sent:13002596292 bytes_retrans:57774764 bytes_acked:12944821529 bytes_received:22329034736 segs_out:17144354 segs_in:20376947 data_segs_out:9336534 data_segs_in:16627805 bbr:(bw:24.3Mbps,mrtt:0.845,pacing_gain:1.25,cwnd_gain:2) send 85.5Mbps lastsnd:84 lastrcv:85 lastack:81 pacing_rate 30.1Mbps delivery_rate 24.3Mbps delivered:9334651 app_limited busy:10578015ms rwnd_limited:2243ms(0.0%) retrans:0/52208 dsack_dups:50325 rcv_rtt:6.5 rcv_space:2486548 rcv_ssthresh:16846644 minrtt:0.316 rcv_ooopack:9223716 snd_wnd:7529472 rcv_wnd:16846848 rehash:78
ESTAB 0 0 10.100.100.1:836 10.100.100.5:nfs
bbr wscale:12,12 rto:210 rtt:9.94/13.845 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:240 bytes_sent:4213959932 bytes_retrans:80085328 bytes_acked:4133874605 bytes_received:9215201740 segs_out:6063691 segs_in:7832615 data_segs_out:2990345 data_segs_in:6615871 bbr:(bw:272Mbps,mrtt:0.401,pacing_gain:1.25,cwnd_gain:2) send 126Mbps lastsnd:5922 lastrcv:5885 lastack:5885 pacing_rate 336Mbps delivery_rate 272Mbps delivered:2935454 app_limited busy:2375318ms rwnd_limited:66ms(0.0%) retrans:0/55828 dsack_dups:930 rcv_rtt:1.562 rcv_space:504080 rcv_ssthresh:2204611 minrtt:0.317 rcv_ooopack:4270510 snd_wnd:8134656 rcv_wnd:2207744 rehash:223
ESTAB 0 0 10.100.100.1:897 10.100.100.5:nfs
bbr wscale:12,12 rto:207 rtt:6.085/7.729 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:123 ssthresh:174 bytes_sent:4220053488 bytes_retrans:80794820 bytes_acked:4139258669 bytes_received:9075683144 segs_out:6030251 segs_in:7742397 data_segs_out:2993745 data_segs_in:6519536 bbr:(bw:276Mbps,mrtt:1.41,pacing_gain:1.25,cwnd_gain:2) send 234Mbps lastsnd:5906 lastrcv:5873 lastack:5873 pacing_rate 341Mbps delivery_rate 276Mbps delivered:2938535 app_limited busy:2899907ms rwnd_limited:25ms(0.0%) retrans:0/56318 dsack_dups:1102 reordering:21 reord_seen:3 rcv_rtt:1 rcv_space:573408 rcv_ssthresh:2216515 minrtt:0.345 rcv_ooopack:4197682 snd_wnd:13713408 rcv_wnd:2220032 rehash:213
ESTAB 0 0 10.100.100.1:911 10.100.100.5:nfs
bbr wscale:12,12 rto:205 rtt:4.048/5.475 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:114 ssthresh:212 bytes_sent:4135994888 bytes_retrans:73194900 bytes_acked:4062799989 bytes_received:9216086080 segs_out:6018107 segs_in:7807903 data_segs_out:2935967 data_segs_in:6616482 bbr:(bw:287Mbps,mrtt:0.408,pacing_gain:1.25,cwnd_gain:2) send 326Mbps lastsnd:5922 lastrcv:5873 lastack:5873 pacing_rate 355Mbps delivery_rate 287Mbps delivered:2886042 app_limited busy:2306654ms rwnd_limited:19ms(0.0%) retrans:0/51110 dsack_dups:1172 rcv_rtt:1.413 rcv_space:587128 rcv_ssthresh:2282198 minrtt:0.394 rcv_ooopack:4248770 snd_wnd:10272768 rcv_wnd:2285568 rehash:214
ESTAB 0 0 10.100.100.1:969 10.100.100.5:nfs
bbr wscale:12,12 rto:202 rtt:1.565/1.191 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:108 ssthresh:255 bytes_sent:4230566168 bytes_retrans:79655188 bytes_acked:4150910981 bytes_received:9139174172 segs_out:6110819 segs_in:7787119 data_segs_out:3001374 data_segs_in:6563291 bbr:(bw:278Mbps,mrtt:0.32,pacing_gain:1.25,cwnd_gain:2) send 799Mbps lastsnd:5922 lastrcv:5906 lastack:5906 pacing_rate 344Mbps delivery_rate 278Mbps delivered:2946872 app_limited busy:2913387ms rwnd_limited:28ms(0.0%) retrans:0/55516 dsack_dups:1004 reordering:6 reord_seen:2 rcv_rtt:1.125 rcv_space:595128 rcv_ssthresh:2628516 minrtt:0.32 rcv_ooopack:4217648 snd_wnd:9551872 rcv_wnd:2629632 rehash:215
ESTAB 0 0 192.168.3.11:52212 209.177.156.94:https
bbr wscale:7,12 rto:218 rtt:17.679/12.079 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:44 bytes_sent:238089 bytes_acked:238090 bytes_received:1337691 segs_out:10814 segs_in:10386 data_segs_out:1294 data_segs_in:7826 bbr:(bw:5.24Mbps,mrtt:9.569,pacing_gain:2.88672,cwnd_gain:2.88672) send 28.8Mbps lastsnd:10670 lastrcv:2801 lastack:2801 pacing_rate 31Mbps delivery_rate 5.24Mbps delivered:1295 app_limited busy:10255ms rcv_rtt:114687 rcv_space:46530 rcv_ssthresh:504379 minrtt:9.569 snd_wnd:204032 rcv_wnd:507904
ESTAB 0 0 127.0.0.1:35950 127.0.0.1:5900
bbr wscale:12,12 rto:213 rtt:12.599/17.647 ato:65 mss:22528 pmtu:65535 rcvmss:34816 advmss:65483 cwnd:18 bytes_sent:2172 bytes_acked:2173 bytes_received:187182 segs_out:250 segs_in:331 data_segs_out:233 data_segs_in:121 bbr:(bw:30Gbps,mrtt:0.006,pacing_gain:2.88672,cwnd_gain:2.88672) send 257Mbps lastsnd:645887 lastrcv:645959 lastack:645887 pacing_rate 200Gbps delivery_rate 30Gbps delivered:234 app_limited busy:3723ms rcv_rtt:83.803 rcv_space:43690 rcv_ssthresh:83932 minrtt:0.006 snd_wnd:45056 rcv_wnd:86016
ESTAB 0 0 100.121.189.98:ssh 100.101.187.119:46014
bbr wscale:7,12 rto:206 rtt:5.854/9.684 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5605 bytes_acked:5605 bytes_received:3889 segs_out:23 segs_in:21 data_segs_out:16 data_segs_in:13 bbr:(bw:23.7Mbps,mrtt:0.702,pacing_gain:2.88672,cwnd_gain:2.88672) send 43.6Mbps lastsnd:8701 lastrcv:8701 lastack:8700 pacing_rate 400Mbps delivery_rate 23.7Mbps delivered:17 app_limited busy:62ms rcv_rtt:8 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.702 snd_wnd:76928 rcv_wnd:61440
ESTAB 0 0 192.168.3.11:47682 192.200.0.107:https
bbr wscale:10,12 rto:342 rtt:139.276/8.652 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3590 bytes_acked:3591 bytes_received:92368 segs_out:1416 segs_in:1420 data_segs_out:20 data_segs_in:737 bbr:(bw:345kbps,mrtt:133.898,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.5Mbps lastsnd:1608061 lastrcv:47604 lastack:17064 pacing_rate 2.43Mbps delivery_rate 345kbps delivered:21 app_limited busy:1892ms rcv_rtt:135 rcv_space:19586 rcv_ssthresh:66159 minrtt:133.898 snd_wnd:74752 rcv_wnd:69632
ESTAB 0 0 127.0.0.1:5900 127.0.0.1:35950
bbr wscale:12,12 rto:204 rtt:3.75/1.014 ato:40 mss:43008 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:187182 bytes_acked:187182 bytes_received:2172 segs_out:330 segs_in:250 data_segs_out:121 data_segs_in:233 bbr:(bw:22.9Gbps,mrtt:0.015,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.65Gbps lastsnd:645960 lastrcv:645888 lastack:645888 pacing_rate 271Gbps delivery_rate 22.9Gbps delivered:122 app_limited busy:598ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.015 snd_wnd:86016 rcv_wnd:45056
ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:47125
bbr wscale:8,12 rto:204 rtt:3.456/0.65 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:210 bytes_sent:193965 bytes_acked:193965 bytes_received:13186 segs_out:412 segs_in:360 data_segs_out:255 data_segs_in:282 bbr:(bw:149Mbps,mrtt:1.992,pacing_gain:2.88672,cwnd_gain:2.88672) send 603Mbps lastsnd:645964 lastrcv:645892 lastack:15753 pacing_rate 426Mbps delivery_rate 116Mbps delivered:256 app_limited busy:501ms rcv_space:12400 rcv_ssthresh:41642 minrtt:0.888 snd_wnd:64768 rcv_wnd:45056
ESTAB 0 0 [::ffff:100.121.189.98]:45876 [::ffff:100.107.35.78]:49726
bbr wscale:11,12 rto:249 rtt:48.785/1.275 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:23 bytes_sent:729735 bytes_acked:729735 bytes_received:129419 segs_out:8217 segs_in:6975 data_segs_out:3040 data_segs_in:2923 bbr:(bw:949kbps,mrtt:47.015,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.63Mbps lastsnd:32172 lastrcv:32121 lastack:1281 pacing_rate 5.56Mbps delivery_rate 949kbps delivered:3041 app_limited busy:86234ms rcv_rtt:308838 rcv_space:43007 rcv_ssthresh:25940 minrtt:47.015 snd_wnd:489472 rcv_wnd:45056
ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:4906
bbr wscale:8,12 rto:209 rtt:8.694/14.588 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:5455 bytes_acked:5455 bytes_received:2987 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:13.6Mbps,mrtt:1.303,pacing_gain:2.88672,cwnd_gain:2.88672) send 18.3Mbps lastsnd:1043 lastrcv:1047 lastack:987 pacing_rate 218Mbps delivery_rate 13.6Mbps delivered:7 app_limited busy:62ms rcv_space:12400 rcv_ssthresh:35839 minrtt:1.303 snd_wnd:64512 rcv_wnd:45056
ESTAB 0 0 [::ffff:100.121.189.98]:8006 [::ffff:100.109.70.137]:44796
bbr wscale:8,12 rto:208 rtt:7.272/10.91 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4779 bytes_acked:4779 bytes_received:2919 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:10.6Mbps,mrtt:1.646,pacing_gain:2.88672,cwnd_gain:2.88672) send 21.8Mbps lastsnd:1046 lastrcv:1047 lastack:1003 pacing_rate 153Mbps delivery_rate 10.6Mbps delivered:7 app_limited busy:46ms rcv_space:12400 rcv_ssthresh:34815 minrtt:1.646 snd_wnd:65280 rcv_wnd:45056
--- /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 283946 49432 9629 25 17 114637173 97769527 428992 0 1928 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 283946 49432 9629 25 17 114637173 97769527 428992 0 1928 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 70.8G / 93.9G ext4 18.4G 20% 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 15G 0 15G 0% /dev
tmpfs 3.2G 7.1M 3.2G 1% /run
/dev/mapper/pve-root 94G 19G 71G 21% /
tmpfs 16G 69M 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
/dev/fuse 128M 28K 128M 1% /etc/pve
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /mnt/pve/S3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /mnt/pve/D5
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 1% /mnt/pve/S4
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 3719946 613 3719333 1% /dev
tmpfs 4096389 1164 4095225 1% /run
/dev/mapper/pve-root 6291456 80753 6210703 2% /
tmpfs 4096389 144 4096245 1% /dev/shm
tmpfs 4096389 28 4096361 1% /run/lock
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
tmpfs 1048576 16 1048560 1% /tmp
/dev/fuse 262144 48 262096 1% /etc/pve
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 1% /mnt/pve/S3
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 21 61054955 1% /mnt/pve/S2
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 1% /mnt/pve/D5
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4
tmpfs 819277 26 819251 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=14879784k,nr_inodes=3719946,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=3277112k,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,nsdelegate,memory_recursiveprot)
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=10554)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
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=16385560k,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)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=3277108k,nr_inodes=819277,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
└─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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: 19810925
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Mon Jul 27 00:36:07 2026
Last write time: Wed Jul 29 04:38:06 2026
Mount count: 23
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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.5
/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.1,local_lock=none,addr=10.100.100.4
/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,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
6848046 4 6871206
Client nfs v4:
null read write commit open
2 0% 619253 9% 5442242 79% 494580 7% 5 0%
open_conf open_noat open_dgrd close setattr
0 0% 108 0% 0 0% 59 0% 0 0%
fsinfo renew setclntid confirm lock
32 0% 0 0% 0 0% 0 0% 0 0%
lockt locku access getattr lookup
0 0% 0 0% 246 0% 40412 0% 108 0%
lookup_root remove rename link symlink
8 0% 12 0% 0 0% 0 0% 0 0%
create pathconf statfs readlink readdir
5 0% 32 0% 128389 1% 0 0% 75 0%
server_caps delegreturn getacl setacl fs_locations
64 0% 31 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% 387 0% 0 0% 2 0% 0 0%
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
0 0% 0 0% 0 0% 8 0% 0 0%
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
0 0% 0 0% 8 0% 0 0% 110040 1%
allocate deallocate layoutstats clone
0 0% 8608 0% 5079 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
6848046 4 6871206
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% 619253 9% 5442242 79% 494580 7% 5 0%
open_conf open_noat open_dgrd close setattr
0 0% 108 0% 0 0% 59 0% 0 0%
fsinfo renew setclntid confirm lock
32 0% 0 0% 0 0% 0 0% 0 0%
lockt locku access getattr lookup
0 0% 0 0% 246 0% 40412 0% 108 0%
lookup_root remove rename link symlink
8 0% 12 0% 0 0% 0 0% 0 0%
create pathconf statfs readlink readdir
5 0% 32 0% 128389 1% 0 0% 75 0%
server_caps delegreturn getacl setacl fs_locations
64 0% 31 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% 387 0% 0 0% 2 0% 0 0%
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
0 0% 0 0% 0 0% 8 0% 0 0%
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
0 0% 0 0% 8 0% 0 0% 110040 1%
allocate deallocate layoutstats clone
0 0% 8608 0% 5079 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 6859511 4 6882699
proc4 71 2 619255 5452329 495753 5 0 110 0 59 0 32 0 0 0 0 0 0 246 40454 108 8 12 0 0 0 5 32 128522 0 75 64 33 0 0 0 0 0 0 4 2 0 387 0 2 0 0 0 0 8 0 0 0 8 0 110040 0 8608 5098 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 197245952 2539354112 6.84%
D3 nfs active 491133952 2048 466110464 0.00%
D5 nfs active 1921726464 219219968 1604814848 11.41%
S2 nfs active 960304128 26530816 884918272 2.76%
S3 nfs active 960304128 13431808 898018304 1.40%
S4 nfs active 479597568 2460672 452701184 0.51%
T5-SSD nfs active 245023744 137123840 95380480 55.96%
local dir active 98497780 19254240 74193992 19.55%
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: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: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:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705
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:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106
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:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903
--- pvesm config D5 ---
--- storage: S2 ---
Volid Format Type Size VMID
S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103
S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706
S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902
S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
--- pvesm config S2 ---
--- storage: S3 ---
Volid Format Type Size VMID
S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102
S3:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701
S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906
--- pvesm config S3 ---
--- storage: S4 ---
Volid Format Type Size VMID
S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100
--- 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.4.3-pve1
zfs-kmod-2.4.3-pve1
--- zpool version
$ zpool version
zfs-2.4.3-pve1
zfs-kmod-2.4.3-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 148 40256 10348983182 189432085644982
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 1048675712
c_min 4 1048675712
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_ndev 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 33557622784
memory_free_bytes 4 9389514752
memory_available_bytes 3 8164982400
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 1224532352
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 10346484575 189432086533932
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 10346483899 189432087398412
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 10346406584 189432089271300
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_batches_limit = 5
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_async_free_zio_wait_interval = 2000
zfs_dbuf_state_index = 0
zfs_dio_enabled = 1
zfs_dio_strict = 0
zfs_dio_write_verify_events_per_second = 20
zfs_dirty_data_max = 3355762278
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_direct_write_verify = 1
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_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_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 Wed Jul 29 05:13:13 2026
Linux 7.0.14-6-pve 2.4.3-pve1
Machine: pfv-tsys1 (x86_64) 2.4.3-pve1
ARC status:
Total memory size: 31.3 GiB
Min target size: 3.1 % 1000.1 MiB
Max target size: 10.0 % 3.1 GiB
Target size (adaptive): < 0.1 % 1000.1 MiB
Current size: < 0.1 % 1.9 KiB
Free memory size: 8.7 GiB
Available memory size: 7.6 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 13
brt_zap_default_ibs 13
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 2097152
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_perf_bias 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_flush_txg_time 600
spa_load_print_vdev_tree 0
spa_load_verify_data 1
spa_load_verify_metadata 1
spa_load_verify_shift 4
spa_note_txg_time 600
spa_num_allocators 4
spa_slop_shift 5
spa_upgrade_errlog_limit 0
vdev_file_logical_ashift 9
vdev_file_physical_ashift 9
vdev_raidz_outlier_check_interval_ms 1000
vdev_raidz_outlier_insensitivity 50
vdev_read_sit_out_secs 600
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_batches_limit 5
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_async_free_zio_wait_interval 2000
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 335576227
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_delete_dentry 0
zfs_delete_inode 0
zfs_dio_enabled 1
zfs_dio_strict 0
zfs_dio_write_verify_events_per_second 20
zfs_dirty_data_max 3355762278
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 500
zfs_history_output_max 1048576
zfs_immediate_write_sz 32768
zfs_import_defer_txgs 5
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 250000
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 1500
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 750
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_default_ms_count 200
zfs_vdev_default_ms_shift 29
zfs_vdev_direct_write_verify 1
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_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_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 6711524556
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
zil_special_is_slog 1
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_free scale,32 null fixed,1,1 null
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
Node Generic SN Model Namespace Usage Format FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
--- 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-7.0.14-6-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: Wed Jul 29 05:13:13 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 - 55419
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 - 416147
194 Temperature_Celsius 0x0022 118 096 000 Old_age Always - 29
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 149139
101 tsys-ca running 2048 32.00 149214
102 pfv-k8s-wnode-tsys1 running 4096 32.00 794447
103 pfv-netinfra-01 running 2048 32.00 149467
104 tsys-librenms running 2048 50.00 149583
105 tsys-proxmox-datacenter running 2048 32.00 212290
106 pfv-k8s-cnode3 running 4096 32.00 787544
108 tsys-ucs-01 running 8000 32.00 148819
109 tailscale-router running 2048 25.00 148662
114 kali-tsys running 2048 32.00 2388
117 tsys-secure-workbench running 4000 32.00 2457
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 102 ---
balloon: 0
boot: order=ide2;scsi0
cores: 4
cpu: x86-64-v2-AES
ide2: local:iso/debian13.iso,media=cdrom,size=754M
memory: 4096
meta: creation-qemu=11.0.2,ctime=1785115335
name: pfv-k8s-wnode-tsys1
net0: virtio=BC:24:11:BB:06:AF,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: S3:102/vm-102-disk-0.qcow2,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=42f4f59a-e508-49fd-9e2d-84932901d6e6
sockets: 1
vmgenid: 64c67916-698e-4292-8cb1-9a04abf2fd21
--- 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: S2: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: D5:106/vm-106-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=36b0ebb0-c6d3-42d7-bc5e-e2af10215588
sockets: 1
vmgenid: adb3367d-1556-4357-ab99-ba335ee21657
--- 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" : 11467307,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 117160,
"tx-bytes" : 11467307,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 117160
}
},
{
"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::e",
"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" : 110145,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 1220,
"tx-bytes" : 110145,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 1220
}
},
{
"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:f302:c979:7787:8140",
"ip-address-type" : "ipv6",
"prefix" : 64
},
--- VM 102 runtime ---
--- 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" : 91512,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 947,
"tx-bytes" : 91512,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 947
}
},
{
"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:eba4:a699:401b:ab7d",
"ip-address-type" : "ipv6",
"prefix" : 64
},
--- 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" : 1110888525,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 2510657,
"tx-bytes" : 1110888525,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 2510657
}
},
{
"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:148d:b9ab:712c:25d1",
"ip-address-type" : "ipv6",
"prefix" : 64
},
--- 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" : 2648995,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 17028,
"tx-bytes" : 2648995,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 17028
}
},
{
"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:5016:7721:f7f9:58ee",
"ip-address-type" : "ipv6",
"prefix" : 64
},
--- 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" : 72187,
"rx-dropped" : 0,
"rx-errs" : 0,
"rx-packets" : 846,
"tx-bytes" : 72187,
"tx-dropped" : 0,
"tx-errs" : 0,
"tx-packets" : 846
}
},
{
"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:ff2e:2b44:be5f:e4dd",
"ip-address-type" : "ipv6",
"prefix" : 64
},
--- 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)
powerman.service loaded active running PowerMan
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.
40 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
nvmefc-boot-connections.service enabled enabled
nvmf-autoconnect.service enabled enabled
open-iscsi.service enabled enabled
perfopt-cpu-performance.service enabled enabled
postfix.service enabled enabled
powerman.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
sysstat.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
uuidd.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
sysstat-collect.timer enabled enabled
sysstat-rotate.timer enabled enabled
sysstat-summary.timer enabled enabled
xfs_scrub_all.timer enabled enabled
92 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 Mon 2026-07-27 00:37:09 CDT; 2 days ago
Invocation: 41f418b55c4744c1b6fb80c30b3908f4
Main PID: 1084 (pmxcfs)
Tasks: 9 (limit: 34875)
Memory: 68.1M (peak: 85M)
CPU: 2min 59.911s
CGroup: /system.slice/pve-cluster.service
└─1084 /usr/bin/pmxcfs
Jul 28 19:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 28 20:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 28 21:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 28 22:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 28 23:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 29 00:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 29 01:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 29 02:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 29 03:37:08 pfv-tsys1 pmxcfs[1084]: [dcdb] notice: data verification successful
Jul 29 04:37:08 pfv-tsys1 pmxcfs[1084]: [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 Mon 2026-07-27 00:37:16 CDT; 2 days ago
Invocation: d5e334fd34334b00be0f56ff3c56f871
Main PID: 1362 (pvedaemon)
Tasks: 4 (limit: 34875)
Memory: 192.3M (peak: 3G)
CPU: 2min 41.931s
CGroup: /system.slice/pvedaemon.service
├─ 1362 pvedaemon
├─799312 "pvedaemon worker"
├─799315 "pvedaemon worker"
└─805589 "pvedaemon worker"
Jul 28 21:52:39 pfv-tsys1 pvedaemon[799315]: <root@pam> successful auth for user 'root@pam'
Jul 28 22:08:39 pfv-tsys1 pvedaemon[799312]: <root@pam> successful auth for user 'root@pam'
Jul 29 04:56:46 pfv-tsys1 IPCC.xs[941508]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:100.109.70.137 user=root
Jul 29 04:56:48 pfv-tsys1 pvedaemon[799315]: authentication failure; rhost=::ffff:100.109.70.137 user=root@pam msg=Authentication failure
Jul 29 04:56:57 pfv-tsys1 pvedaemon[799312]: <root@pam> successful auth for user 'root@pam'
Jul 29 04:56:58 pfv-tsys1 pvedaemon[805589]: <root@pam> successful auth for user 'root@pam'
Jul 29 04:56:58 pfv-tsys1 pvedaemon[941564]: starting vnc proxy UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam:
Jul 29 04:56:58 pfv-tsys1 pvedaemon[799315]: <root@pam> starting task UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam:
Jul 29 05:11:56 pfv-tsys1 pvedaemon[805589]: <root@pam> successful auth for user 'root@pam'
Jul 29 05:13:56 pfv-tsys1 pvedaemon[799315]: <root@pam> end task UPID:pfv-tsys1:000E5DFC:011F911E:6A69CE6A:vncproxy:102:root@pam: OK
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:37:17 CDT; 2 days ago
Invocation: 3d9f663c8d334a9295e23e69aef95c3f
Process: 867804 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS)
Main PID: 1375 (pveproxy)
Tasks: 4 (limit: 34875)
Memory: 299.4M (peak: 483.3M)
CPU: 4min 31.194s
CGroup: /system.slice/pveproxy.service
├─ 1375 pveproxy
├─867827 "pveproxy worker"
├─867828 "pveproxy worker"
└─867829 "pveproxy worker"
Jul 29 00:52:42 pfv-tsys1 pveproxy[807412]: worker exit
Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 818704 finished
Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 809432 finished
Jul 29 00:52:42 pfv-tsys1 pveproxy[1375]: worker 807412 finished
Jul 29 04:56:46 pfv-tsys1 pveproxy[867829]: authentication failure: 401 permission denied - invalid PVE ticket
Jul 29 04:56:46 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket
Jul 29 04:56:46 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket
Jul 29 04:56:46 pfv-tsys1 pveproxy[867828]: authentication failure: 401 permission denied - invalid PVE ticket
Jul 29 04:56:50 pfv-tsys1 pveproxy[867829]: authentication failure: 401 permission denied - invalid PVE ticket
Jul 29 04:56:50 pfv-tsys1 pveproxy[867827]: authentication failure: 401 permission denied - invalid PVE ticket
● pve-firewall.service - Proxmox VE firewall
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
Active: active (running) since Mon 2026-07-27 00:37:15 CDT; 2 days ago
Invocation: 022958cd38a94d3a91e55ffc76156c2c
Main PID: 1332 (pve-firewall)
Tasks: 1 (limit: 34875)
Memory: 112M (peak: 149.9M)
CPU: 17min 47.615s
CGroup: /system.slice/pve-firewall.service
└─1332 pve-firewall
Jul 27 00:37:10 pfv-tsys1 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
Jul 27 00:37:15 pfv-tsys1 pve-firewall[1332]: starting server
Jul 27 00:37:15 pfv-tsys1 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
● 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 Mon 2026-07-27 00:37:17 CDT; 2 days ago
Invocation: 9e81fad693f1445e923ff5ede55061d4
Main PID: 1372 (pve-ha-crm)
Tasks: 1 (limit: 34875)
Memory: 118.6M (peak: 137.8M)
CPU: 13.237s
CGroup: /system.slice/pve-ha-crm.service
└─1372 pve-ha-crm
Jul 27 00:37:16 pfv-tsys1 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: starting server
Jul 27 00:37:17 pfv-tsys1 pve-ha-crm[1372]: status change startup => wait_for_quorum
Jul 27 00:37:17 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 Mon 2026-07-27 00:37:18 CDT; 2 days ago
Invocation: aaad04ba66c948f297603416775f4455
Main PID: 1392 (pve-ha-lrm)
Tasks: 1 (limit: 34875)
Memory: 117.7M (peak: 136.8M)
CPU: 20.969s
CGroup: /system.slice/pve-ha-lrm.service
└─1392 pve-ha-lrm
Jul 27 00:37:17 pfv-tsys1 systemd[1]: Starting pve-ha-lrm.service - PVE Local HA Resource Manager Daemon...
Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: starting server
Jul 27 00:37:18 pfv-tsys1 pve-ha-lrm[1392]: status change startup => wait_for_agent_lock
Jul 27 00:37:18 pfv-tsys1 systemd[1]: Started pve-ha-lrm.service - PVE Local HA Resource Manager Daemon.
--- 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 Mon 2026-07-27 00:36:16 CDT; 2 days ago
Invocation: 573b8ff574344bab840da2754a7e37fb
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 599 (rpcbind)
Tasks: 1 (limit: 34875)
Memory: 604K (peak: 1.7M)
CPU: 142ms
CGroup: /system.slice/rpcbind.service
└─599 /usr/sbin/rpcbind -f -w
Jul 27 00:36:16 pfv-tsys1 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
Jul 27 00:36:16 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 Mon 2026-07-27 00:36:15 CDT; 2 days ago
Invocation: b9093ce8c96f41d79c2c56a05430bbe3
Docs: man:zfs(8)
Main PID: 549 (code=exited, status=0/SUCCESS)
Mem peak: 1.7M
CPU: 9ms
Jul 27 00:36:15 pfv-tsys1 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
Jul 27 00:36:15 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 Mon 2026-07-27 00:36:19 CDT; 2 days ago
Invocation: 78212dc838134fc6aa7d64fdab2502fd
Docs: man:smartd(8)
man:smartd.conf(5)
Main PID: 737 (smartd)
Status: "Next check of 1 device will start at 05:36:19"
Tasks: 1 (limit: 34875)
Memory: 3.4M (peak: 5.6M)
CPU: 106ms
CGroup: /system.slice/smartmontools.service
└─737 /usr/sbin/smartd -n -q never
Jul 28 03:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
Jul 28 03:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 110
Jul 28 09:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 110 to 111
Jul 28 12:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 111 to 113
Jul 28 12:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 113 to 114
Jul 28 14:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 114 to 116
Jul 28 14:36:20 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117
Jul 28 19:36:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
Jul 28 22:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117
Jul 29 01:06:19 pfv-tsys1 smartd[737]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
###############################################################################
# 25. TIMERS / CRON
###############################################################################
--- systemctl list-timers
$ systemctl list-timers --all --no-pager
NEXT LEFT LAST PASSED UNIT ACTIVATES
Wed 2026-07-29 05:20:00 CDT 6min Wed 2026-07-29 05:10:32 CDT 3min 24s ago sysstat-collect.timer sysstat-collect.service
Wed 2026-07-29 06:34:38 CDT 1h 20min Tue 2026-07-28 06:05:32 CDT 23h ago apt-daily-upgrade.timer apt-daily-upgrade.service
Wed 2026-07-29 11:46:08 CDT 6h Tue 2026-07-28 08:51:32 CDT 20h ago man-db.timer man-db.service
Wed 2026-07-29 12:28:56 CDT 7h Wed 2026-07-29 04:56:22 CDT 17min ago apt-daily.timer apt-daily.service
Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:32 CDT 5h 13min ago dpkg-db-backup.timer dpkg-db-backup.service
Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:32 CDT 5h 13min ago sysstat-rotate.timer sysstat-rotate.service
Thu 2026-07-30 00:06:24 CDT 18h Wed 2026-07-29 02:49:32 CDT 2h 24min ago beszel-agent-update.timer beszel-agent-update.service
Thu 2026-07-30 00:06:56 CDT 18h Wed 2026-07-29 00:52:33 CDT 4h 21min ago logrotate.timer logrotate.service
Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:27 CDT 5h 6min ago sysstat-summary.timer sysstat-summary.service
Thu 2026-07-30 00:51:32 CDT 19h Wed 2026-07-29 00:51:32 CDT 4h 22min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Thu 2026-07-30 01:16:11 CDT 20h Wed 2026-07-29 01:49:32 CDT 3h 24min ago pve-daily-update.timer pve-daily-update.service
Sun 2026-08-02 03:10:15 CDT 3 days Sun 2026-07-26 03:11:39 CDT - e2scrub_all.timer e2scrub_all.service
Sun 2026-08-02 03:10:19 CDT 3 days Sun 2026-07-26 03:10:44 CDT - xfs_scrub_all.timer xfs_scrub_all.service
Mon 2026-08-03 01:26:35 CDT 4 days Mon 2026-07-27 00:18:43 CDT - fstrim.timer fstrim.service
14 timers listed.
--- /etc/cron.d
total 24
drwxr-xr-x 2 root root 4096 Jul 27 08:04 .
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat
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 32
drwxr-xr-x 2 root root 4096 Jul 27 08:04 .
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
-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
-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat
--- /etc/cron.hourly
total 12
drwxr-xr-x 2 root root 4096 Mar 12 09:38 .
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
-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 107 root root 4096 Jul 29 05:11 ..
-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.91 1.75 1.74 1/440 950093
--- 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 1 28 8316780 17360 1296640 0 0 74 19 8247 15 0 1 84 8 0 6
1 0 28 8298712 17388 1297460 0 0 804 8 10999 16955 4 2 79 13 0 2
0 1 28 8222564 17388 1300684 0 0 0 0 10559 15584 7 1 81 8 0 2
--- mpstat 1 3 (per-cpu)
$ mpstat 1 3
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:13:59 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
05:14:00 AM all 0.13 0.00 1.02 13.34 0.00 0.00 0.00 2.80 0.00 82.72
05:14:01 AM all 0.51 0.00 1.02 10.03 0.00 0.13 0.00 6.60 0.00 81.73
05:14:02 AM all 2.64 0.00 3.90 9.32 0.00 0.13 0.00 3.65 0.00 80.35
Average: all 1.10 0.00 1.98 10.89 0.00 0.08 0.00 4.35 0.00 81.60
--- iostat -xz 1 3
$ iostat -xz 1 3
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
6.53 0.00 0.97 8.22 0.00 84.28
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
dm-0 0.00 0.02 0.00 0.00 18.02 16.54 0.00 0.00 0.00 0.00 3.35 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
dm-1 0.23 24.10 0.00 0.00 21.24 105.44 2.67 19.36 0.00 0.00 4.83 7.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.59
dm-2 0.00 0.02 0.00 0.00 6.83 160.17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda 0.56 74.26 0.07 10.62 7.57 132.04 1.74 19.36 0.93 34.76 3286.44 11.12 0.00 0.00 0.00 0.00 0.00 0.00 0.34 23.68 5.73 0.99
avg-cpu: %user %nice %system %iowait %steal %idle
3.15 0.00 1.01 1.39 0.00 94.45
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
avg-cpu: %user %nice %system %iowait %steal %idle
2.54 0.00 0.64 10.94 0.00 85.88
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
dm-1 0.00 0.00 0.00 0.00 0.00 0.00 2.00 8.00 0.00 0.00 0.00 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
sda 0.00 0.00 0.00 0.00 0.00 0.00 1.00 8.00 1.00 50.00 0.00 8.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
--- sar -dp 1 2
$ sar -dp 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:04 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
05:14:05 AM 96.00 24.00 492.00 0.00 5.38 0.61 4.44 19.70 sda
05:14:05 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
05:14:05 AM 120.00 24.00 492.00 0.00 4.30 0.47 3.92 19.80 pve-root
05:14:05 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
05:14:05 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
05:14:06 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
Average: 48.00 12.00 246.00 0.00 5.38 0.31 4.44 9.85 sda
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
Average: 60.00 12.00 246.00 0.00 4.30 0.23 3.92 9.90 pve-root
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
--- sar -n DEV 1 2
$ sar -n DEV 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:06 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
05:14:07 AM lo 9.90 9.90 2.53 2.53 0.00 0.00 0.00 0.00
05:14:07 AM nic0 244.55 148.51 74.39 34.77 0.00 0.00 10.89 0.06
05:14:07 AM nic1 105.94 204.95 10.02 256.53 0.00 0.00 0.00 0.00
05:14:07 AM tailscale0 3.96 2.97 1.25 1.29 0.00 0.00 0.00 0.00
05:14:07 AM vmbr0 59.41 20.79 14.81 4.08 0.00 0.00 8.91 0.00
05:14:07 AM datanet 105.94 204.95 10.02 256.53 0.00 0.00 0.99 0.00
05:14:07 AM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
05:14:07 AM fwbr114i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr114p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwln114i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00
05:14:07 AM tap117i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwbr117i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr117p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwln117i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00
05:14:07 AM tap109i0 10.89 27.72 1.72 3.66 0.00 0.00 0.00 0.00
05:14:07 AM fwbr109i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr109p0 10.89 27.72 1.72 3.66 0.00 0.00 0.00 0.00
05:14:07 AM fwln109i0 27.72 10.89 3.66 1.72 0.00 0.00 0.00 0.00
05:14:07 AM tap108i0 3.96 22.77 0.61 2.84 0.00 0.00 0.00 0.00
05:14:07 AM fwbr108i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr108p0 3.96 22.77 0.61 2.84 0.00 0.00 0.00 0.00
05:14:07 AM fwln108i0 22.77 3.96 2.84 0.61 0.00 0.00 0.00 0.00
05:14:07 AM tap100i0 13.86 95.05 1.72 28.17 0.00 0.00 0.00 0.00
05:14:07 AM tap101i0 1.98 20.79 0.35 2.57 0.00 0.00 0.00 0.00
05:14:07 AM fwbr101i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr101p0 1.98 20.79 0.35 2.57 0.00 0.00 0.00 0.00
05:14:07 AM fwln101i0 20.79 1.98 2.57 0.35 0.00 0.00 0.00 0.00
05:14:07 AM tap103i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwbr103i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr103p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwln103i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00
05:14:07 AM tap104i0 12.87 29.70 2.57 4.20 0.00 0.00 0.00 0.00
05:14:07 AM fwbr104i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr104p0 12.87 29.70 2.57 4.20 0.00 0.00 0.00 0.00
05:14:07 AM fwln104i0 29.70 12.87 4.20 2.57 0.00 0.00 0.00 0.00
05:14:07 AM tap105i0 6.93 25.74 0.96 3.21 0.00 0.00 0.00 0.00
05:14:07 AM fwbr105i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr105p0 6.93 25.74 0.96 3.21 0.00 0.00 0.00 0.00
05:14:07 AM fwln105i0 25.74 6.93 3.21 0.96 0.00 0.00 0.00 0.00
05:14:07 AM tap106i0 81.19 95.05 22.59 29.38 0.00 0.00 0.00 0.00
05:14:07 AM fwbr106i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr106p0 81.19 95.05 22.59 29.38 0.00 0.00 0.00 0.00
05:14:07 AM fwln106i0 95.05 81.19 29.38 22.59 0.00 0.00 0.00 0.00
05:14:07 AM tap102i0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwbr102i0 18.81 0.00 1.97 0.00 0.00 0.00 8.91 0.00
05:14:07 AM fwpr102p0 0.00 18.81 0.00 2.23 0.00 0.00 0.00 0.00
05:14:07 AM fwln102i0 18.81 0.00 2.23 0.00 0.00 0.00 0.00 0.00
05:14:07 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
05:14:08 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
05:14:08 AM nic0 114.00 87.00 32.76 20.62 0.00 0.00 6.00 0.03
05:14:08 AM nic1 53.00 78.00 4.96 91.62 0.00 0.00 0.00 0.00
05:14:08 AM tailscale0 1.00 1.00 0.08 0.08 0.00 0.00 0.00 0.00
05:14:08 AM vmbr0 39.00 18.00 11.15 5.73 0.00 0.00 5.00 0.00
05:14:08 AM datanet 53.00 81.00 4.96 96.03 0.00 0.00 1.00 0.00
05:14:08 AM tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
05:14:08 AM fwbr114i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr114p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwln114i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00
05:14:08 AM tap117i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwbr117i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr117p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwln117i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00
05:14:08 AM tap109i0 17.00 24.00 3.21 4.12 0.00 0.00 0.00 0.00
05:14:08 AM fwbr109i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr109p0 17.00 24.00 3.21 4.12 0.00 0.00 0.00 0.00
05:14:08 AM fwln109i0 24.00 17.00 4.12 3.21 0.00 0.00 0.00 0.00
05:14:08 AM tap108i0 1.00 10.00 0.17 1.82 0.00 0.00 0.00 0.00
05:14:08 AM fwbr108i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr108p0 1.00 10.00 0.17 1.82 0.00 0.00 0.00 0.00
05:14:08 AM fwln108i0 10.00 1.00 1.82 0.17 0.00 0.00 0.00 0.00
05:14:08 AM tap100i0 2.00 12.00 0.25 2.05 0.00 0.00 0.00 0.00
05:14:08 AM tap101i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwbr101i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr101p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwln101i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00
05:14:08 AM tap103i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwbr103i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr103p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwln103i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00
05:14:08 AM tap104i0 1.00 10.00 0.04 1.70 0.00 0.00 0.00 0.00
05:14:08 AM fwbr104i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr104p0 1.00 10.00 0.04 1.70 0.00 0.00 0.00 0.00
05:14:08 AM fwln104i0 10.00 1.00 1.70 0.04 0.00 0.00 0.00 0.00
05:14:08 AM tap105i0 15.00 25.00 2.62 5.72 0.00 0.00 0.00 0.00
05:14:08 AM fwbr105i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr105p0 15.00 25.00 2.62 5.72 0.00 0.00 0.00 0.00
05:14:08 AM fwln105i0 25.00 15.00 5.72 2.62 0.00 0.00 0.00 0.00
05:14:08 AM tap106i0 37.00 44.00 8.84 15.33 0.00 0.00 0.00 0.00
05:14:08 AM fwbr106i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr106p0 37.00 44.00 8.84 15.33 0.00 0.00 0.00 0.00
05:14:08 AM fwln106i0 44.00 37.00 15.33 8.84 0.00 0.00 0.00 0.00
05:14:08 AM tap102i0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwbr102i0 9.00 0.00 1.52 0.00 0.00 0.00 5.00 0.00
05:14:08 AM fwpr102p0 0.00 9.00 0.00 1.64 0.00 0.00 0.00 0.00
05:14:08 AM fwln102i0 9.00 0.00 1.64 0.00 0.00 0.00 0.00 0.00
Average: IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
Average: lo 4.98 4.98 1.27 1.27 0.00 0.00 0.00 0.00
Average: nic0 179.60 117.91 53.68 27.73 0.00 0.00 8.46 0.04
Average: nic1 79.60 141.79 7.50 174.49 0.00 0.00 0.00 0.00
Average: tailscale0 2.49 1.99 0.67 0.69 0.00 0.00 0.00 0.00
Average: vmbr0 49.25 19.40 12.99 4.90 0.00 0.00 6.97 0.00
Average: datanet 79.60 143.28 7.50 176.68 0.00 0.00 1.00 0.00
Average: tap114i0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: fwbr114i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr114p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwln114i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00
Average: tap117i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwbr117i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr117p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwln117i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00
Average: tap109i0 13.93 25.87 2.46 3.89 0.00 0.00 0.00 0.00
Average: fwbr109i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr109p0 13.93 25.87 2.46 3.89 0.00 0.00 0.00 0.00
Average: fwln109i0 25.87 13.93 3.89 2.46 0.00 0.00 0.00 0.00
Average: tap108i0 2.49 16.42 0.39 2.34 0.00 0.00 0.00 0.00
Average: fwbr108i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr108p0 2.49 16.42 0.39 2.34 0.00 0.00 0.00 0.00
Average: fwln108i0 16.42 2.49 2.34 0.39 0.00 0.00 0.00 0.00
Average: tap100i0 7.96 53.73 0.99 15.17 0.00 0.00 0.00 0.00
Average: tap101i0 1.00 14.93 0.17 2.11 0.00 0.00 0.00 0.00
Average: fwbr101i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr101p0 1.00 14.93 0.17 2.11 0.00 0.00 0.00 0.00
Average: fwln101i0 14.93 1.00 2.11 0.17 0.00 0.00 0.00 0.00
Average: tap103i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwbr103i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr103p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwln103i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00
Average: tap104i0 6.97 19.90 1.31 2.95 0.00 0.00 0.00 0.00
Average: fwbr104i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr104p0 6.97 19.90 1.31 2.95 0.00 0.00 0.00 0.00
Average: fwln104i0 19.90 6.97 2.95 1.31 0.00 0.00 0.00 0.00
Average: tap105i0 10.95 25.37 1.79 4.46 0.00 0.00 0.00 0.00
Average: fwbr105i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr105p0 10.95 25.37 1.79 4.46 0.00 0.00 0.00 0.00
Average: fwln105i0 25.37 10.95 4.46 1.79 0.00 0.00 0.00 0.00
Average: tap106i0 59.20 69.65 15.75 22.39 0.00 0.00 0.00 0.00
Average: fwbr106i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr106p0 59.20 69.65 15.75 22.39 0.00 0.00 0.00 0.00
Average: fwln106i0 69.65 59.20 22.39 15.75 0.00 0.00 0.00 0.00
Average: tap102i0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwbr102i0 13.93 0.00 1.75 0.00 0.00 0.00 6.97 0.00
Average: fwpr102p0 0.00 13.93 0.00 1.94 0.00 0.00 0.00 0.00
Average: fwln102i0 13.93 0.00 1.94 0.00 0.00 0.00 0.00 0.00
--- sar -n NFS,NFSD 1 2
$ sar -n NFS,NFSD 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:08 AM call/s retrans/s read/s write/s access/s getatt/s
05:14:09 AM 44.00 0.00 0.00 32.00 0.00 0.00
05:14:08 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
05:14:09 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
05:14:09 AM call/s retrans/s read/s write/s access/s getatt/s
05:14:10 AM 33.00 0.00 0.00 28.00 0.00 0.00
05:14:09 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
05:14:10 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: call/s retrans/s read/s write/s access/s getatt/s
Average: 38.50 0.00 0.00 30.00 0.00 0.00
Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
--- sar -n SOCK 1 1
$ sar -n SOCK 1 1
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:10 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw
05:14:11 AM 454 24 4 0 0 145
Average: 454 24 4 0 0 145
--- sar -n TCP,ETCP 1 2
$ sar -n TCP,ETCP 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:11 AM active/s passive/s iseg/s oseg/s
05:14:12 AM 14.00 0.00 117.00 195.00
05:14:11 AM atmptf/s estres/s retrans/s isegerr/s orsts/s
05:14:12 AM 0.00 0.00 0.00 0.00 0.00
05:14:12 AM active/s passive/s iseg/s oseg/s
05:14:13 AM 1.00 5.00 184.00 265.00
05:14:12 AM atmptf/s estres/s retrans/s isegerr/s orsts/s
05:14:13 AM 0.00 0.00 6.00 0.00 0.00
Average: active/s passive/s iseg/s oseg/s
Average: 7.50 2.50 150.50 230.00
Average: atmptf/s estres/s retrans/s isegerr/s orsts/s
Average: 0.00 0.00 3.00 0.00 0.00
--- pidstat -d 1 2 (top disk)
$ pidstat -d 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:13 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
05:14:14 AM 0 148819 0.00 19.61 0.00 0 kvm
05:14:14 AM 0 149583 0.00 3.92 0.00 0 kvm
05:14:14 AM 0 212290 0.00 23.53 0.00 0 kvm
05:14:14 AM 0 787544 0.00 6043.14 0.00 0 kvm
05:14:14 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
05:14:15 AM 0 1084 24.00 24.00 0.00 0 pmxcfs
05:14:15 AM 0 1392 0.00 0.08 0.00 0 pve-ha-lrm
05:14:15 AM 0 149467 0.00 16.00 0.00 0 kvm
05:14:15 AM 0 787544 0.00 7764.00 0.00 0 kvm
Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
Average: 0 1084 11.88 11.88 0.00 0 pmxcfs
Average: 0 1392 0.00 0.04 0.00 0 pve-ha-lrm
Average: 0 148819 0.00 9.90 0.00 0 kvm
Average: 0 149467 0.00 7.92 0.00 0 kvm
Average: 0 149583 0.00 1.98 0.00 0 kvm
Average: 0 212290 0.00 11.88 0.00 0 kvm
Average: 0 787544 0.00 6895.05 0.00 0 kvm
--- pidstat -u 1 2 (top cpu)
$ pidstat -u 1 2
Linux 7.0.14-6-pve (pfv-tsys1) 07/29/2026 _x86_64_ (8 CPU)
05:14:15 AM UID PID %usr %system %guest %wait %CPU CPU Command
05:14:16 AM 0 1151 1.00 0.00 0.00 0.00 1.00 4 corosync
05:14:16 AM 0 2388 2.00 1.00 0.00 0.00 3.00 0 kvm
05:14:16 AM 0 148662 1.00 0.00 1.00 0.00 2.00 4 kvm
05:14:16 AM 0 148819 2.00 0.00 2.00 0.00 4.00 6 kvm
05:14:16 AM 0 149139 2.00 1.00 3.00 0.00 6.00 6 kvm
05:14:16 AM 0 149214 0.00 1.00 1.00 0.00 2.00 0 kvm
05:14:16 AM 0 149467 1.00 0.00 0.00 0.00 1.00 7 kvm
05:14:16 AM 0 149583 0.00 0.00 1.00 0.00 1.00 1 kvm
05:14:16 AM 0 212290 1.00 1.00 1.00 0.00 3.00 0 kvm
05:14:16 AM 0 787544 1.00 1.00 4.00 0.00 6.00 6 kvm
05:14:16 AM 0 794447 2.00 1.00 0.00 0.00 3.00 3 kvm
05:14:16 AM 0 935390 0.00 1.00 0.00 0.00 1.00 6 kworker/u32:0-nfsiod
05:14:16 AM 0 950217 0.00 1.00 0.00 0.00 1.00 1 pidstat
05:14:16 AM UID PID %usr %system %guest %wait %CPU CPU Command
05:14:17 AM 0 2388 0.99 0.99 0.99 0.00 2.97 2 kvm
05:14:17 AM 0 2457 0.00 0.00 2.97 0.00 0.99 1 kvm
05:14:17 AM 0 148662 0.00 0.99 1.98 0.00 2.97 4 kvm
05:14:17 AM 0 148819 0.99 0.00 0.99 0.00 1.98 6 kvm
05:14:17 AM 0 149139 0.99 0.00 3.96 0.00 4.95 6 kvm
05:14:17 AM 0 149583 0.00 0.99 0.99 0.00 1.98 1 kvm
05:14:17 AM 0 212290 0.99 0.00 0.00 0.00 0.99 0 kvm
05:14:17 AM 0 787544 2.97 0.99 5.94 0.00 9.90 6 kvm
05:14:17 AM 0 794447 0.99 0.99 0.99 0.00 2.97 0 kvm
05:14:17 AM 0 805589 0.99 0.00 0.00 0.00 0.99 7 pvedaemon worke
05:14:17 AM 33 867827 0.00 0.99 0.00 0.00 0.99 5 pveproxy worker
05:14:17 AM 33 867828 0.99 0.00 0.00 0.00 0.99 7 pveproxy worker
05:14:17 AM 0 940598 0.00 0.99 0.00 0.00 0.99 1 kworker/1:1-events
Average: UID PID %usr %system %guest %wait %CPU CPU Command
Average: 0 1151 0.50 0.00 0.00 0.00 0.50 - corosync
Average: 0 2388 1.49 1.00 0.50 0.00 2.99 - kvm
Average: 0 2457 0.00 0.00 2.99 0.00 0.50 - kvm
Average: 0 148662 0.50 0.50 1.49 0.00 2.49 - kvm
Average: 0 148819 1.49 0.00 1.49 0.00 2.99 - kvm
Average: 0 149139 1.49 0.50 3.48 0.00 5.47 - kvm
Average: 0 149214 0.00 0.50 0.50 0.00 1.00 - kvm
Average: 0 149467 0.00 0.00 0.50 0.00 0.50 - kvm
Average: 0 149583 0.00 0.50 1.00 0.00 1.49 - kvm
Average: 0 212290 1.00 0.50 0.50 0.00 1.99 - kvm
Average: 0 787544 1.99 1.00 4.98 0.00 7.96 - kvm
Average: 0 794447 1.49 1.00 0.50 0.00 2.99 - kvm
Average: 0 805589 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke
Average: 33 867827 0.00 0.50 0.00 0.00 0.50 - pveproxy worker
Average: 33 867828 0.50 0.00 0.00 0.00 0.50 - pveproxy worker
Average: 0 935390 0.00 0.50 0.00 0.00 0.50 - kworker/u32:0-nfsiod
Average: 0 940598 0.00 0.50 0.00 0.00 0.50 - kworker/1:1-events
Average: 0 950217 0.00 0.50 0.00 0.00 0.50 - pidstat
--- top (single snapshot, top 30)
$ top -b -n 1
top - 05:14:17 up 2 days, 4:38, 1 user, load average: 1.65, 1.71, 1.72
Tasks: 269 total, 1 running, 268 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.4 us, 2.2 sy, 0.0 ni, 53.6 id, 42.8 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 32003.0 total, 8066.2 free, 23117.2 used, 1288.5 buff/cache
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 8885.9 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
148819 root 20 0 9762540 4.7g 13604 S 10.0 15.0 174:56.33 kvm
787544 root 20 0 5562264 1.9g 13716 S 10.0 6.0 62:41.18 kvm
1 root 20 0 25260 16396 11060 S 0.0 0.1 0:20.15 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.13 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:02.84 ksoftir+
15 root 20 0 0 0 0 I 0.0 0.0 1:29.56 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.50 migrati+
19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+
20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
24 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+
25 root 20 0 0 0 0 S 0.0 0.0 0:26.41 ksoftir+
27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
30 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+
31 root 20 0 0 0 0 S 0.0 0.0 0:00.69 ksoftir+
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
36 root rt 0 0 0 0 S 0.0 0.0 0:00.52 migrati+
37 root 20 0 0 0 0 S 0.0 0.0 0:00.49 ksoftir+
39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
42 root rt 0 0 0 0 S 0.0 0.0 0:00.43 migrati+
43 root 20 0 0 0 0 S 0.0 0.0 0:00.45 ksoftir+
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
48 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
49 root 20 0 0 0 0 S 0.0 0.0 0:00.41 ksoftir+
51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
54 root rt 0 0 0 0 S 0.0 0.0 0:00.45 migrati+
55 root 20 0 0 0 0 S 0.0 0.0 0:11.89 ksoftir+
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
60 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
61 root 20 0 0 0 0 S 0.0 0.0 0:00.34 ksoftir+
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
65 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
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.01 kauditd
69 root 20 0 0 0 0 S 0.0 0.0 0:00.10 khungta+
70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
73 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
74 root 20 0 0 0 0 S 0.0 0.0 0:04.33 kcompac+
75 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
76 root 39 19 0 0 0 S 0.0 0.0 0:00.96 khugepa+
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+
79 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:01.22 irq/9-a+
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 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
89 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
90 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
91 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
92 root 20 0 0 0 0 S 0.0 0.0 0:03.18 kswapd0
93 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
96 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
97 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+
191 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
192 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
193 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
194 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
195 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
196 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
197 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
198 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
199 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
200 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
201 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
202 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
222 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
223 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
231 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
232 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
233 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
256 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
257 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
258 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
289 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+
292 root 20 0 0 0 0 S 0.0 0.0 0:03.38 jbd2/dm+
293 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
340 root 20 0 67940 43220 41620 S 0.0 0.1 0:03.63 systemd+
352 root 0 -20 0 0 0 I 0.0 0.0 0:00.76 kworker+
357 root 0 -20 0 0 0 I 0.0 0.0 0:00.15 kworker+
359 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+
360 root 0 -20 0 0 0 I 0.0 0.0 0:00.13 kworker+
361 root 0 -20 0 0 0 I 0.0 0.0 0:00.11 kworker+
364 root 0 -20 0 0 0 I 0.0 0.0 0:00.09 kworker+
385 root 20 0 77296 22300 9124 S 0.0 0.1 0:06.62 dmeventd
388 root 0 -20 0 0 0 I 0.0 0.0 0:00.08 kworker+
391 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
392 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
393 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
394 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
398 root 20 0 37240 10880 8148 S 0.0 0.0 0:00.76 systemd+
399 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
400 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
401 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
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_evi+
404 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
405 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
406 root 20 0 0 0 0 S 0.0 0.0 0:01.97 arc_evi+
407 root 39 19 0 0 0 S 0.0 0.0 0:02.01 arc_reap
408 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
409 root 39 19 0 0 0 S 0.0 0.0 0:01.92 dbuf_ev+
410 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
411 root 20 0 0 0 0 S 0.0 0.0 0:01.34 l2arc_f+
416 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
488 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/36-+
514 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
520 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
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+
599 _rpc 20 0 6568 3928 3512 S 0.0 0.0 0:00.14 rpcbind
603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
604 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
607 root 20 0 5264 1592 1368 S 0.0 0.0 0:00.00 blkmapd
708 _chrony 20 0 19940 5716 4948 S 0.0 0.0 0:00.26 chronyd
709 message+ 20 0 8612 5400 4400 S 0.0 0.0 0:10.45 dbus-da+
718 root 20 0 276136 3576 3284 S 0.0 0.0 0:00.00 pve-lxc+
721 root 20 0 839044 8564 6988 S 0.0 0.0 0:31.96 rrdcach+
722 root 20 0 7216 2252 1904 S 0.0 0.0 0:02.53 ksmtuned
737 root 20 0 10124 6264 4816 S 0.0 0.0 0:00.10 smartd
738 root 20 0 19108 9264 7880 S 0.0 0.0 0:01.04 systemd+
745 root 20 0 5748 2344 2112 S 0.0 0.0 0:00.12 qmeventd
767 root 20 0 1421328 64612 26608 S 0.0 0.2 5:28.49 tailsca+
771 root 20 0 2432 1580 1484 S 0.0 0.0 0:04.46 watchdo+
774 root 20 0 104420 6356 5204 S 0.0 0.0 0:00.00 zed
776 root 20 0 159036 2536 2168 S 0.0 0.0 0:00.00 lxcfs
804 _chrony 20 0 11612 2248 1616 S 0.0 0.0 0:00.00 chronyd
866 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
931 root 20 0 5984 3580 2740 S 0.0 0.0 0:01.26 dhclient
1038 beszel 20 0 2157520 16740 10500 S 0.0 0.1 0:23.40 beszel-+
1039 root 20 0 5520 2616 2364 S 0.0 0.0 0:00.00 lxc-mon+
1047 root 20 0 6364 4024 3572 S 0.0 0.0 0:00.11 ser2net
1050 root 20 0 266312 32828 15564 S 0.0 0.1 0:22.11 tuned
1057 root 20 0 8168 2748 2512 S 0.0 0.0 0:00.00 agetty
1059 root 20 0 11776 7984 6752 S 0.0 0.0 0:00.25 sshd
1084 root 20 0 745676 74844 59472 S 0.0 0.2 2:59.93 pmxcfs
1151 root rt 0 226084 160120 51076 S 0.0 0.5 19:14.57 corosync
1154 root 20 0 6864 2908 2652 S 0.0 0.0 0:00.31 cron
1155 root 20 0 13584 6100 5148 S 0.0 0.0 0:11.39 proxmox+
1227 root 20 0 43984 4680 4044 S 0.0 0.0 0:00.46 master
1235 postfix 20 0 44524 7628 6932 S 0.0 0.0 0:00.08 qmgr
1241 polkitd 20 0 306704 8312 7144 S 0.0 0.0 0:02.91 polkitd
1332 root 20 0 186436 113132 7624 S 0.0 0.3 6:55.76 pve-fir+
1344 root 20 0 202392 132980 13720 S 0.0 0.4 33:39.19 pvestatd
1362 root 20 0 230084 153624 3364 S 0.0 0.5 0:01.94 pvedaem+
1372 root 20 0 214180 126360 6120 S 0.0 0.4 0:12.53 pve-ha-+
1375 www-data 20 0 231348 184044 32592 S 0.0 0.6 0:04.02 pveproxy
1389 www-data 20 0 99316 69912 17868 S 0.0 0.2 0:02.48 spicepr+
1392 root 20 0 213184 125368 6084 S 0.0 0.4 0:20.26 pve-ha-+
1412 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
1418 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
2388 root 20 0 2953216 487736 11520 S 0.0 1.5 77:43.10 kvm
2445 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2457 root 20 0 5082712 848492 11496 S 0.0 2.6 24:19.19 kvm
2527 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
2560 root 20 0 209808 126492 3380 S 0.0 0.4 0:20.20 pvesche+
137026 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137027 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137028 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
137029 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
148662 root 20 0 2749720 2.0g 11520 S 0.0 6.5 76:30.47 kvm
148746 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
148888 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149139 root 20 0 8728776 4.0g 11912 S 0.0 12.7 174:49.32 kvm
149174 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149214 root 20 0 2769412 694872 11852 S 0.0 2.1 24:56.92 kvm
149277 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149467 root 20 0 2854784 1.4g 13836 S 0.0 4.5 45:20.73 kvm
149520 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
149583 root 20 0 2863396 1.1g 11320 S 0.0 3.6 45:56.15 kvm
149652 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
212290 root 20 0 2900136 1.4g 11644 S 0.0 4.6 38:41.64 kvm
212359 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
579651 root 20 0 0 0 0 I 0.0 0.0 0:37.62 kworker+
616537 root 20 0 0 0 0 I 0.0 0.0 0:38.21 kworker+
773595 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
773600 powerman 20 0 4028 3560 2072 S 0.0 0.0 0:00.13 powerma+
787611 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
794447 root 20 0 5729336 1.5g 13876 S 0.0 4.9 16:03.05 kvm
794520 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
798955 root 20 0 0 0 0 I 0.0 0.0 0:01.16 kworker+
799312 root 20 0 239036 165240 13048 S 0.0 0.5 0:04.24 pvedaem+
799315 root 20 0 239132 161940 9748 S 0.0 0.5 0:03.79 pvedaem+
805589 root 20 0 239044 165984 13896 S 0.0 0.5 0:02.88 pvedaem+
819054 root 20 0 0 0 0 I 0.0 0.0 0:11.73 kworker+
829761 root 20 0 0 0 0 I 0.0 0.0 0:11.07 kworker+
849057 root 20 0 0 0 0 I 0.0 0.0 0:09.26 kworker+
867819 www-data 20 0 99448 56124 3936 S 0.0 0.2 0:00.38 spicepr+
867821 root 20 0 79620 2604 2392 S 0.0 0.0 0:01.33 pvefw-l+
867827 www-data 20 0 262260 191756 16380 S 0.0 0.6 0:03.89 pveprox+
867828 www-data 20 0 267800 196216 15300 S 0.0 0.6 0:04.92 pveprox+
867829 www-data 20 0 298368 230608 20544 S 0.0 0.7 0:05.30 pveprox+
879739 root 20 0 0 0 0 I 0.0 0.0 0:06.70 kworker+
902969 root 20 0 0 0 0 I 0.0 0.0 0:04.18 kworker+
907919 root 20 0 0 0 0 I 0.0 0.0 0:03.87 kworker+
919707 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+
927470 root 20 0 0 0 0 I 0.0 0.0 0:00.16 kworker+
929853 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+
930228 postfix 20 0 44472 7732 6976 S 0.0 0.0 0:00.00 pickup
933585 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
935390 root 20 0 0 0 0 I 0.0 0.0 0:01.13 kworker+
936096 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+
936414 root 20 0 0 0 0 I 0.0 0.0 0:00.13 kworker+
939554 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
940598 root 20 0 0 0 0 I 0.0 0.0 0:00.12 kworker+
941407 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+
941849 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
941913 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
942504 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
943295 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
943613 root 20 0 0 0 0 I 0.0 0.0 0:00.06 kworker+
944629 root 20 0 0 0 0 I 0.0 0.0 0:00.04 kworker+
945194 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
945256 root 20 0 22328 12736 10192 S 0.0 0.0 0:00.17 systemd
945257 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
945259 root 20 0 24404 3788 1992 S 0.0 0.0 0:00.00 (sd-pam)
945264 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
945304 root 20 0 19652 11556 9788 S 0.0 0.0 0:00.01 sshd-se+
945311 root 20 0 19908 7420 5376 S 0.0 0.0 0:00.00 sshd-se+
945312 root 20 0 7336 3792 3240 S 0.0 0.0 0:00.44 bash
946123 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
948002 root 20 0 0 0 0 I 0.0 0.0 0:00.15 kworker+
948020 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
948252 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
948254 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
948475 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
949623 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
949627 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
949961 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
950095 root 20 0 239044 156248 4216 S 0.0 0.5 0:00.00 task UP+
950099 root 20 0 204072 152604 32924 S 0.0 0.5 0:00.72 qm
950149 root 20 0 5580 2036 1924 S 0.0 0.0 0:00.00 sleep
950219 root 20 0 7336 2388 1836 S 0.0 0.0 0:00.00 bash
950220 root 20 0 5588 2088 1972 S 0.0 0.0 0:00.00 head
950221 root 20 0 10424 5476 3392 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
05:14:18 0 0 0 0 0 0 0 1.9K 1000M 6.9G
05:14:19 0 0 0 0 0 0 0 1.9K 1000M 7.0G
--- /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:
tap114i0:
fwbr114i0:
fwpr114p0:
fwln114i0:
tap117i0:
fwbr117i0:
fwpr117p0:
fwln117i0:
tap109i0:
fwbr109i0:
fwpr109p0:
fwln109i0:
tap108i0:
fwbr108i0:
fwpr108p0:
fwln108i0:
tap100i0:
tap101i0:
fwbr101i0:
fwpr101p0:
fwln101i0:
tap103i0:
fwbr103i0:
fwpr103p0:
fwln103i0:
tap104i0:
fwbr104i0:
fwpr104p0:
fwln104i0:
tap105i0:
fwbr105i0:
fwpr105p0:
fwln105i0:
tap106i0:
fwbr106i0:
fwpr106p0:
fwln106i0:
tap102i0:
fwbr102i0:
fwpr102p0:
fwln102i0:
--- t0 ---
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 51470189 189665 0 0 0 0 0 0 51470189 189665 0 0 0 0 0 0
nic0: 8996516464 29155194 0 6317 0 0 0 4206521 9639735568 21452921 0 0 0 0 0 0
nic1: 132004717091 114040406 0 6316 0 0 0 0 75979061924 94126033 0 33 0 0 0 0
tailscale0: 143447782 689908 0 0 0 0 0 0 4623781559 408082 0 0 0 0 0 0
vmbr0: 1000374887 6969390 0 0 0 0 0 3566236 5087330501 1116662 0 0 0 0 0 0
datanet: 132004178157 114033187 0 5 0 0 0 156745 75416820198 85649506 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5273616 0 0 0 0
fwbr114i0: 493420477 5267474 0 7371 0 0 0 3562441 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 568498533 5276265 0 0 0 0 0 0
fwln114i0: 568498533 5276265 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 11584743 61411 0 0 0 0 0 0 574493503 5323964 0 6622 0 0 0 0
fwbr117i0: 493391582 5267202 0 7371 0 0 0 3562261 0 0 0 0 0 0 0 0
fwpr117p0: 11584743 61411 0 0 0 0 0 0 575382771 5332234 0 0 0 0 0 0
fwln117i0: 575382771 5332234 0 0 0 0 0 0 11584743 61411 0 0 0 0 0 0
tap109i0: 2280839066 6368317 0 0 0 0 0 0 2404424641 10517130 0 1419 0 0 0 0
fwbr109i0: 414345919 4420408 0 6295 0 0 0 2977831 0 0 0 0 0 0 0 0
fwpr109p0: 2280839066 6368317 0 0 0 0 0 0 2404585241 10518674 0 0 0 0 0 0
fwln109i0: 2404585241 10518674 0 0 0 0 0 0 2280839066 6368317 0 0 0 0 0 0
tap108i0: 188245167 864737 0 0 0 0 0 0 795641344 5579776 0 71 0 0 0 0
fwbr108i0: 414302954 4419858 0 6295 0 0 0 2977498 0 0 0 0 0 0 0 0
fwpr108p0: 188245167 864737 0 0 0 0 0 0 795303806 5571953 0 0 0 0 0 0
fwln108i0: 795303806 5571953 0 0 0 0 0 0 188245167 864737 0 0 0 0 0 0
tap100i0: 227637008 1279690 0 0 0 0 0 0 1348288370 6950619 0 1383 0 0 0 0
tap101i0: 87933000 424163 0 0 0 0 0 0 676227343 5115487 0 6299 0 0 0 0
fwbr101i0: 414241320 4419031 0 6294 0 0 0 2976963 0 0 0 0 0 0 0 0
fwpr101p0: 87933000 424163 0 0 0 0 0 0 676933644 5121914 0 0 0 0 0 0
fwln101i0: 676933644 5121914 0 0 0 0 0 0 87933000 424163 0 0 0 0 0 0
tap103i0: 17235959 87761 0 0 0 0 0 0 578503078 4544435 0 5188 0 0 0 0
fwbr103i0: 414187756 4418404 0 6294 0 0 0 2976582 0 0 0 0 0 0 0 0
fwpr103p0: 17235959 87761 0 0 0 0 0 0 579100124 4549755 0 0 0 0 0 0
fwln103i0: 579100124 4549755 0 0 0 0 0 0 17235959 87761 0 0 0 0 0 0
tap104i0: 224876332 1117894 0 0 0 0 0 0 841889487 5925827 0 6583 0 0 0 0
fwbr104i0: 414164525 4418150 0 6294 0 0 0 2976426 0 0 0 0 0 0 0 0
fwpr104p0: 224876332 1117894 0 0 0 0 0 0 842627185 5932541 0 0 0 0 0 0
fwln104i0: 842627185 5932541 0 0 0 0 0 0 224876332 1117894 0 0 0 0 0 0
tap105i0: 430625704 1881439 0 0 0 0 0 0 2136149212 6175427 0 2165 0 0 0 0
fwbr105i0: 373446883 3975278 0 5725 0 0 0 2677540 0 0 0 0 0 0 0 0
fwpr105p0: 430625704 1881439 0 0 0 0 0 0 2136396398 6177720 0 0 0 0 0 0
fwln105i0: 2136396398 6177720 0 0 0 0 0 0 430625704 1881439 0 0 0 0 0 0
tap106i0: 461447583 1850616 0 0 0 0 0 0 695038006 2680242 0 0 0 0 0 0
fwbr106i0: 84443718 897619 0 1225 0 0 0 597708 0 0 0 0 0 0 0 0
fwpr106p0: 461447583 1850616 0 0 0 0 0 0 695038006 2680242 0 0 0 0 0 0
fwln106i0: 695038006 2680242 0 0 0 0 0 0 461447583 1850616 0 0 0 0 0 0
tap102i0: 43144 552 0 0 0 0 0 0 92754694 859197 0 68 0 0 0 0
fwbr102i0: 80562233 857867 0 1169 0 0 0 571390 0 0 0 0 0 0 0 0
fwpr102p0: 43144 552 0 0 0 0 0 0 92763320 859269 0 0 0 0 0 0
fwln102i0: 92763320 859269 0 0 0 0 0 0 43144 552 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: 51470189 189665 0 0 0 0 0 0 51470189 189665 0 0 0 0 0 0
nic0: 8996564049 29155396 0 6317 0 0 0 4206561 9639756378 21453035 0 0 0 0 0 0
nic1: 132004733971 114040581 0 6316 0 0 0 0 75979473990 94126356 0 33 0 0 0 0
tailscale0: 143447782 689908 0 0 0 0 0 0 4623781559 408082 0 0 0 0 0 0
vmbr0: 1000378265 6969440 0 0 0 0 0 3566274 5087330501 1116662 0 0 0 0 0 0
datanet: 132004195037 114033362 0 5 0 0 0 156745 75417232264 85649829 0 0 0 0 0 0
tap114i0: 0 0 0 0 0 0 0 0 86 1 0 5273665 0 0 0 0
fwbr114i0: 493423795 5267523 0 7371 0 0 0 3562479 0 0 0 0 0 0 0 0
fwpr114p0: 0 0 0 0 0 0 0 0 568502537 5276314 0 0 0 0 0 0
fwln114i0: 568502537 5276314 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tap117i0: 11584809 61412 0 0 0 0 0 0 574497573 5324014 0 6622 0 0 0 0
fwbr117i0: 493394900 5267251 0 7371 0 0 0 3562299 0 0 0 0 0 0 0 0
fwpr117p0: 11584809 61412 0 0 0 0 0 0 575386841 5332284 0 0 0 0 0 0
fwln117i0: 575386841 5332284 0 0 0 0 0 0 11584809 61412 0 0 0 0 0 0
tap109i0: 2280844583 6368353 0 0 0 0 0 0 2404441339 10517232 0 1419 0 0 0 0
fwbr109i0: 414349237 4420457 0 6295 0 0 0 2977869 0 0 0 0 0 0 0 0
fwpr109p0: 2280844583 6368353 0 0 0 0 0 0 2404601939 10518776 0 0 0 0 0 0
fwln109i0: 2404601939 10518776 0 0 0 0 0 0 2280844583 6368353 0 0 0 0 0 0
tap108i0: 188245525 864739 0 0 0 0 0 0 795645706 5579827 0 71 0 0 0 0
fwbr108i0: 414306272 4419907 0 6295 0 0 0 2977536 0 0 0 0 0 0 0 0
fwpr108p0: 188245525 864739 0 0 0 0 0 0 795308168 5572004 0 0 0 0 0 0
fwln108i0: 795308168 5572004 0 0 0 0 0 0 188245525 864739 0 0 0 0 0 0
tap100i0: 227638050 1279699 0 0 0 0 0 0 1348297837 6950689 0 1383 0 0 0 0
tap101i0: 87933000 424163 0 0 0 0 0 0 676231347 5115536 0 6299 0 0 0 0
fwbr101i0: 414244638 4419080 0 6294 0 0 0 2977001 0 0 0 0 0 0 0 0
fwpr101p0: 87933000 424163 0 0 0 0 0 0 676937648 5121963 0 0 0 0 0 0
fwln101i0: 676937648 5121963 0 0 0 0 0 0 87933000 424163 0 0 0 0 0 0
tap103i0: 17235959 87761 0 0 0 0 0 0 578507082 4544484 0 5188 0 0 0 0
fwbr103i0: 414191074 4418453 0 6294 0 0 0 2976620 0 0 0 0 0 0 0 0
fwpr103p0: 17235959 87761 0 0 0 0 0 0 579104128 4549804 0 0 0 0 0 0
fwln103i0: 579104128 4549804 0 0 0 0 0 0 17235959 87761 0 0 0 0 0 0
tap104i0: 224876504 1117895 0 0 0 0 0 0 841897294 5925886 0 6583 0 0 0 0
fwbr104i0: 414167843 4418199 0 6294 0 0 0 2976464 0 0 0 0 0 0 0 0
fwpr104p0: 224876504 1117895 0 0 0 0 0 0 842634992 5932600 0 0 0 0 0 0
fwln104i0: 842634992 5932600 0 0 0 0 0 0 224876504 1117895 0 0 0 0 0 0
tap105i0: 430627440 1881448 0 0 0 0 0 0 2136156452 6175486 0 2165 0 0 0 0
fwbr105i0: 373450201 3975327 0 5725 0 0 0 2677578 0 0 0 0 0 0 0 0
fwpr105p0: 430627440 1881448 0 0 0 0 0 0 2136403638 6177779 0 0 0 0 0 0
fwln105i0: 2136403638 6177779 0 0 0 0 0 0 430627440 1881448 0 0 0 0 0 0
tap106i0: 461458959 1850672 0 0 0 0 0 0 695059320 2680346 0 0 0 0 0 0
fwbr106i0: 84447036 897668 0 1225 0 0 0 597746 0 0 0 0 0 0 0 0
fwpr106p0: 461458959 1850672 0 0 0 0 0 0 695059320 2680346 0 0 0 0 0 0
fwln106i0: 695059320 2680346 0 0 0 0 0 0 461458959 1850672 0 0 0 0 0 0
tap102i0: 43144 552 0 0 0 0 0 0 92758698 859246 0 68 0 0 0 0
fwbr102i0: 80565551 857916 0 1169 0 0 0 571428 0 0 0 0 0 0 0 0
fwpr102p0: 43144 552 0 0 0 0 0 0 92767324 859318 0 0 0 0 0 0
fwln102i0: 92767324 859318 0 0 0 0 0 0 43144 552 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: Wed 2026-07-29 05:14:20 CDT
Universal time: Wed 2026-07-29 10:14:20 UTC
RTC time: Wed 2026-07-29 10:14:20
Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
--- chronyc tracking
$ chronyc tracking
Reference ID : A29FC87B (time.cloudflare.com)
Stratum : 4
Ref time (UTC) : Wed Jul 29 09:57:01 2026
System time : 0.000300996 seconds fast of NTP time
Last offset : +0.000060277 seconds
RMS offset : 0.000328460 seconds
Frequency : 3.470 ppm slow
Residual freq : +0.001 ppm
Skew : 0.029 ppm
Root delay : 0.030128814 seconds
Root dispersion : 0.002714200 seconds
Update interval : 1026.7 seconds
Leap status : Normal
--- chronyc sources
$ chronyc sources
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^+ time-usw5.crimpac.net 2 10 377 709 -1710us[-1710us] +/- 25ms
^+ 216-144-228-179-host.col> 2 10 377 157 +730us[ +730us] +/- 29ms
^* time.cloudflare.com 3 10 377 1040 +1336us[+1396us] +/- 16ms
^+ c540ab0ef3.dorkhost.com 2 10 377 867 -2433us[-2433us] +/- 32ms
--- 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 Wed Jul 29 05:14:21 2026
*raw
:PREROUTING ACCEPT [136766969:135223323350]
:OUTPUT ACCEPT [57295673:82400710690]
COMMIT
# Completed on Wed Jul 29 05:14:21 2026
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026
*mangle
:PREROUTING ACCEPT [136767041:135223339827]
:INPUT ACCEPT [116591316:132730982282]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [57295701:82400716588]
:POSTROUTING ACCEPT [57295701:82400716588]
-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 Wed Jul 29 05:14:21 2026
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026
*nat
:PREROUTING ACCEPT [19057728:2248151234]
:INPUT ACCEPT [168787:44687288]
:OUTPUT ACCEPT [365990:23933234]
:POSTROUTING ACCEPT [365990:23933234]
:ts-postrouting - [0:0]
-A POSTROUTING -j ts-postrouting
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
COMMIT
# Completed on Wed Jul 29 05:14:21 2026
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:14:21 2026
*filter
:INPUT ACCEPT [115009588:132355275620]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [57295822:82400728484]
: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 Wed Jul 29 05:14:21 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 (708)
/usr/sbin/chronyd (804)
/usr/sbin/dhclient (931) /{,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
148819 root 4910276 9762540 6.5 14.9 kvm
149139 root 4178176 8728776 6.5 12.7 kvm
148662 root 2137148 2749720 2.8 6.5 kvm
787544 root 1953396 5562264 11.9 5.9 kvm
794447 root 1621876 5729336 3.1 4.9 kvm
212290 root 1519492 2900136 1.5 4.6 kvm
149467 root 1485948 2854784 1.6 4.5 kvm
149583 root 1189988 2863396 1.7 3.6 kvm
2457 root 848492 5082712 0.7 2.5 kvm
149214 root 694872 2769412 0.9 2.1 kvm
--- top 10 CPU hogs
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
PID USER %CPU %MEM RSS COMMAND
787544 root 11.9 5.9 1953396 kvm
148819 root 6.5 14.9 4910276 kvm
149139 root 6.5 12.7 4178176 kvm
950253 root 3.9 0.0 7848 systemd-timedat
794447 root 3.1 4.9 1621876 kvm
950099 root 3.0 0.4 152604 qm
148662 root 2.8 6.5 2137148 kvm
2388 root 2.4 1.4 487736 kvm
149583 root 1.7 3.6 1189988 kvm
149467 root 1.6 4.5 1485948 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=198 systemd
149139 fd=126 kvm
148819 fd=123 kvm
2457 fd=117 kvm
148662 fd=116 kvm
149214 fd=115 kvm
2388 fd=112 kvm
1227 fd=94 master
709 fd=58 dbus-daemon
340 fd=54 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
fwbr102i0 : mtu=1500
fwbr103i0 : mtu=1500
fwbr104i0 : mtu=1500
fwbr105i0 : mtu=1500
fwbr106i0 : mtu=1500
fwbr108i0 : mtu=1500
fwbr109i0 : mtu=1500
fwbr114i0 : mtu=1500
fwbr117i0 : mtu=1500
fwln101i0 : mtu=1500
fwln102i0 : mtu=1500
fwln103i0 : mtu=1500
fwln104i0 : mtu=1500
fwln105i0 : mtu=1500
fwln106i0 : mtu=1500
fwln108i0 : mtu=1500
fwln109i0 : mtu=1500
fwln114i0 : mtu=1500
fwln117i0 : mtu=1500
fwpr101p0 : mtu=1500
fwpr102p0 : mtu=1500
fwpr103p0 : mtu=1500
fwpr104p0 : mtu=1500
fwpr105p0 : mtu=1500
fwpr106p0 : 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
tap102i0 : mtu=1500
tap103i0 : mtu=1500
tap104i0 : mtu=1500
tap105i0 : mtu=1500
tap106i0 : 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=33557622784 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 102: ide-disk
VM 103: ide-disk
VM 105: 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)"
(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: 991689 bytes / 16247 lines
# Elapsed: 325 seconds
###############################################################################