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

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

💘 Generated with Crush

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

11031 lines
589 KiB
Plaintext

###############################################################################
# Proxmox VE host performance assessment (READ-ONLY)
# Host: pfv-tsys4 (pfv-tsys4.knel.net)
# FQDN: pfv-tsys4.knel.net
# All IPs: 100.70.77.93 192.168.3.191 10.100.100.4 fd7a:115c:a1e0::3f3b:4d5d
# Collected: 2026-07-26T21:25:59Z (UTC)
# Kernel: 6.17.9-1-pve
# Machine: x86_64 GNU/Linux
# Caller: root (uid=0)
# Script: check.sh - strictly READ-ONLY
###############################################################################
###############################################################################
# 1. TOOL AVAILABILITY MATRIX
###############################################################################
--- command presence + path + version
$ # Each line: name | present? | path | version
printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE"
printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------"
for t in \
pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \
ip ss ethtool bridge brctl nmcli \
tcpdump mtr nstat netstat nicstat ifstat \
dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \
cpupower turbostat x86_energy_perf_policy rdmsr \
tuned-adm irqbalance \
zpool zfs zdb arcstat arc_summary \
lsblk blkid blockdev findmnt smartctl nvme hdparm \
storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \
sas2ircu sas3ircu hpssacli ssacli perccli \
multipath pvs vgs lvs lvdisplay \
xfs_info dumpe2fs btrfs \
fio iperf iperf3 sysbench bonnie++ iozone \
iostat mpstat pidstat sar vmstat \
top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \
perf strace lsof fatrace \
dig host nslookup \
chronyc ntpq timedatectl \
nft iptables iptables-save ipset ufw \
jq bc awk smartctl nvme \
apt dpkg
do
p="$(command -v "$t" 2>/dev/null)"
if [ -n "$p" ]; then
v=""
case "$t" in
zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;;
iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower)
v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;;
pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;;
storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli)
v="(storage HBA CLI - present)" ;;
esac
printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v"
else
printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-"
fi
done
TOOL PRESENT PATH VERSION/NOTE
---- ------- ---- ------------
pveversion yes /usr/bin/pveversion pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve)
pvecm yes /usr/bin/pvecm
qm yes /usr/sbin/qm
pct yes /usr/sbin/pct
pvesm yes /usr/sbin/pvesm
pvesh yes /usr/bin/pvesh
pveperf yes /usr/bin/pveperf
proxmox-backup-client yes /usr/bin/proxmox-backup-client
ip yes /usr/sbin/ip
ss yes /usr/bin/ss
ethtool yes /usr/sbin/ethtool ethtool version 6.14.2
bridge yes /usr/sbin/bridge
brctl yes /usr/sbin/brctl
nmcli no - -
tcpdump yes /usr/bin/tcpdump
mtr no - -
nstat yes /usr/bin/nstat
netstat yes /usr/bin/netstat
nicstat no - -
ifstat no - -
dmidecode yes /usr/sbin/dmidecode
lscpu yes /usr/bin/lscpu
lshw yes /usr/bin/lshw
hwinfo no - -
inxi no - -
lspci yes /usr/bin/lspci
lsusb yes /usr/bin/lsusb
numactl no - -
numastat no - -
cpupower yes /usr/bin/cpupower cpupower 6.12
turbostat yes /usr/sbin/turbostat
x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy
rdmsr no - -
tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1
irqbalance no - -
zpool yes /usr/sbin/zpool zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1
zfs yes /usr/sbin/zfs zfs-2.4.0-pve1 zfs-kmod-2.4.0-pve1
zdb yes /usr/sbin/zdb
arcstat no - -
arc_summary no - -
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.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
nvme no - -
hdparm yes /usr/sbin/hdparm
storcli no - -
storcli64 no - -
MegaCli no - -
MegaCli64 no - -
tw-cli no - -
arcconf no - -
sas2ircu no - -
sas3ircu no - -
hpssacli no - -
ssacli no - -
perccli no - -
multipath no - -
pvs yes /usr/sbin/pvs
vgs yes /usr/sbin/vgs
lvs yes /usr/sbin/lvs
lvdisplay yes /usr/sbin/lvdisplay
xfs_info yes /usr/sbin/xfs_info
dumpe2fs yes /usr/sbin/dumpe2fs
btrfs yes /usr/bin/btrfs
fio no - -
iperf no - -
iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15)
sysbench no - -
bonnie++ no - -
iozone no - -
iostat 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 yes /usr/bin/glances
dstat no - -
nethogs no - -
iftop no - -
iotop yes /usr/sbin/iotop
smem no - -
pmap yes /usr/bin/pmap
slabtop yes /usr/bin/slabtop
perf yes /usr/bin/perf
strace yes /usr/bin/strace
lsof yes /usr/bin/lsof
fatrace no - -
dig yes /usr/bin/dig
host yes /usr/bin/host
nslookup yes /usr/bin/nslookup
chronyc yes /usr/bin/chronyc
ntpq no - -
timedatectl yes /usr/bin/timedatectl
nft yes /usr/sbin/nft
iptables yes /usr/sbin/iptables
iptables-save yes /usr/sbin/iptables-save
ipset yes /usr/sbin/ipset
ufw no - -
jq no - -
bc yes /usr/bin/bc
awk yes /usr/bin/awk
smartctl yes /usr/sbin/smartctl smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
nvme no - -
apt yes /usr/bin/apt
dpkg yes /usr/bin/dpkg
--- Debian packages relevant to perf/storage/net
$ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80
bridge-utils 1.7.1-4+b1
ceph-common 19.2.3-pve2
ceph-fuse 19.2.3-pve2
corosync 3.1.9-pve2
ethtool 1:6.14.2-1
glances 4.3.1+dfsg-1
htop 3.4.1-5
ifenslave 2.14
iperf3 3.18-2+deb13u2
libvirt-common 11.3.0-3+deb13u2
libvirt0:amd64 11.3.0-3+deb13u2
nfs-common 1:2.8.3-1
nfs-kernel-server 1:2.8.3-1
open-iscsi 2.1.11-1+deb13u1
proxmox-archive-keyring 4.0
proxmox-backup-client 4.1.2-1
proxmox-backup-file-restore 4.1.2-1
proxmox-backup-restore-image 1.0.0
proxmox-default-kernel 2.0.2
proxmox-firewall 1.2.1
proxmox-kernel-6.17 6.17.9-1
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
proxmox-kernel-6.17.9-1-pve-signed 6.17.9-1
proxmox-kernel-helper 9.0.4
proxmox-mail-forward 1.0.2
proxmox-mini-journalreader 1.6
proxmox-offline-mirror-docs 0.7.3
proxmox-offline-mirror-helper 0.7.3
proxmox-termproxy 2.0.3
proxmox-ve 9.1.0
proxmox-websocket-tunnel 1.0.0
proxmox-widget-toolkit 5.1.5
pve-cluster 9.0.7
pve-container 6.1.1
pve-docs 9.1.2
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.4
pve-firmware 3.17-2
pve-ha-manager 5.1.0
pve-i18n 3.6.6
pve-lxc-syscalld 2.0.2
pve-manager 9.1.5
pve-nvidia-vgpu-helper 0.3.0
pve-qemu-kvm 10.1.2-6
pve-xtermjs 5.5.0-3
pve-yew-mobile-gui 0.6.4
pve-yew-mobile-i18n 3.6.6
qemu-server 9.1.4
smartmontools 7.4-pve1
sysstat 12.7.5-2
tuned 2.25.1-1
zfs-initramfs 2.4.0-pve1
zfs-zed 2.4.0-pve1
zfsutils-linux 2.4.0-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.0-pve1)
available : spl (2.4.0-pve1)
available : znvpair (2.4.0-pve1)
available : zcommon (2.4.0-pve1)
available : zunicode (2.4.0-pve1)
available : zavl (2.4.0-pve1)
available : icp (2.4.0-pve1)
available : zlua (2.4.0-pve1)
available : megaraid_sas (07.734.00.00-rc1)
available : mpt3sas (52.100.00.00)
available : hpsa (3.4.20-200)
available : aacraid (1.2.1[50983]-custom)
available : smartpqi (2.1.34-035)
available : isci (1.2.0)
available : dm_multipath ()
available : tcp_dctcp ()
available : tcp_bbr ()
available : tcp_cubic (2.3)
available : tcp_htcp ()
available : 8021q (1.8)
available : bonding ()
available : bridge (2.3)
available : br_netfilter ()
available : vhost_net (0.0.1)
available : vhost_scsi ()
available : target_core_mod ()
available : nfsv4 ()
available : nfsv3 ()
available : rpcsec_gss_krb5 ()
--- currently loaded modules (filtered)
$ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}'
Module Size Used by
tcp_diag 12288 0
tcp_bbr 20480 32
bonding 245760 0
kvm_intel 532480 4
kvm 1376256 3 kvm_intel
sunrpc 786432 37 nfsd,auth_rpcgss,lockd,nfs_acl
zfs 6234112 6
spl 151552 1 zfs
vhost_net 32768 1
vhost 69632 1 vhost_net
vhost_iotlb 16384 1 vhost
dm_thin_pool 94208 2
dm_persistent_data 114688 1 dm_thin_pool
dm_bio_prison 24576 1 dm_thin_pool
dm_bufio 53248 1 dm_persistent_data
###############################################################################
# 2. OS / DISTRO / UPTIME
###############################################################################
--- os-release
--- /etc/os-release ---
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
VERSION_CODENAME=trixie
DEBIAN_VERSION_FULL=13.3
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.3
--- uptime
$ uptime
16:26:02 up 2 days, 27 min, 2 users, load average: 0.76, 1.86, 2.54
--- uptime raw (since boot)
$ cat /proc/uptime
174478.41 1108729.02
--- last reboot
$ last -x reboot
reboot system boot 6.17.9-1-pve Fri Jul 24 15:58 - still running
reboot system boot 6.17.9-1-pve Fri Jul 24 13:35 - 15:56 (02:20)
shutdown system down 6.17.9-1-pve Fri Jul 24 15:56 - 15:58 (00:01)
reboot system boot 6.17.9-1-pve Fri Jul 24 13:26 - 13:34 (00:08)
shutdown system down 6.17.9-1-pve Fri Jul 24 13:34 - 13:35 (00:00)
reboot system boot 6.17.9-1-pve Fri Jul 24 11:58 - 12:02 (00:03)
shutdown system down 6.17.9-1-pve Fri Jul 24 12:02 - 13:26 (01:24)
reboot system boot 6.17.9-1-pve Fri Apr 24 08:17 - 11:08 (91+02:50)
shutdown system down 6.17.9-1-pve Fri Jul 24 11:08 - 11:58 (00:49)
reboot system boot 6.17.9-1-pve Tue Apr 7 12:19 - 08:17 (16+19:57)
shutdown system down 6.17.9-1-pve Fri Apr 24 08:17 - 08:17 (00:00)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:57 - 12:18 (3+02:21)
shutdown system down 6.17.9-1-pve Tue Apr 7 12:18 - 12:19 (00:01)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:53 - 09:56 (00:02)
shutdown system down 6.17.9-1-pve Sat Apr 4 09:56 - 09:57 (00:00)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:46 - crash
reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - crash
reboot system boot 6.17.9-1-pve Mon Mar 30 16:51 - 09:41 (4+16:49)
shutdown system down 6.17.9-1-pve Sat Apr 4 09:41 - 09:42 (00:01)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:42 - 16:51 (00:08)
shutdown system down 6.17.9-1-pve Mon Mar 30 16:51 - 16:51 (00:00)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:27 - 16:42 (00:14)
shutdown system down 6.17.9-1-pve Mon Mar 30 16:42 - 16:42 (00:00)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:20 - 16:26 (00:05)
shutdown system down 6.17.9-1-pve Mon Mar 30 16:26 - 16:27 (00:00)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:03 - 16:20 (00:17)
shutdown system down 6.17.9-1-pve Mon Mar 30 16:20 - 16:20 (00:00)
reboot system boot 6.17.9-1-pve Tue Mar 24 19:57 - 14:45 (5+18:48)
shutdown system down 6.17.9-1-pve Mon Mar 30 14:45 - 16:03 (01:17)
reboot system boot 6.17.9-1-pve Sun Mar 8 14:24 - crash
reboot system boot 6.17.9-1-pve Fri Mar 6 13:02 - 14:23 (2+00:21)
shutdown system down 6.17.9-1-pve Sun Mar 8 14:23 - 14:24 (00:00)
reboot system boot 6.17.9-1-pve Fri Mar 6 12:40 - crash
reboot system boot 6.17.9-1-pve Fri Mar 6 11:09 - 12:39 (01:30)
shutdown system down 6.17.9-1-pve Fri Mar 6 12:39 - 12:40 (00:00)
reboot system boot 6.17.9-1-pve Thu Mar 5 12:27 - 11:06 (22:39)
shutdown system down 6.17.9-1-pve Fri Mar 6 11:06 - 11:09 (00:02)
reboot system boot 6.17.9-1-pve Thu Mar 5 12:23 - 12:26 (00:02)
shutdown system down 6.17.9-1-pve Thu Mar 5 12:26 - 12:27 (00:00)
reboot system boot 6.17.9-1-pve Thu Mar 5 10:05 - 11:58 (01:53)
shutdown system down 6.17.9-1-pve Thu Mar 5 11:58 - 12:23 (00:25)
reboot system boot 6.17.9-1-pve Thu Mar 5 09:55 - 10:00 (00:05)
shutdown system down 6.17.9-1-pve Thu Mar 5 10:00 - 10:05 (00:04)
reboot system boot 6.17.9-1-pve Wed Mar 4 10:51 - 09:55 (23:03)
shutdown system down 6.17.9-1-pve Thu Mar 5 09:55 - 09:55 (00:00)
reboot system boot 6.17.2-1-pve Mon Feb 23 12:07 - 20:54 (8+08:46)
shutdown system down 6.17.2-1-pve Tue Mar 3 20:54 - 10:51 (13:57)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:48 - 12:07 (00:18)
shutdown system down 6.17.2-1-pve Mon Feb 23 12:07 - 12:07 (00:00)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:38 - 11:46 (00:07)
shutdown system down 6.17.2-1-pve Mon Feb 23 11:46 - 11:48 (00:02)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:36 - 11:37 (00:01)
shutdown system down 6.17.2-1-pve Mon Feb 23 11:37 - 11:38 (00:00)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:19 - 11:31 (00:11)
shutdown system down 6.17.2-1-pve Mon Feb 23 11:31 - 11:36 (00:04)
reboot system boot 6.17.2-1-pve Mon Feb 23 10:52 - 11:14 (00:21)
shutdown system down 6.17.2-1-pve Mon Feb 23 11:14 - 11:19 (00:05)
wtmpdb begins Mon Feb 23 10:52:50 2026
--- last logins
$ last
root pts/0 100.87.49.37 Sun Jul 26 15:45 - 15:45 (00:00)
root pts/0 100.87.49.37 Sun Jul 26 15:11 - 15:39 (00:27)
root pts/1 100.87.49.37 Sun Jul 26 14:41 - 14:54 (00:12)
root pts/0 100.87.49.37 Sun Jul 26 14:28 - 15:06 (00:37)
root pts/0 100.87.49.37 Sun Jul 26 13:20 - 13:33 (00:12)
root pts/0 100.87.49.37 Sun Jul 26 12:24 - 12:24 (00:00)
root pts/0 100.87.49.37 Sat Jul 25 11:25 - 11:32 (00:07)
root pts/0 100.87.49.37 Sat Jul 25 10:42 - 10:43 (00:01)
root pts/0 100.87.49.37 Fri Jul 24 22:47 - 22:51 (00:04)
root pts/1 100.87.49.37 Fri Jul 24 22:16 - 22:17 (00:01)
root pts/0 100.87.49.37 Fri Jul 24 22:15 - 22:18 (00:02)
root pts/0 100.87.49.37 Fri Jul 24 18:14 - 18:22 (00:07)
root pts/0 100.87.49.37 Fri Jul 24 17:35 - 17:38 (00:02)
root pts/0 100.87.49.37 Fri Jul 24 17:35 - 17:35 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:19 - 17:19 (00:00)
root pts/0 100.87.49.37 Fri Jul 24 17:03 - 17:08 (00:05)
root pts/0 100.87.49.37 Fri Jul 24 16:31 - 16:31 (00:00)
root tty1 Fri Jul 24 16:09 - 16:10 (00:00)
reboot system boot 6.17.9-1-pve Fri Jul 24 15:58 - still running
root pts/0 100.87.49.37 Fri Jul 24 15:23 - 15:30 (00:07)
root pts/0 100.87.49.37 Fri Jul 24 13:52 - 13:59 (00:06)
root tty1 Fri Jul 24 13:36 - 13:37 (00:00)
reboot system boot 6.17.9-1-pve Fri Jul 24 13:35 - 15:56 (02:20)
root tty1 Fri Jul 24 13:28 - 13:34 (00:06)
reboot system boot 6.17.9-1-pve Fri Jul 24 13:26 - 13:34 (00:08)
reboot system boot 6.17.9-1-pve Fri Jul 24 11:58 - 12:02 (00:03)
root pts/0 100.87.49.37 Thu Jul 23 13:07 - 13:18 (00:11)
root pts/1 100.87.49.37 Wed Jul 22 20:08 - 20:08 (00:00)
root pts/1 100.87.49.37 Wed Jul 22 19:04 - 19:16 (00:11)
root pts/1 100.87.49.37 Wed Jul 22 18:39 - 18:51 (00:12)
root pts/1 100.87.49.37 Wed Jul 22 18:34 - 18:37 (00:02)
root pts/0 100.87.49.37 Wed Jul 22 18:26 - 20:30 (02:03)
root pts/0 100.87.49.37 Wed Jul 22 17:48 - 17:52 (00:03)
root pts/0 100.87.49.37 Wed Jul 22 17:45 - 17:47 (00:01)
root pts/1 100.87.49.37 Mon Jul 20 20:03 - 20:05 (00:02)
root pts/0 100.87.49.37 Mon Jul 20 20:02 - 20:05 (00:03)
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:17 - 19:19 (00:02)
root pts/0 100.87.49.37 Mon Jul 20 19:06 - 19:16 (00:10)
root pts/1 100.87.49.37 Mon Jul 20 19:02 - 19:17 (00:15)
root pts/1 100.87.49.37 Mon Jul 20 18:40 - 19:02 (00:21)
root pts/3 100.87.49.37 Mon Jul 20 12:27 - 12:28 (00:00)
root pts/1 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50)
root pts/1 100.87.49.37 Mon Jul 20 11:28 - 11:29 (00:00)
root pts/1 100.87.49.37 Mon Jul 20 11:12 - 11:13 (00:00)
root pts/1 100.87.49.37 Mon Jul 20 10:53 - 10:54 (00:00)
root pts/1 100.87.49.37 Sun Jul 19 18:03 - 18:04 (00:00)
root pts/1 100.87.49.37 Sun Jul 19 17:52 - 18:02 (00:10)
root pts/1 100.87.49.37 Sun Jul 19 17:50 - 17:52 (00:01)
root pts/1 Sat Jul 11 12:44 - 12:45 (00:00)
root pts/5 Fri Jun 26 11:23 - 11:23 (00:00)
root pts/4 Fri Jun 26 11:23 - 11:23 (00:00)
root pts/3 Fri Jun 26 11:23 - 11:23 (00:00)
root pts/1 Fri Jun 26 11:22 - 11:23 (00:01)
root pts/1 100.118.91.16 Mon Apr 27 13:45 - 13:52 (00:06)
root pts/1 100.118.91.16 Mon Apr 27 13:26 - 13:40 (00:13)
root pts/1 100.118.91.16 Mon Apr 27 13:23 - 13:26 (00:02)
root pts/1 100.118.91.16 Mon Apr 27 12:49 - 12:56 (00:06)
root pts/1 100.118.91.16 Sat Apr 25 16:21 - 17:26 (01:04)
root pts/2 100.118.91.16 Sat Apr 25 16:11 - 16:13 (00:01)
root pts/2 100.118.91.16 Sat Apr 25 16:07 - 16:07 (00:00)
root pts/2 100.118.91.16 Sat Apr 25 16:06 - 16:06 (00:00)
root pts/1 100.118.91.16 Sat Apr 25 16:04 - 16:20 (00:16)
reboot system boot 6.17.9-1-pve Fri Apr 24 08:17 - 11:08 (91+02:50)
root pts/0 100.118.91.16 Mon Apr 13 11:10 - 11:15 (00:05)
reboot system boot 6.17.9-1-pve Tue Apr 7 12:19 - 08:17 (16+19:57)
root pts/0 100.118.91.16 Mon Apr 6 08:43 - 08:44 (00:00)
root pts/0 100.118.91.16 Sun Apr 5 11:26 - 11:28 (00:02)
root pts/0 100.118.91.16 Sun Apr 5 11:06 - 11:20 (00:14)
root pts/0 100.118.91.16 Sun Apr 5 10:59 - 11:02 (00:03)
root pts/0 100.118.91.16 Sun Apr 5 10:40 - 10:46 (00:05)
root pts/0 100.118.91.16 Sun Apr 5 08:20 - 08:51 (00:30)
root pts/0 100.118.91.16 Sun Apr 5 07:07 - 07:24 (00:16)
root pts/0 100.118.91.16 Sun Apr 5 06:21 - 07:03 (00:42)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:57 - 12:18 (3+02:21)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:53 - 09:56 (00:02)
reboot system boot 6.17.9-1-pve Sat Apr 4 09:46 - crash
reboot system boot 6.17.9-1-pve Sat Apr 4 09:42 - crash
root pts/0 100.118.91.16 Sat Apr 4 09:11 - 09:31 (00:19)
root pts/0 100.118.91.16 Sat Apr 4 02:06 - 02:22 (00:15)
root pts/0 100.118.91.16 Sat Apr 4 01:55 - 02:05 (00:10)
root pts/0 100.118.91.16 Sat Apr 4 01:49 - 01:52 (00:03)
root pts/0 100.118.91.16 Sat Apr 4 01:48 - 01:48 (00:00)
root pts/0 100.109.70.137 Fri Apr 3 00:04 - 18:05 (18:01)
root pts/0 100.118.91.16 Mon Mar 30 17:05 - 17:12 (00:06)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:51 - 09:41 (4+16:49)
root tty1 Mon Mar 30 16:46 - 16:51 (00:05)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:42 - 16:51 (00:08)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:27 - 16:42 (00:14)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:20 - 16:26 (00:05)
reboot system boot 6.17.9-1-pve Mon Mar 30 16:03 - 16:20 (00:17)
root pts/0 100.118.91.16 Mon Mar 30 10:44 - 10:49 (00:04)
reboot system boot 6.17.9-1-pve Tue Mar 24 19:57 - 14:45 (5+18:48)
root pts/0 100.109.70.137 Fri Mar 20 11:06 - crash
root pts/2 100.118.91.16 Wed Mar 18 14:04 - 14:05 (00:01)
root pts/2 100.118.91.16 Wed Mar 18 14:04 - 14:04 (00:00)
root pts/2 100.118.91.16 Wed Mar 18 13:52 - 14:03 (00:11)
root pts/1 100.109.70.137 Tue Mar 17 13:42 - 11:06 (2+21:23)
root pts/0 100.109.70.137 Tue Mar 17 13:22 - 11:06 (2+21:43)
reboot system boot 6.17.9-1-pve Sun Mar 8 14:24 - crash
root pts/0 100.109.70.137 Fri Mar 6 13:09 - 14:23 (2+00:14)
reboot system boot 6.17.9-1-pve Fri Mar 6 13:02 - 14:23 (2+00:21)
root pts/0 100.109.70.137 Fri Mar 6 12:47 - 13:01 (00:13)
reboot system boot 6.17.9-1-pve Fri Mar 6 12:40 - crash
root pts/0 100.78.152.116 Fri Mar 6 11:15 - 11:16 (00:01)
reboot system boot 6.17.9-1-pve Fri Mar 6 11:09 - 12:39 (01:30)
root pts/3 100.78.152.116 Fri Mar 6 10:41 - 11:06 (00:25)
root pts/2 100.109.70.137 Fri Mar 6 10:26 - 11:06 (00:40)
root pts/1 100.109.70.137 Thu Mar 5 13:00 - 11:06 (22:06)
root pts/0 100.109.70.137 Thu Mar 5 13:00 - 11:06 (22:06)
reboot system boot 6.17.9-1-pve Thu Mar 5 12:27 - 11:06 (22:39)
reboot system boot 6.17.9-1-pve Thu Mar 5 12:23 - 12:26 (00:02)
root pts/1 100.109.70.137 Thu Mar 5 11:28 - 11:58 (00:29)
root pts/0 100.109.70.137 Thu Mar 5 10:32 - 11:58 (01:25)
root pts/0 10.100.100.1 Thu Mar 5 10:06 - 10:19 (00:12)
reboot system boot 6.17.9-1-pve Thu Mar 5 10:05 - 11:58 (01:53)
root pts/0 10.100.100.1 Thu Mar 5 09:57 - 10:00 (00:03)
reboot system boot 6.17.9-1-pve Thu Mar 5 09:55 - 10:00 (00:05)
root pts/0 10.100.100.1 Thu Mar 5 09:51 - 09:55 (00:03)
reboot system boot 6.17.9-1-pve Wed Mar 4 10:51 - 09:55 (23:03)
root pts/0 100.109.70.137 Tue Mar 3 19:49 - 20:54 (01:04)
root pts/3 100.78.152.116 Thu Feb 26 18:44 - 18:46 (00:02)
root pts/2 100.78.152.116 Thu Feb 26 18:22 - 18:46 (00:24)
root pts/1 100.78.152.116 Thu Feb 26 09:52 - 18:46 (08:54)
root pts/0 100.78.152.116 Thu Feb 26 09:41 - 18:46 (09:05)
root pts/0 100.78.152.116 Thu Feb 26 09:06 - 09:37 (00:30)
root pts/1 100.109.70.137 Wed Feb 25 20:32 - 20:39 (00:07)
root pts/0 100.109.70.137 Wed Feb 25 20:28 - 20:39 (00:10)
root pts/2 100.109.70.137 Wed Feb 25 16:59 - 20:25 (03:26)
root pts/1 100.109.70.137 Wed Feb 25 16:56 - 18:38 (01:41)
root pts/0 100.109.70.137 Wed Feb 25 16:56 - 20:25 (03:29)
root pts/1 100.109.70.137 Wed Feb 25 16:55 - 16:55 (00:00)
root pts/0 100.109.70.137 Wed Feb 25 16:49 - 16:55 (00:06)
root pts/0 100.109.70.137 Tue Feb 24 15:54 - 16:18 (00:24)
root pts/0 100.109.70.137 Tue Feb 24 10:26 - 10:54 (00:27)
root pts/1 100.109.70.137 Tue Feb 24 09:52 - 09:53 (00:01)
root pts/1 Tue Feb 24 07:29 - 07:29 (00:00)
root pts/1 Tue Feb 24 07:29 - 07:29 (00:00)
root pts/1 Tue Feb 24 07:24 - 07:25 (00:00)
root pts/0 100.109.70.137 Tue Feb 24 07:24 - 10:09 (02:45)
root pts/0 Tue Feb 24 07:19 - 07:21 (00:02)
root pts/0 Mon Feb 23 22:23 - 06:54 (08:31)
root pts/1 Mon Feb 23 21:28 - 22:08 (00:39)
root pts/0 Mon Feb 23 21:12 - 22:08 (00:55)
root pts/0 100.109.70.137 Mon Feb 23 17:36 - crash
root pts/1 100.109.70.137 Mon Feb 23 12:18 - 17:34 (05:15)
root pts/0 100.109.70.137 Mon Feb 23 12:14 - 17:01 (04:47)
reboot system boot 6.17.2-1-pve Mon Feb 23 12:07 - 20:54 (8+08:46)
root pts/0 100.109.70.137 Mon Feb 23 11:50 - 12:07 (00:16)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:48 - 12:07 (00:18)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:38 - 11:46 (00:07)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:36 - 11:37 (00:01)
root pts/0 100.109.70.137 Mon Feb 23 11:22 - 11:31 (00:08)
reboot system boot 6.17.2-1-pve Mon Feb 23 11:19 - 11:31 (00:11)
root pts/1 100.109.70.137 Mon Feb 23 11:13 - 11:14 (00:00)
root pts/0 192.168.3.36 Mon Feb 23 11:02 - 11:14 (00:11)
root tty1 Mon Feb 23 10:54 - 11:10 (00:16)
reboot system boot 6.17.2-1-pve Mon Feb 23 10:52 - 11:14 (00:21)
wtmpdb begins Mon Feb 23 10:52:50 2026
--- uname
$ uname -a
Linux pfv-tsys4 6.17.9-1-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.9-1 (2026-01-12T16:25Z) x86_64 GNU/Linux
--- /proc/cmdline (boot args)
$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet
###############################################################################
# 3. HARDWARE INVENTORY
###############################################################################
--- dmidecode -t system
$ dmidecode -t system
# dmidecode 3.6
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
Handle 0x0001, DMI type 1, 27 bytes
System Information
Manufacturer: Dell Inc.
Product Name: Precision T1700
Version: 01
Serial Number: C9PBB42
UUID: 4c4c4544-0039-5010-8042-c3c04f423432
Wake-up Type: Power Switch
SKU Number: Precision T1700
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: 048DY8
Version: A00
Serial Number: /C9PBB42/CN7220051D007C/
Asset Tag: Not Specified
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Specified
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: A13
Release Date: 12/19/2014
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: 4.6
Handle 0xDEE1, 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: Mini Tower
Lock: Not Present
Version:
Serial Number: C9PBB42
Asset Tag: Not Specified
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: Xeon
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) Xeon(R) CPU E3-1246 v3 @ 3.50GHz
Voltage: 1.2 V
External Clock: 100 MHz
Max Speed: 3800 MHz
Current Speed: 3500 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: Single-bit ECC
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: 72 bits
Data Width: 64 bits
Size: 4 GB
Form Factor: DIMM
Set: None
Locator: DIMM3
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: Hynix/Hyundai
Serial Number: 0D30D903604B
Asset Tag: 01132700
Part Number: HMT351U7EFR8A-PB
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: 72 bits
Data Width: 64 bits
Size: 4 GB
Form Factor: DIMM
Set: None
Locator: DIMM1
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: Hynix/Hyundai
Serial Number: 0D00D902604B
Asset Tag: 01132700
Part Number: HMT351U7EFR8A-PB
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: 72 bits
Data Width: 64 bits
Size: 4 GB
Form Factor: DIMM
Set: None
Locator: DIMM4
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: Hynix/Hyundai
Serial Number: 0D303306903C
Asset Tag: 01124600
Part Number: HMT351U7CFR8C-PB
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: 72 bits
Data Width: 64 bits
Size: 4 GB
Form Factor: DIMM
Set: None
Locator: DIMM2
Bank Locator: Not Specified
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MT/s
Manufacturer: Hynix/Hyundai
Serial Number: 0280530C1028
Asset Tag: 01131200
Part Number: HMT351U7CFR8C-PB
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 0x001D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J7H2 - SATA PORT3
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 0x001F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2D3 - INTERNAL USB
Internal Connector Type: Other
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x0020, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: J2D4 - INTERNAL USB
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: X16
Type: PCI Express 3 x16
Data Bus Width: 16x or x16
Current Usage: Available
Length: Long
ID: 1
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:01.0
Handle 0xDED2, DMI type 9, 17 bytes
System Slot Information
Designation: X1
Type: PCI Express 2 x1
Data Bus Width: 1x or x1
Current Usage: Available
Length: Short
ID: 2
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:1c.2
Handle 0xDED7, DMI type 9, 17 bytes
System Slot Information
Designation: PCI
Type: PCI
Data Bus Width: 32 bit
Current Usage: Available
Length: Short
ID: 3
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:03:02.0
Handle 0xDEDC, 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: 4
Characteristics:
3.3 V is provided
Opening is shared
PME signal is supported
Bus Address: 0000:00:1c.4
--- 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) Xeon(R) CPU E3-1246 v3 @ 3.50GHz
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: 6983.74
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d
Virtualization: VT-x
L1d cache: 128 KiB (4 instances)
L1i cache: 128 KiB (4 instances)
L2 cache: 1 MiB (4 instances)
L3 cache: 8 MiB (1 instance)
NUMA node(s): 1
NUMA node0 CPU(s): 0-7
Vulnerability Gather data sampling: Not affected
Vulnerability Ghostwrite: Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT vulnerable
Vulnerability Mds: Mitigation; Clear CPU buffers; SMT vulnerable
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Mmio stale data: Not affected
Vulnerability Old microcode: Not affected
Vulnerability Reg file data sampling: Not affected
Vulnerability Retbleed: Not affected
Vulnerability Spec rstack overflow: Not affected
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP conditional; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
Vulnerability Srbds: Mitigation; Microcode
Vulnerability Tsa: Not affected
Vulnerability Tsx async abort: Not affected
Vulnerability Vmscape: Mitigation; IBPB before exit to userspace
--- lscpu cache
$ lscpu -C
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
L1d 32K 128K 8 Data 1 64 1 64
L1i 32K 128K 8 Instruction 1 64 1 64
L2 256K 1M 8 Unified 2 512 1 64
L3 8M 8M 16 Unified 3 8192 1 64
--- numactl --hardware
$ numactl --hardware
/root/check.sh: line 45: numactl: command not found
[exit=127 / not installed or not permitted]
--- numactl --show
$ numactl --show
/root/check.sh: line 45: numactl: command not found
[exit=127 / not installed or not permitted]
--- lspci -nnvv (verbose)
$ lspci -nnvv
00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller [8086:0c08] (rev 06)
Subsystem: Dell Device [1028:05a6]
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: ie31200_edac
Kernel modules: ie31200_edac
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller [8086:041a] (rev 06) (prog-if 00 [VGA controller])
DeviceName: Onboard IGD
Subsystem: Dell Device [1028:05a6]
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 39
IOMMU group: 0
Region 0: Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018 Data: 0000
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
Subsystem: Dell Device [1028:05a6]
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 40
IOMMU group: 2
Region 0: Memory at f7c30000 (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: fee00458 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:05a6]
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 30
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:05a6]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 38
IOMMU group: 4
Region 0: Memory at f7c3b000 (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: 00000000fee00438 Data: 0000
Kernel driver in use: mei_me
Kernel modules: mei_me
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection I217-LM [8086:153a] (rev 04)
DeviceName: Onboard LAN
Subsystem: Dell Device [1028:05a6]
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 29
IOMMU group: 5
Region 0: Memory at f7c00000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at f7c38000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at f060 [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: 00000000fee002f8 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:05a6]
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 f7c37000 (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:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d4) (prog-if 00 [Normal decode])
Subsystem: Dell Device [1028:05a6]
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 26
IOMMU group: 7
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot-), IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
LnkSta: Speed 2.5GT/s, Width x0
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00218 Data: 0000
Capabilities: [90] Subsystem: Dell Device [1028:05a6]
Capabilities: [a0] 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-
Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #2 [8086:8c12] (rev d4) (prog-if 00 [Normal decode])
Subsystem: Dell Device [1028:05a6]
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 B routed to IRQ 27
IOMMU group: 8
Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
I/O behind bridge: [disabled] [16-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #1, PowerLimit 10W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
Changed: MRL- PresDet- LinkState-
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00258 Data: 0000
Capabilities: [90] Subsystem: Dell Device [1028:05a6]
Capabilities: [a0] 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-
Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 [8086:8c18] (rev d4) (prog-if 00 [Normal decode])
Subsystem: Dell Device [1028:05a6]
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 28
IOMMU group: 9
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behind bridge: 2000-2fff [size=4K] [16-bit]
Memory behind bridge: df200000-df3fffff [size=2M] [32-bit]
Prefetchable memory behind bridge: df400000-df5fffff [size=2M] [32-bit]
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Express (v2) Root Port (Slot+), IntMsgNum 0
DevCap: MaxPayload 128 bytes, PhantFunc 0
ExtTag- RBE+ TEE-IO-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
LnkCap: Port #5, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <1us, L1 <16us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes, LnkDisable- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
LnkSta: Speed 2.5GT/s, Width x0
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
Slot #4, PowerLimit 25W; Interlock- NoCompl+
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
Changed: MRL- PresDet- LinkState-
RootCap: CRSVisible-
RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
AtomicOpsCtl: ReqEn- EgressBlck-
IDOReq- IDOCompl- LTR+ EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00278 Data: 0000
Capabilities: [90] Subsystem: Dell Device [1028:05a6]
Capabilities: [a0] 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-
Kernel driver in use: pcieport
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:05a6]
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: 10
Region 0: Memory at f7c36000 (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 C226 Series Chipset Family Server Advanced SKU LPC Controller [8086:8c56] (rev 04)
Subsystem: Dell Device [1028:05a6]
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: 11
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 IDE interface [0101]: Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode] [8086:8c00] (rev 04) (prog-if 8f [PCI native mode controller, supports both channels switched to ISA compatibility mode, supports bus mastering])
Subsystem: Dell Device [1028:05a6]
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 19
IOMMU group: 11
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 f090 [size=16]
Region 5: I/O ports at f080 [size=16]
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-
Kernel driver in use: ata_piix
Kernel modules: pata_acpi
00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 04)
Subsystem: Dell Device [1028:05a6]
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: 11
Region 0: Memory at f7c35000 (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
02:00.0 PCI bridge [0604]: Texas Instruments XIO2001 PCI Express-to-PCI Bridge [104c:8240] (prog-if 00 [Normal decode])
Subsystem: Dell Device [1028:05a6]
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
IOMMU group: 12
Bus: primary=02, secondary=03, subordinate=03, sec-latency=32
I/O behind bridge: [disabled] [32-bit]
Memory behind bridge: [disabled] [32-bit]
Prefetchable memory behind bridge: [disabled] [64-bit]
Secondary status: 66MHz+ FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [40] Subsystem: Dell Device [1028:05a6]
Capabilities: [48] 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-
Bridge: PM- B3-
Capabilities: [50] MSI: Enable- Count=1/16 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v2) PCI-Express to PCI/PCI-X Bridge, IntMsgNum 0
DevCap: MaxPayload 512 bytes, PhantFunc 0
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 10W TEE-IO-
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- BrConfRtry-
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
FRS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
Retimer- 2Retimers- CrosslinkRes: unsupported
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP-
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+
ECRC- UnsupReq- ACSViol- UncorrIntErr- BlockedTLP- AtomicOpBlocked- TLPBlockedErr-
PoisonTLPBlocked- DMWrReqBlocked- IDECheck- MisIDETLP- PCRC_CHECK- TLPXlatBlocked-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ CorrIntErr- HeaderOF-
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog: 00000000 00000000 00000000 00000000
--- lspci -tv (tree)
$ lspci -tv
-[0000:00]-+-00.0 Intel Corporation Xeon E3-1200 v3 Processor DRAM Controller
+-02.0 Intel Corporation Xeon E3-1200 v3 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
+-19.0 Intel Corporation Ethernet Connection I217-LM
+-1a.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2
+-1c.0-[01]--
+-1c.1-[02-03]----00.0-[03]--
+-1c.4-[04]--
+-1d.0 Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1
+-1f.0 Intel Corporation C226 Series Chipset Family Server Advanced SKU LPC Controller
+-1f.2 Intel Corporation 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE 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:19.0/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1c.1/numa_node /sys/bus/pci/devices/0000:00:1c.4/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 /sys/bus/pci/devices/0000:02:00.0/numa_node
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
-1
--- lsusb
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 004: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 005: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 006: ID 0bda:5411 Realtek Semiconductor Corp. RTS5411 Hub
Bus 001 Device 007: ID 2109:2817 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 008: ID 2109:2815 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 009: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 010: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 011: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 012: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 013: ID 2109:2815 VIA Labs, Inc. USB2.0 Hub
Bus 001 Device 014: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 016: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 017: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 018: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 001 Device 019: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port / Mobile Phone Data Cable
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:8000 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 002: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub
Bus 004 Device 003: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 004 Device 004: ID 0bda:0411 Realtek Semiconductor Corp. Hub
Bus 004 Device 005: ID 2109:0817 VIA Labs, Inc. USB3.0 Hub
Bus 004 Device 006: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 004 Device 007: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s bridge, ASM1053E SATA 6Gb/s bridge, ASM1153 SATA 3Gb/s bridge, ASM1153E SATA 6Gb/s bridge
Bus 004 Device 008: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub
Bus 004 Device 009: ID 1058:2647 Western Digital Technologies, Inc. easystore 2647
Bus 004 Device 010: ID 0b95:1790 ASIX Electronics Corp. AX88179 Gigabit Ethernet
Bus 004 Device 011: ID 2109:0815 VIA Labs, Inc. USB3.0 Hub
--- lshw -short
$ lshw -short
H/W path Device Class Description
======================================================================
system Precision T1700 (Precision T1700)
/0 bus 048DY8
/0/0 memory 64KiB BIOS
/0/3a processor Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz
/0/3a/3b memory 256KiB L1 cache
/0/3a/3c memory 1MiB L2 cache
/0/3a/3d memory 8MiB L3 cache
/0/3e memory 16GiB System Memory
/0/3e/0 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/3e/1 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/3e/2 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/3e/3 memory 4GiB DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
/0/100 bridge Xeon E3-1200 v3 Processor DRAM Controller
/0/100/2 /dev/fb0 display Xeon E3-1200 v3 Processor Integrated Graphics Controller
/0/100/3 card0 multimedia Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
/0/100/3/0 input4 input HDA Intel HDMI HDMI/DP,pcm=3
/0/100/3/1 input5 input HDA Intel HDMI HDMI/DP,pcm=7
/0/100/3/2 input6 input HDA Intel HDMI HDMI/DP,pcm=8
/0/100/14 bus 8 Series/C220 Series Chipset Family USB xHCI
/0/100/14/0 usb3 bus xHCI Host Controller
/0/100/14/1 usb4 bus xHCI Host Controller
/0/100/14/1/1 bus USB3.0 Hub
/0/100/14/1/1/4 bus USB3.0 Hub
/0/100/14/1/1/4/2 scsi3 storage easystore 2647
/0/100/14/1/1/4/2/0.0.0 /dev/sdf disk 5TB easystore 2647
/0/100/14/1/1/4/2/0.0.0/1 /dev/sdf1 volume 4657GiB EXT4 volume
/0/100/14/1/1/4/2/0.0.1 generic SES Device
/0/100/14/1/2 bus USB3.2 Hub
/0/100/14/1/2/1 bus USB3.2 Hub
/0/100/14/1/2/1/3 scsi2 storage ThinkPlus
/0/100/14/1/2/1/3/0.0.0 /dev/sde disk 512GB ThinkPlus
/0/100/14/1/2/1/3/0.0.0/1 /dev/sde1 volume 476GiB EXT4 volume
/0/100/14/1/2/2 communication AX88179A
/0/100/14/1/2/3 bus USB3.0 Hub
/0/100/14/1/2/3/3 bus USB3.0 Hub
/0/100/14/1/2/4 communication AX88179B
/0/100/16 communication 8 Series/C220 Series Chipset Family MEI Controller #1
/0/100/19 nic0 network Ethernet Connection I217-LM
/0/100/1a bus 8 Series/C220 Series Chipset Family USB EHCI #2
/0/100/1a/1 usb1 bus EHCI Host Controller
/0/100/1a/1/1 bus Integrated Rate Matching Hub
/0/100/1a/1/1/5 bus USB2.0 Hub
/0/100/1a/1/1/5/4 bus USB2.0 Hub
/0/100/1a/1/1/5/4/1 generic USB-Serial Controller D
/0/100/1a/1/1/5/4/4 generic USB-Serial Controller
/0/100/1a/1/1/6 bus USB2.1 Hub
/0/100/1a/1/1/6/1 bus USB2.1 Hub
/0/100/1a/1/1/6/3 bus USB2.0 Hub
/0/100/1a/1/1/6/3/1 generic USB-Serial Controller D
/0/100/1a/1/1/6/3/2 generic USB-Serial Controller
/0/100/1a/1/1/6/3/3 bus USB2.0 Hub
/0/100/1a/1/1/6/3/3/1 generic USB-Serial Controller
/0/100/1a/1/1/6/3/3/2 generic USB-Serial Controller D
/0/100/1a/1/1/6/3/3/3 generic USB-Serial Controller D
/0/100/1a/1/1/6/3/3/4 generic USB-Serial Controller
/0/100/1a/1/1/6/3/4 generic USB-Serial Controller
/0/100/1c bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #1
/0/100/1c.1 bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #2
/0/100/1c.1/0 bridge XIO2001 PCI Express-to-PCI Bridge
/0/100/1c.4 bridge 8 Series/C220 Series Chipset Family PCI Express Root Port #5
/0/100/1d bus 8 Series/C220 Series Chipset Family USB EHCI #1
/0/100/1d/1 usb2 bus EHCI Host Controller
/0/100/1d/1/1 bus Integrated Rate Matching Hub
/0/100/1f bridge C226 Series Chipset Family Server Advanced SKU LPC Controller
/0/100/1f/0 system PnP device PNP0c01
/0/100/1f/1 system PnP device PNP0c02
/0/100/1f/2 system PnP device PNP0b00
/0/100/1f/3 system PnP device PNP0c02
/0/100/1f/4 system PnP device PNP0c02
/0/100/1f/5 communication PnP device PNP0501
/0/100/1f/6 system PnP device PNP0c02
/0/100/1f.2 scsi0 storage 8 Series/C220 Series Chipset Family 4-port SATA Controller 1 [IDE mode]
/0/100/1f.2/0 /dev/sda disk 2TB Hitachi HDS72302
/0/100/1f.2/0/1 /dev/sda1 volume 1863GiB EXT4 volume
/0/100/1f.2/1 /dev/sdb volume 1863GiB HITACHI HUA72302
/0/100/1f.2/2 /dev/sdc disk 3TB WDC WD30EFRX-68E
/0/100/1f.2/2/1 /dev/sdc1 volume 2794GiB EXT4 volume
/0/100/1f.2/3 /dev/sdd disk 1TB WDC WD10EZRX-00A
/0/100/1f.2/3/1 /dev/sdd1 volume 1006KiB BIOS Boot partition
/0/100/1f.2/3/2 /dev/sdd2 volume 1023MiB Windows FAT volume
/0/100/1f.2/3/3 /dev/sdd3 volume 930GiB LVM Physical Volume
/0/100/1f.3 bus 8 Series/C220 Series Chipset Family SMBus Controller
/1 input0 input Power Button
/2 input1 input Power Button
/3 input2 input PC Speaker
/4 input3 input Video Bus
/5 enx8cae4ccda926 network Ethernet interface
/6 enx80ae4ccdec03 network Ethernet interface
--- PCIe AER errors
[missing: /sys/bus/pci/devices/0000:02:00.0/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 = 3846680
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 = 3790325
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: 13
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 5:
driver: intel_cpufreq
CPUs which run at the same hardware frequency: 5
CPUs which need to have their frequency coordinated by software: 5
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.83 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.001322 sec
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp PkgTmp
- - 0.84 3829 3492 2953 35 35
0 0 0.55 3802 3492 313 33 35
0 4 1.72 3854 3492 769
1 1 0.77 3837 3492 415 33
1 5 0.47 3782 3492 226
2 2 0.25 3797 3492 128 32
2 6 0.60 3814 3492 295
3 3 0.89 3822 3492 340 35
3 7 1.46 3834 3492 467
--- 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=5266992us
C1 : MWAIT 0x00 disabled=0 latency=2us residency=205821145us
C1E : MWAIT 0x01 disabled=0 latency=10us residency=959008935us
C3 : MWAIT 0x10 disabled=0 latency=33us residency=2680474217us
C6 : MWAIT 0x20 disabled=0 latency=133us residency=828810527us
C7s : MWAIT 0x32 disabled=0 latency=166us residency=168173475769us
--- THP enabled
$ cat /sys/kernel/mm/transparent_hugepage/enabled
always [madvise] never
--- THP defrag
$ cat /sys/kernel/mm/transparent_hugepage/defrag
always defer defer+madvise [madvise] never
--- THP khugepaged pages_to_scan
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/pages_to_scan
4096
--- THP khugepaged defrag
$ cat /sys/kernel/mm/transparent_hugepage/khugepaged/defrag
1
--- microcode
$ dmesg
[ 0.000000] Linux version 6.17.9-1-pve (build@proxmox) (gcc (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC PMX 6.17.9-1 (2026-01-12T16:25Z) ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d1a67fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d1a68000-0x00000000d1a6efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000d1a6f000-0x00000000d1ea0fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d1ea1000-0x00000000d2331fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d2332000-0x00000000d7edafff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d7edb000-0x00000000d7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d875ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8760000-0x00000000d87fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fadfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d8fae000-0x00000000d8ffffff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71bfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000da71c000-0x00000000da7fffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbe0cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000dbe0d000-0x00000000dbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041edfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] APIC: Static calls initialized
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Dell Inc. Precision T1700/048DY8, BIOS A13 12/19/2014
[ 0.000000] DMI: Memory slots populated: 4/4
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3491.870 MHz processor
[ 0.000721] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000723] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000733] last_pfn = 0x41ee00 max_arch_pfn = 0x400000000
[ 0.000739] total RAM covered: 16318M
[ 0.000886] gran_size: 64K chunk_size: 64K num_reg: 10 lose cover RAM: 110M
[ 0.000887] gran_size: 64K chunk_size: 128K num_reg: 10 lose cover RAM: 110M
[ 0.000889] gran_size: 64K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000890] gran_size: 64K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000891] gran_size: 64K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000892] gran_size: 64K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000893] gran_size: 64K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000894] gran_size: 64K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000895] gran_size: 64K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000896] *BAD*gran_size: 64K chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000897] gran_size: 64K chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000899] gran_size: 64K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000900] gran_size: 64K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000901] gran_size: 64K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000902] gran_size: 64K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000903] *BAD*gran_size: 64K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000904] gran_size: 128K chunk_size: 128K num_reg: 10 lose cover RAM: 110M
[ 0.000905] gran_size: 128K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000906] gran_size: 128K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000907] gran_size: 128K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000908] gran_size: 128K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000909] gran_size: 128K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000910] gran_size: 128K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000911] gran_size: 128K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000912] *BAD*gran_size: 128K chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000913] gran_size: 128K chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000914] gran_size: 128K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000915] gran_size: 128K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000916] gran_size: 128K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000918] gran_size: 128K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000919] *BAD*gran_size: 128K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000920] gran_size: 256K chunk_size: 256K num_reg: 10 lose cover RAM: 110M
[ 0.000921] gran_size: 256K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000922] gran_size: 256K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000923] gran_size: 256K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000924] gran_size: 256K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000925] gran_size: 256K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000926] gran_size: 256K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000927] *BAD*gran_size: 256K chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000928] gran_size: 256K chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000929] gran_size: 256K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000930] gran_size: 256K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000931] gran_size: 256K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000932] gran_size: 256K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000933] *BAD*gran_size: 256K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000934] gran_size: 512K chunk_size: 512K num_reg: 10 lose cover RAM: 110M
[ 0.000935] gran_size: 512K chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000936] gran_size: 512K chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000937] gran_size: 512K chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000938] gran_size: 512K chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000939] gran_size: 512K chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000940] *BAD*gran_size: 512K chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000942] gran_size: 512K chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000943] gran_size: 512K chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000944] gran_size: 512K chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000945] gran_size: 512K chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000946] gran_size: 512K chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000947] *BAD*gran_size: 512K chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000948] gran_size: 1M chunk_size: 1M num_reg: 10 lose cover RAM: 110M
[ 0.000949] gran_size: 1M chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000950] gran_size: 1M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000951] gran_size: 1M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000952] gran_size: 1M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000953] *BAD*gran_size: 1M chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000954] gran_size: 1M chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000955] gran_size: 1M chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000956] gran_size: 1M chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000957] gran_size: 1M chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000958] gran_size: 1M chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000959] *BAD*gran_size: 1M chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000960] gran_size: 2M chunk_size: 2M num_reg: 10 lose cover RAM: 110M
[ 0.000961] gran_size: 2M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000962] gran_size: 2M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000963] gran_size: 2M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000964] *BAD*gran_size: 2M chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000965] gran_size: 2M chunk_size: 64M num_reg: 10 lose cover RAM: 0G
[ 0.000966] gran_size: 2M chunk_size: 128M num_reg: 10 lose cover RAM: 0G
[ 0.000967] gran_size: 2M chunk_size: 256M num_reg: 10 lose cover RAM: 0G
[ 0.000968] gran_size: 2M chunk_size: 512M num_reg: 10 lose cover RAM: 0G
[ 0.000969] gran_size: 2M chunk_size: 1G num_reg: 10 lose cover RAM: 0G
[ 0.000970] *BAD*gran_size: 2M chunk_size: 2G num_reg: 10 lose cover RAM: -1G
[ 0.000971] gran_size: 4M chunk_size: 4M num_reg: 10 lose cover RAM: 110M
[ 0.000972] gran_size: 4M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000973] gran_size: 4M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000974] *BAD*gran_size: 4M chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000976] gran_size: 4M chunk_size: 64M num_reg: 10 lose cover RAM: 2M
[ 0.000977] gran_size: 4M chunk_size: 128M num_reg: 10 lose cover RAM: 2M
[ 0.000978] gran_size: 4M chunk_size: 256M num_reg: 10 lose cover RAM: 2M
[ 0.000979] gran_size: 4M chunk_size: 512M num_reg: 10 lose cover RAM: 2M
[ 0.000980] gran_size: 4M chunk_size: 1G num_reg: 10 lose cover RAM: 2M
[ 0.000981] *BAD*gran_size: 4M chunk_size: 2G num_reg: 10 lose cover RAM: -1022M
[ 0.000982] gran_size: 8M chunk_size: 8M num_reg: 10 lose cover RAM: 110M
[ 0.000983] gran_size: 8M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000984] *BAD*gran_size: 8M chunk_size: 32M num_reg: 10 lose cover RAM: -18M
[ 0.000985] gran_size: 8M chunk_size: 64M num_reg: 10 lose cover RAM: 6M
[ 0.000986] gran_size: 8M chunk_size: 128M num_reg: 10 lose cover RAM: 6M
[ 0.000987] gran_size: 8M chunk_size: 256M num_reg: 10 lose cover RAM: 6M
[ 0.000988] gran_size: 8M chunk_size: 512M num_reg: 10 lose cover RAM: 6M
[ 0.000989] gran_size: 8M chunk_size: 1G num_reg: 10 lose cover RAM: 6M
[ 0.000990] *BAD*gran_size: 8M chunk_size: 2G num_reg: 10 lose cover RAM: -1018M
[ 0.000991] gran_size: 16M chunk_size: 16M num_reg: 10 lose cover RAM: 110M
[ 0.000992] gran_size: 16M chunk_size: 32M num_reg: 10 lose cover RAM: 238M
[ 0.000993] gran_size: 16M chunk_size: 64M num_reg: 9 lose cover RAM: 14M
[ 0.000994] gran_size: 16M chunk_size: 128M num_reg: 9 lose cover RAM: 14M
[ 0.000995] gran_size: 16M chunk_size: 256M num_reg: 9 lose cover RAM: 14M
[ 0.000996] gran_size: 16M chunk_size: 512M num_reg: 9 lose cover RAM: 14M
[ 0.000997] gran_size: 16M chunk_size: 1G num_reg: 9 lose cover RAM: 14M
[ 0.000998] gran_size: 16M chunk_size: 2G num_reg: 10 lose cover RAM: 14M
[ 0.000999] gran_size: 32M chunk_size: 32M num_reg: 10 lose cover RAM: 62M
[ 0.001000] gran_size: 32M chunk_size: 64M num_reg: 9 lose cover RAM: 30M
[ 0.001001] gran_size: 32M chunk_size: 128M num_reg: 8 lose cover RAM: 30M
[ 0.001002] gran_size: 32M chunk_size: 256M num_reg: 8 lose cover RAM: 30M
[ 0.001003] gran_size: 32M chunk_size: 512M num_reg: 8 lose cover RAM: 30M
[ 0.001004] gran_size: 32M chunk_size: 1G num_reg: 8 lose cover RAM: 30M
[ 0.001005] gran_size: 32M chunk_size: 2G num_reg: 9 lose cover RAM: 30M
[ 0.001007] gran_size: 64M chunk_size: 64M num_reg: 10 lose cover RAM: 62M
[ 0.001008] gran_size: 64M chunk_size: 128M num_reg: 8 lose cover RAM: 62M
[ 0.001009] gran_size: 64M chunk_size: 256M num_reg: 8 lose cover RAM: 62M
[ 0.001010] gran_size: 64M chunk_size: 512M num_reg: 8 lose cover RAM: 62M
[ 0.001011] gran_size: 64M chunk_size: 1G num_reg: 8 lose cover RAM: 62M
[ 0.001012] gran_size: 64M chunk_size: 2G num_reg: 9 lose cover RAM: 62M
[ 0.001013] gran_size: 128M chunk_size: 128M num_reg: 8 lose cover RAM: 190M
[ 0.001014] gran_size: 128M chunk_size: 256M num_reg: 8 lose cover RAM: 190M
[ 0.001015] gran_size: 128M chunk_size: 512M num_reg: 8 lose cover RAM: 190M
[ 0.001016] gran_size: 128M chunk_size: 1G num_reg: 8 lose cover RAM: 190M
[ 0.001017] gran_size: 128M chunk_size: 2G num_reg: 9 lose cover RAM: 190M
[ 0.001018] gran_size: 256M chunk_size: 256M num_reg: 6 lose cover RAM: 446M
[ 0.001019] gran_size: 256M chunk_size: 512M num_reg: 8 lose cover RAM: 446M
[ 0.001020] gran_size: 256M chunk_size: 1G num_reg: 8 lose cover RAM: 446M
[ 0.001021] gran_size: 256M chunk_size: 2G num_reg: 9 lose cover RAM: 446M
[ 0.001022] gran_size: 512M chunk_size: 512M num_reg: 4 lose cover RAM: 958M
[ 0.001023] gran_size: 512M chunk_size: 1G num_reg: 4 lose cover RAM: 958M
[ 0.001024] gran_size: 512M chunk_size: 2G num_reg: 4 lose cover RAM: 958M
[ 0.001025] gran_size: 1G chunk_size: 1G num_reg: 4 lose cover RAM: 958M
[ 0.001026] gran_size: 1G chunk_size: 2G num_reg: 4 lose cover RAM: 958M
[ 0.001027] gran_size: 2G chunk_size: 2G num_reg: 3 lose cover RAM: 1982M
[ 0.001028] mtrr_cleanup: can not find optimal value
[ 0.001029] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.001030] MTRR map: 9 entries (5 fixed + 4 variable; max 25), built from 10 variable MTRRs
[ 0.001032] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001327] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[ 0.001331] last_pfn = 0xdbe0d max_arch_pfn = 0x400000000
[ 0.007284] found SMP MP-table at [mem 0x000fd970-0x000fd97f]
[ 0.007300] Using GB pages for direct mapping
[ 0.007908] RAMDISK: [mem 0x2d651000-0x32b1ffff]
[ 0.007917] ACPI: Early table checksum verification disabled
[ 0.007920] ACPI: RSDP 0x00000000000F0490 000024 (v02 DELL )
[ 0.007923] ACPI: XSDT 0x00000000D8FED098 0000B4 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007929] ACPI: FACP 0x00000000D8FF8D18 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.007933] ACPI: DSDT 0x00000000D8FED1E0 00BB35 (v02 DELL CBX3 00000014 INTL 20091112)
[ 0.007936] ACPI: FACS 0x00000000DA7FE080 000040
[ 0.007938] ACPI: APIC 0x00000000D8FF8E28 000092 (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.007941] ACPI: FPDT 0x00000000D8FF8EC0 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007943] ACPI: SLIC 0x00000000D8FF8F08 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.007946] ACPI: LPIT 0x00000000D8FF9080 00005C (v01 DELL CBX3 00000000 AMI. 00000005)
[ 0.007948] ACPI: SSDT 0x00000000D8FF90E0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
[ 0.007951] ACPI: SSDT 0x00000000D8FF9620 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.007954] ACPI: HPET 0x00000000D8FFA0F8 000038 (v01 DELL CBX3 01072009 AMI. 00000005)
[ 0.007956] ACPI: SSDT 0x00000000D8FFA130 000495 (v01 IdeRef IdeTable 00001000 INTL 20120711)
[ 0.007959] ACPI: MCFG 0x00000000D8FFA5C8 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.007961] ACPI: SSDT 0x00000000D8FFA608 0034D6 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.007964] ACPI: ASF! 0x00000000D8FFDAE0 0000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.007966] ACPI: MSDM 0x00000000D8FFDB88 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.007969] ACPI: DMAR 0x00000000D8FFDBE0 0000B8 (v01 INTEL HSW 00000001 INTL 00000001)
[ 0.007972] ACPI: EINJ 0x00000000D8FFDC98 000130 (v01 AMI AMI EINJ 00000000 00000000)
[ 0.007974] ACPI: ERST 0x00000000D8FFDDC8 000230 (v01 AMIER AMI ERST 00000000 00000000)
[ 0.007978] ACPI: HEST 0x00000000D8FFDFF8 0000A8 (v01 AMI AMI HEST 00000000 00000000)
[ 0.007980] ACPI: BERT 0x00000000D8FFE0A0 000030 (v01 AMI AMI BERT 00000000 00000000)
[ 0.007982] ACPI: Reserving FACP table memory at [mem 0xd8ff8d18-0xd8ff8e23]
[ 0.007983] ACPI: Reserving DSDT table memory at [mem 0xd8fed1e0-0xd8ff8d14]
[ 0.007984] ACPI: Reserving FACS table memory at [mem 0xda7fe080-0xda7fe0bf]
[ 0.007985] ACPI: Reserving APIC table memory at [mem 0xd8ff8e28-0xd8ff8eb9]
[ 0.007985] ACPI: Reserving FPDT table memory at [mem 0xd8ff8ec0-0xd8ff8f03]
[ 0.007986] ACPI: Reserving SLIC table memory at [mem 0xd8ff8f08-0xd8ff907d]
[ 0.007986] ACPI: Reserving LPIT table memory at [mem 0xd8ff9080-0xd8ff90db]
[ 0.007987] ACPI: Reserving SSDT table memory at [mem 0xd8ff90e0-0xd8ff9618]
[ 0.007988] ACPI: Reserving SSDT table memory at [mem 0xd8ff9620-0xd8ffa0f7]
[ 0.007988] ACPI: Reserving HPET table memory at [mem 0xd8ffa0f8-0xd8ffa12f]
[ 0.007989] ACPI: Reserving SSDT table memory at [mem 0xd8ffa130-0xd8ffa5c4]
[ 0.007990] ACPI: Reserving MCFG table memory at [mem 0xd8ffa5c8-0xd8ffa603]
[ 0.007990] ACPI: Reserving SSDT table memory at [mem 0xd8ffa608-0xd8ffdadd]
[ 0.007991] ACPI: Reserving ASF! table memory at [mem 0xd8ffdae0-0xd8ffdb84]
[ 0.007991] ACPI: Reserving MSDM table memory at [mem 0xd8ffdb88-0xd8ffdbdc]
[ 0.007992] ACPI: Reserving DMAR table memory at [mem 0xd8ffdbe0-0xd8ffdc97]
[ 0.007993] ACPI: Reserving EINJ table memory at [mem 0xd8ffdc98-0xd8ffddc7]
[ 0.007993] ACPI: Reserving ERST table memory at [mem 0xd8ffddc8-0xd8ffdff7]
[ 0.007994] ACPI: Reserving HEST table memory at [mem 0xd8ffdff8-0xd8ffe09f]
[ 0.007995] ACPI: Reserving BERT table memory at [mem 0xd8ffe0a0-0xd8ffe0cf]
[ 0.008043] No NUMA configuration found
[ 0.008044] Faking a node at [mem 0x0000000000000000-0x000000041edfffff]
[ 0.008051] NODE_DATA(0) allocated [mem 0x41edd52c0-0x41edfffff]
[ 0.008232] Zone ranges:
[ 0.008232] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008234] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008235] Normal [mem 0x0000000100000000-0x000000041edfffff]
[ 0.008236] Device empty
[ 0.008237] Movable zone start for each node
[ 0.008239] Early memory node ranges
[ 0.008240] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.008241] node 0: [mem 0x0000000000100000-0x00000000d1a67fff]
[ 0.008242] node 0: [mem 0x00000000d1a6f000-0x00000000d1ea0fff]
[ 0.008242] node 0: [mem 0x00000000d2332000-0x00000000d7edafff]
[ 0.008243] node 0: [mem 0x00000000d8000000-0x00000000d875ffff]
[ 0.008244] node 0: [mem 0x00000000d8800000-0x00000000d8fadfff]
[ 0.008244] node 0: [mem 0x00000000d9000000-0x00000000da71bfff]
[ 0.008245] node 0: [mem 0x00000000da800000-0x00000000dbe0cfff]
[ 0.008245] node 0: [mem 0x0000000100000000-0x000000041edfffff]
[ 0.008248] Initmem setup node 0 [mem 0x0000000000001000-0x000000041edfffff]
[ 0.008252] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.008272] On node 0, zone DMA: 98 pages in unavailable ranges
[ 0.013315] On node 0, zone DMA32: 7 pages in unavailable ranges
[ 0.013479] On node 0, zone DMA32: 1169 pages in unavailable ranges
[ 0.013496] On node 0, zone DMA32: 293 pages in unavailable ranges
[ 0.013511] On node 0, zone DMA32: 160 pages in unavailable ranges
[ 0.013551] On node 0, zone DMA32: 82 pages in unavailable ranges
[ 0.013591] On node 0, zone DMA32: 228 pages in unavailable ranges
[ 0.033764] On node 0, zone Normal: 16883 pages in unavailable ranges
[ 0.033800] On node 0, zone Normal: 4608 pages in unavailable ranges
[ 0.033807] Reserving Intel graphics memory at [mem 0xdd200000-0xdf1fffff]
[ 0.033980] ACPI: PM-Timer IO Port: 0x1808
[ 0.033989] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.033999] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.034002] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.034003] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.034007] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.034008] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.034013] TSC deadline timer available
[ 0.034017] CPU topo: Max. logical packages: 1
[ 0.034017] CPU topo: Max. logical dies: 1
[ 0.034018] CPU topo: Max. dies per package: 1
[ 0.034022] CPU topo: Max. threads per core: 2
[ 0.034023] CPU topo: Num. cores per package: 4
[ 0.034023] CPU topo: Num. threads per package: 8
[ 0.034024] CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
[ 0.034043] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.034044] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.034046] PM: hibernation: Registered nosave memory: [mem 0xd1a68000-0xd1a6efff]
[ 0.034047] PM: hibernation: Registered nosave memory: [mem 0xd1ea1000-0xd2331fff]
[ 0.034049] PM: hibernation: Registered nosave memory: [mem 0xd7edb000-0xd7ffffff]
[ 0.034050] PM: hibernation: Registered nosave memory: [mem 0xd8760000-0xd87fffff]
[ 0.034052] PM: hibernation: Registered nosave memory: [mem 0xd8fae000-0xd8ffffff]
[ 0.034053] PM: hibernation: Registered nosave memory: [mem 0xda71c000-0xda7fffff]
[ 0.034055] PM: hibernation: Registered nosave memory: [mem 0xdbe0d000-0xffffffff]
[ 0.034056] [mem 0xdf200000-0xf7ffffff] available for PCI devices
[ 0.034057] Booting paravirtualized kernel on bare hardware
[ 0.034059] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.034066] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.034549] percpu: Embedded 84 pages/cpu s221184 r8192 d114688 u524288
[ 0.034555] pcpu-alloc: s221184 r8192 d114688 u524288 alloc=1*2097152
[ 0.034557] pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
[ 0.034577] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.17.9-1-pve root=/dev/mapper/pve-root ro quiet
[ 0.034626] random: crng init done
[ 0.034627] printk: log buffer data + meta data: 262144 + 917504 = 1179648 bytes
[ 0.036303] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.037159] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.037288] software IO TLB: area num 8.
[ 0.050573] Fallback order for Node 0: 0
[ 0.050578] Built 1 zonelists, mobility grouping on. Total pages: 4170775
[ 0.050579] Policy zone: Normal
[ 0.050588] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.088542] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.088570] Kernel/User page tables isolation: enabled
[ 0.097396] ftrace: allocating 58414 entries in 230 pages
[ 0.097398] ftrace: allocated 230 pages with 5 groups
[ 0.098209] Dynamic Preempt: voluntary
[ 0.098279] rcu: Preemptible hierarchical RCU implementation.
[ 0.098279] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.098281] Trampoline variant of Tasks RCU enabled.
[ 0.098281] Rude variant of Tasks RCU enabled.
[ 0.098281] Tracing variant of Tasks RCU enabled.
[ 0.098282] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.098282] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.098291] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.098293] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.098295] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
[ 0.102576] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[ 0.102772] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.104227] Console: colour VGA+ 80x25
[ 0.104230] printk: legacy console [tty0] enabled
[ 0.104284] ACPI: Core revision 20250404
[ 0.104384] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.104398] APIC: Switch to symmetric I/O mode setup
[ 0.104400] DMAR: Host address width 39
[ 0.104401] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.104409] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[ 0.104411] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.104414] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[ 0.104415] DMAR: RMRR base: 0x000000dbf7e000 end: 0x000000dbf8bfff
[ 0.104417] DMAR: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
[ 0.104419] DMAR-IR: IOAPIC id 8 under DRHD base 0xfed91000 IOMMU 1
[ 0.104421] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.104422] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.104907] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.104909] x2apic enabled
[ 0.104963] APIC: Switched APIC routing to: cluster x2apic
[ 0.105374] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.109398] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns
[ 0.109402] Calibrating delay loop (skipped), value calculated using timer frequency.. 6983.74 BogoMIPS (lpj=3491870)
[ 0.109425] CPU0: Thermal monitoring enabled (TM1)
[ 0.109457] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.109459] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.109462] process: using mwait in idle threads
[ 0.109464] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[ 0.109468] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.109470] SRBDS: Mitigation: Microcode
[ 0.109471] Spectre V2 : Mitigation: Retpolines
[ 0.109472] Spectre V2 : User space: Mitigation: STIBP via prctl
[ 0.109472] MDS: Mitigation: Clear CPU buffers
[ 0.109473] VMSCAPE: Mitigation: IBPB before exit to userspace
[ 0.109474] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.109475] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[ 0.109476] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.109477] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.109483] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.109485] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.109486] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.109487] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.109488] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.129518] Freeing SMP alternatives memory: 52K
[ 0.129523] pid_max: default: 32768 minimum: 301
[ 0.129570] LSM: initializing lsm=lockdown,capability,yama,apparmor,ima,evm
[ 0.129588] Yama: becoming mindful.
[ 0.129618] AppArmor: AppArmor initialized
[ 0.129667] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.129680] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.130042] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1246 v3 @ 3.50GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[ 0.130207] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.130237] ... version: 3
[ 0.130238] ... bit width: 48
[ 0.130239] ... generic registers: 4
[ 0.130240] ... value mask: 0000ffffffffffff
[ 0.130241] ... max period: 00007fffffffffff
[ 0.130242] ... fixed-purpose events: 3
[ 0.130242] ... event mask: 000000070000000f
[ 0.130391] signal: max sigframe size: 1776
[ 0.130400] Estimated ratio of average max frequency by base frequency (times 1024): 1082
[ 0.131553] rcu: Hierarchical SRCU implementation.
[ 0.131556] rcu: Max phase no-delay instances is 400.
[ 0.131602] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.132160] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.132226] smp: Bringing up secondary CPUs ...
[ 0.132328] smpboot: x86: Booting SMP configuration:
[ 0.132329] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.134813] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.134813] VMSCAPE: SMT on, STIBP is required for full protection. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/vmscape.html for more details.
[ 0.134813] smp: Brought up 1 node, 8 CPUs
[ 0.134813] smpboot: Total of 8 processors activated (55869.92 BogoMIPS)
[ 0.136476] Memory: 16167948K/16683100K available (21402K kernel code, 3801K rwdata, 14948K rodata, 4948K init, 5380K bss, 496760K reserved, 0K cma-reserved)
[ 0.136946] devtmpfs: initialized
[ 0.136946] x86/mm: Memory block size: 128MB
[ 0.138336] ACPI: PM: Registering ACPI NVS region [mem 0xd1a68000-0xd1a6efff] (28672 bytes)
[ 0.138336] ACPI: PM: Registering ACPI NVS region [mem 0xda71c000-0xda7fffff] (933888 bytes)
[ 0.138418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.138418] posixtimers hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.138426] futex hash table entries: 2048 (131072 bytes on 1 NUMA nodes, total 128 KiB, linear).
[ 0.138484] pinctrl core: initialized pinctrl subsystem
[ 0.138572] PM: RTC time: 20:58:04, date: 2026-07-24
[ 0.138970] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.139143] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.139240] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.139404] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.139420] audit: initializing netlink subsys (disabled)
[ 0.139431] audit: type=2000 audit(1784926684.035:1): state=initialized audit_enabled=0 res=1
[ 0.139515] thermal_sys: Registered thermal governor 'fair_share'
[ 0.139516] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.139517] thermal_sys: Registered thermal governor 'step_wise'
[ 0.139518] thermal_sys: Registered thermal governor 'user_space'
[ 0.139519] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.139531] cpuidle: using governor ladder
[ 0.139534] cpuidle: using governor menu
[ 0.139573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.139653] PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
[ 0.139657] PCI: ECAM [mem 0xf8000000-0xfbffffff] reserved as E820 entry
[ 0.139665] PCI: Using configuration type 1 for base access
[ 0.139704] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.139758] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.145432] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.145432] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.145432] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.145432] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.145703] ACPI: Added _OSI(Module Device)
[ 0.145705] ACPI: Added _OSI(Processor Device)
[ 0.145706] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.153318] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.154819] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.168271] ACPI: Dynamic OEM Table Load:
[ 0.168271] ACPI: SSDT 0xFFFF8A5A811A8000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.169686] ACPI: Interpreter enabled
[ 0.169710] ACPI: PM: (supports S0 S4 S5)
[ 0.169711] ACPI: Using IOAPIC for interrupt routing
[ 0.170319] HEST: Table parsing has been initialized.
[ 0.170400] GHES: APEI firmware first mode is enabled by WHEA _OSC.
[ 0.170404] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.170405] PCI: Using E820 reservations for host bridge windows
[ 0.170581] ACPI: Enabled 8 GPEs in block 00 to 3F
[ 0.182364] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.182370] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.182510] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.182637] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[ 0.183094] PCI host bridge to bus 0000:00
[ 0.183098] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.183100] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.183101] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.183103] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000e7fff window]
[ 0.183104] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[ 0.183105] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.183117] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000 conventional PCI endpoint
[ 0.183181] pci 0000:00:02.0: [8086:041a] type 00 class 0x030000 conventional PCI endpoint
[ 0.183194] pci 0000:00:02.0: BAR 0 [mem 0xf7800000-0xf7bfffff 64bit]
[ 0.183196] pci 0000:00:02.0: BAR 2 [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.183198] pci 0000:00:02.0: BAR 4 [io 0xf000-0xf03f]
[ 0.183205] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.183287] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
[ 0.183300] pci 0000:00:03.0: BAR 0 [mem 0xf7c30000-0xf7c33fff 64bit]
[ 0.183381] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 conventional PCI endpoint
[ 0.183413] pci 0000:00:14.0: BAR 0 [mem 0xf7c20000-0xf7c2ffff 64bit]
[ 0.183442] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.183534] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 conventional PCI endpoint
[ 0.183567] pci 0000:00:16.0: BAR 0 [mem 0xf7c3b000-0xf7c3b00f 64bit]
[ 0.183598] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.183653] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 conventional PCI endpoint
[ 0.183683] pci 0000:00:19.0: BAR 0 [mem 0xf7c00000-0xf7c1ffff]
[ 0.183686] pci 0000:00:19.0: BAR 1 [mem 0xf7c38000-0xf7c38fff]
[ 0.183689] pci 0000:00:19.0: BAR 2 [io 0xf060-0xf07f]
[ 0.183721] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.183792] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.183830] pci 0000:00:1a.0: BAR 0 [mem 0xf7c37000-0xf7c373ff]
[ 0.183871] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.183947] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 PCIe Root Port
[ 0.183967] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.184023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.184044] pci 0000:00:1c.0: Enabling MPC IRBNCE
[ 0.184046] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[ 0.184308] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 PCIe Root Port
[ 0.184329] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[ 0.184385] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.184407] pci 0000:00:1c.1: Enabling MPC IRBNCE
[ 0.184409] pci 0000:00:1c.1: Intel PCH root port ACS workaround enabled
[ 0.184669] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400 PCIe Root Port
[ 0.184691] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.184752] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.184774] pci 0000:00:1c.4: Enabling MPC IRBNCE
[ 0.184777] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[ 0.185030] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 conventional PCI endpoint
[ 0.185070] pci 0000:00:1d.0: BAR 0 [mem 0xf7c36000-0xf7c363ff]
[ 0.185110] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.185190] pci 0000:00:1f.0: [8086:8c56] type 00 class 0x060100 conventional PCI endpoint
[ 0.185337] pci 0000:00:1f.2: [8086:8c00] type 00 class 0x01018f conventional PCI endpoint
[ 0.185365] pci 0000:00:1f.2: BAR 0 [io 0xf0d0-0xf0d7]
[ 0.185367] pci 0000:00:1f.2: BAR 1 [io 0xf0c0-0xf0c3]
[ 0.185370] pci 0000:00:1f.2: BAR 2 [io 0xf0b0-0xf0b7]
[ 0.185373] pci 0000:00:1f.2: BAR 3 [io 0xf0a0-0xf0a3]
[ 0.185375] pci 0000:00:1f.2: BAR 4 [io 0xf090-0xf09f]
[ 0.185378] pci 0000:00:1f.2: BAR 5 [io 0xf080-0xf08f]
[ 0.185457] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 conventional PCI endpoint
[ 0.185488] pci 0000:00:1f.3: BAR 0 [mem 0xf7c35000-0xf7c350ff 64bit]
[ 0.185493] pci 0000:00:1f.3: BAR 4 [io 0xf040-0xf05f]
[ 0.185601] acpiphp: Slot [1] registered
[ 0.185607] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.185690] pci 0000:02:00.0: [104c:8240] type 01 class 0x060400 PCIe to PCI/PCI-X bridge
[ 0.185732] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.185851] pci 0000:02:00.0: supports D1 D2
[ 0.185976] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[ 0.186034] pci_bus 0000:03: extended config space not accessible
[ 0.186118] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.186195] acpiphp: Slot [1-1] registered
[ 0.186200] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.186878] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[ 0.186923] ACPI: PCI: Interrupt link LNKB configured for IRQ 3
[ 0.186965] ACPI: PCI: Interrupt link LNKC configured for IRQ 10
[ 0.187006] ACPI: PCI: Interrupt link LNKD configured for IRQ 10
[ 0.187048] ACPI: PCI: Interrupt link LNKE configured for IRQ 5
[ 0.187088] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.187089] ACPI: PCI: Interrupt link LNKF disabled
[ 0.187129] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.187130] ACPI: PCI: Interrupt link LNKG disabled
[ 0.187171] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.187439] iommu: Default domain type: Translated
[ 0.187439] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.187558] SCSI subsystem initialized
[ 0.187565] libata version 3.00 loaded.
[ 0.187565] ACPI: bus type USB registered
[ 0.187565] usbcore: registered new interface driver usbfs
[ 0.187565] usbcore: registered new interface driver hub
[ 0.187565] usbcore: registered new device driver usb
[ 0.187565] pps_core: LinuxPPS API ver. 1 registered
[ 0.187565] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.187565] PTP clock support registered
[ 0.187565] EDAC MC: Ver: 3.0.0
[ 0.187592] NetLabel: Initializing
[ 0.187593] NetLabel: domain hash size = 128
[ 0.187594] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.187610] NetLabel: unlabeled traffic allowed by default
[ 0.187626] mctp: management component transport protocol core
[ 0.187626] NET: Registered PF_MCTP protocol family
[ 0.187626] PCI: Using ACPI for IRQ routing
[ 0.189385] PCI: pci_cache_line_size set to 64 bytes
[ 0.189416] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[ 0.189418] e820: reserve RAM buffer [mem 0xd1a68000-0xd3ffffff]
[ 0.189419] e820: reserve RAM buffer [mem 0xd1ea1000-0xd3ffffff]
[ 0.189420] e820: reserve RAM buffer [mem 0xd7edb000-0xd7ffffff]
[ 0.189421] e820: reserve RAM buffer [mem 0xd8760000-0xdbffffff]
[ 0.189422] e820: reserve RAM buffer [mem 0xd8fae000-0xdbffffff]
[ 0.189423] e820: reserve RAM buffer [mem 0xda71c000-0xdbffffff]
[ 0.189424] e820: reserve RAM buffer [mem 0xdbe0d000-0xdbffffff]
[ 0.189425] e820: reserve RAM buffer [mem 0x41ee00000-0x41fffffff]
[ 0.189437] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.189437] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.189437] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.189437] vgaarb: loaded
[ 0.189486] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.189486] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.191448] clocksource: Switched to clocksource tsc-early
[ 0.192023] VFS: Disk quotas dquot_6.6.0
[ 0.192032] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.192212] AppArmor: AppArmor Filesystem Enabled
[ 0.192235] pnp: PnP ACPI init
[ 0.192288] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[ 0.192441] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.192444] system 00:01: [io 0xffff] has been reserved
[ 0.192445] system 00:01: [io 0xffff] has been reserved
[ 0.192446] system 00:01: [io 0xffff] has been reserved
[ 0.192447] system 00:01: [io 0x1c00-0x1cfe] has been reserved
[ 0.192449] system 00:01: [io 0x1d00-0x1dfe] has been reserved
[ 0.192450] system 00:01: [io 0x1e00-0x1efe] has been reserved
[ 0.192451] system 00:01: [io 0x1f00-0x1ffe] has been reserved
[ 0.192452] system 00:01: [io 0x1800-0x18fe] could not be reserved
[ 0.192454] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.192560] system 00:03: [io 0x0a00-0x0a0f] has been reserved
[ 0.192599] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.193047] pnp 00:05: [dma 0 disabled]
[ 0.193380] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.193383] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.193384] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.193385] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.193386] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.193388] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.193389] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.193390] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.193392] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.193393] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.193394] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.193395] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.193566] pnp: PnP ACPI: found 7 devices
[ 0.199139] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.199184] NET: Registered PF_INET protocol family
[ 0.199292] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.211560] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.211611] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.211698] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.211874] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.212055] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.212137] MPTCP token hash table entries: 16384 (order: 7, 393216 bytes, linear)
[ 0.212207] UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.212280] UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.212367] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.212378] NET: Registered PF_XDP protocol family
[ 0.212394] pci 0000:00:1c.4: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.212398] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.212400] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.212408] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf3fffff]: assigned
[ 0.212410] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]: assigned
[ 0.212413] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]: assigned
[ 0.212416] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.212426] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.212442] pci 0000:00:1c.1: PCI bridge to [bus 02-03]
[ 0.212450] pci 0000:00:1c.4: PCI bridge to [bus 04]
[ 0.212453] pci 0000:00:1c.4: bridge window [io 0x2000-0x2fff]
[ 0.212457] pci 0000:00:1c.4: bridge window [mem 0xdf200000-0xdf3fffff]
[ 0.212460] pci 0000:00:1c.4: bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.212466] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.212467] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.212468] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.212469] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000e7fff window]
[ 0.212471] pci_bus 0000:00: resource 8 [mem 0xdf200000-0xfeafffff window]
[ 0.212472] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.212473] pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf3fffff]
[ 0.212474] pci_bus 0000:04: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
[ 0.234686] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x740 took 15783 usecs
[ 0.250686] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x740 took 15607 usecs
[ 0.250704] PCI: CLS 64 bytes, default 64
[ 0.250725] DMAR: No ATSR found
[ 0.250725] DMAR: No SATC found
[ 0.250726] DMAR: dmar0: Using Queued invalidation
[ 0.250731] DMAR: dmar1: Using Queued invalidation
[ 0.250776] Trying to unpack rootfs image as initramfs...
[ 0.250851] pci 0000:00:02.0: Adding to iommu group 0
[ 0.251183] pci 0000:00:00.0: Adding to iommu group 1
[ 0.251192] pci 0000:00:03.0: Adding to iommu group 2
[ 0.251198] pci 0000:00:14.0: Adding to iommu group 3
[ 0.251207] pci 0000:00:16.0: Adding to iommu group 4
[ 0.251214] pci 0000:00:19.0: Adding to iommu group 5
[ 0.251221] pci 0000:00:1a.0: Adding to iommu group 6
[ 0.251228] pci 0000:00:1c.0: Adding to iommu group 7
[ 0.251235] pci 0000:00:1c.1: Adding to iommu group 8
[ 0.251242] pci 0000:00:1c.4: Adding to iommu group 9
[ 0.251249] pci 0000:00:1d.0: Adding to iommu group 10
[ 0.251261] pci 0000:00:1f.0: Adding to iommu group 11
[ 0.251268] pci 0000:00:1f.2: Adding to iommu group 11
[ 0.251275] pci 0000:00:1f.3: Adding to iommu group 11
[ 0.251282] pci 0000:02:00.0: Adding to iommu group 12
[ 0.252105] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 0.252107] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.252108] software IO TLB: mapped [mem 0x00000000d3edb000-0x00000000d7edb000] (64MB)
[ 0.270756] Initialise system trusted keyrings
[ 0.270767] Key type blacklist registered
[ 0.270870] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 0.271097] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.271238] fuse: init (API version 7.44)
[ 0.271417] integrity: Platform Keyring initialized
[ 0.271419] integrity: Machine keyring initialized
[ 0.281057] Key type asymmetric registered
[ 0.281060] Asymmetric key parser 'x509' registered
[ 0.281090] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.281196] io scheduler mq-deadline registered
[ 0.282153] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.282839] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.283084] ACPI: button: Power Button [PWRB]
[ 0.283111] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.283203] ACPI: button: Power Button [PWRF]
[ 0.284008] ACPI: \_TZ_.TZ00: _AL0 evaluation failure
[ 0.284086] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.284087] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[ 0.284269] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.284270] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[ 0.284324] ERST: Error Record Serialization Table (ERST) support is initialized.
[ 0.284347] pstore: Using crash dump compression: deflate
[ 0.284348] pstore: Registered erst as persistent store backend
[ 0.284461] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.305351] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.307438] Linux agpgart interface v0.103
[ 0.309059] loop: module loaded
[ 0.309262] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 0.309679] scsi host0: ata_piix
[ 0.309846] scsi host1: ata_piix
[ 0.309881] ata1: SATA max UDMA/133 cmd 0xf0d0 ctl 0xf0c0 bmdma 0xf090 irq 19 lpm-pol 0
[ 0.309885] ata2: SATA max UDMA/133 cmd 0xf0b0 ctl 0xf0a0 bmdma 0xf098 irq 19 lpm-pol 0
[ 0.309983] ACPI: bus type drm_connector registered
[ 0.310260] tun: Universal TUN/TAP device driver, 1.6
[ 0.310296] PPP generic driver version 2.4.2
[ 0.310350] i8042: PNP: No PS/2 controller found.
[ 0.310385] mousedev: PS/2 mouse device common for all mice
[ 0.310452] rtc_cmos 00:02: RTC can wake from S4
[ 0.310680] rtc_cmos 00:02: registered as rtc0
[ 0.310711] rtc_cmos 00:02: setting system clock to 2026-07-24T20:58:04 UTC (1784926684)
[ 0.310735] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.310742] i2c_dev: i2c /dev entries driver
[ 0.310898] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 0.310911] device-mapper: uevent: version 1.0.3
[ 0.310940] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[ 0.310948] intel_pstate: Intel P-state driver initializing
[ 0.311269] drop_monitor: Initializing network drop monitor service
[ 0.311348] NET: Registered PF_INET6 protocol family
[ 0.311579] Segment Routing with IPv6
[ 0.311585] In-situ OAM (IOAM) with IPv6
[ 0.311605] NET: Registered PF_PACKET protocol family
[ 0.311628] Bridge firewalling registered
[ 0.311656] Key type dns_resolver registered
[ 0.312158] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.312259] microcode: Current revision: 0x00000028
[ 0.312269] microcode: Updated early from: 0x0000001c
[ 0.312495] IPI shorthand broadcast: enabled
[ 0.313942] sched_clock: Marking stable (312001439, 1599372)->(317354175, -3753364)
[ 0.314117] registered taskstats version 1
[ 0.314685] Loading compiled-in X.509 certificates
[ 0.315188] Loaded X.509 cert 'Build time autogenerated kernel key: 845ea0f525f9596080363f3ae23afd7a64d308b0'
[ 0.318541] Demotion targets for Node 0: null
[ 0.318672] Key type .fscrypt registered
[ 0.318674] Key type fscrypt-provisioning registered
[ 0.318725] Key type big_key registered
[ 0.684824] Freeing initrd memory: 86844K
[ 0.698054] Key type encrypted registered
[ 0.698057] AppArmor: AppArmor sha256 policy hashing enabled
[ 0.698065] ima: No TPM chip found, activating TPM-bypass!
[ 0.698072] Loading compiled-in module X.509 certificates
[ 0.698508] Loaded X.509 cert 'Build time autogenerated kernel key: 845ea0f525f9596080363f3ae23afd7a64d308b0'
[ 0.698510] ima: Allocated hash algorithm: sha256
[ 0.698520] ima: No architecture policies found
[ 0.698530] evm: Initialising EVM extended attributes:
[ 0.698531] evm: security.selinux
[ 0.698532] evm: security.SMACK64
[ 0.698533] evm: security.SMACK64EXEC
[ 0.698533] evm: security.SMACK64TRANSMUTE
[ 0.698534] evm: security.SMACK64MMAP
[ 0.698535] evm: security.apparmor
[ 0.698535] evm: security.ima
[ 0.698536] evm: security.capability
[ 0.698537] evm: HMAC attrs: 0x1
[ 0.698857] PM: Magic number: 2:376:1004
[ 0.698881] input input1: hash matches
[ 0.698898] system 00:06: hash matches
[ 0.698933] memory memory43: hash matches
[ 0.700079] RAS: Correctable Errors collector initialized.
[ 0.704063] clk: Disabling unused clocks
[ 0.704064] PM: genpd: Disabling unused power domains
[ 1.071691] ata2.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.071706] ata2.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.071853] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.071867] ata1.01: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.076975] ata2.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
[ 1.076978] ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.077080] ata1.00: ATA-8: Hitachi HDS723020BLA642, MN6OA580, max UDMA/133
[ 1.077084] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.077174] ata2.01: ATA-8: WDC WD10EZRX-00A8LB0, 01.01A01, max UDMA/133
[ 1.077177] ata2.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.077301] ata1.01: ATA-8: HITACHI HUA723020ALA640, MK7ONS00, max UDMA/133
[ 1.077304] ata1.01: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.079977] ata2.00: configured for UDMA/133
[ 1.082102] ata1.00: configured for UDMA/133
[ 1.082870] ata2.01: configured for UDMA/133
[ 1.086903] ata1.01: configured for UDMA/133
[ 1.087051] scsi 0:0:0:0: Direct-Access ATA Hitachi HDS72302 A580 PQ: 0 ANSI: 5
[ 1.087260] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.087278] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.087287] sd 0:0:0:0: [sda] Write Protect is off
[ 1.087289] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.087298] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.087313] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.087368] scsi 0:0:1:0: Direct-Access ATA HITACHI HUA72302 NS00 PQ: 0 ANSI: 5
[ 1.087514] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 1.087572] sd 0:0:1:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[ 1.087580] sd 0:0:1:0: [sdb] Write Protect is off
[ 1.087583] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.087591] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 1.087592] scsi 1:0:0:0: Direct-Access ATA WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
[ 1.087625] sd 0:0:1:0: [sdb] Preferred minimum I/O size 512 bytes
[ 1.087760] sd 1:0:0:0: Attached scsi generic sg2 type 0
[ 1.087785] sd 1:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[ 1.087788] sd 1:0:0:0: [sdc] 4096-byte physical blocks
[ 1.087795] sd 1:0:0:0: [sdc] Write Protect is off
[ 1.087799] sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.087819] sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.087835] sd 1:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
[ 1.087859] scsi 1:0:1:0: Direct-Access ATA WDC WD10EZRX-00A 1A01 PQ: 0 ANSI: 5
[ 1.088040] scsi 1:0:1:0: Attached scsi generic sg3 type 0
[ 1.088092] sd 1:0:1:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.088094] sd 1:0:1:0: [sdd] 4096-byte physical blocks
[ 1.088133] sd 1:0:1:0: [sdd] Write Protect is off
[ 1.088134] sd 1:0:1:0: [sdd] Mode Sense: 00 3a 00 00
[ 1.088147] sd 1:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.088168] sd 1:0:1:0: [sdd] Preferred minimum I/O size 4096 bytes
[ 1.102673] sda: sda1
[ 1.102730] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.105889] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 1.244394] sdd: sdd1 sdd2 sdd3
[ 1.244651] sd 1:0:1:0: [sdd] Attached SCSI disk
[ 1.244653] sdc: sdc1
[ 1.244728] sd 1:0:0:0: [sdc] Attached SCSI disk
[ 1.245816] Freeing unused decrypted memory: 2028K
[ 1.246381] Freeing unused kernel image (initmem) memory: 4948K
[ 1.246444] Write protecting the kernel read-only data: 38912k
[ 1.246936] Freeing unused kernel image (text/rodata gap) memory: 1124K
[ 1.247260] Freeing unused kernel image (rodata/data gap) memory: 1436K
[ 1.283266] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.283267] x86/mm: Checking user space page tables
[ 1.317794] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.317804] tsc: Refined TSC clocksource calibration: 3491.913 MHz
[ 1.317809] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255790e5ea, max_idle_ns: 440795224414 ns
[ 1.317809] Run /init as init process
[ 1.317822] with arguments:
[ 1.317824] /init
[ 1.317826] with environment:
[ 1.317827] HOME=/
[ 1.317828] TERM=linux
[ 1.317835] clocksource: Switched to clocksource tsc
[ 1.478452] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20250404/utaddress-204)
[ 1.478463] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 1.478466] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 1.478472] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 1.478474] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204)
[ 1.478478] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 1.478483] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 1.478485] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20250404/utaddress-204)
[ 1.478490] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20250404/utaddress-204)
[ 1.478494] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[ 1.478495] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 1.480712] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.480720] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.480734] ehci-pci 0000:00:1a.0: debug port 2
[ 1.483677] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.483681] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.483891] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 1.484677] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7c37000
[ 1.490664] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.490734] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 1.490738] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.490740] usb usb1: Product: EHCI Host Controller
[ 1.490742] usb usb1: Manufacturer: Linux 6.17.9-1-pve ehci_hcd
[ 1.490744] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.490883] hub 1-0:1.0: USB hub found
[ 1.490889] hub 1-0:1.0: 2 ports detected
[ 1.491105] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.491126] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.491138] ehci-pci 0000:00:1d.0: debug port 2
[ 1.495214] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c36000
[ 1.500616] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.502053] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 1.502058] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.502060] usb usb2: Product: EHCI Host Controller
[ 1.502063] usb usb2: Manufacturer: Linux 6.17.9-1-pve ehci_hcd
[ 1.502065] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.502248] hub 2-0:1.0: USB hub found
[ 1.502262] hub 2-0:1.0: 2 ports detected
[ 1.504051] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.504058] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.505143] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 1.505386] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.505389] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.505392] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.505455] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[ 1.505459] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.505462] usb usb3: Product: xHCI Host Controller
[ 1.505464] usb usb3: Manufacturer: Linux 6.17.9-1-pve xhci-hcd
[ 1.505465] usb usb3: SerialNumber: 0000:00:14.0
[ 1.505590] hub 3-0:1.0: USB hub found
[ 1.505624] hub 3-0:1.0: 15 ports detected
[ 1.506711] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[ 1.506732] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 1.511094] i2c i2c-0: Successfully instantiated SPD at 0x50
[ 1.511369] i2c i2c-0: Successfully instantiated SPD at 0x51
[ 1.511653] i2c i2c-0: Successfully instantiated SPD at 0x52
[ 1.511988] i2c i2c-0: Successfully instantiated SPD at 0x53
[ 1.513000] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[ 1.513003] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.513004] usb usb4: Product: xHCI Host Controller
[ 1.513006] usb usb4: Manufacturer: Linux 6.17.9-1-pve xhci-hcd
[ 1.513007] usb usb4: SerialNumber: 0000:00:14.0
[ 1.513121] hub 4-0:1.0: USB hub found
[ 1.513140] hub 4-0:1.0: 6 ports detected
[ 1.554276] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[ 1.618492] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 98:90:96:c4:96:9a
[ 1.618496] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[ 1.618540] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[ 1.619678] e1000e 0000:00:19.0 eno1: renamed from eth0
[ 1.727652] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.735627] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.833841] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.847573] usb 4-1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.43
[ 1.847577] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.847578] usb 4-1: Product: USB3.0 Hub
[ 1.847579] usb 4-1: Manufacturer: VIA Labs, Inc.
[ 1.848866] hub 4-1:1.0: USB hub found
[ 1.849034] hub 4-1:1.0: 4 ports detected
[ 1.853110] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[ 1.853113] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.853437] hub 1-1:1.0: USB hub found
[ 1.853596] hub 1-1:1.0: 6 ports detected
[ 1.862006] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[ 1.862010] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.862297] hub 2-1:1.0: USB hub found
[ 1.862357] hub 2-1:1.0: 8 ports detected
[ 1.965444] usb 4-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 1.988925] usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.01
[ 1.988929] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.988930] usb 4-2: Product: USB3.2 Hub
[ 1.988932] usb 4-2: Manufacturer: Generic
[ 1.992620] hub 4-2:1.0: USB hub found
[ 1.993785] hub 4-2:1.0: 4 ports detected
[ 2.137636] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[ 2.225252] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 2.225255] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.225256] usb 1-1.2: Product: USB 2.0 Hub
[ 2.225519] hub 1-1.2:1.0: USB hub found
[ 2.225594] hub 1-1.2:1.0: 4 ports detected
[ 2.283325] usb 4-2.1: new SuperSpeed USB device number 4 using xhci_hcd
[ 2.299639] usb 1-1.5: new high-speed USB device number 4 using ehci-pci
[ 2.307367] usb 4-2.1: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 0.01
[ 2.307371] usb 4-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.307372] usb 4-2.1: Product: USB3.2 Hub
[ 2.307374] usb 4-2.1: Manufacturer: Generic
[ 2.312380] hub 4-2.1:1.0: USB hub found
[ 2.314860] hub 4-2.1:1.0: 4 ports detected
[ 2.374864] usb 4-1.4: new SuperSpeed USB device number 5 using xhci_hcd
[ 2.377621] usb 1-1.5: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.43
[ 2.377624] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.377626] usb 1-1.5: Product: USB2.0 Hub
[ 2.377627] usb 1-1.5: Manufacturer: VIA Labs, Inc.
[ 2.378021] hub 1-1.5:1.0: USB hub found
[ 2.378243] hub 1-1.5:1.0: 4 ports detected
[ 2.388330] usb 4-1.4: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.43
[ 2.388333] usb 4-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.388334] usb 4-1.4: Product: USB3.0 Hub
[ 2.388336] usb 4-1.4: Manufacturer: VIA Labs, Inc.
[ 2.450674] hub 4-1.4:1.0: USB hub found
[ 2.450892] hub 4-1.4:1.0: 4 ports detected
[ 2.458865] usb 4-2.2: new SuperSpeed USB device number 6 using xhci_hcd
[ 2.583642] usb 1-1.6: new high-speed USB device number 5 using ehci-pci
[ 2.609762] usb 4-2.1.3: new SuperSpeed USB device number 7 using xhci_hcd
[ 2.621660] usb 4-2.1.3: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 2.621664] usb 4-2.1.3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.621666] usb 4-2.1.3: Product: ThinkPlus
[ 2.621667] usb 4-2.1.3: Manufacturer: SSD
[ 2.621668] usb 4-2.1.3: SerialNumber: AAAABBBB000C
[ 2.626031] usbcore: registered new interface driver usb-storage
[ 2.630172] scsi host2: uas
[ 2.630241] usbcore: registered new interface driver uas
[ 2.630765] scsi 2:0:0:0: Direct-Access SSD ThinkPlus 0 PQ: 0 ANSI: 6
[ 2.633469] sd 2:0:0:0: Attached scsi generic sg4 type 0
[ 2.634254] sd 2:0:0:0: [sde] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
[ 2.634386] sd 2:0:0:0: [sde] Write Protect is off
[ 2.634388] sd 2:0:0:0: [sde] Mode Sense: 43 00 00 00
[ 2.634585] sd 2:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.662884] sd 2:0:0:0: [sde] Preferred minimum I/O size 512 bytes
[ 2.662898] sd 2:0:0:0: [sde] Optimal transfer size 33553920 bytes
[ 2.683252] usb 1-1.6: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.01
[ 2.683257] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.683259] usb 1-1.6: Product: USB2.1 Hub
[ 2.683260] usb 1-1.6: Manufacturer: Generic
[ 2.684055] hub 1-1.6:1.0: USB hub found
[ 2.686250] hub 1-1.6:1.0: 4 ports detected
[ 2.690325] sde: sde1
[ 2.690406] sd 2:0:0:0: [sde] Attached SCSI disk
[ 2.745953] usb 4-2.2: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00
[ 2.745968] usb 4-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.745970] usb 4-2.2: Product: AX88179A
[ 2.745971] usb 4-2.2: Manufacturer: ASIX
[ 2.745972] usb 4-2.2: SerialNumber: 00000000004885
[ 2.811987] usbcore: registered new interface driver cdc_ether
[ 2.872834] usb 4-2.3: new SuperSpeed USB device number 8 using xhci_hcd
[ 2.912077] usb 4-2.3: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
[ 2.912080] usb 4-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.912082] usb 4-2.3: Product: USB3.0 Hub
[ 2.912083] usb 4-2.3: Manufacturer: VIA Labs, Inc.
[ 2.923620] hub 4-2.3:1.0: USB hub found
[ 2.923766] hub 4-2.3:1.0: 4 ports detected
[ 2.970622] usb 1-1.6.1: new high-speed USB device number 6 using ehci-pci
[ 2.974662] usb 4-1.4.2: new SuperSpeed USB device number 9 using xhci_hcd
[ 2.986269] usb 4-1.4.2: New USB device found, idVendor=1058, idProduct=2647, bcdDevice=10.23
[ 2.986271] usb 4-1.4.2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.986273] usb 4-1.4.2: Product: easystore 2647
[ 2.986274] usb 4-1.4.2: Manufacturer: Western Digital
[ 2.986275] usb 4-1.4.2: SerialNumber: 57583532443431524C4B3846
[ 2.988626] usb-storage 4-1.4.2:1.0: USB Mass Storage device detected
[ 2.988961] scsi host3: usb-storage 4-1.4.2:1.0
[ 3.010813] cdc_ncm 4-2.2:2.0: MAC-Address: 8c:ae:4c:cd:a9:26
[ 3.010816] cdc_ncm 4-2.2:2.0: setting rx_max = 16384
[ 3.023828] cdc_ncm 4-2.2:2.0: setting tx_max = 16384
[ 3.033975] cdc_ncm 4-2.2:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-2.2, CDC NCM (NO ZLP), 8c:ae:4c:cd:a9:26
[ 3.048523] usbcore: registered new interface driver cdc_ncm
[ 3.050595] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: renamed from eth0
[ 3.053181] device-mapper: thin: Data device (dm-3) discard unsupported: Disabling discard passdown.
[ 3.070640] usb 1-1.6.1: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 0.01
[ 3.070644] usb 1-1.6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.070646] usb 1-1.6.1: Product: USB2.1 Hub
[ 3.070647] usb 1-1.6.1: Manufacturer: Generic
[ 3.071277] hub 1-1.6.1:1.0: USB hub found
[ 3.072252] hub 1-1.6.1:1.0: 4 ports detected
[ 3.093831] usb 4-2.4: new SuperSpeed USB device number 10 using xhci_hcd
[ 3.111932] usb 4-2.4: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00
[ 3.111936] usb 4-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.111937] usb 4-2.4: Product: AX88179B
[ 3.111938] usb 4-2.4: Manufacturer: ASIX
[ 3.111940] usb 4-2.4: SerialNumber: 00000000000102
[ 3.142622] raid6: avx2x4 gen() 36067 MB/s
[ 3.159620] raid6: avx2x2 gen() 34895 MB/s
[ 3.166232] cdc_ncm 4-2.4:2.0: MAC-Address: 80:ae:4c:cd:ec:03
[ 3.166235] cdc_ncm 4-2.4:2.0: setting rx_max = 16384
[ 3.166524] cdc_ncm 4-2.4:2.0: setting tx_max = 16384
[ 3.166940] cdc_ncm 4-2.4:2.0 eth0: register 'cdc_ncm' at usb-0000:00:14.0-2.4, CDC NCM (NO ZLP), 80:ae:4c:cd:ec:03
[ 3.171900] cdc_ncm 4-2.4:2.0 enx80ae4ccdec03: renamed from eth0
[ 3.176617] raid6: avx2x1 gen() 30750 MB/s
[ 3.176619] raid6: using algorithm avx2x4 gen() 36067 MB/s
[ 3.190629] usb 1-1.5.4: new high-speed USB device number 7 using ehci-pci
[ 3.193621] raid6: .... xor() 12142 MB/s, rmw enabled
[ 3.193622] raid6: using avx2x2 recovery algorithm
[ 3.194673] xor: automatically using best checksumming function avx
[ 3.195515] async_tx: api initialized (async)
[ 3.332488] usb 1-1.5.4: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.43
[ 3.332492] usb 1-1.5.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.332494] usb 1-1.5.4: Product: USB2.0 Hub
[ 3.332495] usb 1-1.5.4: Manufacturer: VIA Labs, Inc.
[ 3.332899] hub 1-1.5.4:1.0: USB hub found
[ 3.333098] hub 1-1.5.4:1.0: 4 ports detected
[ 3.361443] Btrfs loaded, zoned=yes, fsverity=yes
[ 3.404627] usb 1-1.6.3: new high-speed USB device number 8 using ehci-pci
[ 3.493494] usb 1-1.6.3: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
[ 3.493499] usb 1-1.6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.493501] usb 1-1.6.3: Product: USB2.0 Hub
[ 3.493502] usb 1-1.6.3: Manufacturer: VIA Labs, Inc.
[ 3.493771] hub 1-1.6.3:1.0: USB hub found
[ 3.494000] hub 1-1.6.3:1.0: 4 ports detected
[ 3.534002] usb 1-1.2: USB disconnect, device number 3
[ 3.544875] usb 4-2.3.3: new SuperSpeed USB device number 11 using xhci_hcd
[ 3.585054] usb 4-2.3.3: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
[ 3.585057] usb 4-2.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.585059] usb 4-2.3.3: Product: USB3.0 Hub
[ 3.585060] usb 4-2.3.3: Manufacturer: VIA Labs, Inc.
[ 3.586147] hub 4-2.3.3:1.0: USB hub found
[ 3.586323] hub 4-2.3.3:1.0: 4 ports detected
[ 3.654545] EXT4-fs (dm-1): orphan cleanup on readonly fs
[ 3.654924] EXT4-fs (dm-1): mounted filesystem fe418106-acca-4171-8fba-1f4fa2c48260 ro with ordered data mode. Quota mode: none.
[ 4.035661] usb 1-1.5.4.1: new full-speed USB device number 9 using ehci-pci
[ 4.040347] scsi 3:0:0:0: Direct-Access WD easystore 2647 1023 PQ: 0 ANSI: 6
[ 4.040679] scsi 3:0:0:1: Enclosure WD SES Device 1023 PQ: 0 ANSI: 6
[ 4.044024] sd 3:0:0:0: Attached scsi generic sg5 type 0
[ 4.044161] sd 3:0:0:0: [sdf] Very big device. Trying to use READ CAPACITY(16).
[ 4.044183] scsi 3:0:0:1: Attached scsi generic sg6 type 13
[ 4.044458] sd 3:0:0:0: [sdf] 9767475200 512-byte logical blocks: (5.00 TB/4.55 TiB)
[ 4.044460] sd 3:0:0:0: [sdf] 4096-byte physical blocks
[ 4.044737] sd 3:0:0:0: [sdf] Write Protect is off
[ 4.044739] sd 3:0:0:0: [sdf] Mode Sense: 47 00 10 08
[ 4.045017] sd 3:0:0:0: [sdf] No Caching mode page found
[ 4.045019] sd 3:0:0:0: [sdf] Assuming drive cache: write through
[ 4.076295] sdf: sdf1
[ 4.076359] sd 3:0:0:0: [sdf] Attached SCSI disk
[ 4.172503] usb 1-1.5.4.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[ 4.172507] usb 1-1.5.4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.172508] usb 1-1.5.4.1: Product: USB-Serial Controller D
[ 4.172510] usb 1-1.5.4.1: Manufacturer: Prolific Technology Inc.
[ 4.294658] usb 1-1.6.3.1: new full-speed USB device number 10 using ehci-pci
[ 4.432028] usb 1-1.6.3.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[ 4.432032] usb 1-1.6.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.432044] usb 1-1.6.3.1: Product: USB-Serial Controller D
[ 4.432045] usb 1-1.6.3.1: Manufacturer: Prolific Technology Inc.
[ 4.443299] systemd[1]: Inserted module 'autofs4'
[ 4.545106] systemd[1]: systemd 257.9-1~deb13u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF -XKBCOMMON -UTMP +SYSVINIT +LIBARCHIVE)
[ 4.545112] systemd[1]: Detected architecture x86-64.
[ 4.554652] usb 1-1.5.4.4: new full-speed USB device number 11 using ehci-pci
[ 4.563595] systemd[1]: Hostname set to <pfv-tsys4>.
[ 4.637944] systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported.
[ 4.692879] usb 1-1.5.4.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
[ 4.692883] usb 1-1.5.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.692885] usb 1-1.5.4.4: Product: USB-Serial Controller
[ 4.692886] usb 1-1.5.4.4: Manufacturer: Prolific Technology Inc.
[ 4.813665] usb 1-1.6.3.2: new full-speed USB device number 12 using ehci-pci
[ 4.952278] usb 1-1.6.3.2: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
[ 4.952282] usb 1-1.6.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.952294] usb 1-1.6.3.2: Product: USB-Serial Controller
[ 4.952295] usb 1-1.6.3.2: Manufacturer: Prolific Technology Inc.
[ 5.075624] usb 1-1.6.3.3: new high-speed USB device number 13 using ehci-pci
[ 5.213686] usb 1-1.6.3.3: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
[ 5.213690] usb 1-1.6.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.213691] usb 1-1.6.3.3: Product: USB2.0 Hub
[ 5.213693] usb 1-1.6.3.3: Manufacturer: VIA Labs, Inc.
[ 5.214193] hub 1-1.6.3.3:1.0: USB hub found
[ 5.214526] hub 1-1.6.3.3:1.0: 4 ports detected
[ 5.459660] usb 1-1.6.3.4: new full-speed USB device number 14 using ehci-pci
[ 5.598404] usb 1-1.6.3.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
[ 5.598408] usb 1-1.6.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.598420] usb 1-1.6.3.4: Product: USB-Serial Controller
[ 5.598422] usb 1-1.6.3.4: Manufacturer: Prolific Technology Inc.
[ 5.621131] systemd[1]: Queued start job for default target graphical.target.
[ 5.643340] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 5.643760] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 5.644119] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 5.644631] systemd[1]: Created slice system-xfs_scrub.slice - xfs_scrub background service slice.
[ 5.644888] systemd[1]: Created slice user.slice - User and Session Slice.
[ 5.644941] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 5.644979] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 5.645122] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 5.645143] systemd[1]: Expecting device dev-disk-by\x2duuid-1bb5976a\x2da9b9\x2d467d\x2dbdc1\x2daecf3810590b.device - /dev/disk/by-uuid/1bb5976a-a9b9-467d-bdc1-aecf3810590b...
[ 5.645149] systemd[1]: Expecting device dev-disk-by\x2duuid-3898f700\x2d297d\x2d4a6b\x2da449\x2d71ccf7b22047.device - /dev/disk/by-uuid/3898f700-297d-4a6b-a449-71ccf7b22047...
[ 5.645155] systemd[1]: Expecting device dev-disk-by\x2duuid-49bd1b9e\x2df31c\x2d4f0a\x2d9790\x2d5b4b330c5708.device - /dev/disk/by-uuid/49bd1b9e-f31c-4f0a-9790-5b4b330c5708...
[ 5.645160] systemd[1]: Expecting device dev-disk-by\x2duuid-b53dcfc5\x2d02f4\x2d4b80\x2dbf72\x2d33feb8b03f09.device - /dev/disk/by-uuid/b53dcfc5-02f4-4b80-bf72-33feb8b03f09...
[ 5.645165] systemd[1]: Expecting device dev-pve-swap.device - /dev/pve/swap...
[ 5.645174] systemd[1]: Reached target ceph-fuse.target - ceph target allowing to start/stop all ceph-fuse@.service instances at once.
[ 5.645185] systemd[1]: Reached target ceph.target - ceph target allowing to start/stop all ceph*@.service instances at once.
[ 5.645211] systemd[1]: Reached target network-pre.target - Preparation for Network.
[ 5.645227] systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups.
[ 5.645234] systemd[1]: Reached target paths.target - Path Units.
[ 5.645258] systemd[1]: Reached target slices.target - Slice Units.
[ 5.645339] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[ 5.645394] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[ 5.648253] systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.
[ 5.649020] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.
[ 5.649101] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 5.649194] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 5.649288] systemd[1]: Listening on systemd-journald.socket - Journal Sockets.
[ 5.649318] systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.649332] systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.649404] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 5.649454] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.657308] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[ 5.658012] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.658090] systemd[1]: run-lock.mount: Directory /run/lock to mount over is not empty, mounting anyway.
[ 5.658786] systemd[1]: Mounting run-lock.mount - Legacy Locks Directory /run/lock...
[ 5.659462] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.660475] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.660531] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.661849] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.663082] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.664314] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 5.665496] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.666701] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.667841] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.668612] usb 1-1.2: new high-speed USB device number 15 using ehci-pci
[ 5.668968] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.669324] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 5.669391] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
[ 5.671962] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.710757] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.710777] systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.711665] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.711712] systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[ 5.712494] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...
[ 5.713304] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.720018] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 5.720510] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.720750] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 5.720990] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 5.721132] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 5.721328] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 5.721443] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 5.722302] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 5.723002] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 5.723873] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[ 5.741489] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 5.741647] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 5.760224] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 5.760227] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 5.760229] usb 1-1.2: Product: USB 2.0 Hub
[ 5.760514] hub 1-1.2:1.0: USB hub found
[ 5.760597] hub 1-1.2:1.0: 4 ports detected
[ 5.909431] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.
[ 5.913517] systemd-journald[394]: Collecting audit messages is disabled.
[ 5.916630] usb 1-1.6.3.3.1: new full-speed USB device number 16 using ehci-pci
[ 6.020147] systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.
[ 6.055625] usb 1-1.6.3.3.1: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
[ 6.055630] usb 1-1.6.3.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.055633] usb 1-1.6.3.3.1: Product: USB-Serial Controller
[ 6.055635] usb 1-1.6.3.3.1: Manufacturer: Prolific Technology Inc.
[ 6.067271] systemd[1]: Starting ifupdown2-pre.service - Helper to synchronize boot up for ifupdown...
[ 6.068155] systemd[1]: Starting systemd-udev-settle.service - Wait for udev To Complete Device Initialization...
[ 6.069075] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[ 6.069171] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 6.069242] systemd[1]: Mounted run-lock.mount - Legacy Locks Directory /run/lock.
[ 6.069314] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 6.069381] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 6.069449] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 6.069515] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 6.085290] systemd[1]: Started systemd-journald.service - Journal Service.
[ 6.090526] EXT4-fs (dm-1): re-mounted fe418106-acca-4171-8fba-1f4fa2c48260 r/w.
[ 6.179681] usb 1-1.6.3.3.2: new full-speed USB device number 17 using ehci-pci
[ 6.196341] systemd-journald[394]: Received client request to flush runtime journal.
[ 6.317030] usb 1-1.6.3.3.2: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[ 6.317034] usb 1-1.6.3.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.317046] usb 1-1.6.3.3.2: Product: USB-Serial Controller D
[ 6.317047] usb 1-1.6.3.3.2: Manufacturer: Prolific Technology Inc.
[ 6.440640] usb 1-1.6.3.3.3: new full-speed USB device number 18 using ehci-pci
[ 6.578023] usb 1-1.6.3.3.3: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 4.00
[ 6.578026] usb 1-1.6.3.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6.578028] usb 1-1.6.3.3.3: Product: USB-Serial Controller D
[ 6.578029] usb 1-1.6.3.3.3: Manufacturer: Prolific Technology Inc.
[ 6.606007] usb 1-1.2: USB disconnect, device number 15
[ 6.701659] usb 1-1.6.3.3.4: new full-speed USB device number 19 using ehci-pci
[ 6.830166] spl: loading out-of-tree module taints kernel.
[ 7.083638] usb 1-1.6.3.3.4: device descriptor read/64, error -32
[ 7.127707] zfs: module license 'CDDL' taints kernel.
[ 7.127712] Disabling lock debugging due to kernel taint
[ 7.127729] zfs: module license taints kernel.
[ 7.329866] usb 1-1.6.3.3.4: New USB device found, idVendor=067b, idProduct=2303, bcdDevice= 3.00
[ 7.329872] usb 1-1.6.3.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.329875] usb 1-1.6.3.3.4: Product: USB-Serial Controller
[ 7.329877] usb 1-1.6.3.3.4: Manufacturer: Prolific Technology Inc.
[ 7.711529] ZFS: Loaded module v2.4.0-pve1, ZFS pool version 5000, ZFS filesystem version 5
[ 8.067618] RPC: Registered named UNIX socket transport module.
[ 8.067622] RPC: Registered udp transport module.
[ 8.067622] RPC: Registered tcp transport module.
[ 8.067623] RPC: Registered tcp-with-tls transport module.
[ 8.067624] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.167987] EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
[ 10.220298] usbcore: registered new interface driver usbserial_generic
[ 10.220312] usbserial: USB Serial support registered for generic
[ 10.311918] usbcore: registered new interface driver cdc_wdm
[ 10.525433] usbcore: registered new interface driver pl2303
[ 10.525444] usbserial: USB Serial support registered for pl2303
[ 10.525464] pl2303 1-1.5.4.1:1.0: pl2303 converter detected
[ 10.527346] usb 1-1.5.4.1: pl2303 converter now attached to ttyUSB0
[ 10.527381] pl2303 1-1.6.3.1:1.0: pl2303 converter detected
[ 10.528913] usb 1-1.6.3.1: pl2303 converter now attached to ttyUSB1
[ 10.528930] pl2303 1-1.5.4.4:1.0: pl2303 converter detected
[ 10.530958] usb 1-1.5.4.4: pl2303 converter now attached to ttyUSB2
[ 10.530977] pl2303 1-1.6.3.2:1.0: pl2303 converter detected
[ 10.532675] usb 1-1.6.3.2: pl2303 converter now attached to ttyUSB3
[ 10.532692] pl2303 1-1.6.3.4:1.0: pl2303 converter detected
[ 10.534443] usb 1-1.6.3.4: pl2303 converter now attached to ttyUSB4
[ 10.534459] pl2303 1-1.6.3.3.1:1.0: pl2303 converter detected
[ 10.536967] usb 1-1.6.3.3.1: pl2303 converter now attached to ttyUSB5
[ 10.536988] pl2303 1-1.6.3.3.2:1.0: pl2303 converter detected
[ 10.539452] usb 1-1.6.3.3.2: pl2303 converter now attached to ttyUSB6
[ 10.539471] pl2303 1-1.6.3.3.3:1.0: pl2303 converter detected
[ 10.541715] usb 1-1.6.3.3.3: pl2303 converter now attached to ttyUSB7
[ 10.541735] pl2303 1-1.6.3.3.4:1.0: pl2303 converter detected
[ 10.544217] usb 1-1.6.3.3.4: pl2303 converter now attached to ttyUSB8
[ 10.547566] at24 0-0050: supply vcc not found, using dummy regulator
[ 10.549040] at24 0-0050: 256 byte spd EEPROM, read-only
[ 10.549069] at24 0-0051: supply vcc not found, using dummy regulator
[ 10.550510] at24 0-0051: 256 byte spd EEPROM, read-only
[ 10.550528] at24 0-0052: supply vcc not found, using dummy regulator
[ 10.551998] at24 0-0052: 256 byte spd EEPROM, read-only
[ 10.552014] at24 0-0053: supply vcc not found, using dummy regulator
[ 10.553531] at24 0-0053: 256 byte spd EEPROM, read-only
[ 10.826298] usbcore: registered new interface driver cdc_mbim
[ 11.011635] e1000e 0000:00:19.0 nic0: renamed from eno1
[ 11.140459] spi-nor spi0.0: supply vcc not found, using dummy regulator
[ 11.509064] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 11.509070] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 11.509072] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 11.509073] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 11.509074] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 11.699694] Creating 1 MTD partitions on "intel-spi":
[ 11.699698] 0x000000000000-0x000000800000 : "BIOS"
[ 11.701466] spi-nor spi0.1: supply vcc not found, using dummy regulator
[ 11.702928] Creating 1 MTD partitions on "intel-spi-chip1":
[ 11.702931] 0x000000000000-0x000000400000 : "BIOS1"
[ 11.754617] scsi 3:0:0:1: Wrong diagnostic page; asked for 1 got 8
[ 11.754621] scsi 3:0:0:1: Failed to get diagnostic page 0x1
[ 11.754623] scsi 3:0:0:1: Failed to bind enclosure -19
[ 11.754637] ses 3:0:0:1: Attached Enclosure device
[ 11.903642] usb 1-1.2: new high-speed USB device number 20 using ehci-pci
[ 11.991263] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 11.991267] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 11.991268] usb 1-1.2: Product: USB 2.0 Hub
[ 11.991663] hub 1-1.2:1.0: USB hub found
[ 11.991730] hub 1-1.2:1.0: 4 ports detected
[ 12.456612] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 12.845593] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
[ 14.784442] EXT4-fs (sde1): mounted filesystem b53dcfc5-02f4-4b80-bf72-33feb8b03f09 r/w with ordered data mode. Quota mode: none.
[ 14.830770] Adding 8388604k swap on /dev/mapper/pve-swap. Priority:-2 extents:1 across:8388604k
[ 14.848288] i915 0000:00:02.0: [drm] Found haswell (device ID 041a) integrated display version 7.00 stepping N/A
[ 14.848524] i915 0000:00:02.0: [drm] VT-d active for gfx access
[ 14.848551] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 14.848995] Console: switching to colour dummy device 80x25
[ 14.849105] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[ 14.849109] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[ 14.849720] i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 14.866630] i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
[ 14.866634] [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 0
[ 14.868112] ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 14.868319] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[ 14.891725] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 14.926937] intel_rapl_common: Found RAPL domain package
[ 14.926939] intel_rapl_common: Found RAPL domain core
[ 14.926940] intel_rapl_common: Found RAPL domain uncore
[ 14.926941] intel_rapl_common: Found RAPL domain dram
[ 14.926958] intel_rapl_common: package-0:package:long_term locked by BIOS
[ 14.926960] intel_rapl_common: package-0:package:short_term locked by BIOS
[ 14.931884] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
[ 14.944745] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 14.957673] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[ 14.963820] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input4
[ 14.963870] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input5
[ 14.963904] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input6
[ 14.991480] EXT4-fs (sdc1): mounted filesystem 1bb5976a-a9b9-467d-bdc1-aecf3810590b r/w with ordered data mode. Quota mode: none.
[ 15.152657] EXT4-fs (sdb): mounted filesystem 3898f700-297d-4a6b-a449-71ccf7b22047 r/w with ordered data mode. Quota mode: none.
[ 17.358019] usb 1-1.2: USB disconnect, device number 20
[ 55.655103] EXT4-fs (sdf1): mounted filesystem 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 r/w with ordered data mode. Quota mode: none.
[ 62.405642] vmbr0: port 1(nic0) entered blocking state
[ 62.405646] vmbr0: port 1(nic0) entered disabled state
[ 62.405662] e1000e 0000:00:19.0 nic0: entered allmulticast mode
[ 62.405701] e1000e 0000:00:19.0 nic0: entered promiscuous mode
[ 65.395789] e1000e 0000:00:19.0 nic0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 65.395829] vmbr0: port 1(nic0) entered blocking state
[ 65.395832] vmbr0: port 1(nic0) entered forwarding state
[ 116.474471] datanet: port 1(enx8cae4ccda926) entered blocking state
[ 116.474475] datanet: port 1(enx8cae4ccda926) entered disabled state
[ 116.474488] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: entered allmulticast mode
[ 116.474543] cdc_ncm 4-2.2:2.0 enx8cae4ccda926: entered promiscuous mode
[ 116.803095] datanet: port 1(enx8cae4ccda926) entered blocking state
[ 116.803101] datanet: port 1(enx8cae4ccda926) entered forwarding state
[ 118.981050] audit: type=1400 audit(1784926803.169:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-copy" pid=1262 comm="apparmor_parser"
[ 119.141724] audit: type=1400 audit(1784926803.330:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=1300 comm="apparmor_parser"
[ 119.554013] audit: type=1400 audit(1784926803.742:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=1318 comm="apparmor_parser"
[ 119.554019] audit: type=1400 audit(1784926803.742:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=1318 comm="apparmor_parser"
[ 119.554020] audit: type=1400 audit(1784926803.742:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=1318 comm="apparmor_parser"
[ 119.554021] audit: type=1400 audit(1784926803.742:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=1318 comm="apparmor_parser"
[ 127.558692] NFSD: Using nfsdcld client tracking operations.
[ 127.558696] NFSD: starting 90-second grace period (net effffff9)
[ 129.681303] kvm_intel: L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
[ 130.289797] tap400i0: entered promiscuous mode
[ 130.362352] vmbr0: port 2(fwpr400p0) entered blocking state
[ 130.362357] vmbr0: port 2(fwpr400p0) entered disabled state
[ 130.362368] fwpr400p0: entered allmulticast mode
[ 130.362422] fwpr400p0: entered promiscuous mode
[ 130.362467] vmbr0: port 2(fwpr400p0) entered blocking state
[ 130.362470] vmbr0: port 2(fwpr400p0) entered forwarding state
[ 130.369811] fwbr400i0: port 1(fwln400i0) entered blocking state
[ 130.369815] fwbr400i0: port 1(fwln400i0) entered disabled state
[ 130.369831] fwln400i0: entered allmulticast mode
[ 130.369869] fwln400i0: entered promiscuous mode
[ 130.369940] fwbr400i0: port 1(fwln400i0) entered blocking state
[ 130.369943] fwbr400i0: port 1(fwln400i0) entered forwarding state
[ 130.377204] fwbr400i0: port 2(tap400i0) entered blocking state
[ 130.377208] fwbr400i0: port 2(tap400i0) entered disabled state
[ 130.377223] tap400i0: entered allmulticast mode
[ 130.377288] fwbr400i0: port 2(tap400i0) entered blocking state
[ 130.377290] fwbr400i0: port 2(tap400i0) entered forwarding state
[ 130.536262] NFSD: all clients done reclaiming, ending NFSv4 grace period (net effffff9)
[ 134.023890] WARNING! power/level is deprecated; use power/control instead
[ 290.175534] usb 1-1.2: new high-speed USB device number 21 using ehci-pci
[ 290.262185] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 290.262189] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 290.262190] usb 1-1.2: Product: USB 2.0 Hub
[ 290.262471] hub 1-1.2:1.0: USB hub found
[ 290.262619] hub 1-1.2:1.0: 4 ports detected
[ 293.582315] usb 1-1.2: USB disconnect, device number 21
[ 440.704244] usb 1-1.2: new high-speed USB device number 22 using ehci-pci
[ 440.790859] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 440.790863] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 440.790865] usb 1-1.2: Product: USB 2.0 Hub
[ 440.791129] hub 1-1.2:1.0: USB hub found
[ 440.791213] hub 1-1.2:1.0: 4 ports detected
[ 445.390490] usb 1-1.2: USB disconnect, device number 22
[ 446.847245] usb 1-1.2: new high-speed USB device number 23 using ehci-pci
[ 446.933868] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 446.933871] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 446.933872] usb 1-1.2: Product: USB 2.0 Hub
[ 446.934142] hub 1-1.2:1.0: USB hub found
[ 446.934209] hub 1-1.2:1.0: 4 ports detected
[ 573.390632] usb 1-1.2: USB disconnect, device number 23
[ 575.104413] usb 1-1.2: new high-speed USB device number 24 using ehci-pci
[ 575.191133] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 575.191137] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 575.191138] usb 1-1.2: Product: USB 2.0 Hub
[ 575.191417] hub 1-1.2:1.0: USB hub found
[ 575.191476] hub 1-1.2:1.0: 4 ports detected
[ 649.046105] fbcon: i915drmfb (fb0) is primary device
[ 649.088982] Console: switching to colour frame buffer device 240x67
[ 649.100025] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[ 671.743601] usb 1-1.2.2: new low-speed USB device number 25 using ehci-pci
[ 671.938115] usb 1-1.2.2: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[ 671.938118] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 671.938120] usb 1-1.2.2: Product: USB Keyboard
[ 671.938121] usb 1-1.2.2: Manufacturer: SEM
[ 671.968458] hid: raw HID events driver (C) Jiri Kosina
[ 671.991996] usbcore: registered new interface driver usbhid
[ 671.991999] usbhid: USB HID core driver
[ 671.993721] usbcore: registered new interface driver usbkbd
[ 672.004969] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:1A2C:2124.0001/input/input7
[ 672.055829] hid-generic 0003:1A2C:2124.0001: input,hidraw0: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input0
[ 672.055980] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0002/input/input8
[ 672.106756] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0002/input/input9
[ 672.106937] hid-generic 0003:1A2C:2124.0002: input,hidraw1: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input1
[ 790.990873] usb 1-1.2: USB disconnect, device number 24
[ 790.990877] usb 1-1.2.2: USB disconnect, device number 25
[ 1962.614544] usb 1-1.2: new high-speed USB device number 26 using ehci-pci
[ 1962.691136] usb 1-1.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 1962.691140] usb 1-1.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1962.691142] usb 1-1.2: Product: USB 2.0 Hub
[ 1962.691458] hub 1-1.2:1.0: USB hub found
[ 1962.691510] hub 1-1.2:1.0: 4 ports detected
[ 1963.075538] usb 1-1.2.1: new low-speed USB device number 27 using ehci-pci
[ 1963.268667] usb 1-1.2.1: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[ 1963.268670] usb 1-1.2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1963.268671] usb 1-1.2.1: Product: USB Optical Mouse
[ 1963.268672] usb 1-1.2.1: Manufacturer: Logitech
[ 1963.270595] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/0003:046D:C077.0003/input/input10
[ 1963.270675] hid-generic 0003:046D:C077.0003: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1a.0-1.2.1/input0
[ 1963.299679] usbcore: registered new interface driver usbmouse
[ 1963.443578] usb 1-1.2.2: new low-speed USB device number 28 using ehci-pci
[ 1963.639184] usb 1-1.2.2: New USB device found, idVendor=1a2c, idProduct=2124, bcdDevice= 1.10
[ 1963.639188] usb 1-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1963.639189] usb 1-1.2.2: Product: USB Keyboard
[ 1963.639190] usb 1-1.2.2: Manufacturer: SEM
[ 1963.641754] input: SEM USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/0003:1A2C:2124.0004/input/input11
[ 1963.723657] hid-generic 0003:1A2C:2124.0004: input,hidraw1: USB HID v1.10 Keyboard [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input0
[ 1963.726119] input: SEM USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0005/input/input12
[ 1963.776618] input: SEM USB Keyboard System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.1/0003:1A2C:2124.0005/input/input13
[ 1963.776667] hid-generic 0003:1A2C:2124.0005: input,hidraw2: USB HID v1.10 Device [SEM USB Keyboard] on usb-0000:00:1a.0-1.2.2/input1
[ 1964.752169] usb 1-1.2: USB disconnect, device number 26
[ 1964.752173] usb 1-1.2.1: USB disconnect, device number 27
[ 1964.778760] usb 1-1.2.2: USB disconnect, device number 28
[ 5839.723014] EXT4-fs (sda1): mounted filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 r/w with ordered data mode. Quota mode: none.
[24623.023201] EXT4-fs (sda1): unmounting filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5.
[24628.551484] EXT4-fs (sda1): mounted filesystem 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 r/w with ordered data mode. Quota mode: none.
[27473.641701] perf: interrupt took too long (2515 > 2500), lowering kernel.perf_event_max_sample_rate to 79000
[40134.345575] perf: interrupt took too long (3166 > 3143), lowering kernel.perf_event_max_sample_rate to 63000
[119162.807123] perf: interrupt took too long (3974 > 3957), lowering kernel.perf_event_max_sample_rate to 50000
[169761.002378] Kernel: 'panic_print' sysctl interface will be obsoleted by both 'panic_sys_info' and 'panic_console_replay'
[169770.468961] sh (531834): drop_caches: 3
[169774.032308] sh (531836): drop_caches: 3
[169777.124410] sh (531850): drop_caches: 3
--- 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: 15Gi 2.0Gi 6.2Gi 22Mi 7.7Gi 13Gi
Swap: 8.0Gi 1.0Gi 7.0Gi
--- free -b
$ free -b
total used free shared buff/cache available
Mem: 16673505280 2094911488 6633435136 23977984 8290451456 14578593792
Swap: 8589930496 1057845248 7532085248
--- swapon
$ swapon --show
NAME TYPE SIZE USED PRIO
/dev/dm-0 partition 8G 1008.8M -2
--- /proc/meminfo highlights
$ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo
MemTotal: 16282720 kB
MemFree: 6477964 kB
MemAvailable: 14236980 kB
Buffers: 161684 kB
Cached: 7827120 kB
SwapTotal: 8388604 kB
SwapFree: 7355552 kB
Dirty: 1172 kB
Writeback: 0 kB
AnonPages: 1311528 kB
Mapped: 103164 kB
Shmem: 23416 kB
Slab: 239452 kB
SReclaimable: 107428 kB
SUnreclaim: 132024 kB
KernelStack: 5324 kB
PageTables: 14344 kB
SecPageTables: 5496 kB
NFS_Unstable: 0 kB
WritebackTmp: 0 kB
AnonHugePages: 901120 kB
ShmemHugePages: 6144 kB
ShmemPmdMapped: 0 kB
FilePmdMapped: 0 kB
HugePages_Total: 0
HugePages_Free: 0
Hugepagesize: 2048 kB
DirectMap4k: 322024 kB
DirectMap2M: 7972864 kB
DirectMap1G: 9437184 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) : 1046290 / 1077212 (97.1%)
Active / Total Slabs (% used) : 26829 / 26829 (100.0%)
Active / Total Caches (% used) : 371 / 472 (78.6%)
Active / Total Size (% used) : 181678.73K / 195624.88K (92.9%)
Minimum / Average / Maximum Object : 0.01K / 0.18K / 16.00K
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
62076 46425 74% 0.57K 2217 28 35472K radix_tree_node
286767 286767 100% 0.10K 7353 39 29412K buffer_head
94172 94172 100% 0.15K 3622 26 14488K ext4_groupinfo_4k
63840 63785 99% 0.13K 2128 30 8512K kernfs_node_cache
6235 6235 100% 1.10K 215 29 6880K ext4_inode_cache
30114 30114 100% 0.19K 1434 21 5736K dentry
7981 7812 97% 0.69K 347 23 5552K proc_inode_cache
417 398 95% 10.44K 139 3 4448K task_struct
5925 5925 100% 0.62K 237 25 3792K inode_cache
6112 3080 50% 0.50K 191 32 3056K kmalloc-rnd-05-512
14133 14121 99% 0.19K 673 21 2692K vm_area_struct
59670 59670 100% 0.04K 585 102 2340K extent_status
25760 25760 100% 0.09K 560 46 2240K lsm_inode_cache
8608 2909 33% 0.25K 269 32 2152K kmalloc-rnd-05-256
520 476 91% 4.00K 65 8 2080K kmalloc-rnd-07-4k
2580 2486 96% 0.77K 129 20 2064K shmem_inode_cache
1728 1672 96% 1.00K 54 32 1728K iommu_iova_magazine
22680 22353 98% 0.07K 405 56 1620K vmap_area
2944 2833 96% 0.50K 92 32 1472K kmalloc-rnd-07-512
22784 22367 98% 0.06K 356 64 1424K dmaengine-unmap-2
2150 2150 100% 0.63K 86 25 1376K debugfs_inode_cache
2528 2528 100% 0.50K 79 32 1264K kmalloc-rnd-14-512
592 553 93% 2.00K 37 16 1184K kmalloc-cg-2k
272 272 100% 4.00K 34 8 1088K kmalloc-rnd-02-4k
495 495 100% 2.06K 33 15 1056K sighand_cache
15808 15793 99% 0.06K 247 64 988K kmalloc-cg-64
812 786 96% 1.12K 29 28 928K signal_cache
208 180 86% 4.00K 26 8 832K biovec-max
1014 1014 100% 0.81K 26 39 832K sock_inode_cache
208 182 87% 4.00K 26 8 832K kmalloc-rnd-05-4k
100 100 100% 8.00K 25 4 800K kmalloc-rnd-02-8k
192 179 93% 4.00K 24 8 768K kmalloc-rnd-15-4k
12032 11253 93% 0.06K 188 64 752K anon_vma_chain
7137 6935 97% 0.10K 183 39 732K anon_vma
2784 2219 79% 0.25K 87 32 696K maple_node
3591 3424 95% 0.19K 171 21 684K kmalloc-rnd-05-192
588 588 100% 1.12K 21 28 672K drm_i915_gem_object
168 161 95% 4.00K 21 8 672K kmalloc-cg-4k
1344 1224 91% 0.50K 42 32 672K kmalloc-rnd-12-512
672 672 100% 1.00K 21 32 672K kmalloc-rnd-05-1k
1280 1138 88% 0.50K 40 32 640K pool_workqueue
304 304 100% 2.00K 19 16 608K kmalloc-rnd-08-2k
608 608 100% 1.00K 19 32 608K kmalloc-rnd-04-1k
144 144 100% 4.00K 18 8 576K kmalloc-rnd-06-4k
2856 2822 98% 0.19K 136 21 544K filp
544 510 93% 1.00K 17 32 544K kmalloc-cg-1k
272 272 100% 2.00K 17 16 544K kmalloc-rnd-10-2k
256 192 75% 2.00K 16 16 512K kmalloc-rnd-05-2k
120 120 100% 4.00K 15 8 480K kmalloc-rnd-12-4k
196 196 100% 2.19K 14 14 448K mem_cgroup
112 112 100% 4.00K 14 8 448K names_cache
4452 4186 94% 0.09K 106 42 424K trace_event_file
7373 7373 100% 0.05K 101 73 404K ftrace_event_field
48 48 100% 8.00K 12 4 384K kmalloc-rnd-10-8k
506 506 100% 0.69K 22 23 352K skbuff_small_head
187 187 100% 1.88K 11 17 352K mem_cgroup_per_node
231 231 100% 1.50K 11 21 352K mm_struct
352 352 100% 1.00K 11 32 352K kmalloc-rnd-03-1k
44 44 100% 8.00K 11 4 352K kmalloc-rnd-01-8k
176 176 100% 2.00K 11 16 352K kmalloc-rnd-01-2k
1806 1806 100% 0.19K 86 21 344K kmalloc-rnd-01-192
1743 1699 97% 0.19K 83 21 332K pid
1280 1139 88% 0.25K 40 32 320K nf_conntrack
130 130 100% 2.38K 10 13 320K TCP
240 240 100% 1.31K 10 24 320K perf_event
320 320 100% 1.00K 10 32 320K kmalloc-rnd-13-1k
80 80 100% 4.00K 10 8 320K kmalloc-rnd-11-4k
80 80 100% 4.00K 10 8 320K kmalloc-rnd-09-4k
320 320 100% 1.00K 10 32 320K kmalloc-rnd-09-1k
40 40 100% 8.00K 10 4 320K kmalloc-rnd-05-8k
160 160 100% 2.00K 10 16 320K kmalloc-rnd-02-2k
320 320 100% 1.00K 10 32 320K kmalloc-1k
1216 1092 89% 0.25K 38 32 304K skbuff_head_cache
777 733 94% 0.38K 37 21 296K mnt_cache
234 234 100% 1.19K 9 26 288K RAWv6
288 288 100% 1.00K 9 32 288K RAW
36 36 100% 8.00K 9 4 288K kmalloc-rnd-14-8k
288 288 100% 1.00K 9 32 288K kmalloc-rnd-14-1k
144 144 100% 2.00K 9 16 288K kmalloc-rnd-11-2k
72 72 100% 4.00K 9 8 288K kmalloc-rnd-10-4k
72 72 100% 4.00K 9 8 288K kmalloc-rnd-08-4k
144 144 100% 2.00K 9 16 288K kmalloc-rnd-03-2k
288 288 100% 1.00K 9 32 288K kmalloc-rnd-02-1k
36 36 100% 8.00K 9 4 288K kmalloc-8k
72 72 100% 4.00K 9 8 288K kmalloc-4k
6630 6630 100% 0.04K 65 102 260K khugepaged_mm_slot
184 184 100% 1.38K 8 23 256K UDPv6
96 96 100% 2.56K 8 12 256K TCPv6
288 288 100% 0.88K 8 36 256K fuse_inode
208 208 100% 1.19K 8 26 256K UDP
128 128 100% 2.00K 8 16 256K biovec-128
64 64 100% 4.00K 8 8 256K memdup_user-4k
32 32 100% 8.00K 8 4 256K kmalloc-rnd-15-8k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-15-2k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-14-4k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-14-2k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-13-2k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-12-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-12-1k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-11-1k
32 32 100% 8.00K 8 4 256K kmalloc-rnd-09-8k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-08-1k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-07-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-07-1k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-06-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-06-1k
64 64 100% 4.00K 8 8 256K kmalloc-rnd-04-4k
128 128 100% 2.00K 8 16 256K kmalloc-rnd-04-2k
256 256 100% 1.00K 8 32 256K kmalloc-rnd-01-1k
128 128 100% 2.00K 8 16 256K kmalloc-2k
2688 2688 100% 0.09K 64 42 256K kmalloc-96
992 864 87% 0.25K 31 32 248K kmalloc-rnd-10-256
28 28 100% 8.00K 7 4 224K kmalloc-cg-8k
28 28 100% 8.00K 7 4 224K kmalloc-rnd-11-8k
224 224 100% 1.00K 7 32 224K kmalloc-rnd-10-1k
28 28 100% 8.00K 7 4 224K kmalloc-rnd-03-8k
625 500 80% 0.31K 25 25 200K bio-256
1600 1600 100% 0.12K 50 32 200K bio_integrity_data
1056 1056 100% 0.18K 48 22 192K kvm_mmu_page_header
144 144 100% 1.32K 6 24 192K nfs4_client
114 114 100% 1.62K 6 19 192K bdev_cache
24 24 100% 8.00K 6 4 192K kmalloc-rnd-13-8k
96 96 100% 2.00K 6 16 192K kmalloc-rnd-09-2k
24 24 100% 8.00K 6 4 192K kmalloc-rnd-07-8k
384 384 100% 0.50K 12 32 192K kmalloc-rnd-06-512
736 736 100% 0.25K 23 32 184K kmalloc-rnd-14-256
1932 1699 87% 0.09K 46 42 184K kmalloc-rnd-13-96
1440 1387 96% 0.12K 45 32 180K eventpoll_epi
924 924 100% 0.19K 44 21 176K proc_dir_entry
253 253 100% 0.69K 11 23 176K files_cache
352 352 100% 0.50K 11 32 176K kmalloc-rnd-15-512
882 882 100% 0.19K 42 21 168K kmalloc-cg-192
1764 1750 99% 0.09K 42 42 168K kmalloc-rnd-02-96
10752 10697 99% 0.02K 42 256 168K kmalloc-rnd-01-16
160 160 100% 0.98K 5 32 160K request_queue
640 512 80% 0.25K 20 32 160K bio-200
20 20 100% 8.00K 5 4 160K memdup_user-8k
80 80 100% 2.00K 5 16 160K memdup_user-2k
240 240 100% 0.65K 10 24 160K tracefs_inode_cache
250 250 100% 0.62K 10 25 160K task_group
320 320 100% 0.50K 10 32 160K kmalloc-cg-512
160 160 100% 1.00K 5 32 160K kmalloc-rnd-15-1k
20 20 100% 8.00K 5 4 160K kmalloc-rnd-12-8k
20 20 100% 8.00K 5 4 160K kmalloc-rnd-06-8k
40 40 100% 4.00K 5 8 160K kmalloc-rnd-01-4k
320 320 100% 0.50K 10 32 160K kmalloc-rnd-01-512
640 640 100% 0.25K 20 32 160K kmem_cache
4992 4949 99% 0.03K 39 128 156K kmalloc-rnd-01-32
1064 1064 100% 0.14K 38 28 152K nfsd_file
2432 2244 92% 0.06K 38 64 152K kmalloc-rnd-11-64
608 523 86% 0.25K 19 32 152K kmalloc-rnd-07-256
288 288 100% 0.50K 9 32 144K kmalloc-rnd-04-512
288 288 100% 0.50K 9 32 144K kmalloc-rnd-03-512
2975 2975 100% 0.05K 35 85 140K shared_policy_node
357 336 94% 0.38K 17 21 136K bio-320
1156 1156 100% 0.12K 34 34 136K jbd2_journal_head
1428 1390 97% 0.09K 34 42 136K kmalloc-cg-96
4352 4352 100% 0.03K 34 128 136K kmalloc-rnd-08-32
544 544 100% 0.25K 17 32 136K kmalloc-rnd-03-256
2176 2176 100% 0.06K 34 64 136K kmalloc-rnd-03-64
248 248 100% 0.51K 8 31 128K nfs4_delegation
224 224 100% 0.56K 8 28 128K kioctx
128 128 100% 1.00K 4 32 128K memdup_user-1k
232 232 100% 0.55K 8 29 128K taskstats
672 489 72% 0.19K 32 21 128K kmalloc-rnd-14-192
256 256 100% 0.50K 8 32 128K kmalloc-rnd-13-512
8192 8192 100% 0.02K 32 256 128K kmalloc-rnd-13-16
256 256 100% 0.50K 8 32 128K kmalloc-rnd-11-512
256 256 100% 0.50K 8 32 128K kmalloc-rnd-10-512
256 256 100% 0.50K 8 32 128K kmalloc-rnd-09-512
256 256 100% 0.50K 8 32 128K kmalloc-rnd-08-512
512 512 100% 0.25K 16 32 128K kmalloc-rnd-08-256
1024 1024 100% 0.12K 32 32 128K kmalloc-rnd-05-128
16 16 100% 8.00K 4 4 128K kmalloc-rnd-04-8k
256 256 100% 0.50K 8 32 128K kmalloc-rnd-02-512
256 256 100% 0.50K 8 32 128K kmalloc-512
1302 1302 100% 0.09K 31 42 124K kmalloc-rnd-11-96
1080 938 86% 0.11K 30 36 120K ext4_prealloc_space
1218 1218 100% 0.09K 29 42 116K kmalloc-rcl-96
161 161 100% 0.69K 7 23 112K rpc_inode_cache
1792 1792 100% 0.06K 28 64 112K kmalloc-rnd-08-64
4420 4039 91% 0.02K 26 170 104K lsm_file_cache
416 416 100% 0.25K 13 32 104K kmalloc-rnd-15-256
416 416 100% 0.25K 13 32 104K kmalloc-rnd-12-256
9 9 100% 9.00K 3 3 96K kvm_vcpu
36 36 100% 2.61K 3 12 96K x86_emulator
6 6 100% 16.00K 3 2 96K zio_buf_comb_16384
15 15 100% 5.81K 3 5 96K net_namespace
222 222 100% 0.42K 6 37 96K uts_namespace
504 504 100% 0.19K 24 21 96K kmalloc-rnd-15-192
384 384 100% 0.25K 12 32 96K kmalloc-rnd-13-256
504 504 100% 0.19K 24 21 96K kmalloc-192
1606 1241 77% 0.05K 22 73 88K mb_cache_entry
704 610 86% 0.12K 22 32 88K kmalloc-cg-128
250 250 100% 0.31K 10 25 80K bio-264
130 130 100% 0.60K 5 26 80K user_namespace
2560 2560 100% 0.03K 20 128 80K kmalloc-rnd-10-32
969 969 100% 0.08K 19 51 76K sigqueue
288 288 100% 0.25K 9 32 72K kmalloc-cg-256
1152 1152 100% 0.06K 18 64 72K kmalloc-rnd-15-64
288 288 100% 0.25K 9 32 72K kmalloc-rnd-04-256
2304 2304 100% 0.03K 18 128 72K kmalloc-rnd-02-32
288 288 100% 0.25K 9 32 72K kmalloc-rnd-01-256
2176 2176 100% 0.03K 17 128 68K kmalloc-cg-32
2176 2176 100% 0.03K 17 128 68K kmalloc-rnd-11-32
160 160 100% 0.39K 8 20 64K nfs4_openowner
208 208 100% 0.30K 8 26 64K btrfs_delayed_node
30 30 100% 2.06K 2 15 64K MPTCPv6
248 248 100% 0.26K 8 31 64K tw_sock_TCPv6
32 32 100% 1.94K 2 16 64K MPTCP
64 64 100% 1.00K 2 32 64K PING
248 248 100% 0.26K 8 31 64K tw_sock_TCP
200 200 100% 0.31K 8 25 64K request_sock_TCP
100 100 100% 0.62K 4 25 64K hugetlbfs_inode_cache
78 78 100% 0.81K 2 39 64K dax_cache
336 336 100% 0.19K 16 21 64K file_lock_cache
256 256 100% 0.25K 8 32 64K task_delay_info
816 816 100% 0.08K 16 51 64K Acpi-State
512 512 100% 0.12K 16 32 64K kmalloc-rcl-128
16 16 100% 4.00K 2 8 64K kmalloc-rnd-13-4k
256 256 100% 0.25K 8 32 64K kmalloc-rnd-11-256
4096 4096 100% 0.02K 16 256 64K kmalloc-rnd-11-16
256 256 100% 0.25K 8 32 64K kmalloc-rnd-09-256
256 256 100% 0.25K 8 32 64K kmalloc-rnd-06-256
336 336 100% 0.19K 16 21 64K kmalloc-rnd-03-192
256 256 100% 0.25K 8 32 64K kmalloc-rnd-02-256
256 256 100% 0.25K 8 32 64K kmalloc-256
375 375 100% 0.16K 15 25 60K dm_bufio_buffer-16-1
480 480 100% 0.12K 15 32 60K kmalloc-rnd-10-128
960 960 100% 0.06K 15 64 60K kmalloc-rnd-07-64
7680 7680 100% 0.01K 15 512 60K kmalloc-rnd-01-8
588 588 100% 0.09K 14 42 56K kmalloc-rnd-06-96
896 896 100% 0.06K 14 64 56K kmalloc-rnd-04-64
896 896 100% 0.06K 14 64 56K kmalloc-rnd-02-64
546 546 100% 0.09K 13 42 52K kmalloc-rnd-15-96
546 546 100% 0.09K 13 42 52K kmalloc-rnd-14-96
273 273 100% 0.19K 13 21 52K kmalloc-rnd-02-192
192 192 100% 0.25K 6 32 48K io_kiocb
96 96 100% 0.50K 3 32 48K memdup_user-512
1536 1536 100% 0.03K 12 128 48K kmalloc-rnd-14-32
384 384 100% 0.12K 12 32 48K kmalloc-rnd-11-128
768 768 100% 0.06K 12 64 48K kmalloc-rnd-10-64
384 384 100% 0.12K 12 32 48K kmalloc-rnd-03-128
768 768 100% 0.06K 12 64 48K kmem_cache_node
352 352 100% 0.12K 11 32 44K kmalloc-rnd-13-128
704 704 100% 0.06K 11 64 44K kmalloc-rnd-13-64
231 231 100% 0.19K 11 21 44K kmalloc-rnd-12-192
462 462 100% 0.09K 11 42 44K kmalloc-rnd-09-96
704 704 100% 0.06K 11 64 44K kmalloc-64
1408 1408 100% 0.03K 11 128 44K kmalloc-32
1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-13-32
640 640 100% 0.06K 10 64 40K kmalloc-rnd-12-64
210 210 100% 0.19K 10 21 40K kmalloc-rnd-11-192
1280 1280 100% 0.03K 10 128 40K kmalloc-rnd-06-32
2560 2560 100% 0.02K 10 256 40K kmalloc-rnd-04-16
420 420 100% 0.09K 10 42 40K kmalloc-rnd-04-96
420 420 100% 0.09K 10 42 40K kmalloc-rnd-03-96
288 288 100% 0.12K 9 32 36K scsi_sense_cache
189 189 100% 0.19K 9 21 36K jbd2_transaction_s
576 576 100% 0.06K 9 64 36K kmalloc-rnd-14-64
288 288 100% 0.12K 9 32 36K kmalloc-rnd-12-128
4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-11-8
378 378 100% 0.09K 9 42 36K kmalloc-rnd-10-96
1152 1152 100% 0.03K 9 128 36K kmalloc-rnd-09-32
288 288 100% 0.12K 9 32 36K kmalloc-rnd-08-128
576 576 100% 0.06K 9 64 36K kmalloc-rnd-06-64
4608 4608 100% 0.01K 9 512 36K kmalloc-rnd-04-8
288 288 100% 0.12K 9 32 36K kmalloc-rnd-01-128
576 576 100% 0.06K 9 64 36K kmalloc-rnd-01-64
176 176 100% 0.18K 8 22 32K ip6-frags
10 10 100% 3.16K 1 10 32K kcopyd_job
168 168 100% 0.19K 8 21 32K bio-136
34 34 100% 0.94K 1 34 32K mqueue_inode_cache
184 184 100% 0.17K 8 23 32K fuse_request
192 192 100% 0.16K 8 24 32K ext4_allocation_context
512 512 100% 0.06K 8 64 32K ext4_io_end
1024 1024 100% 0.03K 8 128 32K pending_reservation
1024 1024 100% 0.03K 8 128 32K xsk_generic_xmit_cache
160 80 50% 0.20K 8 20 32K ip4-frags
2048 2048 100% 0.02K 8 256 32K ep_head
512 512 100% 0.06K 8 64 32K memdup_user-64
1024 1024 100% 0.03K 8 128 32K memdup_user-32
2048 2048 100% 0.02K 8 256 32K memdup_user-16
4096 4096 100% 0.01K 8 512 32K memdup_user-8
15 15 100% 2.06K 1 15 32K dmaengine-unmap-256
30 30 100% 1.06K 1 30 32K dmaengine-unmap-128
200 200 100% 0.16K 8 25 32K file_lease_cache
1024 1024 100% 0.03K 8 128 32K pidfs_attr_cache
816 816 100% 0.04K 8 102 32K pde_opener
272 272 100% 0.12K 8 34 32K seq_file
448 448 100% 0.07K 8 56 32K nsproxy
312 312 100% 0.10K 8 39 32K Acpi-ParseExt
2048 2048 100% 0.02K 8 256 32K kmalloc-cg-16
4096 4096 100% 0.01K 8 512 32K kmalloc-cg-8
256 256 100% 0.12K 8 32 32K kmalloc-rnd-15-128
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-15-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-15-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-15-8
256 256 100% 0.12K 8 32 32K kmalloc-rnd-14-128
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-14-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-14-8
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-13-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-13-192
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-12-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-12-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-12-8
336 336 100% 0.09K 8 42 32K kmalloc-rnd-12-96
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-10-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-10-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-10-192
512 512 100% 0.06K 8 64 32K kmalloc-rnd-09-64
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-09-8
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-08-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-08-8
336 336 100% 0.09K 8 42 32K kmalloc-rnd-08-96
256 256 100% 0.12K 8 32 32K kmalloc-rnd-07-128
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-07-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-07-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-07-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-07-192
336 336 100% 0.09K 8 42 32K kmalloc-rnd-07-96
256 256 100% 0.12K 8 32 32K kmalloc-rnd-06-128
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-06-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-06-8
168 168 100% 0.19K 8 21 32K kmalloc-rnd-06-192
512 512 100% 0.06K 8 64 32K kmalloc-rnd-05-64
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-05-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-05-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-05-8
336 336 100% 0.09K 8 42 32K kmalloc-rnd-05-96
256 256 100% 0.12K 8 32 32K kmalloc-rnd-04-128
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-04-32
168 168 100% 0.19K 8 21 32K kmalloc-rnd-04-192
8 8 100% 4.00K 1 8 32K kmalloc-rnd-03-4k
1024 1024 100% 0.03K 8 128 32K kmalloc-rnd-03-32
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-03-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-03-8
256 256 100% 0.12K 8 32 32K kmalloc-rnd-02-128
2048 2048 100% 0.02K 8 256 32K kmalloc-rnd-02-16
4096 4096 100% 0.01K 8 512 32K kmalloc-rnd-02-8
336 336 100% 0.09K 8 42 32K kmalloc-rnd-01-96
2048 2048 100% 0.02K 8 256 32K kmalloc-16
4096 4096 100% 0.01K 8 512 32K kmalloc-8
595 595 100% 0.05K 7 85 28K ip_fib_trie
511 511 100% 0.05K 7 73 28K ip_fib_alias
294 294 100% 0.09K 7 42 28K memdup_user-96
147 147 100% 0.19K 7 21 28K kmalloc-rcl-192
224 224 100% 0.12K 7 32 28K kmalloc-rnd-09-128
224 224 100% 0.12K 7 32 28K kmalloc-128
126 126 100% 0.19K 6 21 24K kmalloc-rnd-09-192
126 126 100% 0.19K 6 21 24K kmalloc-rnd-08-192
105 105 100% 0.19K 5 21 20K bio-176
1280 1280 100% 0.02K 5 256 20K jbd2_revoke_table_s
23 23 100% 0.69K 1 23 16K i915_request
21 21 100% 0.75K 1 21 16K intel_context
36 36 100% 0.44K 1 36 16K bio-384
36 36 100% 0.44K 1 36 16K bio-400
32 32 100% 0.50K 1 32 16K bio-456
40 40 100% 0.38K 2 20 16K request_sock_subflow_v4
50 50 100% 0.31K 2 25 16K xfrm_dst
50 50 100% 0.31K 2 25 16K bio-280
64 64 100% 0.25K 2 32 16K memdup_user-256
1024 1024 100% 0.02K 4 256 16K kmalloc-rnd-09-16
63 63 100% 0.19K 3 21 12K memdup_user-192
32 32 100% 0.25K 1 32 8K bio-240
34 34 100% 0.23K 1 34 8K arc_buf_hdr_t_full
170 170 100% 0.05K 2 85 8K bio_post_read_ctx
30 30 100% 0.27K 1 30 8K numa_policy
42 42 100% 0.09K 1 42 4K abd_t
32 32 100% 0.12K 1 32 4K memdup_user-128
36 36 100% 0.11K 1 36 4K kmalloc_buckets
0 0 0% 0.20K 0 39 0K nf_conntrack_expect
0 0 0% 0.12K 0 32 0K i915_dependency
0 0 0% 0.06K 0 64 0K execute_cb
0 0 0% 0.35K 0 22 0K nfs4_lockowner
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
0 0 0% 1.09K 0 29 0K zfs_znode_cache
0 0 0% 1.03K 0 31 0K zap_attr_long_cache
0 0 0% 1.07K 0 29 0K zap_name_long
0 0 0% 0.28K 0 28 0K zap_attr_cache
0 0 0% 0.32K 0 24 0K zap_name
0 0 0% 0.16K 0 24 0K sio_cache_2
0 0 0% 0.15K 0 26 0K sio_cache_1
0 0 0% 0.13K 0 30 0K sio_cache_0
0 0 0% 0.15K 0 26 0K zil_zcw_cache
0 0 0% 0.38K 0 20 0K zil_lwb_cache
0 0 0% 0.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.41K 0 39 0K btrfs_ordered_extent
0 0 0% 0.23K 0 34 0K btrfs_extent_buffer
0 0 0% 1.00K 0 32 0K btrfs_inode
0 0 0% 0.26K 0 31 0K fsverity_info
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
0 0 0% 0.31K 0 25 0K request_sock_TCPv6
0 0 0% 2.82K 0 11 0K dm_uevent
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
0 0 0% 0.77K 0 20 0K fat_inode_cache
0 0 0% 0.04K 0 102 0K fat_cache
0 0 0% 0.69K 0 23 0K squashfs_inode_cache
0 0 0% 0.19K 0 21 0K userfaultfd_ctx_cache
0 0 0% 0.11K 0 36 0K fanotify_perm_event
0 0 0% 0.03K 0 128 0K dnotify_struct
0 0 0% 0.28K 0 28 0K pid_namespace
0 0 0% 0.38K 0 20 0K request_sock_subflow_v6
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.78K 0 20 0K x86_lbr
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
0 0 0% 0.25K 0 32 0K bfilp
0 0 0% 0.10K 0 39 0K ima_iint_cache
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
0 0 0% 1.00K 0 32 0K dma-kmalloc-1k
0 0 0% 0.50K 0 32 0K dma-kmalloc-512
0 0 0% 0.25K 0 32 0K dma-kmalloc-256
0 0 0% 0.12K 0 32 0K dma-kmalloc-128
0 0 0% 0.06K 0 64 0K dma-kmalloc-64
0 0 0% 0.03K 0 128 0K dma-kmalloc-32
0 0 0% 0.02K 0 256 0K dma-kmalloc-16
0 0 0% 0.01K 0 512 0K dma-kmalloc-8
0 0 0% 0.19K 0 21 0K dma-kmalloc-192
0 0 0% 0.09K 0 42 0K dma-kmalloc-96
0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k
0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k
0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k
0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k
0 0 0% 0.50K 0 32 0K kmalloc-rcl-512
0 0 0% 0.25K 0 32 0K kmalloc-rcl-256
0 0 0% 0.06K 0 64 0K kmalloc-rcl-64
0 0 0% 0.03K 0 128 0K kmalloc-rcl-32
0 0 0% 0.02K 0 256 0K kmalloc-rcl-16
0 0 0% 0.01K 0 512 0K kmalloc-rcl-8
0 0 0% 8.00K 0 4 0K kmalloc-rnd-08-8k
--- kswapd stats
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
pgdemote_kswapd 0
pgsteal_kswapd 161339987
pgscan_kswapd 162560808
kswapd_inodesteal 3
kswapd_low_wmark_hit_quickly 1602
kswapd_high_wmark_hit_quickly 13
pgmigrate_success 10255252
pgmigrate_fail 13407041
compact_migrate_scanned 633257889
compact_free_scanned 1382597670
compact_isolated 35890616
compact_stall 9979
compact_fail 5633
compact_success 4346
compact_daemon_wake 6889
compact_daemon_migrate_scanned 467754977
compact_daemon_free_scanned 1380339706
###############################################################################
# 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 = 10
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 = 1
vm.user_reserve_kbytes = 131072
vm.vfs_cache_pressure = 50
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 = 1000000
fs.file-nr = 2409 0 1000000
fs.lease-break-time = 45
fs.mqueue.msg_default = 10
fs.mqueue.msg_max = 10
fs.mqueue.msgsize_default = 8192
fs.mqueue.msgsize_max = 8192
fs.mqueue.queues_max = 256
fs.nr_open = 1073741816
fs.pipe-max-size = 1048576
--- kernel.* perf-relevant
$ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)'
kernel.hung_task_all_cpu_backtrace = 0
kernel.hung_task_check_count = 4194304
kernel.hung_task_check_interval_secs = 0
kernel.hung_task_detect_count = 0
kernel.hung_task_panic = 0
kernel.hung_task_timeout_secs = 120
kernel.hung_task_warnings = 10
kernel.nmi_watchdog = 1
kernel.numa_balancing = 0
kernel.numa_balancing_promote_rate_limit_MBps = 65536
kernel.randomize_va_space = 2
kernel.sched_rt_period_us = 1000000
kernel.sched_rt_runtime_us = 950000
kernel.threads-max = 126451
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_codel
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 = 5000
net.core.netdev_tstamp_prequeue = 1
net.core.optmem_max = 131072
net.core.rmem_default = 262144
net.core.rmem_max = 16777216
net.core.somaxconn = 1024
net.core.wmem_default = 262144
net.core.wmem_max = 16777216
net.core.xfrm_acq_expires = 30
net.core.xfrm_aevent_etime = 10
net.core.xfrm_aevent_rseqth = 2
net.core.xfrm_larval_drop = 1
--- net.ipv4.tcp.* tunables
$ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)'
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_available_congestion_control = reno cubic bbr
net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_ecn = 2
net.ipv4.tcp_ecn_fallback = 1
net.ipv4.tcp_fastopen = 1
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000
net.ipv4.tcp_fin_timeout = 60
net.ipv4.tcp_keepalive_intvl = 75
net.ipv4.tcp_keepalive_probes = 9
net.ipv4.tcp_keepalive_time = 7200
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_max_syn_backlog = 1024
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 16777216
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 16777216
--- 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 12
drwxr-xr-x 2 root root 4096 Nov 18 2025 .
drwxr-xr-x 110 root root 4096 Jul 26 16:23 ..
-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl
--- /etc/sysctl.conf
--- /etc/sysctl.conf ---
# pfv-tsys4 storage optimization
# VM tuning for storage server
vm.swappiness = 1
vm.vfs_cache_pressure = 50
vm.dirty_ratio = 40
vm.dirty_background_ratio = 10
# Network tuning for NFS
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.netdev_max_backlog = 5000
net.core.somaxconn = 1024
# TCP tuning
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_congestion_control = bbr
# RPC/NFS tuning
sunrpc.tcp_max_slot_table_entries = 128
sunrpc.tcp_slot_table_entries = 128
sunrpc.udp_slot_table_entries = 128
# File handle cache
fs.file-max = 1000000
--- 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.conf ===
vm.swappiness = 1
vm.vfs_cache_pressure = 50
vm.dirty_ratio = 40
vm.dirty_background_ratio = 10
net.core.rmem_max = 16777216
net.core.wmem_max = 16777216
net.core.rmem_default = 262144
net.core.wmem_default = 262144
net.core.netdev_max_backlog = 5000
net.core.somaxconn = 1024
net.ipv4.tcp_rmem = 4096 87380 16777216
net.ipv4.tcp_wmem = 4096 65536 16777216
net.ipv4.tcp_congestion_control = bbr
sunrpc.tcp_max_slot_table_entries = 128
sunrpc.tcp_slot_table_entries = 128
sunrpc.udp_slot_table_entries = 128
fs.file-max = 1000000
###############################################################################
# 8. tuned / irqbalance / udev
###############################################################################
--- tuned-adm active
$ tuned-adm active
Current active profile: throughput-performance
--- 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: throughput-performance
--- 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 24
drwxr-xr-x 2 root root 4096 Mar 6 10:31 .
drwxr-xr-x 110 root root 4096 Jul 26 16:23 ..
-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf
-rw-r--r-- 1 root root 379 Mar 9 2025 mdadm.conf
-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf
-rw-r--r-- 1 root root 0 Mar 6 10:32 tuned.conf
-rw-r--r-- 1 root root 35 Feb 23 04:51 zfs.conf
--- udev rules.d
total 8
drwxr-xr-x 2 root root 4096 Feb 23 04:50 .
drwxr-xr-x 4 root root 4096 Nov 18 2025 ..
lrwxrwxrwx 1 root root 9 Feb 23 04:50 60-bridge-network-interface.rules -> /dev/null
--- modprobe.d files
--- /etc/modprobe.d/intel-microcode-blacklist.conf ---
# The microcode module attempts to apply a microcode update when
# it autoloads. This is not always safe, so we block it by default.
blacklist microcode
--- /etc/modprobe.d/mdadm.conf ---
# mdadm module configuration file
# set start_ro=1 to make newly assembled arrays read-only initially,
# to prevent metadata writes. This is needed in order to allow
# resume-from-disk to work - new boot should not perform writes
# because it will be done behind the back of the system being
# resumed. See http://bugs.debian.org/415441 for details.
options md_mod start_ro=1
--- /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=1667235840
--- module params: kvm_intel
$ for p in /sys/module/kvm_intel/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
allow_smaller_maxphyaddr = N
dump_invalid_vmcs = N
emulate_invalid_guest_state = Y
enable_apicv = N
enable_device_posted_irqs = N
enable_ipiv = N
enable_shadow_vmcs = Y
enlightened_vmcs = N
ept = Y
eptad = Y
error_on_inconsistent_vmcs_config = Y
fasteoi = Y
flexpriority = Y
nested = Y
nested_early_check = N
ple_gap = 128
ple_window = 4096
ple_window_grow = 2
ple_window_max = 4294967295
ple_window_shrink = 0
pml = N
preemption_timer = Y
sgx = N
tdx = N
unrestricted_guest = Y
vmentry_l1d_flush = cond
vnmi = Y
vpid = Y
--- module params: kvm_amd
$ for p in /sys/module/kvm_amd/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
[exit=1]
--- module params: relevant net drivers
$ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do
[ -d "/sys/module/$mod/parameters" ] || continue
echo "=== $mod ==="
for p in /sys/module/$mod/parameters/*; do
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
done
done
=== virtio_net ===
csum = Y
gso = Y
napi_tx = Y
napi_weight = 64
###############################################################################
# 9. PROXMOX VERSION & CLUSTER
###############################################################################
--- pveversion
$ pveversion
pve-manager/9.1.5/80cf92a64bef6889 (running kernel: 6.17.9-1-pve)
--- pveversion -v
$ pveversion -v
proxmox-ve: 9.1.0 (running kernel: 6.17.9-1-pve)
pve-manager: 9.1.5 (running version: 9.1.5/80cf92a64bef6889)
proxmox-kernel-helper: 9.0.4
proxmox-kernel-6.17.9-1-pve-signed: 6.17.9-1
proxmox-kernel-6.17: 6.17.9-1
proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1
ceph-fuse: 19.2.3-pve2
corosync: 3.1.9-pve2
criu: 4.1.1-1
frr-pythontools: 10.4.1-1+pve1
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.0
libproxmox-backup-qemu0: 2.0.2
libproxmox-rs-perl: 0.4.1
libpve-access-control: 9.0.5
libpve-apiclient-perl: 3.4.2
libpve-cluster-api-perl: 9.0.7
libpve-cluster-perl: 9.0.7
libpve-common-perl: 9.1.7
libpve-guest-common-perl: 6.0.2
libpve-http-server-perl: 6.0.5
libpve-network-perl: 1.2.5
libpve-rs-perl: 0.11.4
libpve-storage-perl: 9.1.0
libspice-server1: 0.15.2-1+b1
lvm2: 2.03.31-2+pmx1
lxc-pve: 6.0.5-4
lxcfs: 6.0.4-pve1
novnc-pve: 1.6.0-3
proxmox-backup-client: 4.1.2-1
proxmox-backup-file-restore: 4.1.2-1
proxmox-backup-restore-image: 1.0.0
proxmox-firewall: 1.2.1
proxmox-kernel-helper: 9.0.4
proxmox-mail-forward: 1.0.2
proxmox-mini-journalreader: 1.6
proxmox-offline-mirror-helper: 0.7.3
proxmox-widget-toolkit: 5.1.5
pve-cluster: 9.0.7
pve-container: 6.1.1
pve-docs: 9.1.2
pve-edk2-firmware: 4.2025.05-2
pve-esxi-import-tools: 1.0.1
pve-firewall: 6.0.4
pve-firmware: 3.17-2
pve-ha-manager: 5.1.0
pve-i18n: 3.6.6
pve-qemu-kvm: 10.1.2-6
pve-xtermjs: 5.5.0-3
qemu-server: 9.1.4
smartmontools: 7.4-pve1
spiceterm: 3.4.1
swtpm: 0.8.0+pve3
vncterm: 1.9.1
zfsutils-linux: 2.4.0-pve1
--- pvecm status
$ pvecm status
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
[exit=2 / not installed or not permitted]
--- pvecm nodes
$ pvecm nodes
Error: Corosync config '/etc/pve/corosync.conf' does not exist - is this node part of a cluster?
[exit=2 / not installed or not permitted]
--- pvecm expected
$ pvecm expected
400 not enough arguments
pvecm expected <expected>
[exit=255 / not installed or not permitted]
--- pveperf
$ timeout 15 pveperf
CPU BOGOMIPS: 55869.92
REGEX/SECOND: 3892854
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
BUFFERED READS: 128.50 MB/sec
AVERAGE SEEK TIME: 15.40 ms
FSYNCS/SECOND: 30.67
[exit=124 / not installed or not permitted]
--- corosync.conf
[missing: /etc/pve/corosync.conf]
--- datacenter.cfg
--- /etc/pve/datacenter.cfg ---
keyboard: en-us
--- storage.cfg
--- /etc/pve/storage.cfg ---
dir: local
path /var/lib/vz
content iso,vztmpl,import,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: D3
path /mnt/tsys4/D3
content images
prune-backups keep-all=1
shared 0
--- 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 Mon, 23 Feb 2026 22%3A27%3A54 -0600:
--- domains.cfg
[missing: /etc/pve/domains.cfg]
--- cluster resources (compact)
$ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \
| jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \
|| pvesh get /cluster/resources --type node 2>/dev/null
┌────────────────┬──────┬─────────────┬─────────┬───────┬───────────┬──────────┬───────────┬─────────┬───────┬──────┬────────┬───────────┬───────────┬──────────┬─────────┬──────┬───────┬────────┬─────────┬──────────────┬───────────┬────────────┬──────┬──────────┬─────┬────────┬─────────┬──────┬──────────┬────────┬──────┬───────────┐
│ id │ type │ cgroup-mode │ content │ cpu │ disk │ diskread │ diskwrite │ hastate │ level │ lock │ maxcpu │ maxdisk │ maxmem │ mem │ memhost │ name │ netin │ netout │ network │ network-type │ node │ plugintype │ pool │ protocol │ sdn │ status │ storage │ tags │ template │ uptime │ vmid │ zone-type │
╞════════════════╪══════╪═════════════╪═════════╪═══════╪═══════════╪══════════╪═══════════╪═════════╪═══════╪══════╪════════╪═══════════╪═══════════╪══════════╪═════════╪══════╪═══════╪════════╪═════════╪══════════════╪═══════════╪════════════╪══════╪══════════╪═════╪════════╪═════════╪══════╪══════════╪════════╪══════╪═══════════╡
│ node/pfv-tsys4 │ node │ 2 │ │ 3.23% │ 10.20 GiB │ │ │ │ │ │ 8 │ 93.93 GiB │ 15.53 GiB │ 1.92 GiB │ │ │ │ │ │ │ pfv-tsys4 │ │ │ │ │ online │ │ │ │ 2d 28m │ │ │
└────────────────┴──────┴─────────────┴─────────┴───────┴───────────┴──────────┴───────────┴─────────┴───────┴──────┴────────┴───────────┴───────────┴──────────┴─────────┴──────┴───────┴────────┴─────────┴──────────────┴───────────┴────────────┴──────┴──────────┴─────┴────────┴─────────┴──────┴──────────┴────────┴──────┴───────────┘
###############################################################################
# 10. NETWORK: INTERFACES
###############################################################################
--- ip -d link
$ ip -d link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 98:90:96:c4:96:9a 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.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a 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 enx989096c4969a
3: enx8cae4ccda926: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 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:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 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 4-2.2:2.0
4: enx80ae4ccdec03: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 0 maxmtu 1500 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 4-2.4:2.0
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 98:90:96:c4:96:9a 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.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a 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 100.18 fdb_n_learned 94 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 2 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
7: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 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:a9:26 designated_root 8000.8c:ae:4c:cd:a9:26 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 236.11 fdb_n_learned 8 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
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6e:59:53:32:e6:af 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.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
9: fwbr400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 22:6f:ca:7c:50:23 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.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 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 5.74 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 11 mcast_querier_ipv4_other_timer 18.6us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
10: fwpr400p0@fwln400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:fc:96:a6:43:f9 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.98:90:96:c4:96:9a designated_root 8000.98:90:96:c4:96:9a hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000
link/ether 22:6f:ca:7c:50:23 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.22:6f:ca:7c:50:23 designated_root 8000.22:6f:ca:7c:50:23 hold_timer 0.00 message_age_timer 0.00 forward_delay_timer 0.00 topology_change_ack 0 config_pending 0 proxy_arp off proxy_arp_wifi off mcast_router 1 mcast_fast_leave off mcast_flood on bcast_flood on mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off group_fwd_mask 0 group_fwd_mask_str 0x0 vlan_tunnel off isolated off locked off mab off addrgenmode eui64 numtxqueues 8 numrxqueues 8 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
--- ip -o link
$ ip -o link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000\ link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff\ altname enp0s25\ altname enx989096c4969a
3: enx8cae4ccda926: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
4: enx80ae4ccdec03: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500\ link/none
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff
7: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff
9: fwbr400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff
10: fwpr400p0@fwln400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000\ link/ether 22:6f:ca:7c:50:23 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
5: tailscale0 inet 100.70.77.93/32 scope global tailscale0\ valid_lft forever preferred_lft forever
6: vmbr0 inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 446sec preferred_lft 446sec
7: datanet inet 10.100.100.4/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
5: tailscale0 inet6 fd7a:115c:a1e0::3f3b:4d5d/128 scope global \ valid_lft forever preferred_lft forever
5: tailscale0 inet6 fe80::bcd2:a9d6:e5d0:8ba/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
6: vmbr0 inet6 fe80::9a90:96ff:fec4:969a/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
7: datanet inet6 fe80::8eae:4cff:fecd:a926/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
--- ip addr
$ ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP group default qlen 1000
link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff
altname enp0s25
altname enx989096c4969a
3: enx8cae4ccda926: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
4: enx80ae4ccdec03: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 80:ae:4c:cd:ec:03 brd ff:ff:ff:ff:ff:ff
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
link/none
inet 100.70.77.93/32 scope global tailscale0
valid_lft forever preferred_lft forever
inet6 fd7a:115c:a1e0::3f3b:4d5d/128 scope global
valid_lft forever preferred_lft forever
inet6 fe80::bcd2:a9d6:e5d0:8ba/64 scope link stable-privacy proto kernel_ll
valid_lft forever preferred_lft forever
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff
inet 192.168.3.191/22 brd 192.168.3.255 scope global dynamic vmbr0
valid_lft 446sec preferred_lft 446sec
inet6 fe80::9a90:96ff:fec4:969a/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
7: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
inet 10.100.100.4/24 scope global datanet
valid_lft forever preferred_lft forever
inet6 fe80::8eae:4cff:fecd:a926/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN group default qlen 1000
link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff
9: fwbr400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff
10: fwpr400p0@fwln400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr400i0 state UP group default qlen 1000
link/ether 22:6f:ca:7c:50:23 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.4
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.191
--- 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
2674216 11501 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
2674216 11501 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
1391622512 8298163 0 5817 0 4483765
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
353501826 1258907 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
altname enp0s25
altname enx989096c4969a
3: enx8cae4ccda926: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master datanet state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
288574743776 311161480 0 5815 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
620177744379 458060671 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
4: enx80ae4ccdec03: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 80:ae:4c:cd:ec:03 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
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 1
5: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN mode DEFAULT group default qlen 500
link/none
RX: bytes packets errors dropped missed mcast
10152962 92565 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
84846825 118991 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
6: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 98:90:96:c4:96:9a brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
797660140 6639968 0 0 0 3798031
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
196748128 640978 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
7: datanet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 8c:ae:4c:cd:a9:26 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
288569563872 311151965 0 10 0 146994
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
620176262319 458054859 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr400i0 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 6e:59:53:32:e6:af brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
144523130 532645 0 0 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
835391749 6467339 0 5168 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 0
9: fwbr400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
504286178 5579525 0 7100 0 3796992
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
10: fwpr400p0@fwln400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether 6e:fc:96:a6:43:f9 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
145970318 538457 0 5812 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
835908906 6472507 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr400i0 state UP mode DEFAULT group default qlen 1000
link/ether 22:6f:ca:7c:50:23 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
835908906 6472507 0 5812 0 0
RX errors: length crc frame fifo overrun
0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
145970318 538457 0 0 0 0
TX errors: aborted fifo window heartbt transns
0 0 0 0 2
--- ip neigh
$ ip neigh
192.168.1.164 dev vmbr0 FAILED
192.168.1.46 dev vmbr0 FAILED
10.100.100.5 dev datanet lladdr 00:1b:78:5c:e9:ce REACHABLE
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
10.100.100.7 dev datanet lladdr f8:bc:12:34:e0:75 REACHABLE
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 STALE
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
10.100.100.1 dev datanet lladdr 8c:ae:4c:cd:a6:2d REACHABLE
10.100.100.3 dev datanet lladdr 8c:ae:4c:cd:a7:74 REACHABLE
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
192.168.1.45 dev vmbr0 FAILED
10.100.100.6 dev datanet lladdr 00:21:9b:a2:7c:55 REACHABLE
10.100.100.9 dev datanet lladdr 9c:69:d3:6a:5b:6c STALE
192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 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.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 STALE
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc STALE
192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE
fe80::44ce:70d5:12e2:dc57 dev vmbr0 lladdr bc:24:11:1e:fe:57 STALE
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 STALE
fe80::ab9a:119e:e167:cc2a dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
fe80::be24:11ff:fe9e:1ce9 dev vmbr0 lladdr bc:24:11:9e:1c:e9 STALE
fe80::fabc:12ff:fe34:e075 dev datanet lladdr f8:bc:12:34:e0:75 STALE
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
fe80::be24:11ff:feeb:f00f dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
fe80::4542:2d1f:b470:fc54 dev vmbr0 lladdr bc:24:11:fb:7d:38 STALE
fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
fe80::be24:11ff:fe6e:1269 dev vmbr0 lladdr bc:24:11:6e:12:69 STALE
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
fe80::844:b84d:703c:46b6 dev vmbr0 lladdr 44:09:da:4e:84:63 STALE
fe80::be24:11ff:fedd:29b8 dev vmbr0 lladdr bc:24:11:dd:29:b8 STALE
fe80::df77:368f:7483:f207 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
fe80::be24:11ff:fe74:d68a dev vmbr0 lladdr bc:24:11:74:d6:8a STALE
fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE
fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
fe80::cfc5:646d:62cd:4746 dev vmbr0 lladdr bc:24:11:6f:b0:06 STALE
fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE
fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE
fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
fe80::e11b:a5d6:370a:3839 dev vmbr0 lladdr bc:24:11:80:a1:3c STALE
fe80::8175:8cd5:2119:c58c dev vmbr0 lladdr bc:24:11:e2:1a:09 STALE
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
fe80::406a:9d5b:52e1:a762 dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
fe80::be24:11ff:fe1a:8f6f dev vmbr0 lladdr bc:24:11:1a:8f:6f STALE
fe80::aaba:ff4f:993a:3336 dev vmbr0 lladdr bc:24:11:36:16:3c STALE
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE
fe80::2f96:e883:f0b8:8de1 dev vmbr0 lladdr bc:24:11:78:11:ac STALE
fe80::af8e:5170:c28:5a12 dev vmbr0 lladdr bc:24:11:ca:b0:cd STALE
fe80::be24:11ff:fe1f:9d83 dev vmbr0 lladdr bc:24:11:1f:9d:83 STALE
fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
fe80::571e:6df3:f3d6:ad57 dev vmbr0 lladdr bc:24:11:6d:60:fb STALE
fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
fe80::11be:70aa:7f52:bcc4 dev vmbr0 lladdr bc:24:11:7a:44:5f STALE
fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 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: 2674216 11501 0 0 0 0 0 0 2674216 11501 0 0 0 0 0 0
nic0: 1391622512 8298163 0 5817 0 0 0 4483765 353501826 1258907 0 0 0 0 0 0
enx8cae4ccda926: 288574743776 311161480 0 5815 0 0 0 0 620177744379 458060671 0 0 0 0 0 0
enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tailscale0: 10152962 92565 0 0 0 0 0 0 84846825 118991 0 0 0 0 0 0
vmbr0: 797660140 6639968 0 0 0 0 0 3798031 196748128 640978 0 0 0 0 0 0
datanet: 288569563872 311151965 0 10 0 0 0 146994 620176262319 458054859 0 0 0 0 0 0
tap400i0: 144523130 532645 0 0 0 0 0 0 835391749 6467339 0 5168 0 0 0 0
fwbr400i0: 504286178 5579525 0 7100 0 0 0 3796992 0 0 0 0 0 0 0 0
fwpr400p0: 145970318 538457 0 5812 0 0 0 0 835908906 6472507 0 0 0 0 0 0
fwln400i0: 835908906 6472507 0 5812 0 0 0 0 145970318 538457 0 0 0 0 0 0
--- ip -6 route (brief)
$ ip -6 route
fd7a:115c:a1e0::3f3b:4d5d 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
enx80ae4ccdec03 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1
enx8cae4ccda926 speed=0 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwbr400i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwln400i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
fwpr400p0 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
tap400i0 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: enx80ae4ccdec03 -----
[driver/version/firmware/bus-info -i]
driver: cdc_ncm
version: 6.17.9-1-pve
firmware-version: CDC NCM (NO ZLP)
expansion-rom-version:
bus-info: usb-0000:00:14.0-2.4
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 enx80ae4ccdec03:
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: no
[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 enx80ae4ccdec03:
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: enx8cae4ccda926 -----
[driver/version/firmware/bus-info -i]
driver: cdc_ncm
version: 6.17.9-1-pve
firmware-version: CDC NCM (NO ZLP)
expansion-rom-version:
bus-info: usb-0000:00:14.0-2.2
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 enx8cae4ccda926:
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 enx8cae4ccda926:
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: fwbr400i0 -----
[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 fwbr400i0:
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 fwbr400i0:
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: fwln400i0 -----
[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 fwln400i0:
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 fwln400i0:
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 fwln400i0:
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: fwpr400p0 -----
[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 fwpr400p0:
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 fwpr400p0:
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 fwpr400p0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: on
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: on
tx-tcp-mangleid-segmentation: on
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
netlink error: Operation not supported
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_queue_0_drops: 0
rx_queue_0_xdp_drops: 0
rx_queue_0_xdp_tx_errors: 0
tx_queue_0_xdp_xmit_errors: 0
[statistics -S (throughput counters)]
----- ethtool: nic0 -----
[driver/version/firmware/bus-info -i]
driver: e1000e
version: 6.17.9-1-pve
firmware-version: 0.13-4
expansion-rom-version:
bus-info: 0000:00:19.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes
[settings - speed/duplex/autoneg/port]
Settings for nic0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
[channels -l (RX/TX/combined queue counts)]
netlink error: Operation not supported
[coalesce -c (interrupt moderation)]
Coalesce parameters for nic0:
Adaptive RX: n/a TX: n/a
stats-block-usecs: n/a
sample-interval: n/a
pkt-rate-low: n/a
pkt-rate-high: n/a
rx-usecs: 3
rx-frames: n/a
rx-usecs-irq: n/a
rx-frames-irq: n/a
tx-usecs: n/a
tx-frames: n/a
tx-usecs-irq: n/a
tx-frames-irq: n/a
rx-usecs-low: n/a
rx-frame-low: n/a
tx-usecs-low: n/a
tx-frame-low: n/a
rx-usecs-high: n/a
rx-frame-high: n/a
tx-usecs-high: n/a
tx-frame-high: n/a
CQE mode RX: n/a TX: n/a
tx-aggr-max-bytes: n/a
tx-aggr-max-frames: n/a
tx-aggr-time-usecs: n/a
[ring -g (descriptor counts)]
Ring parameters for nic0:
Pre-set maximums:
RX: 4096
RX Mini: n/a
RX Jumbo: n/a
TX: 4096
TX push buff len: n/a
Current hardware settings:
RX: 256
RX Mini: n/a
RX Jumbo: n/a
TX: 256
RX Buf Len: n/a
CQE Size: n/a
TX Push: off
RX Push: off
TX push buff len: n/a
TCP data split: n/a
[pause / flow-control -a]
Pause parameters for nic0:
Autonegotiate: on
RX: off
TX: off
RX negotiated: off
TX negotiated: off
[offload features -k]
Features for nic0:
rx-checksumming: on
tx-checksumming: on
tx-checksum-ipv4: off [fixed]
tx-checksum-ip-generic: on
tx-checksum-ipv6: off [fixed]
tx-checksum-fcoe-crc: off [fixed]
tx-checksum-sctp: off [fixed]
scatter-gather: on
tx-scatter-gather: on
tx-scatter-gather-fraglist: off [fixed]
tcp-segmentation-offload: on
tx-tcp-segmentation: on
tx-tcp-ecn-segmentation: off [fixed]
tx-tcp-mangleid-segmentation: off
tx-tcp6-segmentation: on
tx-tcp-accecn-segmentation: off [fixed]
generic-segmentation-offload: on
generic-receive-offload: on
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: on
highdma: on [fixed]
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: off [fixed]
tx-gre-csum-segmentation: off [fixed]
tx-ipxip4-segmentation: off [fixed]
tx-ipxip6-segmentation: off [fixed]
tx-udp_tnl-segmentation: off [fixed]
tx-udp_tnl-csum-segmentation: off [fixed]
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: off [fixed]
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: off [fixed]
tx-gso-list: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off
rx-all: off
tx-vlan-stag-hw-insert: off [fixed]
rx-vlan-stag-hw-parse: off [fixed]
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
tls-hw-rx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]
rx-gro-list: off
macsec-hw-offload: off [fixed]
rx-udp-gro-forwarding: off
hsr-tag-ins-offload: off [fixed]
hsr-tag-rm-offload: off [fixed]
hsr-fwd-offload: off [fixed]
hsr-dup-offload: off [fixed]
[private flags --show-priv-flags]
Private flags for nic0:
s0ix-enabled: off
[ntuple/RSS -n]
Cannot get RX rings: Operation not supported
rxclass: Cannot get RX class rule count: Operation not supported
RX classification rule retrieval failed
[SFP/DOM transceiver -m]
netlink error: Operation not supported
[statistics -S (key error/drop counters only)]
rx_errors: 0
tx_errors: 0
tx_dropped: 0
rx_length_errors: 0
rx_over_errors: 0
rx_crc_errors: 0
rx_frame_errors: 0
rx_no_buffer_count: 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: 0
dropped_smbus: 0
uncorr_ecc_errors: 0
corr_ecc_errors: 0
[statistics -S (throughput counters)]
rx_packets: 8298183
tx_packets: 1258919
rx_bytes: 1391627645
tx_bytes: 353503049
rx_broadcast: 1781708
tx_broadcast: 1280
rx_multicast: 4483770
tx_multicast: 32676
----- ethtool: tap400i0 -----
[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 tap400i0:
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 tap400i0:
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 tap400i0:
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 tap400i0:
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: enx8cae4ccda926: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master datanet state forwarding priority 32 cost 100
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2
10: fwpr400p0@fwln400i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr400i0 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 134 mcast_max_groups 0
3: enx8cae4ccda926: <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
8: tap400i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr400i0 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
10: fwpr400p0@fwln400i0: <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
11: fwln400i0@fwpr400p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr400i0 state forwarding priority 32 cost 2
hairpin off guard off root_block off fastleave off learning on flood on mcast_flood on bcast_flood on mcast_router 1 mcast_to_unicast off neigh_suppress off neigh_vlan_suppress off vlan_tunnel off isolated off locked off mab off mcast_n_groups 129 mcast_max_groups 0
--- bridge vlan
$ bridge vlan
port vlan-id
nic0 1 PVID Egress Untagged
enx8cae4ccda926 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap400i0 1 PVID Egress Untagged
fwbr400i0 1 PVID Egress Untagged
fwpr400p0 1 PVID Egress Untagged
fwln400i0 1 PVID Egress Untagged
--- bridge vlan show
$ bridge vlan show
port vlan-id
nic0 1 PVID Egress Untagged
enx8cae4ccda926 1 PVID Egress Untagged
vmbr0 1 PVID Egress Untagged
datanet 1 PVID Egress Untagged
tap400i0 1 PVID Egress Untagged
fwbr400i0 1 PVID Egress Untagged
fwpr400p0 1 PVID Egress Untagged
fwln400i0 1 PVID Egress Untagged
--- brctl show
$ brctl show
bridge name bridge id STP enabled interfaces
datanet 8000.8cae4ccda926 no enx8cae4ccda926
fwbr400i0 8000.226fca7c5023 no fwln400i0
tap400i0
vmbr0 8000.989096c4969a no fwpr400p0
nic0
--- 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
### mgmt net
iface nic0 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports nic0
bridge-stp off
bridge-fd 0
### datanet
#auto enx8cae4ccda926
#iface enx8cae4ccda926 inet manual
# bond-master bond0
#auto enx80ae4ccdec03
#iface enx80ae4ccdec03 inet manual
# bond-master bond0
#auto bond0
#iface bond0 inet manual
# bond-mode 802.3ad
# bond-miimon 100
# bond-downdelay 200
# bond-updelay 200
# bond-lacp-rate fast
# bond-slaves enx8cae4ccda926 enx80ae4ccdec03
auto datanet
iface datanet inet static
address 10.100.100.4
netmask 255.255.255.0
bridge-ports enx8cae4ccda926
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
--- interfaces.d (per file)
$ for f in /etc/network/interfaces.d/*; do
[ -r "$f" ] || continue
echo "--- $f ---"
cat "$f"
done
###############################################################################
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
###############################################################################
--- /proc/interrupts
$ cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 25 0 0 0 0 0 0 0 IR-IO-APIC 2-edge timer
8: 1 0 0 0 0 0 0 0 IR-IO-APIC 8-edge rtc0
9: 0 15565 0 0 0 0 0 0 IR-IO-APIC 9-fasteoi acpi
16: 0 0 204584 0 0 0 0 0 IR-IO-APIC 16-fasteoi ehci_hcd:usb1
18: 0 0 0 0 11580 0 0 0 IR-IO-APIC 18-fasteoi i801_smbus
19: 0 0 0 0 0 0 0 14781514 IR-IO-APIC 19-fasteoi ata_piix
23: 0 0 0 47 0 0 0 0 IR-IO-APIC 23-fasteoi ehci_hcd:usb2
24: 0 0 0 0 0 0 0 0 DMAR-MSI 0-edge dmar0
25: 0 0 0 0 0 0 0 0 DMAR-MSI 1-edge dmar1
26: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.0 0-edge PCIe bwctrl
27: 0 0 0 0 0 1 0 0 IR-PCI-MSI-0000:00:1c.1 0-edge PCIe bwctrl
28: 0 0 0 0 0 0 0 0 IR-PCI-MSI-0000:00:1c.4 0-edge PCIe bwctrl
29: 0 8337455 0 0 0 0 0 0 IR-PCI-MSI-0000:00:19.0 0-edge nic0
30: 0 0 0 0 147072614 0 0 0 IR-PCI-MSI-0000:00:14.0 0-edge xhci_hcd
38: 0 0 0 0 0 26 0 0 IR-PCI-MSI-0000:00:16.0 0-edge mei_me
39: 0 0 0 0 0 0 95638 0 IR-PCI-MSI-0000:00:02.0 0-edge i915
40: 0 0 0 0 0 0 0 256 IR-PCI-MSI-0000:00:03.0 0-edge snd_hda_intel:card0
NMI: 244 230 180 205 534 167 158 177 Non-maskable interrupts
LOC: 35598712 49341069 31034492 36436127 82584426 36982422 34477997 24420801 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 244 230 180 205 534 167 158 177 Performance monitoring interrupts
IWI: 0 0 0 0 26 0 14 0 IRQ work interrupts
RTR: 0 0 0 0 0 0 0 0 APIC ICR read retries
RES: 162370 126671 100273 185261 97817 168706 184774 60722 Rescheduling interrupts
CAL: 924949 635020 461438 460252 758786 429686 421204 358891 Function call interrupts
TLB: 117995 124373 128897 119135 121853 122050 115034 123246 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: 533 534 534 534 534 534 534 534 Machine check polls
ERR: 0
MIS: 0
PIN: 0 0 0 0 0 0 0 0 Posted-interrupt notification event
NPI: 0 0 0 0 0 0 0 0 Nested posted-interrupt event
PIW: 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
--- NIC IRQ affinities (which CPUs handle which queue)
$ for ifc in $NETIFS; do
[ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue
echo "=== $ifc IRQ list (first 40) ==="
ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40
done
=== nic0 IRQ list (first 40) ===
29
--- 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/enx80ae4ccdec03/queues/rx-0/rps_cpus = 00
/sys/class/net/enx8cae4ccda926/queues/rx-0/rps_cpus = 00
/sys/class/net/fwbr400i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwln400i0/queues/rx-0/rps_cpus = 00
/sys/class/net/fwpr400p0/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/tailscale0/queues/rx-0/rps_cpus = 00
/sys/class/net/tap400i0/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/enx80ae4ccdec03/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/enx8cae4ccda926/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/fwbr400i0/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/tailscale0/queues/tx-0/xps_cpus: No such file or directory
cat: /sys/class/net/tap400i0/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/enx80ae4ccdec03/queues/tx-0/xps_cpus =
/sys/class/net/enx8cae4ccda926/queues/tx-0/xps_cpus =
/sys/class/net/fwbr400i0/queues/tx-0/xps_cpus =
/sys/class/net/fwln400i0/queues/tx-0/xps_cpus = 00
/sys/class/net/fwpr400p0/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/tailscale0/queues/tx-0/xps_cpus =
/sys/class/net/tap400i0/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/enx80ae4ccdec03/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/enx8cae4ccda926/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwbr400i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwln400i0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/fwpr400p0/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/tailscale0/queues/rx-0/rps_flow_cnt = 0
/sys/class/net/tap400i0/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
00006307 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
019ea761 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
00097e0f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
000207bf 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
2518a8a9 00000000 0000000b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
00005c5d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
0000a038 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
00005c44 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=00006307 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu1 total=019ea775 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu2 total=00097e0f dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu3 total=000207bf dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu4 total=2518a8bb dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu5 total=00005c5d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu6 total=0000a038 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
cpu7 total=00005c44 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 895880 0.0
IpFragFails 0 0.0
TcpAttemptFails 8 0.0
TcpRetransSegs 34835126 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 27 0.0
TcpExtTCPLostRetransmit 210475 0.0
TcpExtTCPRenoFailures 0 0.0
TcpExtTCPSackFailures 0 0.0
TcpExtTCPLossFailures 1 0.0
TcpExtTCPFastRetrans 34832471 0.0
TcpExtTCPSlowStartRetrans 133 0.0
TcpExtTCPLossProbes 2488 0.0
TcpExtTCPLossProbeRecovery 95 0.0
TcpExtTCPRenoRecoveryFail 0 0.0
TcpExtTCPSackRecoveryFail 2 0.0
TcpExtTCPAbortOnData 1285 0.0
TcpExtTCPAbortOnClose 6 0.0
TcpExtTCPAbortOnMemory 0 0.0
TcpExtTCPAbortOnTimeout 2 0.0
TcpExtTCPAbortOnLinger 0 0.0
TcpExtTCPAbortFailed 0 0.0
TcpExtTCPMD5Failure 0 0.0
TcpExtTCPBacklogDrop 0 0.0
TcpExtPFMemallocDrop 0 0.0
TcpExtTCPMinTTLDrop 0 0.0
TcpExtTCPDeferAcceptDrop 0 0.0
TcpExtTCPTimeWaitOverflow 0 0.0
TcpExtTCPReqQFullDrop 0 0.0
TcpExtTCPRetransFail 0 0.0
TcpExtTCPOFODrop 0 0.0
TcpExtTCPFastOpenActiveFail 0 0.0
TcpExtTCPFastOpenPassiveFail 0 0.0
TcpExtTCPFastOpenListenOverflow 0 0.0
TcpExtTCPSynRetrans 75 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: 364
TCP: 49 (estab 16, closed 3, orphaned 0, timewait 1)
Transport Total IP IPv6
RAW 0 0 0
UDP 18 10 8
TCP 46 31 15
INET 64 41 23
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.4:2049 10.100.100.5:946
skmem:(r0,rb970643,t0,tb966144,f0,w0,o0,bl0,d2004)
0 0 10.100.100.4:2049 10.100.100.7:713
skmem:(r0,rb1456272,t0,tb2297856,f0,w0,o0,bl0,d372)
0 0 192.168.3.191:47126 209.177.156.94:443 timer:(keepalive,,0)
skmem:(r0,rb132734,t0,tb130560,f0,w0,o0,bl0,d2)
0 0 10.100.100.4:2049 10.100.100.3:964
skmem:(r0,rb7415820,t0,tb13578240,f0,w0,o0,bl0,d30484)
0 0 10.100.100.4:2049 10.100.100.6:975
skmem:(r0,rb728280,t0,tb2963712,f0,w0,o0,bl0,d46)
0 0 192.168.3.191:59348 9.9.9.9:443 timer:(keepalive,20sec,0)
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
0 0 192.168.3.191:38606 192.200.0.107:443 timer:(keepalive,4.813sec,0)
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d0)
0 0 10.100.100.4:2049 10.100.100.7:728
skmem:(r0,rb2320396,t0,tb2376192,f0,w0,o0,bl0,d399)
0 0 10.100.100.4:2049 10.100.100.6:929
skmem:(r0,rb1194899,t0,tb2532864,f0,w0,o0,bl0,d42)
0 0 10.100.100.4:2049 10.100.100.1:668
skmem:(r0,rb16777216,t0,tb3081216,f0,w0,o0,bl0,d13277)
0 0 10.100.100.4:2049 10.100.100.7:743
skmem:(r0,rb1532096,t0,tb2402304,f0,w0,o0,bl0,d373)
0 0 10.100.100.4:2049 10.100.100.7:757
skmem:(r0,rb1997342,t0,tb2297856,f0,w0,o0,bl0,d375)
0 0 10.100.100.4:2049 10.100.100.6:704
skmem:(r0,rb1239521,t0,tb2689536,f0,w0,o0,bl0,d56)
0 0 10.100.100.4:2049 10.100.100.6:913
skmem:(r0,rb940501,t0,tb2676480,f0,w0,o0,bl0,d48)
0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682 timer:(keepalive,12sec,0)
skmem:(r0,rb439127,t0,tb130560,f0,w0,o0,bl0,d7236)
--- ss -ti (TCP internals)
$ ss -ti
State Recv-Q Send-Q Local Address:Port Peer Address:Port
ESTAB 0 0 10.100.100.4:nfs 10.100.100.5:946
bbr wscale:10,9 rto:217 rtt:16.363/18.323 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:30 bytes_sent:10000831600 bytes_retrans:543936 bytes_acked:10000287664 bytes_received:1555745840 segs_out:7565571 segs_in:4845066 data_segs_out:7186686 data_segs_in:1187647 bbr:(bw:58.7Mbps,mrtt:0.827,pacing_gain:1.25,cwnd_gain:2) send 21.2Mbps lastsnd:2568 lastrcv:2605 lastack:2526 pacing_rate 72.7Mbps delivery_rate 58.7Mbps delivered:7185986 app_limited busy:11280459ms retrans:0/1329 dsack_dups:1648 rcv_rtt:4.106 rcv_space:322284 rcv_ssthresh:644567 minrtt:0.668 rcv_ooopack:425 snd_wnd:370688 rcv_wnd:644608 rehash:12
ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:713
bbr wscale:12,9 rto:206 rtt:5.299/7.879 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:184 ssthresh:265 bytes_sent:416495400 bytes_retrans:43288 bytes_acked:416452112 bytes_received:60283220 segs_out:311778 segs_in:132004 data_segs_out:299079 data_segs_in:56913 bbr:(bw:944Mbps,mrtt:0.269,pacing_gain:1.25,cwnd_gain:2) send 402Mbps lastsnd:919 lastrcv:985 lastack:919 pacing_rate 1.17Gbps delivery_rate 393Mbps delivered:299041 app_limited busy:142895ms retrans:0/61 dsack_dups:22 rcv_rtt:17.376 rcv_space:483528 rcv_ssthresh:967055 minrtt:0.113 rcv_ooopack:585 snd_wnd:667648 rcv_wnd:967168 rehash:29
ESTAB 0 0 192.168.3.191:47126 209.177.156.94:https
bbr wscale:7,9 rto:212 rtt:11.866/3.091 ato:45 mss:1448 pmtu:1500 rcvmss:700 advmss:1448 cwnd:69 bytes_sent:649634 bytes_acked:649635 bytes_received:984873 segs_out:13173 segs_in:11581 data_segs_out:3479 data_segs_in:6181 bbr:(bw:11.1Mbps,mrtt:12.801,pacing_gain:2.88672,cwnd_gain:2.88672) send 67.4Mbps lastsnd:9819 lastrcv:5098 lastack:5098 pacing_rate 35.3Mbps delivery_rate 11.1Mbps delivered:3480 app_limited busy:21569ms rcv_rtt:271403 rcv_space:44072 rcv_ssthresh:87506 minrtt:12.801 snd_wnd:280704 rcv_wnd:87552
ESTAB 0 0 10.100.100.4:nfs 10.100.100.3:964
bbr wscale:10,9 rto:216 rtt:15.396/17.929 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:388 ssthresh:364 bytes_sent:141448328260 bytes_retrans:610284 bytes_acked:141447717976 bytes_received:14536070420 segs_out:101241157 segs_in:42237486 data_segs_out:99274701 data_segs_in:10599517 bbr:(bw:938Mbps,mrtt:1.531,pacing_gain:1.25,cwnd_gain:2) send 292Mbps lastsnd:1201 lastrcv:1264 lastack:1158 pacing_rate 1.16Gbps delivery_rate 938Mbps delivered:99274224 app_limited busy:11596520ms retrans:0/498 dsack_dups:156 rcv_rtt:2.424 rcv_space:1506338 rcv_ssthresh:4924567 minrtt:1.456 rcv_ooopack:21414 snd_wnd:3648512 rcv_wnd:4924928 rehash:7
ESTAB 0 0 100.70.77.93:ssh 100.101.187.119:35880
bbr wscale:7,9 rto:209 rtt:8.411/13.457 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:5597 bytes_acked:5597 bytes_received:3889 segs_out:22 segs_in:22 data_segs_out:15 data_segs_in:13 bbr:(bw:24.2Mbps,mrtt:0.537,pacing_gain:2.88672,cwnd_gain:2.88672) send 29.2Mbps lastsnd:6992 lastrcv:6992 lastack:6991 pacing_rate 523Mbps delivery_rate 24.2Mbps delivered:16 app_limited busy:105ms rcv_rtt:7 rcv_space:12400 rcv_ssthresh:78504 minrtt:0.537 snd_wnd:76928 rcv_wnd:78848
ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:975
bbr wscale:12,9 rto:204 rtt:3.691/4.997 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:190 ssthresh:152 bytes_sent:140291164 bytes_retrans:1044 bytes_acked:140290120 bytes_received:10157904 segs_out:102252 segs_in:22597 data_segs_out:99797 data_segs_in:10130 bbr:(bw:804Mbps,mrtt:0.361,pacing_gain:1.25,cwnd_gain:2) send 596Mbps lastsnd:1193 lastrcv:1210 lastack:1192 pacing_rate 994Mbps delivery_rate 617Mbps delivered:99797 app_limited busy:11443ms retrans:0/7 dsack_dups:7 rcv_rtt:9.529 rcv_space:241812 rcv_ssthresh:483623 minrtt:0.298 rcv_ooopack:380 snd_wnd:516096 rcv_wnd:483840 rehash:2
ESTAB 0 0 192.168.3.191:59348 9.9.9.9:https
bbr wscale:11,9 rto:212 rtt:11.578/1.044 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:11207 bytes_acked:11208 bytes_received:19327 segs_out:179 segs_in:170 data_segs_out:168 data_segs_in:88 bbr:(bw:3.62Mbps,mrtt:10.158,pacing_gain:2.88672,cwnd_gain:2.88672) send 18Mbps lastsnd:8292 lastrcv:8273 lastack:8273 pacing_rate 24.8Mbps delivery_rate 3.62Mbps delivered:169 app_limited busy:954ms rcv_space:14480 rcv_ssthresh:57388 minrtt:10.158 snd_wnd:45056 rcv_wnd:57856
ESTAB 0 0 192.168.3.191:38606 192.200.0.107:https
bbr wscale:10,9 rto:337 rtt:136.864/8.573 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:13055 bytes_acked:13056 bytes_received:456316 segs_out:6683 segs_in:6706 data_segs_out:77 data_segs_in:3481 bbr:(bw:346kbps,mrtt:129.907,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.52Mbps lastsnd:129467 lastrcv:25195 lastack:25195 pacing_rate 2.5Mbps delivery_rate 346kbps delivered:78 app_limited busy:9161ms rcv_rtt:10320 rcv_space:17260 rcv_ssthresh:57388 minrtt:129.907 snd_wnd:82944 rcv_wnd:57856
ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:728
bbr wscale:12,9 rto:204 rtt:3.749/4.891 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:194 ssthresh:150 bytes_sent:440356140 bytes_retrans:42980 bytes_acked:440313160 bytes_received:71850216 segs_out:330108 segs_in:144938 data_segs_out:316092 data_segs_in:65693 bbr:(bw:946Mbps,mrtt:0.324,pacing_gain:1.25,cwnd_gain:2) send 599Mbps lastsnd:920 lastrcv:967 lastack:920 pacing_rate 1.17Gbps delivery_rate 723Mbps delivered:316023 app_limited busy:122762ms retrans:0/71 dsack_dups:144 rcv_rtt:24.27 rcv_space:770444 rcv_ssthresh:1540887 minrtt:0.243 rcv_ooopack:643 snd_wnd:679936 rcv_wnd:1541120 rehash:20
ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:929
bbr wscale:12,9 rto:209 rtt:8.569/11.364 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:180 ssthresh:156 bytes_sent:142001152 bytes_acked:142001152 bytes_received:10414196 segs_out:103250 segs_in:22662 data_segs_out:100976 data_segs_in:10333 bbr:(bw:549Mbps,mrtt:0.427,pacing_gain:1.25,cwnd_gain:2) send 243Mbps lastsnd:2352 lastrcv:2372 lastack:2351 pacing_rate 679Mbps delivery_rate 549Mbps delivered:100977 app_limited busy:10703ms rwnd_limited:2ms(0.0%) rcv_rtt:12.561 rcv_space:396744 rcv_ssthresh:792850 minrtt:0.411 rcv_ooopack:161 snd_wnd:499712 rcv_wnd:793088
ESTAB 0 0 10.100.100.4:nfs 10.100.100.1:668
bbr wscale:10,9 rto:205 rtt:4.134/3.369 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:42 ssthresh:166 bytes_sent:8739779616 bytes_retrans:715867816 bytes_acked:8023911800 bytes_received:54272742016 segs_out:15386034 segs_in:39650033 data_segs_out:6683266 data_segs_in:37752275 bbr:(bw:100Mbps,mrtt:0.443,pacing_gain:1.25,cwnd_gain:2) send 118Mbps lastsnd:4 pacing_rate 124Mbps delivery_rate 100Mbps delivered:6188989 app_limited busy:3458523ms rwnd_limited:4ms(0.0%) retrans:0/494686 dsack_dups:408 reordering:179 reord_seen:67 rcv_rtt:3.573 rcv_space:8388608 rcv_ssthresh:11141120 minrtt:0.443 rcv_ooopack:46652 snd_wnd:1248256 rcv_wnd:11141120 rehash:5
ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:743
bbr wscale:12,9 rto:207 rtt:6.768/10.479 ato:44 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:224 ssthresh:258 bytes_sent:446188468 bytes_retrans:26488 bytes_acked:446161980 bytes_received:65647152 segs_out:333657 segs_in:142060 data_segs_out:320103 data_segs_in:61226 bbr:(bw:992Mbps,mrtt:0.489,pacing_gain:1.25,cwnd_gain:2) send 383Mbps lastsnd:920 lastrcv:962 lastack:920 pacing_rate 1.23Gbps delivery_rate 675Mbps delivered:320058 busy:95001ms retrans:0/45 dsack_dups:90 rcv_rtt:15.383 rcv_space:508704 rcv_ssthresh:1017407 minrtt:0.251 rcv_ooopack:440 snd_wnd:626688 rcv_wnd:1017856 rehash:10
ESTAB 0 0 10.100.100.4:nfs 10.100.100.7:757
bbr wscale:12,9 rto:205 rtt:4.24/5.813 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:254 ssthresh:157 bytes_sent:405341680 bytes_retrans:29908 bytes_acked:405311772 bytes_received:63535100 segs_out:304389 segs_in:133533 data_segs_out:291219 data_segs_in:59131 bbr:(bw:938Mbps,mrtt:0.703,pacing_gain:1.25,cwnd_gain:2) send 694Mbps lastsnd:920 lastrcv:986 lastack:920 pacing_rate 1.16Gbps delivery_rate 463Mbps delivered:291184 busy:114784ms retrans:0/37 dsack_dups:74 rcv_rtt:7.383 rcv_space:663180 rcv_ssthresh:1326359 minrtt:0.267 rcv_ooopack:558 snd_wnd:520192 rcv_wnd:1326592 rehash:11
ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:704
bbr wscale:12,9 rto:214 rtt:13.509/16.092 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:228 ssthresh:152 bytes_sent:132131688 bytes_retrans:116 bytes_acked:132131572 bytes_received:10258488 segs_out:96440 segs_in:21807 data_segs_out:94068 data_segs_in:10171 bbr:(bw:763Mbps,mrtt:0.663,pacing_gain:1.25,cwnd_gain:2) send 196Mbps lastsnd:2374 lastrcv:2390 lastack:2373 pacing_rate 944Mbps delivery_rate 763Mbps delivered:94069 app_limited busy:10594ms rwnd_limited:1ms(0.0%) retrans:0/1 dsack_dups:1 rcv_rtt:108.208 rcv_space:411560 rcv_ssthresh:823119 minrtt:0.252 rcv_ooopack:574 snd_wnd:507904 rcv_wnd:823296
ESTAB 0 0 10.100.100.4:nfs 10.100.100.6:913
bbr wscale:12,9 rto:208 rtt:7.899/11.873 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:174 ssthresh:148 bytes_sent:134031312 bytes_acked:134031312 bytes_received:9770064 segs_out:97452 segs_in:21278 data_segs_out:95381 data_segs_in:9749 bbr:(bw:798Mbps,mrtt:0.25,pacing_gain:1.25,cwnd_gain:2) send 255Mbps lastsnd:1186 lastrcv:1192 lastack:1184 pacing_rate 987Mbps delivery_rate 775Mbps delivered:95382 app_limited busy:10800ms rcv_rtt:14.804 rcv_space:312276 rcv_ssthresh:624551 minrtt:0.25 rcv_ooopack:539 snd_wnd:532480 rcv_wnd:624640
ESTAB 0 0 [::ffff:100.70.77.93]:45876 [::ffff:100.107.35.78]:59682
bbr wscale:11,9 rto:245 rtt:44.991/0.94 ato:40 mss:1228 pmtu:1280 rcvmss:688 advmss:1228 cwnd:24 bytes_sent:3945111 bytes_retrans:2152 bytes_acked:3942959 bytes_received:540139 segs_out:32372 segs_in:29349 data_segs_out:10586 data_segs_in:12271 bbr:(bw:1.02Mbps,mrtt:43.687,pacing_gain:2.88672,cwnd_gain:2.88672) send 5.24Mbps lastsnd:2398 lastrcv:2355 lastack:2355 pacing_rate 5.76Mbps delivery_rate 1.02Mbps delivered:10574 app_limited busy:336635ms retrans:0/11 rcv_rtt:280080 rcv_space:65183 rcv_ssthresh:38912 minrtt:43.409 snd_wnd:49152 rcv_wnd:65024 rehash:5
--- /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 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 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 1797 590199 8 26 16 310205879 423428465 34835126 0 4985 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 1.8T disk Hitachi HDS723020BLA642 MN1220F30H4AND running 1 0B 0B
└─sda1 1.8T part /mnt/albert ext4 1 0B 0B
sdb 1.8T disk /mnt/tsys4/D5 ext4 HITACHI HUA723020ALA640 YFJVEK7A running 1 0B 0B
sdc 2.7T disk WDC WD30EFRX-68EUZN0 WD-WCC4N3JUHH4F running 1 0B 0B
└─sdc1 2.7T part /mnt/tsys4/D2 ext4 1 0B 0B
sdd 931.5G disk WDC WD10EZRX-00A8LB0 WD-WMC1U9174429 running 1 0B 0B
├─sdd1 1007K part 1 0B 0B
├─sdd2 1G part vfat 1 0B 0B
└─sdd3 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-tpool 794.3G lvm running 1 0B 0B
│ ├─pve-data 794.3G lvm running 1 0B 0B
│ └─pve-vm--400--disk--0 32G lvm running 1 64K 64M
└─pve-data_tdata 794.3G lvm running 1 0B 0B
└─pve-data-tpool 794.3G lvm running 1 0B 0B
├─pve-data 794.3G lvm running 1 0B 0B
└─pve-vm--400--disk--0 32G lvm running 1 64K 64M
sde 476.9G disk SK hynix SC300B SATA 512GB EJ76N650710306R1N running 0 0B 0B
└─sde1 476.9G part /mnt/tsys4/D3 ext4 0 0B 0B
sdf 4.5T disk WDC WD50NDZW-11MR8S1 WD-WX52D41RLK8F running 1 4K 4G
└─sdf1 4.5T part /mnt/backup ext4 1 4K 4G
--- 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 2 8192 0B
└─sda1 0 512 0 512 512 1 mq-deadline 2 8192 0B
sdb 0 512 0 512 512 1 mq-deadline 2 8192 0B
sdc 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
└─sdc1 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
sdd 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
├─sdd1 3072 4096 0 4096 512 1 mq-deadline 2 8192 0B
├─sdd2 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
└─sdd3 0 4096 0 4096 512 1 mq-deadline 2 8192 0B
├─pve-swap 0 4096 0 4096 512 1 8192 0B
├─pve-root 0 4096 0 4096 512 1 8192 0B
├─pve-data_tmeta 0 4096 0 4096 512 1 8192 0B
│ └─pve-data-tpool 0 65536 65536 4096 512 1 8192 0B
│ ├─pve-data 0 65536 65536 4096 512 1 8192 0B
│ └─pve-vm--400--disk--0 0 65536 65536 4096 512 1 8192 0B
└─pve-data_tdata 0 4096 0 4096 512 1 8192 0B
└─pve-data-tpool 0 65536 65536 4096 512 1 8192 0B
├─pve-data 0 65536 65536 4096 512 1 8192 0B
└─pve-vm--400--disk--0 0 65536 65536 4096 512 1 8192 0B
sde 0 512 33553920 512 512 0 mq-deadline 60 65532 0B
└─sde1 0 512 33553920 512 512 0 mq-deadline 60 65532 0B
sdf 0 4096 0 4096 512 1 mq-deadline 2 4096 0B
└─sdf1 0 4096 0 4096 512 1 mq-deadline 2 4096 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-0x5000cca369c6e1df 0x5000cca369c6e1df 0 0 0B 9 0B 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- Hitachi HDS723020BLA642 1 sda 0 root /dev/sda 512 dos 7df370d5 8192 1 MN6OA580 0 0 1 2 mq-deadline MN1220F30H4AND 1.8T running block:scsi:pci ata disk ATA 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0
0 wwn-0x5000cca369c6e1df-part1 0x5000cca369c6e1df-part1 0 0 0B 9 0B 0 1.7T / 1.8T ext4 2M 0% 1.0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 └─sda1 0 root 1 0x83 Linux 7df370d5-01 /dev/sda1 512 sda dos 7df370d5 8192 1 0 0 1 2 mq-deadline 1.8T 2048 block:scsi:pci /mnt/albert /mnt/albert part 0510ec81-11e5-412d-8a33-56ee3bf8e8f5 0B 0x5000cca369c6e1df none 0B 0B 0B 0 0 0
0 wwn-0x5000cca223e8338b 0x5000cca223e8338b 0 0 0B 10 0B 0 1.5T / 1.8T ext4 232.9G 13% 1.0 disk 0:0:1:0 0 sdb 512 8:16 8 16 512 brw-rw---- HITACHI HUA723020ALA640 1 sdb 0 root /dev/sdb 512 8192 1 MK7ONS00 0 0 1 2 mq-deadline YFJVEK7A 1.8T running block:scsi:pci /mnt/tsys4/D5 /mnt/tsys4/D5 ata disk 3898f700-297d-4a6b-a449-71ccf7b22047 ATA 0B 0x5000cca223e8338b none 0B 0B 0B 0 0 0
0 wwn-0x50014ee20e225e1d 0x50014ee20e225e1d 0 0 0B 11 0B 0 disk 1:0:0:0 0 sdc 512 8:32 8 32 4096 brw-rw---- WDC WD30EFRX-68EUZN0 1 sdc 0 root /dev/sdc 4096 gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 82.00A82 0 0 1 2 mq-deadline WD-WCC4N3JUHH4F 2.7T running block:scsi:pci ata disk ATA 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0
0 wwn-0x50014ee20e225e1d-part1 0x50014ee20e225e1d-part1 0 0 0B 11 0B 0 2.4T / 2.7T ext4 186.8G 7% 1.0 disk 0 sdc1 512 8:33 8 33 4096 brw-rw---- 1 └─sdc1 0 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 9ec59a48-1030-4f42-b19b-5c7d4dd1aea7 /dev/sdc1 4096 sdc gpt fb842831-6c68-11ea-af93-001c23c6347e 8192 1 0 0 1 2 mq-deadline 2.7T 2048 block:scsi:pci /mnt/tsys4/D2 /mnt/tsys4/D2 part 1bb5976a-a9b9-467d-bdc1-aecf3810590b 0B 0x50014ee20e225e1d none 0B 0B 0B 0 0 0
0 wwn-0x50014ee25d49f2d7 0x50014ee25d49f2d7 0 0 0B 12 0B 0 disk 1:0:1:0 0 sdd 512 8:48 8 48 4096 brw-rw---- WDC WD10EZRX-00A8LB0 1 sdd 0 root /dev/sdd 4096 gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 01.01A01 0 0 1 2 mq-deadline WD-WMC1U9174429 931.5G running block:scsi:pci ata disk ATA 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0
3072 wwn-0x50014ee25d49f2d7-part1 0x50014ee25d49f2d7-part1 0 0 0B 12 0B 0 disk 0 sdd1 512 8:49 8 49 4096 brw-rw---- 1 ├─sdd1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot e4095617-ba64-49ad-b559-e172d6271cc2 /dev/sdd1 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:pci part 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee25d49f2d7-part2 0x50014ee25d49f2d7-part2 0 0 0B 12 0B 0 vfat FAT32 disk 0 sdd2 512 8:50 8 50 4096 brw-rw---- 1 ├─sdd2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System d05e0a67-4fdf-455f-a47e-bb86fe8508b0 /dev/sdd2 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:pci part 0B43-A3C1 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0
0 wwn-0x50014ee25d49f2d7-part3 0x50014ee25d49f2d7-part3 0 0 0B 12 0B 0 LVM2_member LVM2 001 disk 0 sdd3 512 8:51 8 51 4096 brw-rw---- 1 └─sdd3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM 318d51d7-692c-44bd-94f2-ae8634c84de1 /dev/sdd3 4096 sdd gpt 9105c713-b781-48da-a3bf-027455878851 8192 1 0 0 1 2 mq-deadline 930.5G 2099200 block:scsi:pci part gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA 0B 0x50014ee25d49f2d7 none 0B 0B 0B 0 0 0
0 dm-name-pve-swap name-pve-swap 0 0 0B 13 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 4096 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 4096 sdd3 8192 0 0 0 1 8G running block [SWAP] [SWAP] lvm df0785c5-d395-43f5-aeab-0f74f50cf2b8 0B none 0B 0B 0B 0 0 0
0 dm-name-pve-root name-pve-root 0 0 0B 14 0B 0 78.9G / 93.9G ext4 10.2G 11% 1.0 disk 0 dm-1 512 252:1 252 1 4096 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 4096 sdd3 8192 0 0 0 1 96G running block / / lvm fe418106-acca-4171-8fba-1f4fa2c48260 0B none 0B 0B 0B 0 0 0
0 0 0 0B 15 0B 0 disk 0 dm-2 512 252:2 252 2 4096 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 4096 sdd3 8192 0 0 0 1 8.1G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 18 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 4096 dm-2 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 19 0B 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 │ ├─pve-data 65536 root /dev/mapper/pve-data 4096 dm-4 8192 0 0 1 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 dm-name-pve-vm--400--disk--0 name-pve-vm--400--disk--0 0 0 64K 21 64M 0 disk 0 dm-6 512 252:6 252 6 65536 brw-rw---- 1 │ └─pve-vm--400--disk--0 65536 root /dev/mapper/pve-vm--400--disk--0 4096 dm-4 gpt b4847a82-7c0b-4815-9650-c5568653da2d 8192 0 0 0 1 32G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 16 0B 0 disk 0 dm-3 512 252:3 252 3 4096 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 4096 sdd3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 18 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data-tpool 65536 root /dev/mapper/pve-data-tpool 4096 dm-3 8192 0 0 0 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 0 0 0B 19 0B 0 disk 0 dm-5 512 252:5 252 5 65536 brw-rw---- 1 ├─pve-data 65536 root /dev/mapper/pve-data 4096 dm-4 8192 0 0 1 1 794.3G running block lvm 0B none 0B 0B 0B 0 0 0
0 dm-name-pve-vm--400--disk--0 name-pve-vm--400--disk--0 0 0 64K 21 64M 0 disk 0 dm-6 512 252:6 252 6 65536 brw-rw---- 1 └─pve-vm--400--disk--0 65536 root /dev/mapper/pve-vm--400--disk--0 4096 dm-4 gpt b4847a82-7c0b-4815-9650-c5568653da2d 8192 0 0 0 1 32G running block lvm 0B none 0B 0B 0B 0 0 0
0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0 SSD_ThinkPlus_AAAABBBB000C-0:0 0 0 0B 17 0B 0 disk 2:0:0:0 1 sde 512 8:64 8 64 512 brw-rw---- SK hynix SC300B SATA 512GB 1 sde 33553920 root /dev/sde 512 gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 20102P00 0 0 0 60 mq-deadline EJ76N650710306R1N 476.9G running block:scsi:usb:pci usb disk SSD 0B none 0B 0B 0B 0 0 0
0 usb-SSD_ThinkPlus_AAAABBBB000C-0:0-part1 SSD_ThinkPlus_AAAABBBB000C-0:0-part1 0 0 0B 17 0B 0 444.5G / 468.4G ext4 2M 0% 1.0 disk 1 sde1 512 8:65 8 65 512 brw-rw---- 1 └─sde1 33553920 root 1 0fc63daf-8483-4772-8e79-3d69d8477de4 Linux filesystem 5f9bc49e-11d9-4e6f-853a-03ed3864a7d1 /dev/sde1 512 sde gpt 41ce060d-9883-4aad-92ee-341bcbb44124 65532 0 0 0 0 60 mq-deadline 476.9G 2048 block:scsi:usb:pci /mnt/tsys4/D3 /mnt/tsys4/D3 part b53dcfc5-02f4-4b80-bf72-33feb8b03f09 0B none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2bf38011d 0x50014ee2bf38011d 0 0 4K 20 4G 0 disk 3:0:0:0 1 sdf 512 8:80 8 80 4096 brw-rw---- WDC WD50NDZW-11MR8S1 1 sdf 0 root /dev/sdf 4096 gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 02.01A02 0 0 1 2 mq-deadline WD-WX52D41RLK8F 4.5T running block:scsi:usb:pci usb disk WD 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0
0 wwn-0x50014ee2bf38011d-part1 0x50014ee2bf38011d-part1 0 0 4K 20 4G 0 4.3T / 4.5T ext4 2M 0% 1.0 disk 1 sdf1 512 8:81 8 81 4096 brw-rw---- 1 └─sdf1 0 root easystore 1 ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 Microsoft basic data afa5320c-682c-4c6a-8057-83cfab3fc015 /dev/sdf1 4096 sdf gpt 41a65ca1-39bc-40a3-af44-5cea1354952f 4096 1 0 0 1 2 mq-deadline 4.5T 2048 block:scsi:usb:pci /mnt/backup /mnt/backup part 49bd1b9e-f31c-4f0a-9790-5b4b330c5708 0B 0x50014ee2bf38011d none 0B 0B 0B 0 0 0
--- blkid
$ blkid
/dev/mapper/pve-root: UUID="fe418106-acca-4171-8fba-1f4fa2c48260" BLOCK_SIZE="4096" TYPE="ext4"
/dev/sdd2: UUID="0B43-A3C1" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="d05e0a67-4fdf-455f-a47e-bb86fe8508b0"
/dev/sdd3: UUID="gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA" TYPE="LVM2_member" PARTUUID="318d51d7-692c-44bd-94f2-ae8634c84de1"
/dev/sdb: UUID="3898f700-297d-4a6b-a449-71ccf7b22047" BLOCK_SIZE="4096" TYPE="ext4"
/dev/mapper/pve-swap: UUID="df0785c5-d395-43f5-aeab-0f74f50cf2b8" TYPE="swap"
/dev/sde1: UUID="b53dcfc5-02f4-4b80-bf72-33feb8b03f09" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5f9bc49e-11d9-4e6f-853a-03ed3864a7d1"
/dev/sdc1: UUID="1bb5976a-a9b9-467d-bdc1-aecf3810590b" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9ec59a48-1030-4f42-b19b-5c7d4dd1aea7"
/dev/sda1: UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7df370d5-01"
/dev/sdf1: UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="easystore" PARTUUID="afa5320c-682c-4c6a-8057-83cfab3fc015"
/dev/sdd1: PARTUUID="e4095617-ba64-49ad-b559-e172d6271cc2"
/dev/mapper/pve-vm--400--disk--0: PTUUID="b4847a82-7c0b-4815-9650-c5568653da2d" PTTYPE="gpt"
--- /proc/partitions
$ cat /proc/partitions
major minor #blocks name
8 0 1953514584 sda
8 1 1953513560 sda1
8 16 1953514584 sdb
8 32 2930266584 sdc
8 33 2930265088 sdc1
8 48 976762584 sdd
8 49 1007 sdd1
8 50 1048576 sdd2
8 51 975712967 sdd3
252 0 8388608 dm-0
252 1 100663296 dm-1
252 2 8495104 dm-2
252 3 832888832 dm-3
8 64 500107608 sde
8 65 500106240 sde1
252 4 832888832 dm-4
252 5 832888832 dm-5
8 80 4883737600 sdf
8 81 4883735552 sdf1
252 6 33554432 dm-6
--- fdisk -l
$ fdisk -l
Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: Hitachi HDS72302
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: dos
Disk identifier: 0x7df370d5
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 3907029167 3907027120 1.8T 83 Linux
Disk /dev/sdb: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: HITACHI HUA72302
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/sdc: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: WDC WD30EFRX-68E
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FB842831-6C68-11EA-AF93-001C23C6347E
Device Start End Sectors Size Type
/dev/sdc1 2048 5860532223 5860530176 2.7T Linux filesystem
Disk /dev/sdd: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WD10EZRX-00A
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 9105C713-B781-48DA-A3BF-027455878851
Device Start End Sectors Size Type
/dev/sdd1 34 2047 2014 1007K BIOS boot
/dev/sdd2 2048 2099199 2097152 1G EFI System
/dev/sdd3 2099200 1953525134 1951425935 930.5G Linux LVM
Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 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 / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/sde: 476.94 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: ThinkPlus
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 33553920 bytes
Disklabel type: gpt
Disk identifier: 41CE060D-9883-4AAD-92EE-341BCBB44124
Device Start End Sectors Size Type
/dev/sde1 2048 1000214527 1000212480 476.9G Linux filesystem
Disk /dev/sdf: 4.55 TiB, 5000947302400 bytes, 9767475200 sectors
Disk model: easystore 2647
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 41A65CA1-39BC-40A3-AF44-5CEA1354952F
Device Start End Sectors Size Type
/dev/sdf1 2048 9767473151 9767471104 4.5T Microsoft basic data
Disk /dev/mapper/pve-vm--400--disk--0: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
Disklabel type: gpt
Disk identifier: B4847A82-7C0B-4815-9650-C5568653DA2D
Device Start End Sectors Size Type
/dev/mapper/pve-vm--400--disk--0-part1 34 2047 2014 1007K BIOS boot
/dev/mapper/pve-vm--400--disk--0-part2 2048 1050623 1048576 512M EFI System
/dev/mapper/pve-vm--400--disk--0-part3 1050624 67108830 66058207 31.5G Linux LVM
Partition 1 does not start on physical sector boundary.
--- parted -l
$ parted -l
Warning: Not all of the space available to /dev/sdc appears to be used, you can
fix the GPT to use all of the space (an extra 7 blocks) or continue with the
current setting?
Error: The backup GPT table is corrupt, but the primary appears OK, so that will
be used.
Warning: Not all of the space available to /dev/mapper/pve-data appears to be
used, you can fix the GPT to use all of the space (an extra 1598668800 blocks)
or continue with the current setting?
Error: The backup GPT table is corrupt, but the primary appears OK, so that will
be used.
Warning: Not all of the space available to /dev/mapper/pve-data-tpool appears to
be used, you can fix the GPT to use all of the space (an extra 1598668800
blocks) or continue with the current setting?
Error: The backup GPT table is corrupt, but the primary appears OK, so that will
be used.
Warning: Not all of the space available to /dev/mapper/pve-data_tdata appears to
be used, you can fix the GPT to use all of the space (an extra 1598668800
blocks) or continue with the current setting?
Model: ATA Hitachi HDS72302 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 2000GB 2000GB primary ext4
Model: ATA HITACHI HUA72302 (scsi)
Disk /dev/sdb: 2000GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 2000GB 2000GB ext4
Model: ATA WDC WD30EFRX-68E (scsi)
Disk /dev/sdc: 3001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 3001GB 3001GB ext4
Model: ATA WDC WD10EZRX-00A (scsi)
Disk /dev/sdd: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 1075MB 1074MB fat32 boot, esp
3 1075MB 1000GB 999GB lvm
Model: SSD ThinkPlus (scsi)
Disk /dev/sde: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 512GB 512GB ext4
Model: WD easystore 2647 (scsi)
Disk /dev/sdf: 5001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 5001GB 5001GB ext4 easystore msftdata
Model: Linux device-mapper (thin) (dm)
Disk /dev/mapper/pve-vm--400--disk--0: 34.4GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 538MB 537MB fat32 boot, esp
3 538MB 34.4GB 33.8GB lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/pve-data: 853GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 538MB 537MB boot, esp
3 538MB 34.4GB 33.8GB lvm
Model: Linux device-mapper (thin-pool) (dm)
Disk /dev/mapper/pve-data-tpool: 853GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 538MB 537MB boot, esp
3 538MB 34.4GB 33.8GB lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/pve-root: 103GB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 103GB 103GB ext4
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/pve-swap: 8590MB
Sector size (logical/physical): 512B/4096B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 8590MB 8590MB linux-swap(v1)
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/pve-data_tdata: 853GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 1049kB 1031kB bios_grub
2 1049kB 538MB 537MB boot, esp
3 Error: /dev/mapper/pve-data_tmeta: unrecognised disk label
538MB 34.4GB 33.8GB lvm
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/pve-data_tmeta: 8699MB
Sector size (logical/physical): 512B/4096B
Partition Table: unknown
Disk Flags:
--- 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 = 2
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 = Hitachi HDS72302
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 2
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 through
stable_writes = 0
io_poll = 0
io_poll_delay = -1
fua = 0
add_random = 1
zoned = none
dma_alignment = 511
iostats = 1
model = HITACHI HUA72302
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 2
read_ahead_kb = 8192
max_sectors_kb = 4096
max_hw_sectors_kb = 32767
logical_block_size = 512
physical_block_size = 4096
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 WD30EFRX-68E
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 2
read_ahead_kb = 8192
max_sectors_kb = 4096
max_hw_sectors_kb = 32767
logical_block_size = 512
physical_block_size = 4096
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 WD10EZRX-00A
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 0
nr_requests = 60
read_ahead_kb = 65532
max_sectors_kb = 512
max_hw_sectors_kb = 512
logical_block_size = 512
physical_block_size = 512
discard_granularity = 0
discard_max_hw_bytes = 0
rq_affinity = 1
nomerges = 0
wbt_lat_usec = 2000
write_cache = write back
stable_writes = 0
io_poll = 0
io_poll_delay = -1
fua = 0
add_random = 0
zoned = none
dma_alignment = 511
iostats = 1
model = ThinkPlus
/root/check.sh: line 62: printf: --: invalid option
printf: usage: printf [-v var] format [arguments]
scheduler = none [mq-deadline]
rotational = 1
nr_requests = 2
read_ahead_kb = 4096
max_sectors_kb = 1024
max_hw_sectors_kb = 1024
logical_block_size = 512
physical_block_size = 4096
discard_granularity = 4096
discard_max_hw_bytes = 4294966784
rq_affinity = 1
nomerges = 0
wbt_lat_usec = 75000
write_cache = write through
stable_writes = 0
io_poll = 0
io_poll_delay = -1
fua = 0
add_random = 1
zoned = none
dma_alignment = 511
iostats = 1
model = easystore 2647
[exit=1]
--- df -h (filesystem usage)
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.8G 0 7.8G 0% /dev
tmpfs 1.6G 2.3M 1.6G 1% /run
/dev/mapper/pve-root 94G 11G 79G 12% /
tmpfs 7.8G 34M 7.8G 1% /dev/shm
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/sde1 469G 2.1M 445G 1% /mnt/tsys4/D3
tmpfs 7.8G 28K 7.8G 1% /tmp
/dev/sdc1 2.7T 187G 2.4T 8% /mnt/tsys4/D2
/dev/sdb 1.8T 233G 1.5T 14% /mnt/tsys4/D5
/dev/sdf1 4.6T 2.1M 4.3T 1% /mnt/backup
/dev/fuse 128M 20K 128M 1% /etc/pve
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
tmpfs 1.6G 4.0K 1.6G 1% /run/user/0
/dev/sda1 1.8T 2.1M 1.7T 1% /mnt/albert
--- df -i (inode usage)
$ df -i
Filesystem Inodes IUsed IFree IUse% Mounted on
udev 2023292 791 2022501 1% /dev
tmpfs 2035340 1307 2034033 1% /run
/dev/mapper/pve-root 6291456 78647 6212809 2% /
tmpfs 2035340 79 2035261 1% /dev/shm
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
tmpfs 2035340 14 2035326 1% /run/lock
/dev/sde1 31260672 13 31260659 1% /mnt/tsys4/D3
tmpfs 1048576 15 1048561 1% /tmp
/dev/sdc1 183148544 56 183148488 1% /mnt/tsys4/D2
/dev/sdb 122101760 66 122101694 1% /mnt/tsys4/D5
/dev/sdf1 152616960 12 152616948 1% /mnt/backup
/dev/fuse 262144 36 262108 1% /etc/pve
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
tmpfs 407068 26 407042 1% /run/user/0
/dev/sda1 122101760 12 122101748 1% /mnt/albert
###############################################################################
# 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=8093168k,nr_inodes=2023292,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=1628272k,mode=755,inode64)
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10367)
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
debugfs on /sys/kernel/debug type debugfs (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)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sde1 on /mnt/tsys4/D3 type ext4 (rw,relatime,errors=remount-ro,stripe=8191)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,nr_inodes=1048576,inode64)
/dev/sdc1 on /mnt/tsys4/D2 type ext4 (rw,relatime,errors=remount-ro)
/dev/sdb on /mnt/tsys4/D5 type ext4 (rw,relatime,errors=remount-ro,stripe=32)
/dev/sdf1 on /mnt/backup type ext4 (rw,relatime,errors=remount-ro)
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)
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=1628272k,nr_inodes=407068,mode=700,inode64)
/dev/sda1 on /mnt/albert type ext4 (rw,relatime,errors=remount-ro)
--- 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/tsys4/D3 /dev/sde1 ext4 rw,relatime,errors=remount-ro,stripe=8191
├─/mnt/tsys4/D2 /dev/sdc1 ext4 rw,relatime,errors=remount-ro
├─/mnt/tsys4/D5 /dev/sdb ext4 rw,relatime,errors=remount-ro,stripe=32
├─/mnt/backup /dev/sdf1 ext4 rw,relatime,errors=remount-ro
└─/mnt/albert /dev/sda1 ext4 rw,relatime,errors=remount-ro
--- /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
### D1
# for later additon
### D2 /dev/sdc1: BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="9ec59a48-1030-4f42-b19b-5c7d4dd1aea7"
UUID="1bb5976a-a9b9-467d-bdc1-aecf3810590b" /mnt/tsys4/D2 ext4 errors=remount-ro 0 1
### D3 /dev/sdd1: BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="5f9bc49e-11d9-4e6f-853a-03ed3864a7d1"
### SSD drive on usb
UUID="b53dcfc5-02f4-4b80-bf72-33feb8b03f09" /mnt/tsys4/D3 ext4 errors=remount-ro 0 1
### D4
# for later additon
### D5
#/dev/sdc: UUID="3898f700-297d-4a6b-a449-71ccf7b22047" BLOCK_SIZE="4096" TYPE="ext4"
UUID="3898f700-297d-4a6b-a449-71ccf7b22047" /mnt/tsys4/D5 ext4 errors=remount-ro 0 1
### D6
# for later additon
### D7
# for later additon
### /mnt/backup
#Backuo /dev/sdf1: UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="easystore" PARTUUID="afa5320c-682c-4c6a-8057-83cfab3fc015"
UUID="49bd1b9e-f31c-4f0a-9790-5b4b330c5708" /mnt/backup ext4 errors=remount-ro 0 1
### /mnt/albert
#/dev/sdf1: UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="7df370d5-01"
UUID="0510ec81-11e5-412d-8a33-56ee3bf8e8f5" /mnt/albert ext4 errors=remount-ro 0 1
--- 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: 21950062
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 15:58:10 2026
Last write time: Sun Jul 26 16:00:14 2026
Mount count: 33
Maximum mount count: -1
Last checked: Mon Feb 23 04:49:24 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
=== /dev/sde1 ===
Last mounted on: /mnt/tsys4/D3
Block count: 125026560
Reserved block count: 6251328
Free blocks: 122782942
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 15:58:18 2026
Last write time: Fri Jul 24 15:58:18 2026
Mount count: 23
Maximum mount count: -1
Last checked: Mon Feb 16 11:01:37 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
=== /dev/sdc1 ===
Last mounted on: /mnt/tsys4/D2
Block count: 732566272
Reserved block count: 36628313
Free blocks: 671824256
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 15:58:18 2026
Last write time: Sun Jul 26 15:58:27 2026
Mount count: 25
Maximum mount count: -1
Last checked: Mon Feb 23 18:17:29 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
=== /dev/sdb ===
Last mounted on: /mnt/tsys4/D5
Block count: 488378646
Reserved block count: 24418932
Free blocks: 419378817
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 15:58:19 2026
Last write time: Sun Jul 26 15:59:40 2026
Mount count: 26
Maximum mount count: -1
Last checked: Wed Feb 25 07:59:51 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
=== /dev/sdf1 ===
Last mounted on: <not available>
Block count: 1220933888
Reserved block count: 61046694
Free blocks: 1211022769
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 15:58:59 2026
Last write time: Fri Jul 24 15:58:59 2026
Mount count: 6
Maximum mount count: -1
Last checked: Sun Apr 5 10:41:36 2026
Reserved blocks uid: 0 (user root)
Reserved blocks gid: 0 (group root)
=== /dev/sda1 ===
Last mounted on: <not available>
Block count: 488378390
Reserved block count: 24418919
Free blocks: 480430655
Block size: 4096
Reserved GDT blocks: 1024
Last mount time: Fri Jul 24 22:48:32 2026
Last write time: Fri Jul 24 22:48:32 2026
Mount count: 5
Maximum mount count: -1
Last checked: Fri Apr 24 08:31:43 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
--- nfsstat -c (client stats)
$ nfsstat -c
Error: No Client Stats (/proc/net/rpc/nfs: No such file or directory).
[exit=2 / not installed or not permitted]
--- nfsstat -s (server stats)
$ nfsstat -s
Server rpc stats:
calls badcalls badfmt badauth badclnt
10602047 0 0 0 0
Server nfs v4:
null compound
11 0% 10602392 99%
Server nfs v4 operations:
op0-unused op1-unused op2-future access close
0 0% 0 0% 0 0% 1334 0% 316 0%
commit create delegpurge delegreturn getattr
360405 1% 18 0% 0 0% 183 0% 1767001 5%
getfh link lock lockt locku
410 0% 0 0% 0 0% 0 0% 0 0%
lookup lookup_root nverify open openattr
382 0% 0 0% 0 0% 579 0% 0 0%
open_conf open_dgrd putfh putpubfh putrootfh
0 0% 0 0% 10601886 31% 0 0% 67 0%
read readdir readlink remove rename
1326365 3% 568 0% 0 0% 46 0% 6 0%
renew restorefh savefh secinfo setattr
0 0% 0 0% 6 0% 0 0% 64 0%
setcltid setcltidconf verify write rellockowner
0 0% 0 0% 0 0% 8073743 24% 0 0%
bc_ctl bind_conn exchange_id create_ses destroy_ses
0 0% 0 0% 22 0% 15 0% 9 0%
free_stateid getdirdeleg getdevinfo getdevlist layoutcommit
0 0% 35 0% 0 0% 0 0% 0 0%
layoutget layoutreturn secinfononam sequence set_ssv
0 0% 0 0% 32 0% 10602340 31% 0 0%
test_stateid want_deleg destroy_clid reclaim_comp allocate
0 0% 0 0% 6 0% 12 0% 9415 0%
copy copy_notify deallocate ioadvise layouterror
0 0% 0 0% 9556 0% 0 0% 0 0%
layoutstats offloadcancel offloadstatus readplus seek
0 0% 0 0% 0 0% 0 0% 443267 1%
write_same
0 0%
--- nfsstat -234 (version stats)
$ nfsstat -234
Server rpc stats:
calls badcalls badfmt badauth badclnt
10602047 0 0 0 0
Server 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%
Server 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%
Server nfs v4:
null compound
11 0% 10602392 99%
Server nfs v4 operations:
op0-unused op1-unused op2-future access close
0 0% 0 0% 0 0% 1334 0% 316 0%
commit create delegpurge delegreturn getattr
360405 1% 18 0% 0 0% 183 0% 1767001 5%
getfh link lock lockt locku
410 0% 0 0% 0 0% 0 0% 0 0%
lookup lookup_root nverify open openattr
382 0% 0 0% 0 0% 579 0% 0 0%
open_conf open_dgrd putfh putpubfh putrootfh
0 0% 0 0% 10601886 31% 0 0% 67 0%
read readdir readlink remove rename
1326365 3% 568 0% 0 0% 46 0% 6 0%
renew restorefh savefh secinfo setattr
0 0% 0 0% 6 0% 0 0% 64 0%
setcltid setcltidconf verify write rellockowner
0 0% 0 0% 0 0% 8073743 24% 0 0%
bc_ctl bind_conn exchange_id create_ses destroy_ses
0 0% 0 0% 22 0% 15 0% 9 0%
free_stateid getdirdeleg getdevinfo getdevlist layoutcommit
0 0% 35 0% 0 0% 0 0% 0 0%
layoutget layoutreturn secinfononam sequence set_ssv
0 0% 0 0% 32 0% 10602340 31% 0 0%
test_stateid want_deleg destroy_clid reclaim_comp allocate
0 0% 0 0% 6 0% 12 0% 9415 0%
copy copy_notify deallocate ioadvise layouterror
0 0% 0 0% 9556 0% 0 0% 0 0%
layoutstats offloadcancel offloadstatus readplus seek
0 0% 0 0% 0 0% 0 0% 443267 1%
write_same
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
cat: /proc/net/rpc/nfs: No such file or directory
[exit=1 / not installed or not permitted]
--- /proc/net/rpc/nfsd
$ cat /proc/net/rpc/nfsd
rc 0 0 10610469
fh 0 0 0 0 0
io 530705764752 257088256304
th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
ra 0 0 0 0 0 0 0 0 0 0 0 0
net 10610360 0 10610492 19
rpc 10610111 0 0 0 0
proc3 22 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
proc4 2 11 10610458
proc4ops 76 0 0 0 1582 392 360615 18 0 205 1769795 410 0 0 0 0 382 0 0 701 0 0 0 10609952 0 67 1326687 690 0 46 6 0 0 6 0 67 0 0 0 8080238 0 0 0 22 15 9 0 40 0 0 0 0 0 32 10610406 0 0 0 6 12 9416 0 0 9557 0 0 0 0 0 0 443267 0 0 0 0 0 0
wdeleg_getattr 135
--- exports
--- /etc/exports ---
/mnt/tsys4/D1 *(rw,no_root_squash)
/mnt/tsys4/D2 *(rw,no_root_squash)
/mnt/tsys4/D3 *(rw,no_root_squash)
#/mnt/tsys4/D4 *(rw,no_root_squash)
/mnt/tsys4/D5 *(rw,no_root_squash)
/mnt/tsys4/D7 *(rw,no_root_squash)
[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=0.0.0.0
# 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
--- /etc/default/nfs-kernel-server ---
# Runtime priority of server (see nice(1))
RPCNFSDPRIORITY=0
# Do you want to start the svcgssd daemon? It is only required for Kerberos
# exports. Valid alternatives are "yes" and "no"; the default is "no".
NEED_SVCGSSD=""
RPCNFSDCOUNT=64
--- /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) %
D3 dir active 491133848 2080 466110072 0.00%
local dir active 98497780 10697436 82750796 10.86%
local-lvm lvmthin active 832888832 33565419 799323412 4.03%
--- 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: D3 ---
Volid Format Type Size VMID
--- pvesm config D3 ---
--- storage: local ---
Volid Format Type Size VMID
local:iso/debian-13.3.0-amd64-netinst.iso iso iso 790626304
local:iso/proxmox-backup-server_4.1-1.iso iso iso 1514835968
local:iso/UCS_5.2-4-amd64.iso iso iso 1677721600
--- pvesm config local ---
--- storage: local-lvm ---
Volid Format Type Size VMID
local-lvm:vm-400-disk-0 raw images 34359738368 400
--- pvesm config local-lvm ---
[exit=255]
###############################################################################
# 17. STORAGE: LVM
###############################################################################
--- pvs
$ pvs -v
PV VG Fmt Attr PSize PFree DevSize PV UUID
/dev/sdd3 pve lvm2 a-- <930.51g 16.00g 930.51g gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA
--- vgs
$ vgs -v
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
pve wz--n- 4.00m 1 4 0 <930.51g 16.00g 6CZe57-z0H0-2hDF-SPIV-cuTK-BENb-vXuZDF
--- 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-aotz-- 852878163968B 4.03 0.34 thin,pool private 4.03 0.34
root pve -wi-ao---- 103079215104B linear public
swap pve -wi-ao---- 8589934592B linear public
vm-400-disk-0 pve Vwi-aotz-- 34359738368B data 99.98 thin,sparse public data 99.98
--- pvdisplay
$ pvdisplay
--- Physical volume ---
PV Name /dev/sdd3
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 gdYtuK-Msi6-pqoB-IY4X-za6e-2Dp1-MriYVA
--- vgdisplay
$ vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 15
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 4
Open LV 3
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 6CZe57-z0H0-2hDF-SPIV-cuTK-BENb-vXuZDF
--- lvdisplay
$ lvdisplay
--- Logical volume ---
LV Name data
VG Name pve
LV UUID KAKIp7-1tUx-SBL4-nItm-CDfE-xAvY-hlDljD
LV Write Access read/write (activated read only)
LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size 794.30 GiB
Allocated pool data 4.03%
Allocated metadata 0.34%
Current LE 203342
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:5
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID V4WyMz-itd7-ssPF-OH67-hZBU-D7qV-tW8SX8
LV Write Access read/write
LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600
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 Zv9Mnr-CsUh-5xFb-lAmQ-G1Gr-lGGo-zEaLhv
LV Write Access read/write
LV Creation host, time proxmox, 2026-02-23 04:45:41 -0600
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
--- Logical volume ---
LV Path /dev/pve/vm-400-disk-0
LV Name vm-400-disk-0
VG Name pve
LV UUID GBky6X-Pk3G-6qjk-alPF-bJhQ-abpz-jtWmle
LV Write Access read/write
LV Creation host, time pfv-tsys4, 2026-04-04 01:50:17 -0500
LV Pool name data
LV Status available
# open 1
LV Size 32.00 GiB
Mapped size 99.98%
Current LE 8192
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 16384
Block device 252:6
--- 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.0-pve1
zfs-kmod-2.4.0-pve1
--- zpool version
$ zpool version
zfs-2.4.0-pve1
zfs-kmod-2.4.0-pve1
--- zpool list -v
$ zpool list -v
no pools available
--- zpool status -v
$ zpool status -v
no pools available
--- zpool key properties
$ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly
--- zfs per-dataset key properties
$ zfs get -r -o name,property,value,source \
compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null
[exit=2]
--- ARC stats
$ cat /proc/spl/kstat/zfs/arcstats
21 1 0x01 147 39984 7487916394 174709084196778
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 521047040
c_min 4 521047040
c_max 4 1667235840
size 4 1920
compressed_size 4 0
uncompressed_size 4 0
overhead_size 4 0
hdr_size 4 1920
data_size 4 0
metadata_size 4 0
dbuf_size 4 0
dnode_size 4 0
bonus_size 4 0
anon_size 4 0
anon_data 4 0
anon_metadata 4 0
anon_evictable_data 4 0
anon_evictable_metadata 4 0
mru_size 4 0
mru_data 4 0
mru_metadata 4 0
mru_evictable_data 4 0
mru_evictable_metadata 4 0
mru_ghost_size 4 0
mru_ghost_data 4 0
mru_ghost_metadata 4 0
mru_ghost_evictable_data 4 0
mru_ghost_evictable_metadata 4 0
mfu_size 4 0
mfu_data 4 0
mfu_metadata 4 0
mfu_evictable_data 4 0
mfu_evictable_metadata 4 0
mfu_ghost_size 4 0
mfu_ghost_data 4 0
mfu_ghost_metadata 4 0
mfu_ghost_evictable_data 4 0
mfu_ghost_evictable_metadata 4 0
uncached_size 4 0
uncached_data 4 0
uncached_metadata 4 0
uncached_evictable_data 4 0
uncached_evictable_metadata 4 0
l2_hits 4 0
l2_misses 4 0
l2_prefetch_asize 4 0
l2_mru_asize 4 0
l2_mfu_asize 4 0
l2_bufc_data_asize 4 0
l2_bufc_metadata_asize 4 0
l2_feeds 4 0
l2_rw_clash 4 0
l2_read_bytes 4 0
l2_write_bytes 4 0
l2_writes_sent 4 0
l2_writes_done 4 0
l2_writes_error 4 0
l2_writes_lock_retry 4 0
l2_evict_lock_retry 4 0
l2_evict_reading 4 0
l2_evict_l1cached 4 0
l2_free_on_write 4 0
l2_abort_lowmem 4 0
l2_cksum_bad 4 0
l2_io_error 4 0
l2_size 4 0
l2_asize 4 0
l2_hdr_size 4 0
l2_log_blk_writes 4 0
l2_log_blk_avg_asize 4 0
l2_log_blk_asize 4 0
l2_log_blk_count 4 0
l2_data_to_meta_ratio 4 0
l2_rebuild_success 4 0
l2_rebuild_unsupported 4 0
l2_rebuild_io_errors 4 0
l2_rebuild_dh_errors 4 0
l2_rebuild_cksum_lb_errors 4 0
l2_rebuild_lowmem 4 0
l2_rebuild_size 4 0
l2_rebuild_asize 4 0
l2_rebuild_bufs 4 0
l2_rebuild_bufs_precached 4 0
l2_rebuild_log_blks 4 0
memory_throttle_count 4 0
memory_direct_count 4 0
memory_indirect_count 4 0
memory_all_bytes 4 16673505280
memory_free_bytes 4 14503260160
memory_available_bytes 3 13858257920
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 166723584
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 645002240
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 7486308075 174709085185471
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 7486307541 174709086047291
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 7486234986 174709087780269
name type data
struct_size 4 96
linear_cnt 4 0
linear_data_size 4 0
scatter_cnt 4 1
scatter_data_size 4 4096
scatter_chunk_waste 4 0
scatter_order_0 4 0
scatter_order_1 4 0
scatter_order_2 4 0
scatter_order_3 4 0
scatter_order_4 4 0
scatter_order_5 4 0
scatter_order_6 4 0
scatter_order_7 4 0
scatter_order_8 4 0
scatter_order_9 4 0
scatter_page_multi_chunk 4 1
scatter_page_multi_zone 4 0
scatter_page_alloc_retry 4 0
scatter_sg_table_retry 4 0
--- ZFS module parameters (perf-relevant)
$ for f in /sys/module/zfs/parameters/*; do
[ -r "$f" ] || continue
name="$(basename "$f")"
case "$name" in
zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;;
*) continue ;;
esac
printf ' %-50s = %s\n' "$name" "$(cat "$f")"
done
l2arc_exclude_special = 0
l2arc_feed_again = 1
l2arc_feed_min_ms = 200
l2arc_feed_secs = 1
l2arc_headroom = 8
l2arc_headroom_boost = 200
l2arc_meta_percent = 33
l2arc_mfuonly = 0
l2arc_noprefetch = 1
l2arc_norw = 0
l2arc_rebuild_blocks_min_l2size = 1073741824
l2arc_rebuild_enabled = 1
l2arc_trim_ahead = 0
l2arc_write_boost = 33554432
l2arc_write_max = 33554432
zfs_abd_scatter_enabled = 1
zfs_abd_scatter_max_order = 9
zfs_abd_scatter_min_size = 1536
zfs_arc_average_blocksize = 8192
zfs_arc_dnode_limit = 0
zfs_arc_dnode_limit_percent = 10
zfs_arc_dnode_reduce_percent = 10
zfs_arc_evict_batch_limit = 10
zfs_arc_eviction_pct = 200
zfs_arc_evict_threads = 3
zfs_arc_grow_retry = 0
zfs_arc_lotsfree_percent = 10
zfs_arc_max = 1667235840
zfs_arc_meta_balance = 500
zfs_arc_min = 0
zfs_arc_min_prefetch_ms = 0
zfs_arc_min_prescient_prefetch_ms = 0
zfs_arc_pc_percent = 0
zfs_arc_prune_task_threads = 1
zfs_arc_shrinker_limit = 0
zfs_arc_shrinker_seeks = 2
zfs_arc_shrink_shift = 0
zfs_arc_sys_free = 0
zfs_dbuf_state_index = 0
zfs_dio_enabled = 1
zfs_dio_strict = 0
zfs_dio_write_verify_events_per_second = 20
zfs_dirty_data_max = 1667350528
zfs_dirty_data_max_max = 4168376320
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
/root/check.sh: line 45: arc_summary: command not found
[exit=127 / not installed or not permitted]
--- zpool events -v (recent)
$ zpool events -v
TIME CLASS
--- zpool history (last 30 events)
$ zpool history -il 2>/dev/null | tail -n 30
###############################################################################
# 20. STORAGE: DRIVE HEALTH
###############################################################################
--- nvme list
$ nvme list
/root/check.sh: line 45: nvme: command not found
[exit=127 / not installed or not permitted]
--- nvme smart-log per device
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n smart-log ---"
nvme smart-log "$n" 2>&1
echo "--- $n error-log (first 5) ---"
nvme error-log "$n" 2>&1 | head -n 80
done
--- nvme id-ctrl per device (key fields)
$ for n in /dev/nvme[0-9]*; do
[ -b "$n" ] || continue
echo "--- $n id-ctrl (filtered) ---"
nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)'
done
--- smartctl -a per disk
$ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do
dev="/dev/$d"
[ -b "$dev" ] || continue
echo "--- smartctl -a $dev ---"
smartctl -a "$dev" 2>&1 | head -n 200
done
--- smartctl -a /dev/sda ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Hitachi Deskstar 7K3000
Device Model: Hitachi HDS723020BLA642
Serial Number: MN1220F30H4AND
LU WWN Device Id: 5 000cca 369c6e1df
Firmware Version: MN6OA580
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: In smartctl database 7.3/5528
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:55 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: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
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: (19381) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No 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: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 323) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control 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 0x000b 100 100 016 Pre-fail Always - 0
2 Throughput_Performance 0x0005 131 131 054 Pre-fail Offline - 97
3 Spin_Up_Time 0x0007 155 155 024 Pre-fail Always - 362 (Average 377)
4 Start_Stop_Count 0x0012 087 087 000 Old_age Always - 52372
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 133 133 020 Pre-fail Offline - 27
9 Power_On_Hours 0x0012 090 090 000 Old_age Always - 74218
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 097 097 000 Old_age Always - 13303
192 Power-Off_Retract_Count 0x0032 057 057 000 Old_age Always - 52475
193 Load_Cycle_Count 0x0012 057 057 000 Old_age Always - 52475
194 Temperature_Celsius 0x0002 139 139 000 Old_age Always - 43 (Min/Max 20/57)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 0
SMART Error Log Version: 1
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% 6263 -
# 2 Short offline Completed without error 00% 6257 -
# 3 Extended offline Completed without error 00% 6257 -
# 4 Selective offline Completed without error 00% 6252 -
# 5 Short offline Completed without error 00% 23404 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 23441578 Not_testing
2 970896897 994338475 Not_testing
3 1941793794 1965235372 Not_testing
4 2912690691 2936132269 Not_testing
5 3883587589 3907029167 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
--- smartctl -a /dev/sdb ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: HITACHI HUA723020ALA640
Serial Number: YFJVEK7A
LU WWN Device Id: 5 000cca 223e8338b
Firmware Version: MK7ONS00
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 7200 rpm
Form Factor: 3.5 inches
Device is: Not in smartctl database 7.3/5528
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:56 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: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
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: (20946) seconds.
Offline data collection
capabilities: (0x5b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No 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: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 349) minutes.
SCT capabilities: (0x003d) SCT Status supported.
SCT Error Recovery Control 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 0x000b 100 100 016 Pre-fail Always - 0
2 Throughput_Performance 0x0005 100 100 054 Pre-fail Offline - 0
3 Spin_Up_Time 0x0007 201 201 024 Pre-fail Always - 302 (Average 318)
4 Start_Stop_Count 0x0012 100 100 000 Old_age Always - 434
5 Reallocated_Sector_Ct 0x0033 100 100 005 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 067 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 100 100 020 Pre-fail Offline - 0
9 Power_On_Hours 0x0012 089 089 000 Old_age Always - 80796
10 Spin_Retry_Count 0x0013 100 100 060 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 288
192 Power-Off_Retract_Count 0x0032 099 099 000 Old_age Always - 1716
193 Load_Cycle_Count 0x0012 099 099 000 Old_age Always - 1716
194 Temperature_Celsius 0x0002 120 120 000 Old_age Always - 50 (Min/Max 18/56)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0022 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0008 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x000a 200 200 000 Old_age Always - 6
SMART Error Log Version: 1
ATA Error Count: 6 (device log contains only the most recent five errors)
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 6 occurred at disk power-on lifetime: 32366 hours (1348 days + 14 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 80 00 5e 00 02 Error: ICRC, ABRT at LBA = 0x02005e00 = 33578496
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 00 00 5e 00 40 00 00:03:56.692 WRITE FPDMA QUEUED
61 80 08 80 5d 00 40 00 00:03:56.691 WRITE FPDMA QUEUED
61 80 00 00 5d 00 40 00 00:03:56.690 WRITE FPDMA QUEUED
61 80 08 80 5c 00 40 00 00:03:56.690 WRITE FPDMA QUEUED
61 80 00 00 5c 00 40 00 00:03:56.689 WRITE FPDMA QUEUED
Error 5 occurred at disk power-on lifetime: 32366 hours (1348 days + 14 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 67 19 5e 00 02 Error: ICRC, ABRT at LBA = 0x02005e19 = 33578521
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 00 00 5e 00 40 00 00:03:56.692 WRITE FPDMA QUEUED
61 80 08 80 5d 00 40 00 00:03:56.691 WRITE FPDMA QUEUED
61 80 00 00 5d 00 40 00 00:03:56.690 WRITE FPDMA QUEUED
61 80 08 80 5c 00 40 00 00:03:56.690 WRITE FPDMA QUEUED
61 80 00 00 5c 00 40 00 00:03:56.689 WRITE FPDMA QUEUED
Error 4 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 80 00 5d a9 0a Error: ICRC, ABRT at LBA = 0x0aa95d00 = 178871552
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 10 80 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED
61 80 00 00 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED
61 80 30 80 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED
61 80 28 00 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED
61 80 08 80 5d a9 40 00 00:36:15.995 WRITE FPDMA QUEUED
Error 3 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 7d 03 5d a9 0a Error: ICRC, ABRT at LBA = 0x0aa95d03 = 178871555
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 10 80 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED
61 80 00 00 5f a9 40 00 00:36:15.997 WRITE FPDMA QUEUED
61 80 30 80 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED
61 80 28 00 5e a9 40 00 00:36:15.996 WRITE FPDMA QUEUED
61 80 08 80 5d a9 40 00 00:36:15.995 WRITE FPDMA QUEUED
Error 2 occurred at disk power-on lifetime: 32354 hours (1348 days + 2 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
84 51 80 80 a7 e5 07 Error: ICRC, ABRT at LBA = 0x07e5a780 = 132491136
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
61 80 18 00 a9 e5 40 00 00:31:45.204 WRITE FPDMA QUEUED
61 80 10 80 a8 e5 40 00 00:31:45.203 WRITE FPDMA QUEUED
61 80 00 00 a8 e5 40 00 00:31:45.203 WRITE FPDMA QUEUED
61 80 08 80 a7 e5 40 00 00:31:45.202 WRITE FPDMA QUEUED
61 80 20 00 a7 e5 40 00 00:31:45.202 WRITE FPDMA QUEUED
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 32091 -
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
--- smartctl -a /dev/sdc ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Red
Device Model: WDC WD30EFRX-68EUZN0
Serial Number: WD-WCC4N3JUHH4F
LU WWN Device Id: 5 0014ee 20e225e1d
Firmware Version: 82.00A82
User Capacity: 3,000,592,982,016 bytes [3.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Device is: In smartctl database 7.3/5528
ATA Version is: ACS-2 (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:57 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: (39360) 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: ( 395) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x703d) SCT Status supported.
SCT Error Recovery Control 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 190 179 021 Pre-fail Always - 5483
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 312
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 - 55444
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 100 100 000 Old_age Always - 257
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 191
193 Load_Cycle_Count 0x0032 180 180 000 Old_age Always - 62341
194 Temperature_Celsius 0x0022 109 090 000 Old_age Always - 41
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 - 1
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 1626 -
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
--- smartctl -a /dev/sdd ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Green
Device Model: WDC WD10EZRX-00A8LB0
Serial Number: WD-WMC1U9174429
LU WWN Device Id: 5 0014ee 25d49f2d7
Firmware Version: 01.01A01
User Capacity: 1,000,204,886,016 bytes [1.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Device is: In smartctl database 7.3/5528
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:58 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: (12360) 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: ( 142) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x30b5) 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 141 127 021 Pre-fail Always - 3950
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 724
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 001 001 000 Old_age Always - 82192
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 100 100 000 Old_age Always - 720
192 Power-Off_Retract_Count 0x0032 199 199 000 Old_age Always - 1408
193 Load_Cycle_Count 0x0032 121 121 000 Old_age Always - 237800
194 Temperature_Celsius 0x0022 102 078 000 Old_age Always - 41
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
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
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
--- smartctl -a /dev/sde ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: SK hynix SC300B SATA 512GB
Serial Number: EJ76N650710306R1N
Firmware Version: 20102P00
User Capacity: 512,110,190,592 bytes [512 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: 2.5 inches
TRIM Command: Available
Device is: Not in smartctl database 7.3/5528
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:58 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: (0x02) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Disabled.
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: ( 7) seconds.
Offline data collection
capabilities: (0x19) SMART execute Offline immediate.
No Auto Offline data collection support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
No Selective Self-test supported.
SMART capabilities: (0x0002) Does not save 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: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 60) minutes.
SMART Attributes Data Structure revision number: 0
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 166 166 006 Pre-fail Always - 0
5 Reallocated_Sector_Ct 0x0032 253 253 036 Old_age Always - 0
9 Power_On_Hours 0x0032 079 079 000 Old_age Always - 18950
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 789
100 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 13150021
171 Unknown_Attribute 0x0032 253 253 000 Old_age Always - 0
172 Unknown_Attribute 0x0032 253 253 000 Old_age Always - 0
174 Unknown_Attribute 0x0030 100 100 000 Old_age Offline - 93
175 Program_Fail_Count_Chip 0x0032 253 253 000 Old_age Always - 0
176 Erase_Fail_Count_Chip 0x0032 253 253 000 Old_age Always - 0
177 Wear_Leveling_Count 0x0032 097 097 000 Old_age Always - 100
178 Used_Rsvd_Blk_Cnt_Chip 0x0032 100 100 000 Old_age Always - 19
179 Used_Rsvd_Blk_Cnt_Tot 0x0032 100 100 000 Old_age Always - 117
180 Unused_Rsvd_Blk_Cnt_Tot 0x0032 100 100 000 Old_age Always - 8715
181 Program_Fail_Cnt_Total 0x0032 253 253 000 Old_age Always - 0
182 Erase_Fail_Count_Total 0x0032 253 253 000 Old_age Always - 0
183 Runtime_Bad_Block 0x0032 253 253 000 Old_age Always - 0
187 Reported_Uncorrect 0x0032 253 253 000 Old_age Always - 0
188 Command_Timeout 0x0032 253 253 000 Old_age Always - 0
191 Unknown_SSD_Attribute 0x0032 253 253 000 Old_age Always - 0
194 Temperature_Celsius 0x0002 033 000 000 Old_age Always - 33 (Min/Max 7/51)
195 Hardware_ECC_Recovered 0x0032 253 253 000 Old_age Always - 0
201 Unknown_SSD_Attribute 0x000e 100 100 000 Old_age Always - 0
204 Soft_ECC_Correction 0x000e 100 099 000 Old_age Always - 19
231 Unknown_SSD_Attribute 0x0033 253 253 010 Pre-fail Always - 0
234 Unknown_Attribute 0x0032 100 100 000 Old_age Always - 51681
241 Total_LBAs_Written 0x0032 100 100 000 Old_age Always - 7340
242 Total_LBAs_Read 0x0032 100 100 000 Old_age Always - 8823
250 Read_Error_Retry_Rate 0x0032 100 100 000 Old_age Always - 198354
SMART Error Log Version: 1
ATA Error Count: 162 (device log contains only the most recent five errors)
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 162 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 03 08 00 a7 8d 40 40 18:05:13.330 READ DMA EXT
ef 03 46 00 a7 8d 00 00 18:05:13.330 SET FEATURES [Set transfer mode]
ef 03 0c 00 a7 8d 00 00 18:05:13.330 SET FEATURES [Set transfer mode]
ec 08 00 00 a7 8d 00 00 18:05:13.330 IDENTIFY DEVICE
60 08 00 00 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED
Error 161 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 41 00 00 00 00 00 Error: UNC at LBA = 0x00000000 = 0
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 08 00 00 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED
60 08 00 c0 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED
60 08 00 f8 a6 8d 40 40 18:05:13.300 READ FPDMA QUEUED
60 08 00 f8 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED
60 08 00 f0 a7 8d 40 40 18:05:13.300 READ FPDMA QUEUED
Error 160 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 03 08 00 a7 8d 40 40 18:05:12.170 READ DMA EXT
ef 03 46 00 a7 8d 00 00 18:05:12.170 SET FEATURES [Set transfer mode]
ef 03 0c 00 a7 8d 00 00 18:05:12.170 SET FEATURES [Set transfer mode]
ec 08 00 00 a7 8d 00 00 18:05:12.170 IDENTIFY DEVICE
60 08 00 00 a7 8d 40 40 18:05:11.380 READ FPDMA QUEUED
Error 159 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 41 00 00 00 00 00 Error: UNC at LBA = 0x00000000 = 0
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 08 00 00 a7 8d 40 40 18:05:11.380 READ FPDMA QUEUED
60 08 00 08 b0 11 40 40 18:05:11.380 READ FPDMA QUEUED
60 08 00 f0 a6 8d 40 40 18:05:11.380 READ FPDMA QUEUED
60 08 00 80 a6 8d 40 40 18:05:11.380 READ FPDMA QUEUED
60 08 00 00 b0 11 40 40 18:05:11.380 READ FPDMA QUEUED
Error 158 occurred at disk power-on lifetime: 15175 hours (632 days + 7 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 00 a7 8d 00 Error: UNC at LBA = 0x008da700 = 9283328
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
25 03 04 00 a7 8d 40 40 18:04:55.590 READ DMA EXT
ef 03 46 00 a7 8d 00 00 18:04:55.580 SET FEATURES [Set transfer mode]
ef 03 0c 00 a7 8d 00 00 18:04:55.580 SET FEATURES [Set transfer mode]
ec 04 00 00 a7 8d 00 00 18:04:55.580 IDENTIFY DEVICE
60 04 00 00 a7 8d 40 40 18:04:55.540 READ FPDMA QUEUED
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Short offline Completed without error 00% 5470 -
# 2 Short offline Completed without error 00% 95 -
# 3 Short offline Completed without error 00% 94 -
# 4 Short offline Completed without error 00% 90 -
# 5 Short offline Completed without error 00% 90 -
# 6 Short offline Completed without error 00% 89 -
# 7 Short offline Completed without error 00% 71 -
# 8 Short offline Completed without error 00% 70 -
# 9 Short offline Completed without error 00% 2 -
Selective Self-tests/Logging not supported
The above only provides legacy SMART information - try 'smartctl -x' for more
--- smartctl -a /dev/sdf ---
smartctl 7.4 2024-10-15 r5620 [x86_64-linux-6.17.9-1-pve] (local build)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Elements / My Passport (USB, AF)
Device Model: WDC WD50NDZW-11MR8S1
Serial Number: WD-WX52D41RLK8F
LU WWN Device Id: 5 0014ee 2bf38011d
Firmware Version: 02.01A02
User Capacity: 5,000,947,523,584 bytes [5.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
TRIM Command: Available, deterministic
Device is: In smartctl database 7.3/5528
ATA Version is: ACS-3 (minor revision not indicated)
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Jul 26 16:29:58 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: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
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: ( 360) seconds.
Offline data collection
capabilities: (0x1b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
No Conveyance Self-test supported.
No 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: ( 11) minutes.
SCT capabilities: (0x30b5) 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 100 253 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 253 253 021 Pre-fail Always - 2883
4 Start_Stop_Count 0x0032 072 072 000 Old_age Always - 28977
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 071 071 000 Old_age Always - 21235
10 Spin_Retry_Count 0x0032 100 100 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 66
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 29
193 Load_Cycle_Count 0x0032 181 181 000 Old_age Always - 58115
194 Temperature_Celsius 0x0022 115 106 000 Old_age Always - 37
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 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 100 253 000 Old_age Offline - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]
Selective Self-tests/Logging not supported
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
400 pfv-proxmox-backup-server running 2048 32.00 1622
4000 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 400 ---
boot: order=scsi0
cores: 2
cpu: host
ide2: local:iso/proxmox-backup-server_4.1-1.iso,media=cdrom,size=1479332K
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771895002
name: pfv-proxmox-backup-server
net0: virtio=BC:24:11:6E:12:69,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-400-disk-0,iothread=1,size=32G
scsihw: virtio-scsi-single
smbios1: uuid=4659f1f3-292c-4951-817a-f5403fb1e979
sockets: 1
vmgenid: 7a8f6ed0-8980-4698-9859-7a5b568e863d
--- VM 4000 ---
agent: 1
balloon: 0
boot: order=virtio0;ide2;net0
cores: 2
cpu: host
ide2: local:iso/debian-13.3.0-amd64-netinst.iso,media=cdrom,size=754M
memory: 2048
meta: creation-qemu=10.1.2,ctime=1771939265
name: KNELTemplate
net0: virtio=BC:24:11:80:1D:23,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: l26
scsihw: virtio-scsi-single
smbios1: uuid=53b22660-3d36-41f6-bcea-66b1e0d7bbf9
sockets: 1
template: 1
virtio0: D1:401/base-401-disk-0.qcow2,cache=writethrough,iothread=1,size=32G
vmgenid: 3fde3494-a706-4131-a054-8335786e4b22
--- 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 400 runtime ---
--- VM 4000 runtime ---
--- /etc/pve/qemu-server
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys4/qemu-server
--- /etc/pve/firewall
total 0
drwxr-xr-x 2 root www-data 0 Feb 23 10:53 .
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
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
fsidd.service loaded active running NFS FSID Daemon
getty@tty1.service loaded active running Getty on tty1
glances.service loaded active running Glances
ksmtuned.service loaded active running Kernel Samepage Merging (KSM) Tuning Daemon
lldpd.service loaded active running LLDP 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
nfs-idmapd.service loaded active running NFSv4 ID-name mapping service
nfs-mountd.service loaded active running NFS Mount Daemon
nfsdcld.service loaded active running NFSv4 Client Tracking Daemon
polkit.service loaded active running Authorization Manager
postfix.service loaded active running Postfix Mail Transport Agent (main/default instance)
proxmox-firewall.service loaded active running Proxmox nftables firewall
pve-cluster.service loaded active running The Proxmox VE cluster filesystem
pve-firewall.service loaded active running Proxmox VE firewall
pve-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
rpc-statd.service loaded active running NFS status monitor for NFSv2/3 locking.
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
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.
42 loaded units listed.
--- failed services
$ systemctl --failed --no-pager
UNIT LOAD ACTIVE SUB DESCRIPTION
● conman.service loaded failed failed serial console management program
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.
1 loaded units listed.
--- enabled services
$ systemctl list-unit-files --state=enabled --no-pager
UNIT FILE STATE PRESET
beszel-agent.service enabled enabled
blk-availability.service enabled enabled
chrony.service enabled enabled
conman.service enabled enabled
console-setup.service enabled enabled
cron.service enabled enabled
disable-usb-autosuspend.service enabled enabled
e2scrub_reap.service enabled enabled
fsidd.service enabled enabled
getty@.service enabled enabled
glances.service enabled enabled
grub-common.service enabled enabled
keyboard-setup.service enabled enabled
ksmtuned.service enabled enabled
lldpd.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
nfs-server.service enabled enabled
open-iscsi.service enabled enabled
postfix.service enabled enabled
proxmox-boot-cleanup.service enabled enabled
proxmox-firewall.service enabled enabled
pve-cluster.service enabled enabled
pve-firewall-commit.service enabled enabled
pve-firewall.service enabled enabled
pve-guests.service enabled enabled
pve-lxc-syscalld.service enabled enabled
pve-query-machine-capabilities.service enabled enabled
pve-sdn-commit.service enabled enabled
pvebanner.service enabled enabled
pvedaemon.service enabled enabled
pvefw-logger.service enabled enabled
pvenetcommit.service enabled enabled
pveproxy.service enabled enabled
pvescheduler.service enabled enabled
pvestatd.service enabled enabled
qmeventd.service enabled enabled
rbdmap.service enabled enabled
rpcbind.service enabled enabled
rrdcached.service enabled enabled
ser2net.service enabled enabled
smartmontools.service enabled enabled
spiceproxy.service enabled enabled
ssh.service enabled enabled
sshd-keygen.service enabled enabled
systemd-pstore.service enabled enabled
tailscaled.service enabled enabled
tuned.service enabled enabled
wtmpdb-update-boot.service enabled enabled
zfs-import-cache.service enabled enabled
zfs-mount.service enabled enabled
zfs-share.service enabled enabled
zfs-volume-wait.service enabled enabled
zfs-zed.service enabled enabled
system-xfs_scrub.slice enabled enabled
dm-event.socket enabled enabled
iscsid.socket enabled enabled
lvm2-lvmpolld.socket enabled enabled
netavark-dhcp-proxy.socket enabled enabled
rpcbind.socket enabled enabled
rrdcached.socket enabled enabled
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
mdcheck_continue.timer enabled enabled
mdcheck_start.timer enabled enabled
mdmonitor-oneshot.timer enabled enabled
pve-daily-update.timer enabled enabled
xfs_scrub_all.timer enabled enabled
89 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 Fri 2026-07-24 16:00:03 CDT; 2 days ago
Invocation: e453235c99b847bcbaf3fee923948434
Main PID: 1245 (pmxcfs)
Tasks: 7 (limit: 18967)
Memory: 18.2M (peak: 58.1M, swap: 30.1M, swap peak: 33.2M)
CPU: 1min 14.309s
CGroup: /system.slice/pve-cluster.service
└─1245 /usr/bin/pmxcfs
Jul 24 16:00:01 pfv-tsys4 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
Jul 24 16:00:01 pfv-tsys4 pmxcfs[1214]: [main] notice: resolved node name 'pfv-tsys4' to '192.168.100.2' for default node IP address
Jul 24 16:00:01 pfv-tsys4 pmxcfs[1214]: [main] notice: resolved node name 'pfv-tsys4' to '192.168.100.2' for default node IP address
Jul 24 16:00:03 pfv-tsys4 systemd[1]: Started pve-cluster.service - The Proxmox VE cluster filesystem.
● pvedaemon.service - PVE API Daemon
Loaded: loaded (/usr/lib/systemd/system/pvedaemon.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-07-24 16:00:09 CDT; 2 days ago
Invocation: f51489cd36b04cccad4952818ae99b64
Main PID: 1484 (pvedaemon)
Tasks: 4 (limit: 18967)
Memory: 27.4M (peak: 195.3M, swap: 153.6M, swap peak: 154.6M)
CPU: 16.017s
CGroup: /system.slice/pvedaemon.service
├─1484 pvedaemon
├─1485 "pvedaemon worker"
├─1486 "pvedaemon worker"
└─1487 "pvedaemon worker"
Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pvedaemon.service - PVE API Daemon...
Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting server
Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: starting 3 worker(s)
Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1485 started
Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1486 started
Jul 24 16:00:09 pfv-tsys4 pvedaemon[1484]: worker 1487 started
Jul 24 16:00:09 pfv-tsys4 systemd[1]: Started pvedaemon.service - PVE API Daemon.
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-07-24 16:00:10 CDT; 2 days ago
Invocation: ad94467386064b43af42ee5db7a56e95
Process: 366003 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS)
Main PID: 1553 (pveproxy)
Tasks: 4 (limit: 18967)
Memory: 134.4M (peak: 358.7M, swap: 192.9M, swap peak: 226.9M)
CPU: 40.792s
CGroup: /system.slice/pveproxy.service
├─ 1553 pveproxy
├─366058 "pveproxy worker"
├─366059 "pveproxy worker"
└─366060 "pveproxy worker"
Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: starting 3 worker(s)
Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366058 started
Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366059 started
Jul 26 00:25:41 pfv-tsys4 pveproxy[1553]: worker 366060 started
Jul 26 00:25:47 pfv-tsys4 pveproxy[92399]: worker exit
Jul 26 00:25:47 pfv-tsys4 pveproxy[92397]: worker exit
Jul 26 00:25:47 pfv-tsys4 pveproxy[92398]: worker exit
Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92398 finished
Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92397 finished
Jul 26 00:25:51 pfv-tsys4 pveproxy[1553]: worker 92399 finished
● pve-firewall.service - Proxmox VE firewall
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago
Invocation: 220e37055dfe450fbf381f28186dce38
Main PID: 1449 (pve-firewall)
Tasks: 1 (limit: 18967)
Memory: 35.8M (peak: 128.3M, swap: 94.4M, swap peak: 94.5M)
CPU: 16min 36.980s
CGroup: /system.slice/pve-firewall.service
└─1449 pve-firewall
Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
Jul 24 16:00:08 pfv-tsys4 pve-firewall[1449]: starting server
Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
Jul 26 15:07:47 pfv-tsys4 pve-firewall[1449]: firewall update time (6.399 seconds)
○ pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; disabled; preset: enabled)
Active: inactive (dead)
○ pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; disabled; preset: enabled)
Active: inactive (dead)
● pvestatd.service - PVE Status Daemon
Loaded: loaded (/usr/lib/systemd/system/pvestatd.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-07-24 16:00:08 CDT; 2 days ago
Invocation: b089fe7463334022a4ae1aef6d822c5b
Main PID: 1465 (pvestatd)
Tasks: 1 (limit: 18967)
Memory: 44.7M (peak: 135.3M, swap: 86.6M, swap peak: 86.6M)
CPU: 17min 7.578s
CGroup: /system.slice/pvestatd.service
└─1465 pvestatd
Jul 24 16:00:03 pfv-tsys4 systemd[1]: Starting pvestatd.service - PVE Status Daemon...
Jul 24 16:00:08 pfv-tsys4 pvestatd[1465]: starting server
Jul 24 16:00:08 pfv-tsys4 systemd[1]: Started pvestatd.service - PVE Status Daemon.
Jul 25 10:56:39 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating..
Jul 26 10:56:41 pfv-tsys4 pvestatd[1465]: auth key pair too old, rotating..
Jul 26 15:07:47 pfv-tsys4 pvestatd[1465]: status update time (5.596 seconds)
● pvebanner.service - Proxmox VE Login Banner
Loaded: loaded (/usr/lib/systemd/system/pvebanner.service; enabled; preset: enabled)
Active: active (exited) since Fri 2026-07-24 15:59:05 CDT; 2 days ago
Invocation: e0b579aa68ba4e269f0c85573fec88c3
Main PID: 904 (code=exited, status=0/SUCCESS)
Mem peak: 34.8M
CPU: 224ms
Jul 24 15:58:59 pfv-tsys4 systemd[1]: Starting pvebanner.service - Proxmox VE Login Banner...
Jul 24 15:59:05 pfv-tsys4 systemd[1]: Finished pvebanner.service - Proxmox VE Login Banner.
--- 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
● nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled)
Drop-In: /run/systemd/generator/nfs-server.service.d
└─order-with-mounts.conf
Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago
Invocation: 31e5f1e426a94cdc85e882117636b6f8
Docs: man:rpc.nfsd(8)
man:exportfs(8)
Main PID: 1571 (code=exited, status=0/SUCCESS)
Mem peak: 1.8M
CPU: 15ms
Jul 24 16:00:11 pfv-tsys4 systemd[1]: Starting nfs-server.service - NFS server and services...
Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D7: No such file or directory
Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D1: No such file or directory
Jul 24 16:00:11 pfv-tsys4 sh[1572]: nfsdctl: lockd configuration failure
Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server and services.
● nfs-server.service - NFS server and services
Loaded: loaded (/usr/lib/systemd/system/nfs-server.service; enabled; preset: enabled)
Drop-In: /run/systemd/generator/nfs-server.service.d
└─order-with-mounts.conf
Active: active (exited) since Fri 2026-07-24 16:00:11 CDT; 2 days ago
Invocation: 31e5f1e426a94cdc85e882117636b6f8
Docs: man:rpc.nfsd(8)
man:exportfs(8)
Main PID: 1571 (code=exited, status=0/SUCCESS)
Mem peak: 1.8M
CPU: 15ms
Jul 24 16:00:11 pfv-tsys4 systemd[1]: Starting nfs-server.service - NFS server and services...
Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D7: No such file or directory
Jul 24 16:00:11 pfv-tsys4 exportfs[1569]: exportfs: Failed to stat /mnt/tsys4/D1: No such file or directory
Jul 24 16:00:11 pfv-tsys4 sh[1572]: nfsdctl: lockd configuration failure
Jul 24 16:00:11 pfv-tsys4 systemd[1]: Finished nfs-server.service - NFS server and services.
● rpcbind.service - RPC bind portmap service
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled)
Active: active (running) since Fri 2026-07-24 15:59:00 CDT; 2 days ago
Invocation: 5d2420eac98d451fb11735e771c51d2e
TriggeredBy: ● rpcbind.socket
Docs: man:rpcbind(8)
Main PID: 934 (rpcbind)
Tasks: 1 (limit: 18967)
Memory: 928K (peak: 2M, swap: 32K, swap peak: 32K)
CPU: 1min 34.814s
CGroup: /system.slice/rpcbind.service
└─934 /usr/sbin/rpcbind -f -w
Jul 24 15:59:00 pfv-tsys4 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
Jul 24 15:59:00 pfv-tsys4 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: active (running) since Fri 2026-07-24 16:00:01 CDT; 2 days ago
Invocation: aadb1d67946d4092bcd32f76d3054e6d
Docs: man:rpc.statd(8)
Main PID: 1234 (rpc.statd)
Tasks: 1 (limit: 18967)
Memory: 400K (peak: 1.7M, swap: 96K, swap peak: 96K)
CPU: 7ms
CGroup: /system.slice/rpc-statd.service
└─1234 /usr/sbin/rpc.statd
Jul 24 16:00:01 pfv-tsys4 systemd[1]: Starting rpc-statd.service - NFS status monitor for NFSv2/3 locking....
Jul 24 16:00:01 pfv-tsys4 rpc.statd[1234]: Version 2.8.3 starting
Jul 24 16:00:01 pfv-tsys4 rpc.statd[1234]: Flags: TI-RPC
Jul 24 16:00:01 pfv-tsys4 systemd[1]: Started rpc-statd.service - NFS status monitor for NFSv2/3 locking..
○ 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 Fri 2026-07-24 15:58:19 CDT; 2 days ago
Invocation: b949855e4d8447c799c35c9e8f7d6df5
Docs: man:zfs(8)
Main PID: 885 (code=exited, status=0/SUCCESS)
Mem peak: 1.6M
###############################################################################
# 25. TIMERS / CRON
###############################################################################
--- systemctl list-timers
$ systemctl list-timers --all --no-pager
NEXT LEFT LAST PASSED UNIT ACTIVATES
Mon 2026-07-27 00:00:00 CDT 7h Sun 2026-07-26 00:00:19 CDT 16h ago dpkg-db-backup.timer dpkg-db-backup.service
Mon 2026-07-27 00:26:46 CDT 7h Sun 2026-07-26 02:26:26 CDT 14h ago beszel-agent-update.timer beszel-agent-update.service
Mon 2026-07-27 00:59:29 CDT 8h Sun 2026-07-26 00:25:29 CDT 16h ago logrotate.timer logrotate.service
Mon 2026-07-27 01:25:35 CDT 8h Mon 2026-07-20 00:34:10 CDT - fstrim.timer fstrim.service
Mon 2026-07-27 02:37:41 CDT 10h Sun 2026-07-26 01:53:29 CDT 14h ago pve-daily-update.timer pve-daily-update.service
Mon 2026-07-27 03:28:58 CDT 10h Sun 2026-07-26 15:48:33 CDT 41min ago apt-daily.timer apt-daily.service
Mon 2026-07-27 06:13:10 CDT 13h Sun 2026-07-26 06:07:29 CDT 10h ago apt-daily-upgrade.timer apt-daily-upgrade.service
Mon 2026-07-27 11:34:31 CDT 19h Sun 2026-07-26 10:40:25 CDT 5h 49min ago man-db.timer man-db.service
Mon 2026-07-27 16:14:33 CDT 23h Sun 2026-07-26 16:14:33 CDT 15min ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Sun 2026-08-02 03:10:03 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago e2scrub_all.timer e2scrub_all.service
Sun 2026-08-02 03:10:16 CDT 6 days Sun 2026-07-26 03:10:21 CDT 13h ago xfs_scrub_all.timer xfs_scrub_all.service
11 timers listed.
--- /etc/cron.d
total 24
drwxr-xr-x 2 root root 4096 Mar 21 12:20 .
drwxr-xr-x 110 root root 4096 Jul 26 16:28 ..
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat
lrwxrwxrwx 1 root root 20 Feb 23 10:53 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 Mar 21 12:20 .
drwxr-xr-x 110 root root 4096 Jul 26 16:28 ..
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat
--- /etc/cron.hourly
total 12
drwxr-xr-x 2 root root 4096 Feb 23 04:50 .
drwxr-xr-x 110 root root 4096 Jul 26 16:28 ..
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- /etc/cron.weekly
total 16
drwxr-xr-x 2 root root 4096 Feb 23 04:50 .
drwxr-xr-x 110 root root 4096 Jul 26 16:28 ..
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
--- crontabs
--- /etc/crontab ---
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
#
--- root crontab
$ crontab -l 2>/dev/null || echo " [no root crontab]"
[no root crontab]
###############################################################################
# 26. LIVE PERFORMANCE SNAPSHOT
###############################################################################
--- /proc/loadavg
$ cat /proc/loadavg
2.40 2.24 2.55 2/331 552459
--- 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
1 0 1033008 13606776 86884 844028 3 9 1384 1525 2904 2 0 1 80 20 0 0
0 0 1033008 13598828 86924 844184 0 0 512 448 5225 11628 1 1 82 16 0 0
0 0 1033008 13605040 86924 844476 0 0 0 368 4630 9724 1 1 88 11 0 0
--- mpstat 1 3 (per-cpu)
$ mpstat 1 3
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:12 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
04:30:13 PM all 0.00 0.00 0.38 2.13 0.00 0.00 0.00 0.25 0.00 97.25
04:30:14 PM all 0.00 0.00 0.13 0.38 0.00 0.00 0.00 0.00 0.00 99.50
04:30:15 PM all 0.12 0.00 0.12 1.62 0.00 0.12 0.00 0.00 0.00 98.00
Average: all 0.00 0.00 0.21 1.38 0.00 0.04 0.00 0.08 0.00 98.25
--- iostat -xz 1 3
$ iostat -xz 1 3
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
avg-cpu: %user %nice %system %iowait %steal %idle
0.14 0.00 0.55 19.55 0.00 79.77
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.99 4.01 0.00 0.00 10.24 4.06 1.83 9.67 0.00 0.00 10.12 5.28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.90
dm-1 0.46 24.42 0.00 0.00 13.26 53.48 1.97 9.51 0.00 0.00 6.52 4.83 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.38
dm-2 0.00 0.09 0.00 0.00 18.89 20.66 0.00 0.00 0.00 0.00 34.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01
dm-3 0.11 3.90 0.00 0.00 25.26 35.38 1.52 9.07 0.00 0.00 12.31 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.91
dm-4 0.11 3.85 0.00 0.00 25.27 35.03 1.52 9.07 0.00 0.00 12.32 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 0.90
dm-5 0.00 0.04 0.00 0.00 11.36 277.14 0.00 0.00 0.00 0.00 17.50 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
dm-6 0.11 3.76 0.00 0.00 46.99 34.33 1.52 9.07 0.00 0.00 14.85 5.95 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 0.91
sda 0.02 0.15 0.00 12.77 9.63 8.11 0.00 0.00 0.00 4.76 7.10 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 7.37 0.00 0.01
sdb 0.97 529.28 19.42 95.23 15.34 544.19 14.59 489.24 2.60 15.14 14.96 33.54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.23 15.16
sdc 2.05 770.50 12.92 86.29 12.41 375.25 58.22 1007.80 6.42 9.93 7.85 17.31 0.00 0.00 0.00 0.00 0.00 0.00 24.72 12.11 0.78 30.83
sdd 1.47 83.82 0.50 25.21 8.45 56.92 3.04 28.25 2.28 42.83 6.27 9.28 0.00 0.00 0.00 0.00 0.00 0.00 0.71 13.59 0.04 2.49
sde 0.01 0.19 0.00 36.96 0.71 26.78 0.00 0.00 0.00 5.88 1.38 2.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 1.67 0.00 0.00
sdf 0.03 0.26 0.00 9.61 24.39 8.31 0.00 0.04 0.01 99.17 8.57 481.14 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.04
avg-cpu: %user %nice %system %iowait %steal %idle
0.13 0.00 0.13 1.88 0.00 97.87
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
sdb 0.00 0.00 0.00 0.00 0.00 0.00 5.00 20.00 0.00 0.00 11.80 4.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.06 3.20
sdc 0.00 0.00 0.00 0.00 0.00 0.00 6.00 28.00 0.00 0.00 6.83 4.67 0.00 0.00 0.00 0.00 0.00 0.00 3.00 13.33 0.08 4.10
avg-cpu: %user %nice %system %iowait %steal %idle
0.13 0.00 0.13 2.00 0.00 97.75
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
sdc 0.00 0.00 0.00 0.00 0.00 0.00 18.00 160.00 4.00 18.18 8.83 8.89 0.00 0.00 0.00 0.00 0.00 0.00 9.00 13.44 0.28 12.20
--- sar -dp 1 2
$ sar -dp 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:17 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
04:30:18 PM 2.00 0.00 8.00 0.00 4.00 0.03 14.00 1.70 sdb
04:30:18 PM 74.00 24.00 396.00 0.00 5.68 0.95 7.81 38.90 sdc
04:30:18 PM 18.00 0.00 76.00 0.00 4.22 0.04 2.28 2.40 sdd
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
04:30:18 PM 19.00 0.00 76.00 0.00 4.00 0.08 4.00 2.60 pve-root
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf
04:30:18 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0
04:30:18 PM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
04:30:19 PM 2.00 0.00 16.00 0.00 8.00 0.02 11.00 2.30 sdb
04:30:19 PM 90.00 4.00 260.00 0.00 2.93 0.78 5.38 30.60 sdc
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdd
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf
04:30:19 PM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0
Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
Average: 2.00 0.00 12.00 0.00 6.00 0.03 12.50 2.00 sdb
Average: 82.00 14.00 328.00 0.00 4.17 0.86 6.48 34.75 sdc
Average: 9.00 0.00 38.00 0.00 4.22 0.02 2.28 1.20 sdd
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
Average: 9.50 0.00 38.00 0.00 4.00 0.04 4.00 1.30 pve-root
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tdata
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sde
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data-tpool
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sdf
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-vm--400--disk--0
--- sar -n DEV 1 2
$ sar -n DEV 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:19 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
04:30:20 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:20 PM nic0 74.00 20.00 14.66 2.25 0.00 0.00 22.00 0.01
04:30:20 PM enx8cae4ccda926 203.00 118.00 228.15 12.86 0.00 0.00 0.00 0.00
04:30:20 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:20 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:20 PM vmbr0 39.00 7.00 4.21 0.97 0.00 0.00 16.00 0.00
04:30:20 PM datanet 203.00 118.00 228.15 12.86 0.00 0.00 1.00 0.00
04:30:20 PM tap400i0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00
04:30:20 PM fwbr400i0 32.00 0.00 3.31 0.00 0.00 0.00 16.00 0.00
04:30:20 PM fwpr400p0 13.00 61.00 1.12 12.46 0.00 0.00 0.00 0.00
04:30:20 PM fwln400i0 61.00 13.00 12.46 1.12 0.00 0.00 0.00 0.00
04:30:20 PM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
04:30:21 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:21 PM nic0 34.00 15.00 5.98 4.71 0.00 0.00 11.00 0.00
04:30:21 PM enx8cae4ccda926 222.00 122.00 205.29 52.31 0.00 0.00 0.00 0.00
04:30:21 PM enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:21 PM tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
04:30:21 PM vmbr0 19.00 2.00 1.15 0.31 0.00 0.00 8.00 0.00
04:30:21 PM datanet 222.00 122.00 205.29 52.31 0.00 0.00 1.00 0.00
04:30:21 PM tap400i0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00
04:30:21 PM fwbr400i0 17.00 0.00 0.87 0.00 0.00 0.00 8.00 0.00
04:30:21 PM fwpr400p0 13.00 29.00 4.32 5.09 0.00 0.00 0.00 0.00
04:30:21 PM fwln400i0 29.00 13.00 5.09 4.32 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 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: nic0 54.00 17.50 10.32 3.48 0.00 0.00 16.50 0.01
Average: enx8cae4ccda926 212.50 120.00 216.72 32.58 0.00 0.00 0.00 0.00
Average: enx80ae4ccdec03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: tailscale0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
Average: vmbr0 29.00 4.50 2.68 0.64 0.00 0.00 12.00 0.00
Average: datanet 212.50 120.00 216.72 32.58 0.00 0.00 1.00 0.00
Average: tap400i0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00
Average: fwbr400i0 24.50 0.00 2.09 0.00 0.00 0.00 12.00 0.00
Average: fwpr400p0 13.00 45.00 2.72 8.77 0.00 0.00 0.00 0.00
Average: fwln400i0 45.00 13.00 8.77 2.72 0.00 0.00 0.00 0.00
--- sar -n NFS,NFSD 1 2
$ sar -n NFS,NFSD 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:21 PM call/s retrans/s read/s write/s access/s getatt/s
04:30:22 PM 0.00 0.00 0.00 0.00 0.00 0.00
04:30:21 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
04:30:22 PM 9.00 0.00 9.00 0.00 9.00 0.00 0.00 0.00 8.00 0.00 3.00
04:30:22 PM call/s retrans/s read/s write/s access/s getatt/s
04:30:23 PM 0.00 0.00 0.00 0.00 0.00 0.00
04:30:22 PM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
04:30:23 PM 12.00 0.00 12.00 0.00 12.00 0.00 0.00 0.00 11.00 0.00 8.00
Average: call/s retrans/s read/s write/s access/s getatt/s
Average: 0.00 0.00 0.00 0.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: 10.50 0.00 10.50 0.00 10.50 0.00 0.00 0.00 9.50 0.00 5.50
--- sar -n SOCK 1 1
$ sar -n SOCK 1 1
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:23 PM totsck tcpsck udpsck rawsck ip-frag tcp-tw
04:30:24 PM 370 31 10 0 0 1
Average: 370 31 10 0 0 1
--- sar -n TCP,ETCP 1 2
$ sar -n TCP,ETCP 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:24 PM active/s passive/s iseg/s oseg/s
04:30:25 PM 0.00 0.00 305.00 141.00
04:30:24 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
04:30:25 PM 0.00 0.00 1.00 0.00 0.00
04:30:25 PM active/s passive/s iseg/s oseg/s
04:30:26 PM 0.00 6.00 318.00 113.00
04:30:25 PM atmptf/s estres/s retrans/s isegerr/s orsts/s
04:30:26 PM 0.00 0.00 0.00 0.00 0.00
Average: active/s passive/s iseg/s oseg/s
Average: 0.00 3.00 311.50 127.00
Average: atmptf/s estres/s retrans/s isegerr/s orsts/s
Average: 0.00 0.00 0.50 0.00 0.00
--- pidstat -d 1 2 (top disk)
$ pidstat -d 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:26 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
04:30:27 PM 0 1582 0.00 23.76 0.00 0 nfsd
04:30:27 PM 0 1584 0.00 3.96 0.00 0 nfsd
04:30:27 PM 0 1587 0.00 39.60 0.00 0 nfsd
04:30:27 PM 0 1589 0.00 55.45 0.00 0 nfsd
04:30:27 PM 0 1593 0.00 43.56 0.00 0 nfsd
04:30:27 PM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
04:30:28 PM 0 1578 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1579 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1580 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1581 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1582 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1583 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1584 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1585 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1586 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1587 4.00 76.00 0.00 0 nfsd
04:30:28 PM 0 1589 0.00 100.00 0.00 0 nfsd
04:30:28 PM 0 1591 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1592 0.00 4.00 0.00 0 nfsd
04:30:28 PM 0 1593 8.00 20.00 0.00 0 nfsd
Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
Average: 0 1578 0.00 1.99 0.00 0 nfsd
Average: 0 1579 0.00 1.99 0.00 0 nfsd
Average: 0 1580 0.00 1.99 0.00 0 nfsd
Average: 0 1581 0.00 1.99 0.00 0 nfsd
Average: 0 1582 0.00 13.93 0.00 0 nfsd
Average: 0 1583 0.00 1.99 0.00 0 nfsd
Average: 0 1584 0.00 3.98 0.00 0 nfsd
Average: 0 1585 0.00 1.99 0.00 0 nfsd
Average: 0 1586 0.00 1.99 0.00 0 nfsd
Average: 0 1587 1.99 57.71 0.00 0 nfsd
Average: 0 1589 0.00 77.61 0.00 0 nfsd
Average: 0 1591 0.00 1.99 0.00 0 nfsd
Average: 0 1592 0.00 1.99 0.00 0 nfsd
Average: 0 1593 3.98 31.84 0.00 0 nfsd
--- pidstat -u 1 2 (top cpu)
$ pidstat -u 1 2
Linux 6.17.9-1-pve (pfv-tsys4) 07/26/2026 _x86_64_ (8 CPU)
04:30:28 PM UID PID %usr %system %guest %wait %CPU CPU Command
04:30:29 PM 0 1622 0.00 0.99 0.00 0.00 0.99 3 kvm
04:30:29 PM 0 552517 0.00 0.99 0.00 0.00 0.99 1 pidstat
04:30:29 PM UID PID %usr %system %guest %wait %CPU CPU Command
04:30:30 PM 0 94 0.00 1.00 0.00 0.00 1.00 7 kworker/7:1H-kblockd
04:30:30 PM 0 961 1.00 1.00 0.00 0.00 2.00 6 tailscaled
04:30:30 PM 0 1449 0.00 1.00 0.00 0.00 1.00 6 pve-firewall
04:30:30 PM 0 1583 0.00 1.00 0.00 0.00 1.00 6 nfsd
04:30:30 PM 0 1622 0.00 1.00 1.00 0.00 1.00 3 kvm
Average: UID PID %usr %system %guest %wait %CPU CPU Command
Average: 0 94 0.00 0.50 0.00 0.00 0.50 - kworker/7:1H-kblockd
Average: 0 961 0.50 0.50 0.00 0.00 1.00 - tailscaled
Average: 0 1449 0.00 0.50 0.00 0.00 0.50 - pve-firewall
Average: 0 1583 0.00 0.50 0.00 0.00 0.50 - nfsd
Average: 0 1622 0.00 1.00 0.50 0.00 1.00 - kvm
Average: 0 552517 0.00 0.50 0.00 0.00 0.50 - pidstat
--- top (single snapshot, top 30)
$ top -b -n 1
top - 16:30:31 up 2 days, 32 min, 3 users, load average: 2.29, 2.22, 2.54
Tasks: 268 total, 1 running, 267 sleeping, 0 stopped, 0 zombie
%Cpu(s): 1.9 us, 3.8 sy, 0.0 ni, 20.1 id, 74.2 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 15901.1 total, 13361.2 free, 1940.1 used, 913.4 buff/cache
MiB Swap: 8192.0 total, 7183.2 free, 1008.8 used. 13961.0 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1622 root 20 0 2862928 914452 4308 S 9.1 5.6 25:08.57 kvm
1 root 20 0 25816 12532 8024 S 0.0 0.1 0:11.43 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.09 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:00.76 ksoftir+
15 root 20 0 0 0 0 I 0.0 0.0 1:54.35 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.23 migrati+
19 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
20 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
22 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
23 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
24 root 20 0 0 0 0 S 0.0 0.0 0:00.75 ksoftir+
26 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
27 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
28 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
29 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
30 root 20 0 0 0 0 S 0.0 0.0 0:00.46 ksoftir+
32 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
33 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
34 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
35 root rt 0 0 0 0 S 0.0 0.0 0:00.40 migrati+
36 root 20 0 0 0 0 S 0.0 0.0 0:00.42 ksoftir+
38 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
39 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
40 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
41 root rt 0 0 0 0 S 0.0 0.0 0:00.54 migrati+
42 root 20 0 0 0 0 S 0.0 0.0 0:15.67 ksoftir+
44 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
45 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
46 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
47 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+
48 root 20 0 0 0 0 S 0.0 0.0 0:00.36 ksoftir+
50 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
51 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
52 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
53 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+
54 root 20 0 0 0 0 S 0.0 0.0 0:00.39 ksoftir+
56 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
57 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
58 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
59 root rt 0 0 0 0 S 0.0 0.0 0:00.47 migrati+
60 root 20 0 0 0 0 S 0.0 0.0 0:00.69 ksoftir+
63 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
64 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
65 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
66 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
67 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
68 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kauditd
69 root 20 0 0 0 0 S 0.0 0.0 0:00.06 khungta+
71 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 1:04.27 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.65 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.03 irq/9-a+
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 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
91 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
94 root 0 -20 0 0 0 I 0.0 0.0 7:41.73 kworker+
96 root 20 0 0 0 0 S 0.0 0.0 0:26.16 kswapd0
97 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
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 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
101 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
102 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
103 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
107 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
108 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
122 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
123 root 0 -20 0 0 0 I 0.0 0.0 0:18.44 kworker+
124 root 0 -20 0 0 0 I 0.0 0.0 0:16.89 kworker+
126 root 0 -20 0 0 0 I 0.0 0.0 0:18.31 kworker+
127 root 0 -20 0 0 0 I 0.0 0.0 0:16.33 kworker+
159 root 0 -20 0 0 0 I 0.0 0.0 0:30.29 kworker+
172 root 0 -20 0 0 0 I 0.0 0.0 0:18.30 kworker+
174 root 0 -20 0 0 0 I 0.0 0.0 0:17.52 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+
241 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
243 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
244 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
268 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
269 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
270 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
279 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
280 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
281 root 20 0 0 0 0 S 0.0 0.0 0:00.18 usb-sto+
282 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
283 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
284 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
285 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
310 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
342 root 20 0 0 0 0 S 0.0 0.0 0:02.54 jbd2/dm+
343 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
394 root 20 0 51432 24860 23412 S 0.0 0.2 0:02.70 systemd+
433 root 20 0 77292 22296 9124 S 0.0 0.1 0:04.56 dmeventd
434 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
435 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
436 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
437 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
445 root 20 0 36720 7564 4776 S 0.0 0.0 0:00.47 systemd+
446 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
447 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
448 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
449 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
450 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
451 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
452 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
453 root 20 0 0 0 0 S 0.0 0.0 0:01.23 arc_evi+
454 root 39 19 0 0 0 S 0.0 0.0 0:01.27 arc_reap
455 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
456 root 39 19 0 0 0 S 0.0 0.0 0:01.21 dbuf_ev+
457 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
458 root 20 0 0 0 0 S 0.0 0.0 0:01.49 l2arc_f+
464 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
465 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
467 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
557 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/38-+
667 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
854 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+
855 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
858 root 20 0 0 0 0 S 0.0 0.0 0:35.95 jbd2/sd+
859 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
865 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
868 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
869 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
870 root -51 0 0 0 0 S 0.0 0.0 0:00.00 card0-c+
872 root 20 0 0 0 0 S 0.0 0.0 0:21.84 jbd2/sd+
876 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
897 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+
898 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
934 _rpc 20 0 6664 3288 2816 S 0.0 0.0 1:34.82 rpcbind
937 message+ 20 0 8480 5016 4076 S 0.0 0.0 0:08.37 dbus-da+
939 root 20 0 5460 3576 3240 S 0.0 0.0 0:00.00 fsidd
945 root 20 0 276136 3248 2956 S 0.0 0.0 0:00.00 pve-lxc+
948 root 20 0 404832 6560 5536 S 0.0 0.0 0:10.86 rrdcach+
951 root 20 0 10592 6596 4576 S 0.0 0.0 0:00.25 smartd
952 root 20 0 19604 7104 5532 S 0.0 0.0 0:00.39 systemd+
961 root 20 0 1421644 94380 20004 S 0.0 0.6 5:03.81 tailsca+
964 root 20 0 104412 3876 2868 S 0.0 0.0 0:00.01 zed
968 root 20 0 159068 2360 1988 S 0.0 0.0 0:00.00 lxcfs
995 root 20 0 5748 1752 1608 S 0.0 0.0 0:00.00 qmeventd
996 root 20 0 7224 2196 1872 S 0.0 0.0 0:02.12 ksmtuned
998 root 20 0 5260 1604 1400 S 0.0 0.0 0:00.00 blkmapd
1012 root 20 0 5660 2688 2244 S 0.0 0.0 0:00.00 nfsdcld
1036 _chrony 20 0 19932 3624 2852 S 0.0 0.0 0:00.17 chronyd
1041 _chrony 20 0 11604 2268 1636 S 0.0 0.0 0:00.00 chronyd
1104 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
1144 root 20 0 5988 2856 2016 S 0.0 0.0 0:00.86 dhclient
1206 beszel 20 0 2231516 14088 6436 S 0.0 0.1 0:29.31 beszel-+
1207 root 20 0 513512 16948 4708 S 0.0 0.1 0:00.45 glances
1208 _lldpd 20 0 21372 4688 3520 S 0.0 0.0 0:00.09 lldpd
1209 root 20 0 5520 2480 2236 S 0.0 0.0 0:00.00 lxc-mon+
1217 root 20 0 6356 3340 2896 S 0.0 0.0 0:00.08 ser2net
1222 root 20 0 266300 23708 9296 S 0.0 0.1 0:16.17 tuned
1233 root 20 0 2952 2108 1860 S 0.0 0.0 0:00.02 rpc.idm+
1234 statd 20 0 4560 1708 1460 S 0.0 0.0 0:00.00 rpc.sta+
1235 root 20 0 8832 3804 2856 S 0.0 0.0 0:49.12 rpc.mou+
1242 root 20 0 11772 5008 4308 S 0.0 0.0 0:00.12 sshd
1245 root 20 0 535024 20224 16356 S 0.0 0.1 1:14.30 pmxcfs
1261 _lldpd 20 0 21372 2716 1564 S 0.0 0.0 0:01.88 lldpd
1287 root 20 0 6868 2776 2528 S 0.0 0.0 0:00.32 cron
1288 root 20 0 13680 3096 2128 S 0.0 0.0 0:09.03 proxmox+
1411 root 20 0 43992 4816 4180 S 0.0 0.0 0:00.34 master
1413 postfix 20 0 44524 7184 6488 S 0.0 0.0 0:00.06 qmgr
1420 polkitd 20 0 306704 7532 6368 S 0.0 0.0 0:02.14 polkitd
1449 root 20 0 177368 37128 6460 S 0.0 0.2 6:03.98 pve-fir+
1465 root 20 0 180508 48204 9272 S 0.0 0.3 8:20.73 pvestatd
1484 root 20 0 219064 7780 3216 S 0.0 0.0 0:01.39 pvedaem+
1485 root 20 0 228440 16304 5856 S 0.0 0.1 0:04.55 pvedaem+
1486 root 20 0 228444 18584 5948 S 0.0 0.1 0:04.73 pvedaem+
1487 root 20 0 228440 16344 5880 S 0.0 0.1 0:04.30 pvedaem+
1553 www-data 20 0 220352 24032 16668 S 0.0 0.1 0:03.13 pveproxy
1562 www-data 20 0 92064 25060 11792 S 0.0 0.2 0:01.89 spicepr+
1574 root 20 0 0 0 0 I 0.0 0.0 0:00.00 lockd
1578 root 20 0 0 0 0 D 0.0 0.0 2:24.48 nfsd
1579 root 20 0 0 0 0 D 0.0 0.0 2:29.64 nfsd
1580 root 20 0 0 0 0 D 0.0 0.0 2:27.59 nfsd
1581 root 20 0 0 0 0 D 0.0 0.0 2:27.58 nfsd
1582 root 20 0 0 0 0 D 0.0 0.0 2:26.43 nfsd
1583 root 20 0 0 0 0 D 0.0 0.0 2:28.95 nfsd
1584 root 20 0 0 0 0 D 0.0 0.0 2:27.10 nfsd
1585 root 20 0 0 0 0 D 0.0 0.0 2:28.83 nfsd
1586 root 20 0 0 0 0 D 0.0 0.0 2:27.00 nfsd
1587 root 20 0 0 0 0 D 0.0 0.0 2:25.65 nfsd
1588 root 20 0 0 0 0 D 0.0 0.0 2:26.35 nfsd
1589 root 20 0 0 0 0 D 0.0 0.0 2:28.76 nfsd
1590 root 20 0 0 0 0 D 0.0 0.0 2:26.83 nfsd
1591 root 20 0 0 0 0 D 0.0 0.0 2:27.02 nfsd
1592 root 20 0 0 0 0 D 0.0 0.0 2:28.80 nfsd
1593 root 20 0 0 0 0 D 0.0 0.0 2:27.11 nfsd
1603 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
1685 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
1692 root 20 0 200848 15036 3372 S 0.0 0.1 0:10.34 pvesche+
3656 root 20 0 8164 2424 2196 S 0.0 0.0 0:00.00 agetty
13588 root 20 0 22572 8816 6460 S 0.0 0.1 0:00.32 systemd
13590 root 20 0 24372 2296 1632 S 0.0 0.0 0:00.00 (sd-pam)
13595 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
13647 root 20 0 7308 2508 1860 S 0.0 0.0 0:00.12 screen
13721 root 20 0 7308 2408 1752 S 0.0 0.0 0:00.11 screen
78057 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
78155 root 20 0 0 0 0 S 0.0 0.0 0:00.00 jbd2/sd+
78156 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
366025 root 20 0 79616 2044 1836 S 0.0 0.0 0:02.88 pvefw-l+
366057 www-data 20 0 92196 17624 3976 S 0.0 0.1 0:01.08 spicepr+
366058 www-data 20 0 242752 39440 9820 S 0.0 0.2 0:03.51 pveprox+
366059 www-data 20 0 281012 56496 11960 S 0.0 0.3 0:05.06 pveprox+
366060 www-data 20 0 281084 82316 13028 S 0.0 0.5 0:04.90 pveprox+
509463 root 20 0 0 0 0 I 0.0 0.0 0:00.32 kworker+
526292 root 20 0 0 0 0 I 0.0 0.0 0:00.62 kworker+
528559 root 20 0 0 0 0 I 0.0 0.0 0:00.69 kworker+
536157 root 20 0 0 0 0 I 0.0 0.0 0:00.27 kworker+
537079 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
538018 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+
540220 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
541601 root 20 0 0 0 0 I 0.0 0.0 0:00.20 kworker+
543076 root 20 0 0 0 0 I 0.0 0.0 0:00.05 kworker+
543106 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
543170 root 20 0 0 0 0 I 0.0 0.0 0:00.07 kworker+
545021 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
546233 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
547166 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+
547747 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
547758 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
547930 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
548364 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
548578 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
548703 postfix 20 0 44472 7776 7096 S 0.0 0.0 0:00.00 pickup
549014 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
549507 root 20 0 19636 11700 9928 S 0.0 0.1 0:00.00 sshd-se+
549514 root 20 0 19892 7376 5328 S 0.0 0.0 0:00.00 sshd-se+
549515 root 20 0 7328 3896 3368 S 0.0 0.0 0:00.28 bash
549725 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
550330 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
550386 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
550387 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
551232 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
551299 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
551682 root 20 0 19768 12880 10972 S 0.0 0.1 0:00.02 sshd-se+
551689 root 20 0 20156 8344 6080 S 0.0 0.1 0:00.26 sshd-se+
551690 root 20 0 9100 6056 3724 S 0.0 0.0 0:00.02 bash
551760 root 20 0 5584 2196 2088 S 0.0 0.0 0:00.00 sleep
551796 root 20 0 6872 3124 2884 S 0.0 0.0 0:00.00 screen
551797 root 20 0 7176 2544 1852 S 0.0 0.0 0:00.16 screen
552535 root 20 0 7328 2524 1996 S 0.0 0.0 0:00.00 bash
552536 root 20 0 5592 2076 1960 S 0.0 0.0 0:00.00 head
552537 root 20 0 10424 5464 3376 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
/root/check.sh: line 45: arcstat: command not found
[exit=127 / not installed or not permitted]
--- /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:
enx8cae4ccda926:
enx80ae4ccdec03:
tailscale0:
vmbr0:
datanet:
tap400i0:
fwbr400i0:
fwpr400p0:
fwln400i0:
--- t0 ---
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0
nic0: 1393800052 8311831 0 5825 0 0 0 4488788 355333262 1267505 0 0 0 0 0 0
enx8cae4ccda926: 288681923582 311250267 0 5823 0 0 0 0 620201546053 458110468 0 0 0 0 0 0
enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tailscale0: 10293453 94884 0 0 0 0 0 0 85632909 125204 0 0 0 0 0 0
vmbr0: 799026626 6651228 0 0 0 0 0 3802136 198282688 648563 0 0 0 0 0 0
datanet: 288676743310 311240744 0 10 0 0 0 147172 620200061953 458104648 0 0 0 0 0 0
tap400i0: 144769068 533411 0 0 0 0 0 0 836439165 6475689 0 5168 0 0 0 0
fwbr400i0: 504864311 5586569 0 7108 0 0 0 3801097 0 0 0 0 0 0 0 0
fwpr400p0: 146218248 539231 0 5820 0 0 0 0 836956330 6480857 0 0 0 0 0 0
fwln400i0: 836956330 6480857 0 5820 0 0 0 0 146218248 539231 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: 2680260 11544 0 0 0 0 0 0 2680260 11544 0 0 0 0 0 0
nic0: 1393810736 8311915 0 5825 0 0 0 4488804 355356768 1267641 0 0 0 0 0 0
enx8cae4ccda926: 288684160442 311251827 0 5823 0 0 0 0 620201615626 458110842 0 0 0 0 0 0
enx80ae4ccdec03: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
tailscale0: 10296037 94933 0 0 0 0 0 0 85644261 125333 0 0 0 0 0 0
vmbr0: 799034937 6651306 0 0 0 0 0 3802146 198305320 648697 0 0 0 0 0 0
datanet: 288678980170 311242304 0 10 0 0 0 147172 620200131271 458105021 0 0 0 0 0 0
tap400i0: 144769154 533412 0 0 0 0 0 0 836440987 6475713 0 5168 0 0 0 0
fwbr400i0: 504865797 5586593 0 7108 0 0 0 3801107 0 0 0 0 0 0 0 0
fwpr400p0: 146218334 539232 0 5820 0 0 0 0 836958152 6480881 0 0 0 0 0 0
fwln400i0: 836958152 6480881 0 5820 0 0 0 0 146218334 539232 0 0 0 0 0 0
###############################################################################
# 27. DNS / NTP / TIME
###############################################################################
--- /etc/resolv.conf
--- /etc/resolv.conf ---
domain knel.net
search knel.net
nameserver 100.100.100.100
--- /etc/hosts
--- /etc/hosts ---
127.0.0.1 localhost.localdomain localhost
192.168.100.2 pfv-tsys4.knel.net pfv-tsys4
# 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
--- /etc/ntp.conf
[missing: /etc/ntp.conf]
--- /etc/chrony/chrony.conf
--- /etc/chrony/chrony.conf ---
# Welcome to the chrony configuration file. See chrony.conf(5) for more
# information about usable directives.
# Use Debian vendor zone.
pool 2.debian.pool.ntp.org iburst
# Use time sources from DHCP.
sourcedir /run/chrony-dhcp
# Use NTP sources found in /etc/chrony/sources.d.
sourcedir /etc/chrony/sources.d
# This directive specifies the location of the file containing ID/key pairs for
# NTP authentication.
keyfile /etc/chrony/chrony.keys
# This directive specifies the file into which chronyd will store the rate
# information.
driftfile /var/lib/chrony/chrony.drift
# Save NTS keys and cookies.
ntsdumpdir /var/lib/chrony
# Uncomment the following line to turn logging on.
#log tracking measurements statistics
# Log files location.
logdir /var/log/chrony
# Stop bad estimates upsetting machine clock.
maxupdateskew 100.0
# This directive enables kernel synchronisation (every 11 minutes) of the
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
rtcsync
# Step the system clock instead of slewing it if the adjustment is larger than
# one second, but only in the first three clock updates.
makestep 1 3
# Get TAI-UTC offset and leap seconds from the system tz database.
# This directive must be commented out when using time sources serving
# leap-smeared time.
leapseclist /usr/share/zoneinfo/leap-seconds.list
# Include configuration files found in /etc/chrony/conf.d.
confdir /etc/chrony/conf.d
--- timedatectl
$ timedatectl
Local time: Sun 2026-07-26 16:30:33 CDT
Universal time: Sun 2026-07-26 21:30:33 UTC
RTC time: Sun 2026-07-26 21:30:33
Time zone: America/Chicago (CDT, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
--- chronyc tracking
$ chronyc tracking
Reference ID : 178FC4CC (time-usw7.crimpac.net)
Stratum : 3
Ref time (UTC) : Sun Jul 26 21:16:15 2026
System time : 0.000568948 seconds slow of NTP time
Last offset : +0.000224465 seconds
RMS offset : 0.000220616 seconds
Frequency : 10.199 ppm slow
Residual freq : +0.005 ppm
Skew : 0.053 ppm
Root delay : 0.047061872 seconds
Root dispersion : 0.001582184 seconds
Update interval : 1025.1 seconds
Leap status : Normal
--- chronyc sources
$ chronyc sources
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^+ 66.85.78.80 2 10 377 685 +7171us[+7171us] +/- 67ms
^- 23.172.120.58 2 10 377 749 -6462us[-6462us] +/- 75ms
^+ ntp2.wiktel.com 1 10 377 810 +4726us[+4726us] +/- 31ms
^* time-usw7.crimpac.net 2 10 377 858 -5473us[-5248us] +/- 24ms
--- ntpq peers
$ ntpq -pn
/root/check.sh: line 45: ntpq: command not found
[exit=127 / not installed or not permitted]
###############################################################################
# 28. FIREWALL / SECURITY
###############################################################################
--- pve-firewall status
$ pve-firewall status
Status: disabled/running
--- nft ruleset (count)
$ nft list ruleset
--- nft ruleset (head)
$ nft list ruleset
--- iptables-save (legacy)
$ iptables-save
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026
*mangle
:PREROUTING ACCEPT [314859153:288232653829]
:INPUT ACCEPT [311454757:287815144913]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [86254960:594685577127]
:POSTROUTING ACCEPT [86254960:594685577127]
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
COMMIT
# Completed on Sun Jul 26 16:30:34 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026
*raw
:PREROUTING ACCEPT [314859203:288232675663]
:OUTPUT ACCEPT [86255029:594685583391]
COMMIT
# Completed on Sun Jul 26 16:30:34 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026
*nat
:PREROUTING ACCEPT [3991374:463211346]
:INPUT ACCEPT [714531:74114380]
:OUTPUT ACCEPT [68262:5692552]
:POSTROUTING ACCEPT [68262:5692552]
:ts-postrouting - [0:0]
-A POSTROUTING -j ts-postrouting
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
COMMIT
# Completed on Sun Jul 26 16:30:34 2026
# Generated by iptables-save v1.8.11 on Sun Jul 26 16:30:34 2026
*filter
:INPUT ACCEPT [311014587:287754858420]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [86256228:594685636610]
: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.70.77.93/32 -i lo -j ACCEPT
-A ts-input -i tailscale0 -j ACCEPT
-A ts-input -p udp -m udp --dport 41641 -j ACCEPT
-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN
-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP
COMMIT
# Completed on Sun Jul 26 16:30:34 2026
--- ipset list (names)
$ ipset list -n
--- apparmor status
$ aa-status
apparmor module is loaded.
6 profiles are loaded.
6 profiles are in enforce mode.
/usr/bin/lxc-copy
/usr/bin/lxc-start
lxc-container-default
lxc-container-default-cgns
lxc-container-default-with-mounting
lxc-container-default-with-nesting
0 profiles are in complain mode.
0 profiles are in prompt mode.
0 profiles are in kill mode.
0 profiles are in unconfined mode.
0 processes have profiles defined.
0 processes are in enforce mode.
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
1622 root 914452 2862928 0.8 5.6 kvm
961 root 94380 1421644 0.1 0.5 tailscaled
366060 www-data 82316 281084 0.0 0.5 pveproxy worker
366059 www-data 56496 281012 0.0 0.3 pveproxy worker
1465 root 48204 180508 0.2 0.2 pvestatd
366058 www-data 39440 242752 0.0 0.2 pveproxy worker
1449 root 37128 177368 0.2 0.2 pve-firewall
1562 www-data 25060 92064 0.0 0.1 spiceproxy
394 root 24860 51432 0.0 0.1 systemd-journal
1553 www-data 24032 220352 0.0 0.1 pveproxy
--- top 10 CPU hogs
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
PID USER %CPU %MEM RSS COMMAND
552563 root 2.6 0.0 7968 systemd-timedat
1622 root 0.8 5.6 914452 kvm
551689 root 0.4 0.0 8344 sshd-session
551797 root 0.3 0.0 2544 screen
1465 root 0.2 0.2 48204 pvestatd
94 root 0.2 0.0 0 kworker/7:1H-kblockd
1449 root 0.2 0.2 37128 pve-firewall
961 root 0.1 0.5 94380 tailscaled
549515 root 0.1 0.0 3896 bash
1579 root 0.0 0.0 0 nfsd
--- 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=193 systemd
1411 fd=94 master
937 fd=58 dbus-daemon
--- 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 72M May 5 12:03 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000c198f-0006509d05c54c92.journal
-rw-r-----+ 1 root systemd-journal 72M May 29 05:57 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-0000000000132172-0006527b0796e828.journal
-rw-r-----+ 1 root systemd-journal 72M May 23 07:10 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000011647e-000652034bfe3eab.journal
-rw-r-----+ 1 root systemd-journal 72M May 17 08:19 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000fa101-0006518bee28b2c8.journal
-rw-r-----+ 1 root systemd-journal 72M May 11 09:54 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000000dd53f-0006511506a65c06.journal
-rw-r-----+ 1 root systemd-journal 72M Jun 4 03:06 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000014dd9c-000652f2b69faaee.journal
-rw-r-----+ 1 root systemd-journal 72M Jun 27 16:46 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000001be603-000654ccc38f89f2.journal
-rw-r-----+ 1 root systemd-journal 72M Jun 21 19:31 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-00000000001a260d-00065456241fdf96.journal
-rw-r-----+ 1 root systemd-journal 72M Jun 15 22:00 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000018639a-000653df589e3988.journal
-rw-r-----+ 1 root systemd-journal 72M Jun 10 00:16 /var/log/journal/baf5d201679e4e6bb6556b9e7bc72f8b/system@9de2491ca6204af4abc9a3bb70197495-000000000016a0e9-00065369063b5267.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
enx8cae4ccda926 : mtu=1500
fwbr400i0 : mtu=1500
fwln400i0 : mtu=1500
fwpr400p0 : mtu=1500
nic0 : mtu=1500
tap400i0 : 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=1 dirty_ratio=40 dirty_background_ratio=10
<-- swappiness not 10 (Proxmox default)
--- [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=1667235840 bytes RAM total=16673505280 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 400: ide-disk
VM 4000: 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
● conman.service loaded failed failed serial console management program
--- [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-tsys4
# Output: /root/pfv-tsys4.log
# Size: 603239 bytes / 11023 lines
# Elapsed: 279 seconds
###############################################################################