Add CAPACITY-GOALS.md (80% RAM / ~50% idle CPU targets + workload placement
model) and AUDIT-2026-07-29.md (live end-to-end analysis of all 7 hosts). Key
findings: memory goal met fleet-wide (highest 72%); CPU idles 0-6% (chase via
workloads, not hardware); tsys5 is single-CPU not dual; cnode4/5 are stale
running VMs. Answers the wnode-sizing question (grow tsys9, not tsys1), confirms
tsys6/7 for RackRental, and gives a DDR3 compatibility decision tree (RDIMM-only
servers reject consumer UDIMM). Refreshed STATUS/docmap and the returned audit
logs, and fixed an empty-array abort in deploy-check.sh.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
16578 lines
901 KiB
Plaintext
16578 lines
901 KiB
Plaintext
###############################################################################
|
|
# Proxmox VE host performance assessment (READ-ONLY)
|
|
# Host: pfv-tsys6 (pfv-tsys6.knel.net)
|
|
# FQDN: pfv-tsys6.knel.net
|
|
# All IPs: 192.168.3.169 100.73.35.111 10.251.2.6 10.100.100.6 fd7a:115c:a1e0::df3b:236f
|
|
# Collected: 2026-07-29T10:09:07Z (UTC)
|
|
# Kernel: 7.0.14-6-pve
|
|
# Machine: x86_64 GNU/Linux
|
|
# Caller: root (uid=0)
|
|
# Script: check.sh - strictly READ-ONLY
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
# 1. TOOL AVAILABILITY MATRIX
|
|
###############################################################################
|
|
|
|
--- command presence + path + version
|
|
$ # Each line: name | present? | path | version
|
|
printf '%-22s %-8s %-30s %s\n' "TOOL" "PRESENT" "PATH" "VERSION/NOTE"
|
|
printf '%-22s %-8s %-30s %s\n' "----" "-------" "----" "------------"
|
|
for t in \
|
|
pveversion pvecm qm pct pvesm pvesh pveperf proxmox-backup-client \
|
|
ip ss ethtool bridge brctl nmcli \
|
|
tcpdump mtr nstat netstat nicstat ifstat \
|
|
dmidecode lscpu lshw hwinfo inxi lspci lsusb numactl numastat \
|
|
cpupower turbostat x86_energy_perf_policy rdmsr \
|
|
tuned-adm irqbalance \
|
|
zpool zfs zdb arcstat arc_summary \
|
|
lsblk blkid blockdev findmnt smartctl nvme hdparm \
|
|
storcli storcli64 MegaCli MegaCli64 tw-cli arcconf \
|
|
sas2ircu sas3ircu hpssacli ssacli perccli \
|
|
multipath pvs vgs lvs lvdisplay \
|
|
xfs_info dumpe2fs btrfs \
|
|
fio iperf iperf3 sysbench bonnie++ iozone \
|
|
iostat mpstat pidstat sar vmstat \
|
|
top htop atop glances dstat nethogs iftop iotop smem pmap slabtop \
|
|
perf strace lsof fatrace \
|
|
dig host nslookup \
|
|
chronyc ntpq timedatectl \
|
|
nft iptables iptables-save ipset ufw \
|
|
jq bc awk smartctl nvme \
|
|
apt dpkg
|
|
do
|
|
p="$(command -v "$t" 2>/dev/null)"
|
|
if [ -n "$p" ]; then
|
|
v=""
|
|
case "$t" in
|
|
zpool|zfs) v="$(timeout 3 "$t" version 2>/dev/null | head -n 2 | tr '\n' ' ')" ;;
|
|
iperf3|fio|sysbench|smartctl|nvme|tuned-adm|ethtool|cpupower)
|
|
v="$(timeout 3 "$t" --version 2>&1 | head -n 1)" ;;
|
|
pveversion) v="$(timeout 3 "$t" 2>/dev/null)" ;;
|
|
storcli64|storcli|MegaCli64|MegaCli|arcconf|sas2ircu|sas3ircu|ssacli|hpssacli)
|
|
v="(storage HBA CLI - present)" ;;
|
|
esac
|
|
printf '%-22s %-8s %-30s %s\n' "$t" "yes" "$p" "$v"
|
|
else
|
|
printf '%-22s %-8s %-30s %s\n' "$t" "no" "-" "-"
|
|
fi
|
|
done
|
|
TOOL PRESENT PATH VERSION/NOTE
|
|
---- ------- ---- ------------
|
|
pveversion yes /usr/bin/pveversion pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
|
|
pvecm yes /usr/bin/pvecm
|
|
qm yes /usr/sbin/qm
|
|
pct yes /usr/sbin/pct
|
|
pvesm yes /usr/sbin/pvesm
|
|
pvesh yes /usr/bin/pvesh
|
|
pveperf yes /usr/bin/pveperf
|
|
proxmox-backup-client yes /usr/bin/proxmox-backup-client
|
|
ip yes /usr/sbin/ip
|
|
ss yes /usr/bin/ss
|
|
ethtool yes /usr/sbin/ethtool ethtool version 6.14.2
|
|
bridge yes /usr/sbin/bridge
|
|
brctl yes /usr/sbin/brctl
|
|
nmcli no - -
|
|
tcpdump yes /usr/bin/tcpdump
|
|
mtr yes /usr/bin/mtr
|
|
nstat yes /usr/bin/nstat
|
|
netstat no - -
|
|
nicstat no - -
|
|
ifstat no - -
|
|
dmidecode yes /usr/sbin/dmidecode
|
|
lscpu yes /usr/bin/lscpu
|
|
lshw no - -
|
|
hwinfo no - -
|
|
inxi no - -
|
|
lspci yes /usr/bin/lspci
|
|
lsusb yes /usr/bin/lsusb
|
|
numactl yes /usr/bin/numactl
|
|
numastat yes /usr/bin/numastat
|
|
cpupower yes /usr/bin/cpupower cpupower 6.12
|
|
turbostat yes /usr/sbin/turbostat
|
|
x86_energy_perf_policy yes /usr/sbin/x86_energy_perf_policy
|
|
rdmsr no - -
|
|
tuned-adm yes /usr/sbin/tuned-adm tuned-adm 2.25.1
|
|
irqbalance no - -
|
|
zpool yes /usr/sbin/zpool zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1
|
|
zfs yes /usr/sbin/zfs zfs-2.4.3-pve1 zfs-kmod-2.4.3-pve1
|
|
zdb yes /usr/sbin/zdb
|
|
arcstat yes /usr/sbin/arcstat
|
|
arc_summary yes /usr/sbin/arc_summary
|
|
lsblk yes /usr/bin/lsblk
|
|
blkid yes /usr/sbin/blkid
|
|
blockdev yes /usr/sbin/blockdev
|
|
findmnt yes /usr/bin/findmnt
|
|
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
|
|
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
|
|
hdparm yes /usr/sbin/hdparm
|
|
storcli no - -
|
|
storcli64 no - -
|
|
MegaCli no - -
|
|
MegaCli64 no - -
|
|
tw-cli no - -
|
|
arcconf no - -
|
|
sas2ircu no - -
|
|
sas3ircu no - -
|
|
hpssacli no - -
|
|
ssacli no - -
|
|
perccli no - -
|
|
multipath no - -
|
|
pvs yes /usr/sbin/pvs
|
|
vgs yes /usr/sbin/vgs
|
|
lvs yes /usr/sbin/lvs
|
|
lvdisplay yes /usr/sbin/lvdisplay
|
|
xfs_info yes /usr/sbin/xfs_info
|
|
dumpe2fs yes /usr/sbin/dumpe2fs
|
|
btrfs yes /usr/bin/btrfs
|
|
fio no - -
|
|
iperf no - -
|
|
iperf3 yes /usr/bin/iperf3 iperf 3.18 (cJSON 1.7.15)
|
|
sysbench no - -
|
|
bonnie++ no - -
|
|
iozone no - -
|
|
iostat yes /usr/bin/iostat
|
|
mpstat yes /usr/bin/mpstat
|
|
pidstat yes /usr/bin/pidstat
|
|
sar yes /usr/bin/sar
|
|
vmstat yes /usr/bin/vmstat
|
|
top yes /usr/bin/top
|
|
htop no - -
|
|
atop no - -
|
|
glances no - -
|
|
dstat no - -
|
|
nethogs no - -
|
|
iftop no - -
|
|
iotop no - -
|
|
smem no - -
|
|
pmap yes /usr/bin/pmap
|
|
slabtop yes /usr/bin/slabtop
|
|
perf yes /usr/bin/perf
|
|
strace yes /usr/bin/strace
|
|
lsof yes /usr/bin/lsof
|
|
fatrace no - -
|
|
dig yes /usr/bin/dig
|
|
host yes /usr/bin/host
|
|
nslookup yes /usr/bin/nslookup
|
|
chronyc yes /usr/bin/chronyc
|
|
ntpq no - -
|
|
timedatectl yes /usr/bin/timedatectl
|
|
nft yes /usr/sbin/nft
|
|
iptables yes /usr/sbin/iptables
|
|
iptables-save yes /usr/sbin/iptables-save
|
|
ipset yes /usr/sbin/ipset
|
|
ufw no - -
|
|
jq yes /usr/bin/jq
|
|
bc yes /usr/bin/bc
|
|
awk yes /usr/bin/awk
|
|
smartctl yes /usr/sbin/smartctl smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
|
|
nvme yes /usr/sbin/nvme nvme version 2.13 (git 2.13)
|
|
apt yes /usr/bin/apt
|
|
dpkg yes /usr/bin/dpkg
|
|
|
|
--- Debian packages relevant to perf/storage/net
|
|
$ dpkg -l 2>/dev/null | awk '/^ii/ && ($2 ~ /^(proxmox-|pve-|zfs|zfsutils|nfs|nfs-kernel-server|nfs-common|open-iscsi|ceph|tuned|irqbalance|sysstat|smartmontools|nvme-cli|ethtool|bridge-utils|ifenslave|fio|iperf3|sysbench|glances|htop|atop|lm-sensors|numactl|cpufrequtils|linux-image-|pve-kernel|qemu|libvirt|corosync|pacemaker)/) {print $2" "$3}' | head -n 80
|
|
bridge-utils 1.7.1-4+b1
|
|
ceph-common 19.2.3-pve2
|
|
ceph-fuse 19.2.3-pve2
|
|
corosync 3.1.10-pve3
|
|
ethtool 1:6.14.2-1
|
|
iperf3 3.18-2+deb13u2
|
|
nfs-common 1:2.8.3-1
|
|
numactl 2.0.19-1
|
|
nvme-cli 2.13-2
|
|
open-iscsi 2.1.11-1+deb13u2
|
|
proxmox-archive-keyring 4.0
|
|
proxmox-backup-client 4.2.3-1
|
|
proxmox-backup-file-restore 4.2.3-1
|
|
proxmox-backup-restore-image 1.0.0
|
|
proxmox-default-kernel 2.1.0
|
|
proxmox-enterprise-support-keyring 1.0
|
|
proxmox-firewall 1.2.3
|
|
proxmox-kernel-6.17 6.17.13-19
|
|
proxmox-kernel-6.17.13-19-pve-signed 6.17.13-19
|
|
proxmox-kernel-6.17.2-1-pve-signed 6.17.2-1
|
|
proxmox-kernel-7.0 7.0.14-6
|
|
proxmox-kernel-7.0.14-6-pve-signed 7.0.14-6
|
|
proxmox-kernel-helper 9.2.0
|
|
proxmox-mail-forward 1.0.3
|
|
proxmox-mini-journalreader 1.7
|
|
proxmox-offline-mirror-docs 0.7.4
|
|
proxmox-offline-mirror-helper 0.7.4
|
|
proxmox-termproxy 2.1.0
|
|
proxmox-ve 9.2.0
|
|
proxmox-websocket-tunnel 1.0.0
|
|
proxmox-widget-toolkit 5.2.6
|
|
pve-cluster 9.1.6
|
|
pve-container 6.1.12
|
|
pve-docs 9.2.3
|
|
pve-edk2-firmware 4.2025.05-2
|
|
pve-edk2-firmware-legacy 4.2025.05-2
|
|
pve-edk2-firmware-ovmf 4.2025.05-2
|
|
pve-esxi-import-tools 1.0.1
|
|
pve-firewall 6.0.5
|
|
pve-firmware 3.18-5
|
|
pve-ha-manager 5.2.4
|
|
pve-i18n 3.9.0
|
|
pve-lxc-syscalld 2.0.2
|
|
pve-manager 9.2.5
|
|
pve-nvidia-vgpu-helper 0.3.1
|
|
pve-qemu-kvm 11.0.2-2
|
|
pve-xtermjs 6.0.0-2
|
|
pve-yew-mobile-gui 0.7.0
|
|
pve-yew-mobile-i18n 3.9.0
|
|
qemu-server 9.2.1
|
|
smartmontools 7.5-pve2
|
|
sysstat 12.7.5-2
|
|
tuned 2.25.1-1
|
|
zfs-initramfs 2.4.3-pve1
|
|
zfs-zed 2.4.3-pve1
|
|
zfsutils-linux 2.4.3-pve1
|
|
|
|
--- kernel modules available (relevant to perf)
|
|
$ for m in kvm_intel kvm_amd \
|
|
ixgbe i40e i40iw ice igb igc mlx4_en mlx5_core mlx4_core bnx2x bnx2 tg3 be2net qed qede virtio_net \
|
|
nvme nvme-tcp nvme-fabrics sd_mod sr_mod \
|
|
zfs spl znvpair zcommon zunicode zavl icp zlua \
|
|
megaraid_sas mpt3sas hpsa aacraid smartpqi isci \
|
|
dm_multipath multipath \
|
|
tcp_dctcp tcp_bbr tcp_cubic tcp_htcp \
|
|
8021q bonding bridge br_netfilter \
|
|
vhost_net vhost_scsi target_core_mod \
|
|
nfsv4 nfsv3 rpcsec_gss_krb5
|
|
do
|
|
modinfo "$m" >/dev/null 2>&1 && printf 'available : %s (%s)\n' "$m" "$(modinfo -F version "$m" 2>/dev/null || echo built-in)"
|
|
done
|
|
available : kvm_intel ()
|
|
available : kvm_amd ()
|
|
available : ixgbe ()
|
|
available : i40e ()
|
|
available : i40iw ()
|
|
available : ice ()
|
|
available : igb ()
|
|
available : igc ()
|
|
available : mlx4_en (4.0-0)
|
|
available : mlx5_core ()
|
|
available : mlx4_core (4.0-0)
|
|
available : bnx2x ()
|
|
available : bnx2 ()
|
|
available : tg3 ()
|
|
available : be2net ()
|
|
available : qed ()
|
|
available : qede ()
|
|
available : virtio_net ()
|
|
available : nvme (1.0)
|
|
available : nvme-tcp ()
|
|
available : nvme-fabrics ()
|
|
available : sd_mod ()
|
|
available : sr_mod ()
|
|
available : zfs (2.4.3-pve1)
|
|
available : spl (2.4.3-pve1)
|
|
available : znvpair (2.4.3-pve1)
|
|
available : zcommon (2.4.3-pve1)
|
|
available : zunicode (2.4.3-pve1)
|
|
available : zavl (2.4.3-pve1)
|
|
available : icp (2.4.3-pve1)
|
|
available : zlua (2.4.3-pve1)
|
|
available : megaraid_sas (07.734.00.00-rc1)
|
|
available : mpt3sas (54.100.00.00)
|
|
available : hpsa (3.4.20-200)
|
|
available : aacraid (1.2.1[50983]-custom)
|
|
available : smartpqi (2.1.36-026)
|
|
available : isci (1.2.0)
|
|
available : dm_multipath ()
|
|
available : tcp_dctcp ()
|
|
available : tcp_bbr ()
|
|
available : tcp_cubic (2.3)
|
|
available : tcp_htcp ()
|
|
available : 8021q (1.8)
|
|
available : bonding ()
|
|
available : bridge (2.3)
|
|
available : br_netfilter ()
|
|
available : vhost_net (0.0.1)
|
|
available : vhost_scsi ()
|
|
available : target_core_mod ()
|
|
available : nfsv4 ()
|
|
available : nfsv3 ()
|
|
available : rpcsec_gss_krb5 ()
|
|
|
|
--- currently loaded modules (filtered)
|
|
$ lsmod | awk 'NR==1 || $1 ~ /^(kvm|virtio|vhost|ixgb|i40e|ice|igb|mlx|bnx|tg3|be2|qed|nvme|zfs|spl|z|dm_|megaraid|mpt|hpsa|aacraid|smartpqi|8021q|bonding|bridge|nfsv|tcp_|rpc|sunrpc|loop)/{print}'
|
|
Module Size Used by
|
|
tcp_diag 20480 0
|
|
rpcsec_gss_krb5 32768 0
|
|
nfsv4 1200128 2
|
|
8021q 49152 0
|
|
sunrpc 815104 23 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
|
|
bonding 253952 0
|
|
kvm_intel 507904 18
|
|
kvm 1445888 13 kvm_intel
|
|
zfs 6258688 6
|
|
spl 151552 1 zfs
|
|
vhost_net 36864 3
|
|
vhost 69632 1 vhost_net
|
|
nvme_fabrics 36864 0
|
|
vhost_iotlb 16384 1 vhost
|
|
nvme_core 229376 1 nvme_fabrics
|
|
nvme_keyring 20480 2 nvme_core,nvme_fabrics
|
|
nvme_auth 28672 1 nvme_core
|
|
tcp_bbr 24576 29
|
|
dm_thin_pool 94208 1
|
|
dm_persistent_data 118784 1 dm_thin_pool
|
|
dm_bio_prison 24576 1 dm_thin_pool
|
|
dm_bufio 57344 1 dm_persistent_data
|
|
bnx2 106496 0
|
|
|
|
###############################################################################
|
|
# 2. OS / DISTRO / UPTIME
|
|
###############################################################################
|
|
|
|
--- os-release
|
|
--- /etc/os-release ---
|
|
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
|
|
NAME="Debian GNU/Linux"
|
|
VERSION_ID="13"
|
|
VERSION="13 (trixie)"
|
|
VERSION_CODENAME=trixie
|
|
DEBIAN_VERSION_FULL=13.6
|
|
ID=debian
|
|
HOME_URL="https://www.debian.org/"
|
|
SUPPORT_URL="https://www.debian.org/support"
|
|
BUG_REPORT_URL="https://bugs.debian.org/"
|
|
|
|
--- debian version
|
|
$ cat /etc/debian_version
|
|
13.6
|
|
|
|
--- uptime
|
|
$ uptime
|
|
05:09:13 up 2 days, 11:49, 1 user, load average: 0.48, 0.34, 0.29
|
|
|
|
--- uptime raw (since boot)
|
|
$ cat /proc/uptime
|
|
215395.72 3341276.25
|
|
|
|
--- last reboot
|
|
$ last -x reboot
|
|
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running
|
|
reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56)
|
|
shutdown system down 6.17.2-1-pve Sun Jul 26 17:14 - 17:19 (00:04)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 16:12 (2+02:33)
|
|
shutdown system down 6.17.2-1-pve Sun Jul 26 16:12 - 16:17 (00:04)
|
|
reboot system boot 6.17.2-1-pve Thu Jul 23 10:58 - 10:45 (23:47)
|
|
shutdown system down 6.17.2-1-pve Fri Jul 24 10:45 - 13:39 (02:53)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:04 - 18:06 (33+15:02)
|
|
shutdown system down 6.17.2-1-pve Wed Jul 22 18:06 - 10:58 (16:51)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:00 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 12:05 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 11:28 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 09:36 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 08:39 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:59 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:55 - crash
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:48 - crash
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:27 - 04:46 (00:18)
|
|
shutdown system down 6.17.2-1-pve Sun Apr 5 04:46 - 04:48 (00:01)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:52 - 04:25 (15:32)
|
|
shutdown system down 6.17.2-1-pve Sun Apr 5 04:25 - 04:27 (00:02)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:46 - 12:50 (00:04)
|
|
shutdown system down 6.17.2-1-pve Sat Apr 4 12:50 - 12:52 (00:01)
|
|
|
|
wtmpdb begins Sat Apr 4 12:46:05 2026
|
|
|
|
--- last logins
|
|
$ last
|
|
root pts/0 100.87.49.37 Mon Jul 27 08:43 - 08:43 (00:00)
|
|
reboot system boot 7.0.14-6-pve Sun Jul 26 17:19 - still running
|
|
root pts/2 100.87.49.37 Sun Jul 26 17:12 - 17:12 (00:00)
|
|
root pts/0 100.87.49.37 Sun Jul 26 17:10 - 17:14 (00:03)
|
|
reboot system boot 6.17.2-1-pve Sun Jul 26 16:17 - 17:14 (00:56)
|
|
root pts/0 100.87.49.37 Sun Jul 26 12:22 - 12:25 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 11:51 - 11:54 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 09:30 - 09:33 (00:03)
|
|
root pts/0 100.87.49.37 Sun Jul 26 09:21 - 09:28 (00:07)
|
|
root pts/0 100.87.49.37 Sat Jul 25 11:35 - 11:37 (00:01)
|
|
root pts/0 100.87.49.37 Sat Jul 25 01:24 - 01:29 (00:04)
|
|
reboot system boot 6.17.2-1-pve Fri Jul 24 13:39 - 16:12 (2+02:33)
|
|
root pts/0 100.87.49.37 Fri Jul 24 10:45 - 10:45 (00:00)
|
|
root pts/0 100.87.49.37 Thu Jul 23 13:55 - 13:55 (00:00)
|
|
root pts/0 100.87.49.37 Thu Jul 23 13:51 - 13:52 (00:00)
|
|
reboot system boot 6.17.2-1-pve Thu Jul 23 10:58 - 10:45 (23:47)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:40 - 17:44 (00:03)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:24 - 17:25 (00:00)
|
|
root pts/0 100.87.49.37 Wed Jul 22 17:01 - 17:20 (00:19)
|
|
root pts/0 100.87.49.37 Mon Jul 20 19:02 - 19:04 (00:01)
|
|
root pts/1 100.87.49.37 Mon Jul 20 12:28 - 12:28 (00:00)
|
|
root pts/0 100.109.70.137 Mon Jul 20 12:26 - 17:16 (04:50)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:29 - 11:29 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:29 - 11:29 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 11:13 - 11:13 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 10:58 - 10:58 (00:00)
|
|
root pts/0 100.87.49.37 Mon Jul 20 10:51 - 10:52 (00:00)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:04 - 18:06 (33+15:02)
|
|
reboot system boot 6.17.2-1-pve Fri Jun 19 03:00 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 12:05 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 11:28 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 09:36 - crash
|
|
reboot system boot 6.17.2-1-pve Wed May 20 08:39 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:59 - crash
|
|
reboot system boot 6.17.2-1-pve Sun May 10 21:55 - crash
|
|
root pts/0 100.118.91.16 Mon Apr 27 13:47 - 13:47 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 27 13:44 - 13:45 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 27 12:48 - 12:56 (00:07)
|
|
root pts/0 100.118.91.16 Mon Apr 6 17:20 - 17:20 (00:00)
|
|
root pts/0 100.118.91.16 Mon Apr 6 09:43 - 09:43 (00:00)
|
|
root pts/0 100.118.91.16 Sun Apr 5 11:23 - 11:26 (00:02)
|
|
root pts/0 192.168.3.32 Sun Apr 5 10:02 - 10:04 (00:02)
|
|
root tty1 Sun Apr 5 04:50 - 09:54 (05:04)
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:48 - crash
|
|
root tty2 Sun Apr 5 04:45 - 04:46 (00:00)
|
|
root tty1 Sun Apr 5 04:30 - 04:46 (00:16)
|
|
reboot system boot 6.17.2-1-pve Sun Apr 5 04:27 - 04:46 (00:18)
|
|
root tty1 Sat Apr 4 12:57 - 04:25 (15:28)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:52 - 04:25 (15:32)
|
|
root tty1 Sat Apr 4 12:48 - 12:50 (00:02)
|
|
reboot system boot 6.17.2-1-pve Sat Apr 4 12:46 - 12:50 (00:04)
|
|
|
|
wtmpdb begins Sat Apr 4 12:46:05 2026
|
|
|
|
--- uname
|
|
$ uname -a
|
|
Linux pfv-tsys6 7.0.14-6-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.14-6 (2026-07-20T14:45Z) x86_64 GNU/Linux
|
|
|
|
--- /proc/cmdline (boot args)
|
|
$ cat /proc/cmdline
|
|
BOOT_IMAGE=/boot/vmlinuz-7.0.14-6-pve root=/dev/mapper/pve-root ro intel_iommu=off quiet
|
|
|
|
###############################################################################
|
|
# 3. HARDWARE INVENTORY
|
|
###############################################################################
|
|
|
|
--- dmidecode -t system
|
|
$ dmidecode -t system
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0100, DMI type 1, 27 bytes
|
|
System Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: PowerEdge R610
|
|
Version: Not Specified
|
|
Serial Number: 3B5DSL1
|
|
UUID: 4c4c4544-0042-3510-8044-b3c04f534c31
|
|
Wake-up Type: Power Switch
|
|
SKU Number: Not Specified
|
|
Family: Not Specified
|
|
|
|
Handle 0x0C00, DMI type 12, 5 bytes
|
|
System Configuration Options
|
|
Option 1: NVRAM_CLR: Clear user settable NVRAM areas and set defaults
|
|
Option 2: PWRD_EN: Close to enable password
|
|
|
|
Handle 0x2000, DMI type 32, 11 bytes
|
|
System Boot Information
|
|
Status: No errors detected
|
|
|
|
|
|
--- dmidecode -t baseboard
|
|
$ dmidecode -t baseboard
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0200, DMI type 2, 9 bytes
|
|
Base Board Information
|
|
Manufacturer: Dell Inc.
|
|
Product Name: 0XDN97
|
|
Version: A09
|
|
Serial Number: ..CN7016304R017M.
|
|
Asset Tag: Not Specified
|
|
|
|
Handle 0x0A00, DMI type 10, 14 bytes
|
|
On Board Device 1 Information
|
|
Type: Video
|
|
Status: Enabled
|
|
Description: Embedded Matrox G200 Video
|
|
On Board Device 2 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 1
|
|
On Board Device 3 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 2
|
|
On Board Device 4 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 3
|
|
On Board Device 5 Information
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Description: Embedded Broadcom 5709C NIC 4
|
|
|
|
Handle 0x2900, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 1
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 1
|
|
Bus Address: 0000:01:00.0
|
|
|
|
Handle 0x2901, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 2
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 2
|
|
Bus Address: 0000:01:00.1
|
|
|
|
Handle 0x2902, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 3
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 3
|
|
Bus Address: 0000:02:00.0
|
|
|
|
Handle 0x2903, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded NIC 4
|
|
Type: Ethernet
|
|
Status: Enabled
|
|
Type Instance: 4
|
|
Bus Address: 0000:02:00.1
|
|
|
|
Handle 0x2904, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation:
|
|
Type: SAS Controller
|
|
Status: Disabled
|
|
Type Instance: 4
|
|
|
|
Handle 0x2906, DMI type 41, 11 bytes
|
|
Onboard Device
|
|
Reference Designation: Embedded Video
|
|
Type: Video
|
|
Status: Enabled
|
|
Type Instance: 4
|
|
Bus Address: 0000:06:03.0
|
|
|
|
|
|
--- dmidecode -t bios
|
|
$ dmidecode -t bios
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0000, DMI type 0, 24 bytes
|
|
BIOS Information
|
|
Vendor: Dell Inc.
|
|
Version: 2.0.13
|
|
Release Date: 04/06/2010
|
|
Address: 0xF0000
|
|
Runtime Size: 64 kB
|
|
ROM Size: 4 MB
|
|
Characteristics:
|
|
ISA is supported
|
|
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
|
|
Japanese floppy for Toshiba 1.2 MB is supported (int 13h)
|
|
5.25"/360 kB floppy services are supported (int 13h)
|
|
5.25"/1.2 MB floppy services are supported (int 13h)
|
|
3.5"/720 kB floppy services are supported (int 13h)
|
|
8042 keyboard services are supported (int 9h)
|
|
Serial services are supported (int 14h)
|
|
CGA/mono video services are supported (int 10h)
|
|
ACPI is supported
|
|
USB legacy is supported
|
|
BIOS boot specification is supported
|
|
Function key-initiated network boot is supported
|
|
Targeted content distribution is supported
|
|
BIOS Revision: 2.0
|
|
|
|
Handle 0x0D00, 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.6 present.
|
|
|
|
Handle 0x0300, DMI type 3, 21 bytes
|
|
Chassis Information
|
|
Manufacturer: Dell Inc.
|
|
Type: Rack Mount Chassis
|
|
Lock: Present
|
|
Version: Not Specified
|
|
Serial Number: 3B5DSL1
|
|
Asset Tag:
|
|
Boot-up State: Safe
|
|
Power Supply State: Safe
|
|
Thermal State: Safe
|
|
Security Status: Unknown
|
|
OEM Information: 0x00000000
|
|
Height: 1 U
|
|
Number Of Power Cords: Unspecified
|
|
Contained Elements: 0
|
|
|
|
|
|
--- dmidecode -t processor
|
|
$ dmidecode -t processor
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0400, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU1
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: A5 06 01 00 FF FB EB BF
|
|
Signature: Type 0, Family 6, Model 26, Stepping 5
|
|
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 E5530 @ 2.40GHz
|
|
Voltage: 1.2 V
|
|
External Clock: 5860 MHz
|
|
Max Speed: 3600 MHz
|
|
Current Speed: 2400 MHz
|
|
Status: Populated, Enabled
|
|
Upgrade: Socket LGA1366
|
|
L1 Cache Handle: 0x0700
|
|
L2 Cache Handle: 0x0701
|
|
L3 Cache Handle: 0x0702
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
Core Count: 4
|
|
Core Enabled: 4
|
|
Thread Count: 8
|
|
Characteristics:
|
|
64-bit capable
|
|
|
|
Handle 0x0401, DMI type 4, 40 bytes
|
|
Processor Information
|
|
Socket Designation: CPU2
|
|
Type: Central Processor
|
|
Family: Xeon
|
|
Manufacturer: Intel
|
|
ID: A5 06 01 00 FF FB EB BF
|
|
Signature: Type 0, Family 6, Model 26, Stepping 5
|
|
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 E5530 @ 2.40GHz
|
|
Voltage: 1.2 V
|
|
External Clock: 5860 MHz
|
|
Max Speed: 3600 MHz
|
|
Current Speed: 2400 MHz
|
|
Status: Populated, Idle
|
|
Upgrade: Socket LGA1366
|
|
L1 Cache Handle: 0x0703
|
|
L2 Cache Handle: 0x0704
|
|
L3 Cache Handle: 0x0705
|
|
Serial Number: Not Specified
|
|
Asset Tag: Not Specified
|
|
Part Number: Not Specified
|
|
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.6 present.
|
|
|
|
Handle 0x1000, DMI type 16, 15 bytes
|
|
Physical Memory Array
|
|
Location: System Board Or Motherboard
|
|
Use: System Memory
|
|
Error Correction Type: Multi-bit ECC
|
|
Maximum Capacity: 192 GB
|
|
Error Information Handle: Not Provided
|
|
Number Of Devices: 12
|
|
|
|
Handle 0x1100, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 1
|
|
Locator: DIMM_A1
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352705DF
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1101, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 1
|
|
Locator: DIMM_A2
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352703F3
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1102, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 2
|
|
Locator: DIMM_A3
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C3634
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1103, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 2
|
|
Locator: DIMM_A4
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352708D9
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1104, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 3
|
|
Locator: DIMM_A5
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 352708D7
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1105, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 3
|
|
Locator: DIMM_A6
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 351F0E9A
|
|
Asset Tag: 02124963
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x1109, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 5
|
|
Locator: DIMM_B1
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110A, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B2
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110B, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B3
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C3192
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
Handle 0x110C, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 4
|
|
Locator: DIMM_B4
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110D, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: No Module Installed
|
|
Form Factor: DIMM
|
|
Set: 5
|
|
Locator: DIMM_B5
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous
|
|
|
|
Handle 0x110E, DMI type 17, 28 bytes
|
|
Memory Device
|
|
Array Handle: 0x1000
|
|
Error Information Handle: Not Provided
|
|
Total Width: 72 bits
|
|
Data Width: 64 bits
|
|
Size: 16 GB
|
|
Form Factor: DIMM
|
|
Set: 6
|
|
Locator: DIMM_B6
|
|
Bank Locator: Not Specified
|
|
Type: DDR3
|
|
Type Detail: Synchronous Registered (Buffered)
|
|
Speed: 1333 MT/s
|
|
Manufacturer: 00CE00B380CE
|
|
Serial Number: 353C32B8
|
|
Asset Tag: 02125163
|
|
Part Number: M393B2G70BH0-YH9
|
|
Rank: 2
|
|
|
|
|
|
--- dmidecode -t cache
|
|
$ dmidecode -t cache
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0700, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 128 kB
|
|
Maximum Size: 128 kB
|
|
Supported SRAM Types:
|
|
Unknown
|
|
Installed SRAM Type: Unknown
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Data
|
|
Associativity: 8-way Set-associative
|
|
|
|
Handle 0x0701, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 2 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 0x0702, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
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
|
|
|
|
Handle 0x0703, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 1
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 128 kB
|
|
Maximum Size: 128 kB
|
|
Supported SRAM Types:
|
|
Unknown
|
|
Installed SRAM Type: Unknown
|
|
Speed: Unknown
|
|
Error Correction Type: Single-bit ECC
|
|
System Type: Data
|
|
Associativity: 8-way Set-associative
|
|
|
|
Handle 0x0704, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
Configuration: Enabled, Not Socketed, Level 2
|
|
Operational Mode: Write Back
|
|
Location: Internal
|
|
Installed Size: 1 MB
|
|
Maximum Size: 2 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 0x0705, DMI type 7, 19 bytes
|
|
Cache Information
|
|
Socket Designation: Not Specified
|
|
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.6 present.
|
|
|
|
Handle 0x0800, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-15 female
|
|
Port Type: Video Port
|
|
|
|
Handle 0x0801, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-15 female
|
|
Port Type: Video Port
|
|
|
|
Handle 0x0802, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0803, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0808, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x0809, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: Access Bus (USB)
|
|
Port Type: USB
|
|
|
|
Handle 0x080A, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: INT_USB
|
|
Internal Connector Type: Access Bus (USB)
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: None
|
|
Port Type: USB
|
|
|
|
Handle 0x080B, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: INT_SD
|
|
Internal Connector Type: Other
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: None
|
|
Port Type: USB
|
|
|
|
Handle 0x080E, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x080F, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0810, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0811, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: RJ-45
|
|
Port Type: Network Port
|
|
|
|
Handle 0x0812, DMI type 8, 9 bytes
|
|
Port Connector Information
|
|
Internal Reference Designator: Not Specified
|
|
Internal Connector Type: None
|
|
External Reference Designator: Not Specified
|
|
External Connector Type: DB-9 male
|
|
Port Type: Serial Port 16550A Compatible
|
|
|
|
|
|
--- dmidecode -t slot
|
|
$ dmidecode -t slot
|
|
# dmidecode 3.6
|
|
Getting SMBIOS data from sysfs.
|
|
SMBIOS 2.6 present.
|
|
|
|
Handle 0x0900, DMI type 9, 17 bytes
|
|
System Slot Information
|
|
Designation: PCI1
|
|
Type: PCI Express 2
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: In Use
|
|
Length: Long
|
|
ID: 1
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
Bus Address: 0000:04:00.0
|
|
|
|
Handle 0x0901, DMI type 9, 17 bytes
|
|
System Slot Information
|
|
Designation: PCI2
|
|
Type: PCI Express 2
|
|
Data Bus Width: 8x or x8
|
|
Current Usage: Available
|
|
Length: Long
|
|
ID: 2
|
|
Characteristics:
|
|
3.3 V is provided
|
|
PME signal is supported
|
|
|
|
|
|
--- lscpu
|
|
$ lscpu
|
|
Architecture: x86_64
|
|
CPU op-mode(s): 32-bit, 64-bit
|
|
Address sizes: 40 bits physical, 48 bits virtual
|
|
Byte Order: Little Endian
|
|
CPU(s): 16
|
|
On-line CPU(s) list: 0-15
|
|
Vendor ID: GenuineIntel
|
|
Model name: Intel(R) Xeon(R) CPU E5530 @ 2.40GHz
|
|
CPU family: 6
|
|
Model: 26
|
|
Thread(s) per core: 2
|
|
Core(s) per socket: 4
|
|
Socket(s): 2
|
|
Stepping: 5
|
|
Frequency boost: enabled
|
|
CPU(s) scaling MHz: 92%
|
|
CPU max MHz: 2395.0000
|
|
CPU min MHz: 1596.0000
|
|
BogoMIPS: 4787.75
|
|
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 ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid dtherm ida vnmi flush_l1d
|
|
Virtualization: VT-x
|
|
L1d cache: 256 KiB (8 instances)
|
|
L1i cache: 256 KiB (8 instances)
|
|
L2 cache: 2 MiB (8 instances)
|
|
L3 cache: 16 MiB (2 instances)
|
|
NUMA node(s): 2
|
|
NUMA node0 CPU(s): 0,2,4,6,8,10,12,14
|
|
NUMA node1 CPU(s): 1,3,5,7,9,11,13,15
|
|
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: Vulnerable: Clear CPU buffers attempted, no microcode; 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: Not affected
|
|
Vulnerability Tsa: Not affected
|
|
Vulnerability Tsx async abort: Not affected
|
|
Vulnerability Vmscape: Not affected
|
|
|
|
--- lscpu cache
|
|
$ lscpu -C
|
|
NAME ONE-SIZE ALL-SIZE WAYS TYPE LEVEL SETS PHY-LINE COHERENCY-SIZE
|
|
L1d 32K 256K 8 Data 1 64 1 64
|
|
L1i 32K 256K 4 Instruction 1 128 1 64
|
|
L2 256K 2M 8 Unified 2 512 1 64
|
|
L3 8M 16M 16 Unified 3 8192 1 64
|
|
|
|
--- numactl --hardware
|
|
$ numactl --hardware
|
|
available: 2 nodes (0-1)
|
|
node 0 cpus: 0 2 4 6 8 10 12 14
|
|
node 0 size: 96763 MB
|
|
node 0 free: 92544 MB
|
|
node 1 cpus: 1 3 5 7 9 11 13 15
|
|
node 1 size: 32133 MB
|
|
node 1 free: 26557 MB
|
|
node distances:
|
|
node 0 1
|
|
0: 10 20
|
|
1: 20 10
|
|
|
|
--- numactl --show
|
|
$ numactl --show
|
|
policy: default
|
|
preferred node: current
|
|
physcpubind: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
|
cpubind: 0 1
|
|
nodebind: 0 1
|
|
membind: 0 1
|
|
preferred:
|
|
|
|
--- lspci -nnvv (verbose)
|
|
$ lspci -nnvv
|
|
00:00.0 Host bridge [0600]: Intel Corporation 5500 I/O Hub to ESI Port [8086:3403] (rev 13)
|
|
Subsystem: Dell PowerEdge R610 I/O Hub to ESI Port [1028:0236]
|
|
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-
|
|
Interrupt: pin A routed to IRQ 15
|
|
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
|
|
Address: 00000000 Data: 0000
|
|
Masking: 00000000 Pending: 00000000
|
|
Capabilities: [90] 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 #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk-
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
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 BCD, 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: 17s to 64s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
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: [e0] 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: [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
|
|
RootCmd: CERptEn- NFERptEn- FERptEn-
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
|
|
00:01.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 [8086:3408] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 25
|
|
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: d2000000-d5ffffff [size=64M] [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] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee00000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
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 BCD, 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: 1s to 3.5s, 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: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [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
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:03.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 [8086:340a] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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
|
|
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: d6000000-d9ffffff [size=64M] [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] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee02000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot-), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #3, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
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 BCD, 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: 1s to 3.5s, 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: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [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
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:07.0 PCI bridge [0604]: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 [8086:340e] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 27
|
|
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: da000000-ddffffff [size=64M] [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] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee14000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 bytes, PhantFunc 0
|
|
ExtTag+ RBE+ TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop-
|
|
MaxPayload 256 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
LnkCap: Port #7, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt+ AutBWInt+
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
|
|
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
|
|
Slot #1, PowerLimit 25W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, 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 BCD, 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: 1s to 3.5s, 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: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [e0] 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: [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
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:09.0 PCI bridge [0604]: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 [8086:3410] (rev 13) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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
|
|
Bus: primary=00, secondary=05, subordinate=05, 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] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
|
|
Address: fee04000 Data: 0020
|
|
Masking: 00000002 Pending: 00000000
|
|
Capabilities: [90] Express (v2) Root Port (Slot+), IntMsgNum 0
|
|
DevCap: MaxPayload 256 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 #9, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
|
|
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; 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 #2, PowerLimit 25W; Interlock- NoCompl-
|
|
SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
|
|
Control: AttnInd Off, PwrInd Off, 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 BCD, 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: 1s to 3.5s, TimeoutDis- ARIFwd-
|
|
AtomicOpsCtl: ReqEn- EgressBlck-
|
|
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: [e0] 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: [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
|
|
RootCmd: CERptEn+ NFERptEn+ FERptEn+
|
|
RootSta: CERcvd- MultCERcvd- UERcvd- MultUERcvd-
|
|
FirstFatal- NonFatalMsg- FatalMsg- IntMsgNum 0
|
|
ErrorSrc: ERR_COR: 0000 ERR_FATAL/NONFATAL: 0000
|
|
Capabilities: [150 v1] Access Control Services
|
|
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
|
|
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:14.0 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers [8086:342e] (rev 13) (prog-if 00 [8259])
|
|
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-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
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-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
Kernel driver in use: i7core_edac
|
|
Kernel modules: i7core_edac
|
|
|
|
00:14.1 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers [8086:3422] (rev 13) (prog-if 00 [8259])
|
|
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-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
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-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:14.2 PIC [0800]: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers [8086:3423] (rev 13) (prog-if 00 [8259])
|
|
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-
|
|
Capabilities: [40] Express (v2) 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-
|
|
MaxPayload 128 bytes, MaxReadReq 128 bytes
|
|
DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
|
|
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-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
|
|
00:1a.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 17
|
|
Region 4: I/O ports at ec40 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 18
|
|
Region 4: I/O ports at ec60 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1a.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 02) (prog-if 20 [EHCI])
|
|
Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
|
|
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 C routed to IRQ 19
|
|
Region 0: Memory at df0ff800 (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 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 02) (prog-if 00 [Normal decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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 29
|
|
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
|
|
I/O behind bridge: f000-ffff [size=4K] [16-bit]
|
|
Memory behind bridge: df100000-df2fffff [size=2M] [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 (v1) 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 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <256ns, L1 <4us
|
|
ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable+ CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
RootCap: CRSVisible-
|
|
RootCtl: ErrCorrectable- ErrNon-Fatal+ ErrFatal+ PMEIntEna+ CRSVisible-
|
|
RootSta: PME ReqID 0000, PMEStatus- PMEPending-
|
|
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
|
|
Address: fee16000 Data: 0020
|
|
Capabilities: [90] Subsystem: Dell Device [1028:0236]
|
|
Capabilities: [a0] 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: [100 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed+ WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Capabilities: [180 v1] Root Complex Link
|
|
Desc: PortNumber=01 ComponentID=02 EltType=Config
|
|
Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
|
|
Addr: 00000000feda8000
|
|
Kernel driver in use: pcieport
|
|
Kernel modules: shpchp
|
|
|
|
00:1d.0 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 21
|
|
Region 4: I/O ports at ec80 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.1 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 02) (prog-if 00 [UHCI])
|
|
Subsystem: Dell PowerEdge R610 USB UHCI Controller [1028:0236]
|
|
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 20
|
|
Region 4: I/O ports at eca0 [size=32]
|
|
Capabilities: [50] PCI Advanced Features
|
|
AFCap: TP+ FLR+
|
|
AFCtrl: FLR-
|
|
AFStatus: TP-
|
|
Kernel driver in use: uhci_hcd
|
|
Kernel modules: uhci_hcd
|
|
|
|
00:1d.7 USB controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 02) (prog-if 20 [EHCI])
|
|
Subsystem: Dell PowerEdge R610 USB EHCI Controller [1028:0236]
|
|
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 21
|
|
Region 0: Memory at df0ffc00 (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:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 92) (prog-if 01 [Subtractive decode])
|
|
Subsystem: Dell Device [1028:0236]
|
|
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
|
|
Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
|
|
I/O behind bridge: [disabled] [16-bit]
|
|
Memory behind bridge: de000000-deffffff [size=16M] [32-bit]
|
|
Prefetchable memory behind bridge: d1800000-d1ffffff [size=8M] [32-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: [50] Subsystem: Dell Device [1028:0236]
|
|
|
|
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IB (ICH9) LPC Interface Controller [8086:2918] (rev 02)
|
|
Subsystem: Dell PowerEdge R610 82801IB (ICH9) LPC Interface Controller [1028:0236]
|
|
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
|
|
Capabilities: [e0] Vendor Specific Information: Len=0c <?>
|
|
Kernel driver in use: lpc_ich
|
|
Kernel modules: lpc_ich
|
|
|
|
01:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 1
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 30
|
|
Region 0: Memory at d2000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
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] Device Serial Number 00-21-9b-ff-fe-a2-7c-53
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
01:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 2
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 31
|
|
Region 0: Memory at d4000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-55
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
02:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 3
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 32
|
|
Region 0: Memory at d6000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
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] Device Serial Number 00-21-9b-ff-fe-a2-7c-57
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
02:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
DeviceName: Embedded NIC 4
|
|
Subsystem: Dell PowerEdge R610 BCM5709 Gigabit Ethernet [1028:0236]
|
|
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 33
|
|
Region 0: Memory at d8000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Product Name: Broadcom NetXtreme II Ethernet Controller
|
|
Read-only fields:
|
|
[PN] Part number: BCM95709C0
|
|
[EC] Engineering changes: 220197-2
|
|
[SN] Serial number: 0123456789
|
|
[MN] Manufacture ID: 1028
|
|
[V0] Vendor specific: 5.0.13
|
|
[RV] Reserved: checksum good, 22 byte(s) reserved
|
|
End
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-21-9b-ff-fe-a2-7c-59
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
04:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
Subsystem: Broadcom Inc. and subsidiaries Device [14e4:1917]
|
|
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 34
|
|
Region 0: Memory at da000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Not readable
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable- Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
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] Device Serial Number 00-10-18-ff-fe-72-16-40
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
04:00.1 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet [14e4:1639] (rev 20)
|
|
Subsystem: Broadcom Inc. and subsidiaries Device [14e4:1917]
|
|
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 35
|
|
Region 0: Memory at dc000000 (64-bit, non-prefetchable) [size=32M]
|
|
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=1 PME-
|
|
Capabilities: [50] Vital Product Data
|
|
Not readable
|
|
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
|
|
Address: 0000000000000000 Data: 0000
|
|
Capabilities: [a0] MSI-X: Enable- Count=9 Masked-
|
|
Vector table: BAR=0 offset=0000c000
|
|
PBA: BAR=0 offset=0000e000
|
|
Capabilities: [ac] Express (v2) Endpoint, IntMsgNum 0
|
|
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
|
|
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 25W TEE-IO-
|
|
DevCtl: CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
|
|
RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
|
|
MaxPayload 256 bytes, MaxReadReq 512 bytes
|
|
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr+ TransPend-
|
|
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
|
|
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
|
|
LnkCtl: ASPM Disabled; RCB 64 bytes, LnkDisable- CommClk+
|
|
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
|
|
LnkSta: Speed 2.5GT/s, Width x4
|
|
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
|
|
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR-
|
|
10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
|
|
EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
|
|
FRS- TPHComp- ExtTPHComp-
|
|
AtomicOpsCap: 32bit- 64bit- 128bitCAS-
|
|
DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-
|
|
AtomicOpsCtl: ReqEn-
|
|
IDOReq- IDOCompl- LTR- EmergencyPowerReductionReq-
|
|
10BitTagReq- OBFF Disabled, EETLPPrefixBlk-
|
|
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
|
|
EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
|
|
Retimer- 2Retimers- CrosslinkRes: unsupported
|
|
Capabilities: [100 v1] Device Serial Number 00-10-18-ff-fe-72-16-42
|
|
Capabilities: [110 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
|
|
Capabilities: [150 v1] Power Budgeting <?>
|
|
Capabilities: [160 v1] Virtual Channel
|
|
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
|
|
Arb: Fixed- WRR32- WRR64- WRR128-
|
|
Ctrl: ArbSelect=Fixed
|
|
Status: InProgress-
|
|
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
|
|
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
|
|
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
|
|
Status: NegoPending- InProgress-
|
|
Kernel driver in use: bnx2
|
|
Kernel modules: bnx2
|
|
|
|
06:03.0 VGA compatible controller [0300]: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 [102b:0532] (rev 0a) (prog-if 00 [VGA controller])
|
|
DeviceName: Embedded Video
|
|
Subsystem: Dell PowerEdge R610 MGA G200eW WPCM450 [1028:0236]
|
|
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: 32 (4000ns min, 8000ns max), Cache Line Size: 64 bytes
|
|
Interrupt: pin A routed to IRQ 19
|
|
Region 0: Memory at d1800000 (32-bit, prefetchable) [size=8M]
|
|
Region 1: Memory at de7fc000 (32-bit, non-prefetchable) [size=16K]
|
|
Region 2: Memory at de800000 (32-bit, non-prefetchable) [size=8M]
|
|
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
|
|
Capabilities: [dc] Power Management version 1
|
|
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: mgag200
|
|
Kernel modules: matroxfb_base, mgag200
|
|
|
|
fe:00.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers [8086:2c40] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:00.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder [8086:2c01] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 0 [8086:2c10] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 [8086:2c11] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 1 [8086:2c14] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:02.5 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 [8086:2c15] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller [8086:2c18] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder [8086:2c19] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers [8086:2c1a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:03.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers [8086:2c1c] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers [8086:2c20] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers [8086:2c21] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers [8086:2c22] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:04.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2c23] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers [8086:2c28] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers [8086:2c29] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers [8086:2c2a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:05.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2c2b] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers [8086:2c30] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers [8086:2c31] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers [8086:2c32] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
fe:06.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers [8086:2c33] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:00.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers [8086:2c40] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:00.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder [8086:2c01] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 0 [8086:2c10] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 [8086:2c11] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Link 1 [8086:2c14] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:02.5 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 [8086:2c15] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller [8086:2c18] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder [8086:2c19] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers [8086:2c1a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:03.4 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers [8086:2c1c] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers [8086:2c20] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers [8086:2c21] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers [8086:2c22] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:04.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers [8086:2c23] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers [8086:2c28] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers [8086:2c29] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers [8086:2c2a] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:05.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers [8086:2c2b] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.0 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers [8086:2c30] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.1 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers [8086:2c31] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.2 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers [8086:2c32] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
ff:06.3 Host bridge [0600]: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers [8086:2c33] (rev 05)
|
|
Subsystem: Intel Corporation Device [8086:8086]
|
|
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
|
|
|
|
|
|
--- lspci -tv (tree)
|
|
$ lspci -tv
|
|
-+-[0000:00]-+-00.0 Intel Corporation 5500 I/O Hub to ESI Port
|
|
| +-01.0-[01]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-03.0-[02]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-07.0-[04]--+-00.0 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| | \-00.1 Broadcom Inc. and subsidiaries NetXtreme II BCM5709 Gigabit Ethernet
|
|
| +-09.0-[05]--
|
|
| +-14.0 Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers
|
|
| +-14.1 Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers
|
|
| +-14.2 Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers
|
|
| +-1a.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4
|
|
| +-1a.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5
|
|
| +-1a.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2
|
|
| +-1c.0-[03]--
|
|
| +-1d.0 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1
|
|
| +-1d.1 Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2
|
|
| +-1d.7 Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1
|
|
| +-1e.0-[06]----03.0 Matrox Electronics Systems Ltd. MGA G200eW WPCM450
|
|
| \-1f.0 Intel Corporation 82801IB (ICH9) LPC Interface Controller
|
|
+-[0000:fe]-+-00.0 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
|
|
| +-00.1 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder
|
|
| +-02.0 Intel Corporation Xeon 5500/Core i7 QPI Link 0
|
|
| +-02.1 Intel Corporation Xeon 5500/Core i7 QPI Physical 0
|
|
| +-02.4 Intel Corporation Xeon 5500/Core i7 QPI Link 1
|
|
| +-02.5 Intel Corporation Xeon 5500/Core i7 QPI Physical 1
|
|
| +-03.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller
|
|
| +-03.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder
|
|
| +-03.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers
|
|
| +-03.4 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers
|
|
| +-04.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers
|
|
| +-04.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers
|
|
| +-04.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers
|
|
| +-04.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers
|
|
| +-05.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers
|
|
| +-05.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers
|
|
| +-05.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers
|
|
| +-05.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers
|
|
| +-06.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers
|
|
| +-06.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers
|
|
| +-06.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers
|
|
| \-06.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers
|
|
\-[0000:ff]-+-00.0 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers
|
|
+-00.1 Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder
|
|
+-02.0 Intel Corporation Xeon 5500/Core i7 QPI Link 0
|
|
+-02.1 Intel Corporation Xeon 5500/Core i7 QPI Physical 0
|
|
+-02.4 Intel Corporation Xeon 5500/Core i7 QPI Link 1
|
|
+-02.5 Intel Corporation Xeon 5500/Core i7 QPI Physical 1
|
|
+-03.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller
|
|
+-03.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder
|
|
+-03.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers
|
|
+-03.4 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers
|
|
+-04.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers
|
|
+-04.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers
|
|
+-04.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers
|
|
+-04.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers
|
|
+-05.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers
|
|
+-05.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers
|
|
+-05.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers
|
|
+-05.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers
|
|
+-06.0 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers
|
|
+-06.1 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers
|
|
+-06.2 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers
|
|
\-06.3 Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers
|
|
|
|
--- lspci numa nodes
|
|
$ cat /sys/bus/pci/devices/0000:00:00.0/numa_node /sys/bus/pci/devices/0000:00:01.0/numa_node /sys/bus/pci/devices/0000:00:03.0/numa_node /sys/bus/pci/devices/0000:00:07.0/numa_node /sys/bus/pci/devices/0000:00:09.0/numa_node /sys/bus/pci/devices/0000:00:14.0/numa_node /sys/bus/pci/devices/0000:00:14.1/numa_node /sys/bus/pci/devices/0000:00:14.2/numa_node /sys/bus/pci/devices/0000:00:1a.0/numa_node /sys/bus/pci/devices/0000:00:1a.1/numa_node /sys/bus/pci/devices/0000:00:1a.7/numa_node /sys/bus/pci/devices/0000:00:1c.0/numa_node /sys/bus/pci/devices/0000:00:1d.0/numa_node /sys/bus/pci/devices/0000:00:1d.1/numa_node /sys/bus/pci/devices/0000:00:1d.7/numa_node /sys/bus/pci/devices/0000:00:1e.0/numa_node /sys/bus/pci/devices/0000:00:1f.0/numa_node /sys/bus/pci/devices/0000:01:00.0/numa_node /sys/bus/pci/devices/0000:01:00.1/numa_node /sys/bus/pci/devices/0000:02:00.0/numa_node /sys/bus/pci/devices/0000:02:00.1/numa_node /sys/bus/pci/devices/0000:04:00.0/numa_node /sys/bus/pci/devices/0000:04:00.1/numa_node /sys/bus/pci/devices/0000:06:03.0/numa_node /sys/bus/pci/devices/0000:fe:00.0/numa_node /sys/bus/pci/devices/0000:fe:00.1/numa_node /sys/bus/pci/devices/0000:fe:02.0/numa_node /sys/bus/pci/devices/0000:fe:02.1/numa_node /sys/bus/pci/devices/0000:fe:02.4/numa_node /sys/bus/pci/devices/0000:fe:02.5/numa_node /sys/bus/pci/devices/0000:fe:03.0/numa_node /sys/bus/pci/devices/0000:fe:03.1/numa_node /sys/bus/pci/devices/0000:fe:03.2/numa_node /sys/bus/pci/devices/0000:fe:03.4/numa_node /sys/bus/pci/devices/0000:fe:04.0/numa_node /sys/bus/pci/devices/0000:fe:04.1/numa_node /sys/bus/pci/devices/0000:fe:04.2/numa_node /sys/bus/pci/devices/0000:fe:04.3/numa_node /sys/bus/pci/devices/0000:fe:05.0/numa_node /sys/bus/pci/devices/0000:fe:05.1/numa_node /sys/bus/pci/devices/0000:fe:05.2/numa_node /sys/bus/pci/devices/0000:fe:05.3/numa_node /sys/bus/pci/devices/0000:fe:06.0/numa_node /sys/bus/pci/devices/0000:fe:06.1/numa_node /sys/bus/pci/devices/0000:fe:06.2/numa_node /sys/bus/pci/devices/0000:fe:06.3/numa_node /sys/bus/pci/devices/0000:ff:00.0/numa_node /sys/bus/pci/devices/0000:ff:00.1/numa_node /sys/bus/pci/devices/0000:ff:02.0/numa_node /sys/bus/pci/devices/0000:ff:02.1/numa_node /sys/bus/pci/devices/0000:ff:02.4/numa_node /sys/bus/pci/devices/0000:ff:02.5/numa_node /sys/bus/pci/devices/0000:ff:03.0/numa_node /sys/bus/pci/devices/0000:ff:03.1/numa_node /sys/bus/pci/devices/0000:ff:03.2/numa_node /sys/bus/pci/devices/0000:ff:03.4/numa_node /sys/bus/pci/devices/0000:ff:04.0/numa_node /sys/bus/pci/devices/0000:ff:04.1/numa_node /sys/bus/pci/devices/0000:ff:04.2/numa_node /sys/bus/pci/devices/0000:ff:04.3/numa_node /sys/bus/pci/devices/0000:ff:05.0/numa_node /sys/bus/pci/devices/0000:ff:05.1/numa_node /sys/bus/pci/devices/0000:ff:05.2/numa_node /sys/bus/pci/devices/0000:ff:05.3/numa_node /sys/bus/pci/devices/0000:ff:06.0/numa_node /sys/bus/pci/devices/0000:ff:06.1/numa_node /sys/bus/pci/devices/0000:ff:06.2/numa_node /sys/bus/pci/devices/0000:ff:06.3/numa_node
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-1
|
|
-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 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
|
|
Bus 001 Device 003: ID 1058:260d Western Digital Technologies, Inc. My Passport 260D
|
|
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
|
|
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
Bus 005 Device 002: ID 10d5:5a08 Uni Class Technology Co., Ltd Dual Bay Docking Station
|
|
Bus 005 Device 003: ID 0624:0248 Avocent Corp. Virtual Hub
|
|
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
|
|
|
--- lshw -short
|
|
$ lshw -short
|
|
/root/check.sh: line 45: lshw: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- PCIe AER errors
|
|
[missing: /sys/bus/pci/devices/0000:00: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"
|
|
0000:01:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:01:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:01:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:01:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:01:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:01:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:02:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:02:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:02:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:02:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:02:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:02:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:04:00.0 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:04:00.0 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:04:00.0 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
0000:04:00.1 aer_dev_correctable = RxErr 0
|
|
BadTLP 0
|
|
BadDLLP 0
|
|
Rollover 0
|
|
Timeout 0
|
|
NonFatalErr 0
|
|
CorrIntErr 0
|
|
HeaderOF 0
|
|
TOTAL_ERR_COR 0
|
|
0000:04:00.1 aer_dev_fatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_FATAL 0
|
|
0000:04:00.1 aer_dev_nonfatal = Undefined 0
|
|
DLP 0
|
|
SDES 0
|
|
TLP 0
|
|
FCP 0
|
|
CmpltTO 0
|
|
CmpltAbrt 0
|
|
UnxCmplt 0
|
|
RxOF 0
|
|
MalfTLP 0
|
|
ECRC 0
|
|
UnsupReq 0
|
|
ACSViol 0
|
|
UncorrIntErr 0
|
|
BlockedTLP 0
|
|
AtomicOpBlocked 0
|
|
TLPBlockedErr 0
|
|
PoisonTLPBlocked 0
|
|
DMWrReqBlocked 0
|
|
IDECheck 0
|
|
MisIDETLP 0
|
|
PCRC_CHECK 0
|
|
TLPXlatBlocked 0
|
|
TOTAL_ERR_NONFATAL 0
|
|
[exit=1]
|
|
|
|
###############################################################################
|
|
# 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
|
|
16 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
|
|
bios_limit = 2395000
|
|
boost = 1
|
|
cpuinfo_avg_freq = 2359038
|
|
cpuinfo_cur_freq = 2395000
|
|
cpuinfo_max_freq = 2395000
|
|
cpuinfo_min_freq = 1596000
|
|
cpuinfo_transition_latency = 10000
|
|
freqdomain_cpus = 0 2 4 6 8 10 12 14
|
|
related_cpus = 0
|
|
scaling_available_frequencies = 2395000 2394000 2261000 2128000 1995000 1862000 1729000 1596000
|
|
scaling_available_governors = conservative ondemand userspace powersave performance schedutil
|
|
scaling_boost_frequencies =
|
|
scaling_cur_freq = 1766059
|
|
scaling_driver = acpi-cpufreq
|
|
scaling_governor = performance
|
|
scaling_max_freq = 2395000
|
|
scaling_min_freq = 1596000
|
|
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:
|
|
intel_pstate no_turbo:
|
|
intel_pstate turbo_pct:
|
|
intel_pstate max_perf_pct:
|
|
intel_pstate min_perf_pct:
|
|
EPB (energy_perf_bias) per cpu:
|
|
EPP (energy_performance_preference) per cpu:
|
|
available EPP:
|
|
[exit=1]
|
|
|
|
--- cpupower frequency-info
|
|
$ cpupower frequency-info
|
|
analyzing CPU 2:
|
|
driver: acpi-cpufreq
|
|
CPUs which run at the same hardware frequency: 2
|
|
CPUs which need to have their frequency coordinated by software: 2
|
|
maximum transition latency: 10.0 us
|
|
hardware limits: 1.60 GHz - 2.40 GHz
|
|
available frequency steps: 2.40 GHz, 2.39 GHz, 2.26 GHz, 2.13 GHz, 2.00 GHz, 1.86 GHz, 1.73 GHz, 1.60 GHz
|
|
available cpufreq governors: conservative ondemand userspace powersave performance schedutil
|
|
current policy: frequency should be within 1.60 GHz and 2.40 GHz.
|
|
The governor "performance" may decide which speed to use
|
|
within this range.
|
|
current CPU frequency: 2.40 GHz (asserted by call to hardware)
|
|
boost state support:
|
|
Supported: yes
|
|
Active: yes
|
|
2533 MHz max turbo 4 active cores
|
|
2533 MHz max turbo 3 active cores
|
|
2667 MHz max turbo 2 active cores
|
|
2667 MHz max turbo 1 active cores
|
|
|
|
--- turbostat snapshot
|
|
$ timeout 3 turbostat --quiet --show CPU,Core,Bzy_MHz,IRQ,Busy%,Bzy_MHz,TSC_MHz,CoreTmp,PkgTmp sleep 1
|
|
1.002855 sec
|
|
Core CPU Busy% Bzy_MHz TSC_MHz IRQ CoreTmp
|
|
- - 0.56 1898 2394 1833 45
|
|
0 1 0.39 1912 2394 95 45
|
|
0 9 0.84 1829 2394 70
|
|
1 3 0.36 2027 2394 52 41
|
|
1 11 0.79 1992 2394 186
|
|
2 5 0.23 2253 2394 29 43
|
|
2 13 0.57 2145 2394 76
|
|
3 7 1.40 1654 2394 609 44
|
|
3 15 0.33 2003 2394 134
|
|
0 0 0.34 1891 2394 52 42
|
|
0 8 1.01 1890 2394 146
|
|
1 2 0.26 1940 2394 31 42
|
|
1 10 0.29 1841 2394 46
|
|
2 4 0.42 2019 2394 40 41
|
|
2 12 0.34 1794 2394 61
|
|
3 6 0.61 1921 2394 108 40
|
|
3 14 0.71 1907 2394 98
|
|
|
|
--- x86_energy_perf_policy -r
|
|
$ x86_energy_perf_policy -r
|
|
|
|
--- 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=5031906us
|
|
C1 : MWAIT 0x00 disabled=0 latency=3us residency=83783731us
|
|
C1E : MWAIT 0x01 disabled=0 latency=10us residency=212292799593us
|
|
C3 : MWAIT 0x10 disabled=1 latency=20us residency=0us
|
|
C6 : MWAIT 0x20 disabled=0 latency=200us residency=67917800us
|
|
|
|
--- 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
|
|
[215256.782997] Memory failure: 0x166dca: unhandlable page.
|
|
[215256.913265] mce: [Hardware Error]: Machine check events logged
|
|
[215256.913297] EDAC MC0: 147 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.353735] mce: [Hardware Error]: Machine check events logged
|
|
[215257.353761] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215257.353773] EDAC MC0: 594 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.353836] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215257.372738] mce: [Hardware Error]: Machine check events logged
|
|
[215257.385185] mce: [Hardware Error]: Machine check events logged
|
|
[215257.385204] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215257.385216] EDAC MC0: 425 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.388033] Memory failure: 0x80fb98: unhandlable page.
|
|
[215257.400628] mce: [Hardware Error]: Machine check events logged
|
|
[215257.420094] mce: [Hardware Error]: Machine check events logged
|
|
[215257.420129] EDAC MC0: 656 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.436469] mce: [Hardware Error]: Machine check events logged
|
|
[215257.454776] mce: [Hardware Error]: Machine check events logged
|
|
[215257.454808] EDAC MC0: 791 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.467925] mce: [Hardware Error]: Machine check events logged
|
|
[215257.467947] RAS: Soft-offlining pfn: 0x166dca
|
|
[215257.467959] EDAC MC0: 32714 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.468298] Memory failure: 0x166dca: unhandlable page.
|
|
[215257.512923] mce: [Hardware Error]: Machine check events logged
|
|
[215257.512948] EDAC MC0: 371 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.527741] mce: [Hardware Error]: Machine check events logged
|
|
[215257.527772] EDAC MC0: 161 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.561270] mce: [Hardware Error]: Machine check events logged
|
|
[215257.575024] mce: [Hardware Error]: Machine check events logged
|
|
[215257.575055] EDAC MC0: 1313 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.612156] mce: [Hardware Error]: Machine check events logged
|
|
[215257.683854] mce: [Hardware Error]: Machine check events logged
|
|
[215257.683870] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215257.683882] EDAC MC0: 28500 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.684973] Memory failure: 0x80fd18: unhandlable page.
|
|
[215257.693698] mce: [Hardware Error]: Machine check events logged
|
|
[215257.693720] RAS: Soft-offlining pfn: 0x80fc30
|
|
[215257.693734] EDAC MC0: 383 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.695477] Memory failure: 0x80fc30: unhandlable page.
|
|
[215257.710377] mce: [Hardware Error]: Machine check events logged
|
|
[215257.731915] mce: [Hardware Error]: Machine check events logged
|
|
[215257.731951] EDAC MC0: 806 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.757464] mce: [Hardware Error]: Machine check events logged
|
|
[215257.757489] EDAC MC0: 589 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215257.784560] mce: [Hardware Error]: Machine check events logged
|
|
[215258.115200] mce: [Hardware Error]: Machine check events logged
|
|
[215258.115230] EDAC MC0: 545 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.265362] mce: [Hardware Error]: Machine check events logged
|
|
[215258.265382] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215258.265394] EDAC MC0: 76 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.265927] Memory failure: 0x165b9e: unhandlable page.
|
|
[215258.316221] mce: [Hardware Error]: Machine check events logged
|
|
[215258.316238] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.359292] mce: [Hardware Error]: Machine check events logged
|
|
[215258.636117] mce: [Hardware Error]: Machine check events logged
|
|
[215258.636156] EDAC MC0: 13697 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.777153] mce: [Hardware Error]: Machine check events logged
|
|
[215258.777181] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.805221] mce: [Hardware Error]: Machine check events logged
|
|
[215258.809707] mce: [Hardware Error]: Machine check events logged
|
|
[215258.809726] EDAC MC0: 414 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215258.818747] mce: [Hardware Error]: Machine check events logged
|
|
[215258.824743] mce: [Hardware Error]: Machine check events logged
|
|
[215259.015950] mce: [Hardware Error]: Machine check events logged
|
|
[215259.015973] RAS: Soft-offlining pfn: 0x165a08
|
|
[215259.015986] EDAC MC0: 210 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215259.016228] Memory failure: 0x165a08: unhandlable page.
|
|
[215259.596081] mce: [Hardware Error]: Machine check events logged
|
|
[215259.596112] EDAC MC0: 25401 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215259.770977] mce: [Hardware Error]: Machine check events logged
|
|
[215259.770989] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215259.770997] EDAC MC0: 153 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215259.774091] Memory failure: 0x80fa98: unhandlable page.
|
|
[215259.786694] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215259.788340] mce: [Hardware Error]: Machine check events logged
|
|
[215259.788355] RAS: Soft-offlining pfn: 0x165b98
|
|
[215259.788363] EDAC MC0: 32699 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215259.788388] Memory failure: 0x165b98: unhandlable page.
|
|
[215259.808875] mce: [Hardware Error]: Machine check events logged
|
|
[215260.063943] mce: [Hardware Error]: Machine check events logged
|
|
[215260.064044] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215260.064065] EDAC MC0: 975 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215260.064103] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215260.610141] mce: [Hardware Error]: Machine check events logged
|
|
[215260.610171] EDAC MC0: 32061 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215260.620045] mce: [Hardware Error]: Machine check events logged
|
|
[215260.620069] EDAC MC0: 21026 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215260.643183] mce: [Hardware Error]: Machine check events logged
|
|
[215260.705759] mce: [Hardware Error]: Machine check events logged
|
|
[215260.705782] RAS: Soft-offlining pfn: 0x166dca
|
|
[215260.705796] EDAC MC0: 489 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215260.705988] Memory failure: 0x166dca: unhandlable page.
|
|
[215260.786511] mce: [Hardware Error]: Machine check events logged
|
|
[215260.786537] EDAC MC0: 32758 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215260.811932] mce: [Hardware Error]: Machine check events logged
|
|
[215260.811956] EDAC MC0: 45 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215261.360224] mce: [Hardware Error]: Machine check events logged
|
|
[215261.360251] EDAC MC0: 32731 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215261.580002] mce: [Hardware Error]: Machine check events logged
|
|
[215262.124082] mce: [Hardware Error]: Machine check events logged
|
|
[215262.124109] EDAC MC0: 8201 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215262.603969] mce: [Hardware Error]: Machine check events logged
|
|
[215262.767059] mce: [Hardware Error]: Machine check events logged
|
|
[215262.767084] EDAC MC0: 20087 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215262.788211] mce: [Hardware Error]: Machine check events logged
|
|
[215262.788240] EDAC MC0: 180 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.096847] mce: [Hardware Error]: Machine check events logged
|
|
[215263.096869] EDAC MC0: 205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.108339] mce: [Hardware Error]: Machine check events logged
|
|
[215263.108367] EDAC MC0: 420 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.122594] mce: [Hardware Error]: Machine check events logged
|
|
[215263.122629] EDAC MC0: 745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.136306] mce: [Hardware Error]: Machine check events logged
|
|
[215263.136331] RAS: Soft-offlining pfn: 0x80fb22
|
|
[215263.136346] EDAC MC0: 325 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.136971] Memory failure: 0x80fb22: unhandlable page.
|
|
[215263.149133] mce: [Hardware Error]: Machine check events logged
|
|
[215263.149152] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215263.149163] EDAC MC0: 32691 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.149360] Memory failure: 0x80fa98: unhandlable page.
|
|
[215263.164059] mce: [Hardware Error]: Machine check events logged
|
|
[215263.164094] EDAC MC0: 493 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.176795] mce: [Hardware Error]: Machine check events logged
|
|
[215263.272692] mce: [Hardware Error]: Machine check events logged
|
|
[215263.272728] EDAC MC0: 651 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.625929] mce: [Hardware Error]: Machine check events logged
|
|
[215263.627930] mce: [Hardware Error]: Machine check events logged
|
|
[215263.627960] RAS: Soft-offlining pfn: 0x80fbb2
|
|
[215263.627972] EDAC MC0: 248 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.628293] Memory failure: 0x80fbb2: unhandlable page.
|
|
[215263.778119] mce: [Hardware Error]: Machine check events logged
|
|
[215263.783961] mce: [Hardware Error]: Machine check events logged
|
|
[215263.783992] EDAC MC0: 396 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215263.845571] mce: [Hardware Error]: Machine check events logged
|
|
[215264.220639] mce: [Hardware Error]: Machine check events logged
|
|
[215264.220678] EDAC MC0: 355 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215264.587966] mce: [Hardware Error]: Machine check events logged
|
|
[215264.587993] RAS: Soft-offlining pfn: 0x80fa18
|
|
[215264.588006] EDAC MC0: 16190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215264.588198] Memory failure: 0x80fa18: unhandlable page.
|
|
[215264.779273] mce: [Hardware Error]: Machine check events logged
|
|
[215264.781831] EDAC MC0: 8950 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215264.827556] mce: [Hardware Error]: Machine check events logged
|
|
[215264.827576] EDAC MC0: 23898 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215265.237150] mce: [Hardware Error]: Machine check events logged
|
|
[215265.237178] EDAC MC0: 33 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215265.611875] mce: [Hardware Error]: Machine check events logged
|
|
[215265.611915] EDAC MC0: 12680 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215265.760087] mce: [Hardware Error]: Machine check events logged
|
|
[215265.986349] mce: [Hardware Error]: Machine check events logged
|
|
[215265.986382] EDAC MC0: 607 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215266.473158] mce: [Hardware Error]: Machine check events logged
|
|
[215266.635817] mce: [Hardware Error]: Machine check events logged
|
|
[215266.777176] mce: [Hardware Error]: Machine check events logged
|
|
[215266.777205] EDAC MC0: 11694 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215266.790129] mce: [Hardware Error]: Machine check events logged
|
|
[215266.790148] EDAC MC0: 32726 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215266.838653] mce: [Hardware Error]: Machine check events logged
|
|
[215266.838684] EDAC MC0: 79 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.287699] mce: [Hardware Error]: Machine check events logged
|
|
[215267.595794] mce: [Hardware Error]: Machine check events logged
|
|
[215267.595832] EDAC MC0: 12065 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.788733] mce: [Hardware Error]: Machine check events logged
|
|
[215267.788756] RAS: Soft-offlining pfn: 0x166dca
|
|
[215267.788774] EDAC MC0: 661 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.792393] Memory failure: 0x166dca: unhandlable page.
|
|
[215267.798625] mce: [Hardware Error]: Machine check events logged
|
|
[215267.798648] EDAC MC0: 32590 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.823619] mce: [Hardware Error]: Machine check events logged
|
|
[215267.823656] EDAC MC0: 869 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.838903] mce: [Hardware Error]: Machine check events logged
|
|
[215267.838926] RAS: Soft-offlining pfn: 0x80fab4
|
|
[215267.838939] EDAC MC0: 490 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.839136] Memory failure: 0x80fab4: unhandlable page.
|
|
[215267.855786] mce: [Hardware Error]: Machine check events logged
|
|
[215267.871268] mce: [Hardware Error]: Machine check events logged
|
|
[215267.884930] mce: [Hardware Error]: Machine check events logged
|
|
[215267.905762] mce: [Hardware Error]: Machine check events logged
|
|
[215267.905791] RAS: Soft-offlining pfn: 0x166dca
|
|
[215267.905807] EDAC MC0: 1285 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.906503] Memory failure: 0x166dca: unhandlable page.
|
|
[215267.917449] mce: [Hardware Error]: Machine check events logged
|
|
[215267.932229] mce: [Hardware Error]: Machine check events logged
|
|
[215267.932267] EDAC MC0: 536 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.946293] mce: [Hardware Error]: Machine check events logged
|
|
[215267.946316] RAS: Soft-offlining pfn: 0x166dca
|
|
[215267.946328] EDAC MC0: 572 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215267.953283] Memory failure: 0x166dca: unhandlable page.
|
|
[215267.960416] mce: [Hardware Error]: Machine check events logged
|
|
[215267.978227] mce: [Hardware Error]: Machine check events logged
|
|
[215267.978255] EDAC MC0: 599 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.001007] mce: [Hardware Error]: Machine check events logged
|
|
[215268.019769] mce: [Hardware Error]: Machine check events logged
|
|
[215268.019801] EDAC MC0: 753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.034137] mce: [Hardware Error]: Machine check events logged
|
|
[215268.034173] EDAC MC0: 359 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.050568] mce: [Hardware Error]: Machine check events logged
|
|
[215268.081225] mce: [Hardware Error]: Machine check events logged
|
|
[215268.081252] EDAC MC0: 578 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.094216] mce: [Hardware Error]: Machine check events logged
|
|
[215268.094238] RAS: Soft-offlining pfn: 0x166dca
|
|
[215268.094248] EDAC MC0: 32682 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.094487] Memory failure: 0x166dca: unhandlable page.
|
|
[215268.135891] mce: [Hardware Error]: Machine check events logged
|
|
[215268.135915] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.158022] mce: [Hardware Error]: Machine check events logged
|
|
[215268.158084] EDAC MC0: 558 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.520280] mce: [Hardware Error]: Machine check events logged
|
|
[215268.520315] EDAC MC0: 32642 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.619742] mce: [Hardware Error]: Machine check events logged
|
|
[215268.780957] mce: [Hardware Error]: Machine check events logged
|
|
[215268.780982] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215268.780997] EDAC MC0: 5132 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215268.781263] Memory failure: 0x80fc98: unhandlable page.
|
|
[215268.797751] mce: [Hardware Error]: Machine check events logged
|
|
[215268.797782] EDAC MC0: 32675 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215269.217580] mce: [Hardware Error]: Machine check events logged
|
|
[215269.579713] mce: [Hardware Error]: Machine check events logged
|
|
[215269.579749] RAS: Soft-offlining pfn: 0x167e4e
|
|
[215269.579765] EDAC MC0: 13722 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215269.579940] Memory failure: 0x167e4e: unhandlable page.
|
|
[215269.902575] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215269.905366] mce: [Hardware Error]: Machine check events logged
|
|
[215269.905390] EDAC MC0: 120 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215269.966156] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215269.997388] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215270.028450] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215270.044761] mce: [Hardware Error]: Machine check events logged
|
|
[215270.044872] RAS: Soft-offlining pfn: 0x165b98
|
|
[215270.044935] EDAC MC0: 110 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.045735] Memory failure: 0x165b98: unhandlable page.
|
|
[215270.084880] mce: [Hardware Error]: Machine check events logged
|
|
[215270.085072] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215270.085083] EDAC MC0: 2179 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.085128] Memory failure: 0x165b9e: unhandlable page.
|
|
[215270.473188] mce: [Hardware Error]: Machine check events logged
|
|
[215270.473211] EDAC MC0: 31053 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.603679] mce: [Hardware Error]: Machine check events logged
|
|
[215270.603708] RAS: Soft-offlining pfn: 0x166dca
|
|
[215270.603720] EDAC MC0: 3271 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.603876] Memory failure: 0x166dca: unhandlable page.
|
|
[215270.663842] mce: [Hardware Error]: Machine check events logged
|
|
[215270.665101] EDAC MC0: 4497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.696064] mce: [Hardware Error]: Machine check events logged
|
|
[215270.696092] EDAC MC0: 28899 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215270.781547] mce: [Hardware Error]: Machine check events logged
|
|
[215270.798883] mce: [Hardware Error]: Machine check events logged
|
|
[215270.798920] EDAC MC0: 1775 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215271.042356] mce: [Hardware Error]: Machine check events logged
|
|
[215271.374179] mce: [Hardware Error]: Machine check events logged
|
|
[215271.374204] RAS: Soft-offlining pfn: 0x166dca
|
|
[215271.374219] EDAC MC0: 32020 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215271.374439] Memory failure: 0x166dca: unhandlable page.
|
|
[215271.627655] mce: [Hardware Error]: Machine check events logged
|
|
[215271.799348] mce: [Hardware Error]: Machine check events logged
|
|
[215271.799376] EDAC MC0: 16050 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215271.997209] mce: [Hardware Error]: Machine check events logged
|
|
[215271.997241] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215272.167459] mce: [Hardware Error]: Machine check events logged
|
|
[215272.167473] RAS: Soft-offlining pfn: 0x166dca
|
|
[215272.167484] EDAC MC0: 274 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215272.167637] Memory failure: 0x166dca: unhandlable page.
|
|
[215272.587602] mce: [Hardware Error]: Machine check events logged
|
|
[215272.788459] mce: [Hardware Error]: Machine check events logged
|
|
[215272.788491] EDAC MC0: 23541 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215272.852840] mce: [Hardware Error]: Machine check events logged
|
|
[215272.852869] EDAC MC0: 260 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.191500] mce: [Hardware Error]: Machine check events logged
|
|
[215273.203194] mce: [Hardware Error]: Machine check events logged
|
|
[215273.203212] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215273.203225] EDAC MC0: 460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.203592] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215273.216571] mce: [Hardware Error]: Machine check events logged
|
|
[215273.216593] EDAC MC0: 196 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.232251] mce: [Hardware Error]: Machine check events logged
|
|
[215273.232284] EDAC MC0: 510 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.245021] mce: [Hardware Error]: Machine check events logged
|
|
[215273.262304] mce: [Hardware Error]: Machine check events logged
|
|
[215273.262332] EDAC MC0: 531 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.273642] mce: [Hardware Error]: Machine check events logged
|
|
[215273.273679] EDAC MC0: 329 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.350837] mce: [Hardware Error]: Machine check events logged
|
|
[215273.611570] mce: [Hardware Error]: Machine check events logged
|
|
[215273.611607] RAS: Soft-offlining pfn: 0x100026
|
|
[215273.611624] EDAC MC0: 20935 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215273.612020] Memory failure: 0x100026: unhandlable page.
|
|
[215274.166632] mce: [Hardware Error]: Machine check events logged
|
|
[215274.166719] EDAC MC0: 529 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215274.635521] mce: [Hardware Error]: Machine check events logged
|
|
[215274.779449] mce: [Hardware Error]: Machine check events logged
|
|
[215274.801225] mce: [Hardware Error]: Machine check events logged
|
|
[215274.801247] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215274.801262] EDAC MC0: 17068 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215274.801474] Memory failure: 0x80fb18: unhandlable page.
|
|
[215275.133960] mce: [Hardware Error]: Machine check events logged
|
|
[215275.133989] RAS: Soft-offlining pfn: 0x166dca
|
|
[215275.134005] EDAC MC0: 270 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215275.134213] Memory failure: 0x166dca: unhandlable page.
|
|
[215275.410966] mce: [Hardware Error]: Machine check events logged
|
|
[215275.410987] EDAC MC0: 65 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215275.595486] mce: [Hardware Error]: Machine check events logged
|
|
[215275.595529] EDAC MC0: 16538 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215275.771748] mce: [Hardware Error]: Machine check events logged
|
|
[215275.795389] mce: [Hardware Error]: Machine check events logged
|
|
[215276.125355] mce: [Hardware Error]: Machine check events logged
|
|
[215276.125387] RAS: Soft-offlining pfn: 0x80fc34
|
|
[215276.125408] EDAC MC0: 991 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215276.125638] Memory failure: 0x80fc34: unhandlable page.
|
|
[215276.535673] mce: [Hardware Error]: Machine check events logged
|
|
[215276.535697] EDAC MC0: 32701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215276.619446] mce: [Hardware Error]: Machine check events logged
|
|
[215276.619491] EDAC MC0: 7240 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215276.779832] mce: [Hardware Error]: Machine check events logged
|
|
[215276.779850] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215276.779861] EDAC MC0: 508 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215276.780058] Memory failure: 0x80fb98: unhandlable page.
|
|
[215276.799480] mce: [Hardware Error]: Machine check events logged
|
|
[215276.799502] RAS: Soft-offlining pfn: 0x166dca
|
|
[215276.799515] EDAC MC0: 201 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215276.799742] Memory failure: 0x166dca: unhandlable page.
|
|
[215277.154897] mce: [Hardware Error]: Machine check events logged
|
|
[215277.154923] EDAC MC0: 123 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.179251] mce: [Hardware Error]: Machine check events logged
|
|
[215277.195335] mce: [Hardware Error]: Machine check events logged
|
|
[215277.217535] mce: [Hardware Error]: Machine check events logged
|
|
[215277.217575] EDAC MC0: 1490 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.228254] mce: [Hardware Error]: Machine check events logged
|
|
[215277.228277] RAS: Soft-offlining pfn: 0x166dca
|
|
[215277.228290] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.228883] Memory failure: 0x166dca: unhandlable page.
|
|
[215277.239822] mce: [Hardware Error]: Machine check events logged
|
|
[215277.239852] EDAC MC0: 314 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.344207] mce: [Hardware Error]: Machine check events logged
|
|
[215277.344227] EDAC MC0: 50 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.374039] mce: [Hardware Error]: Machine check events logged
|
|
[215277.374064] EDAC MC0: 32732 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.388831] mce: [Hardware Error]: Machine check events logged
|
|
[215277.389455] EDAC MC0: 1488 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.402525] mce: [Hardware Error]: Machine check events logged
|
|
[215277.402550] EDAC MC0: 31753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.421829] mce: [Hardware Error]: Machine check events logged
|
|
[215277.421857] EDAC MC0: 323 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.441697] mce: [Hardware Error]: Machine check events logged
|
|
[215277.441725] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.456757] mce: [Hardware Error]: Machine check events logged
|
|
[215277.498241] mce: [Hardware Error]: Machine check events logged
|
|
[215277.498294] EDAC MC0: 663 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.522296] mce: [Hardware Error]: Machine check events logged
|
|
[215277.522322] RAS: Soft-offlining pfn: 0x80fc30
|
|
[215277.522338] EDAC MC0: 573 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.523254] Memory failure: 0x80fc30: unhandlable page.
|
|
[215277.549892] mce: [Hardware Error]: Machine check events logged
|
|
[215277.574111] mce: [Hardware Error]: Machine check events logged
|
|
[215277.579404] mce: [Hardware Error]: Machine check events logged
|
|
[215277.609169] mce: [Hardware Error]: Machine check events logged
|
|
[215277.609197] EDAC MC0: 838 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215277.748698] mce: [Hardware Error]: Machine check events logged
|
|
[215277.748735] EDAC MC0: 295 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215278.040397] mce: [Hardware Error]: Machine check events logged
|
|
[215278.539473] mce: [Hardware Error]: Machine check events logged
|
|
[215278.603369] mce: [Hardware Error]: Machine check events logged
|
|
[215278.778319] mce: [Hardware Error]: Machine check events logged
|
|
[215278.780222] EDAC MC0: 10819 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215278.935263] mce: [Hardware Error]: Machine check events logged
|
|
[215278.935302] EDAC MC0: 26532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.134311] mce: [Hardware Error]: Machine check events logged
|
|
[215279.134352] RAS: Soft-offlining pfn: 0x32000
|
|
[215279.134365] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.134560] Memory failure: 0x32000: unhandlable page.
|
|
[215279.169405] mce: [Hardware Error]: Machine check events logged
|
|
[215279.169434] EDAC MC0: 32605 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.204509] mce: [Hardware Error]: Machine check events logged
|
|
[215279.204536] EDAC MC0: 16 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.242478] mce: [Hardware Error]: Machine check events logged
|
|
[215279.242501] RAS: Soft-offlining pfn: 0x165b98
|
|
[215279.242512] EDAC MC0: 372 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.242898] Memory failure: 0x165b98: unhandlable page.
|
|
[215279.275896] mce: [Hardware Error]: Machine check events logged
|
|
[215279.275915] RAS: Soft-offlining pfn: 0x166dca
|
|
[215279.275926] EDAC MC0: 31 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.276109] Memory failure: 0x166dca: unhandlable page.
|
|
[215279.314713] mce: [Hardware Error]: Machine check events logged
|
|
[215279.314741] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.348784] mce: [Hardware Error]: Machine check events logged
|
|
[215279.348812] EDAC MC0: 4 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.378410] mce: [Hardware Error]: Machine check events logged
|
|
[215279.410828] mce: [Hardware Error]: Machine check events logged
|
|
[215279.446186] mce: [Hardware Error]: Machine check events logged
|
|
[215279.446208] RAS: Soft-offlining pfn: 0x80fa34
|
|
[215279.446222] EDAC MC0: 97 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.446263] Memory failure: 0x80fa34: unhandlable page.
|
|
[215279.480246] mce: [Hardware Error]: Machine check events logged
|
|
[215279.480268] RAS: Soft-offlining pfn: 0x80fa1c
|
|
[215279.480279] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.480315] Memory failure: 0x80fa1c: unhandlable page.
|
|
[215279.512146] mce: [Hardware Error]: Machine check events logged
|
|
[215279.512164] RAS: Soft-offlining pfn: 0x165a1c
|
|
[215279.512173] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.512204] Memory failure: 0x165a1c: unhandlable page.
|
|
[215279.552509] mce: [Hardware Error]: Machine check events logged
|
|
[215279.552531] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215279.552541] EDAC MC0: 9 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.552574] Memory failure: 0x165b9e: unhandlable page.
|
|
[215279.588031] mce: [Hardware Error]: Machine check events logged
|
|
[215279.623733] mce: [Hardware Error]: Machine check events logged
|
|
[215279.627326] mce: [Hardware Error]: Machine check events logged
|
|
[215279.651244] mce: [Hardware Error]: Machine check events logged
|
|
[215279.651269] EDAC MC0: 4194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.679935] mce: [Hardware Error]: Machine check events logged
|
|
[215279.706893] mce: [Hardware Error]: Machine check events logged
|
|
[215279.706922] EDAC MC0: 151 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.745229] mce: [Hardware Error]: Machine check events logged
|
|
[215279.745248] EDAC MC0: 37 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.774396] mce: [Hardware Error]: Machine check events logged
|
|
[215279.774418] RAS: Soft-offlining pfn: 0x166dca
|
|
[215279.774430] EDAC MC0: 155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.774619] Memory failure: 0x166dca: unhandlable page.
|
|
[215279.785186] mce: [Hardware Error]: Machine check events logged
|
|
[215279.803235] mce: [Hardware Error]: Machine check events logged
|
|
[215279.803266] EDAC MC0: 417 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.834685] mce: [Hardware Error]: Machine check events logged
|
|
[215279.834705] RAS: Soft-offlining pfn: 0x165b98
|
|
[215279.834716] EDAC MC0: 32598 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.834779] Memory failure: 0x165b98: unhandlable page.
|
|
[215279.866599] mce: [Hardware Error]: Machine check events logged
|
|
[215279.866626] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.898059] mce: [Hardware Error]: Machine check events logged
|
|
[215279.925334] mce: [Hardware Error]: Machine check events logged
|
|
[215279.925362] EDAC MC0: 106 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215279.949146] mce: [Hardware Error]: Machine check events logged
|
|
[215279.972858] mce: [Hardware Error]: Machine check events logged
|
|
[215279.972876] EDAC MC0: 92 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.003609] mce: [Hardware Error]: Machine check events logged
|
|
[215280.003633] EDAC MC0: 28 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.033876] mce: [Hardware Error]: Machine check events logged
|
|
[215280.033899] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.065613] mce: [Hardware Error]: Machine check events logged
|
|
[215280.086312] mce: [Hardware Error]: Machine check events logged
|
|
[215280.086338] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.113417] mce: [Hardware Error]: Machine check events logged
|
|
[215280.113437] RAS: Soft-offlining pfn: 0x166a1a
|
|
[215280.113447] EDAC MC0: 51 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.113514] Memory failure: 0x166a1a: unhandlable page.
|
|
[215280.141935] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215280.143956] mce: [Hardware Error]: Machine check events logged
|
|
[215280.143975] EDAC MC0: 32747 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.170472] mce: [Hardware Error]: Machine check events logged
|
|
[215280.205697] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215280.243879] mce: [Hardware Error]: Machine check events logged
|
|
[215280.243897] EDAC MC0: 453 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.267468] EDID has corrupt header
|
|
[215280.401394] mce: [Hardware Error]: Machine check events logged
|
|
[215280.401421] EDAC MC0: 219 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.587293] mce: [Hardware Error]: Machine check events logged
|
|
[215280.587327] RAS: Soft-offlining pfn: 0x80fdb4
|
|
[215280.587339] EDAC MC0: 8815 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.587672] Memory failure: 0x80fdb4: unhandlable page.
|
|
[215280.698469] mce: [Hardware Error]: Machine check events logged
|
|
[215280.698496] EDAC MC0: 89 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.717214] mce: [Hardware Error]: Machine check events logged
|
|
[215280.717238] EDAC MC0: 156 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.778610] mce: [Hardware Error]: Machine check events logged
|
|
[215280.778631] RAS: Soft-offlining pfn: 0x80fd9c
|
|
[215280.778642] EDAC MC0: 148 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215280.778833] Memory failure: 0x80fd9c: unhandlable page.
|
|
[215280.793479] mce: [Hardware Error]: Machine check events logged
|
|
[215280.990279] mce: [Hardware Error]: Machine check events logged
|
|
[215281.203493] mce: [Hardware Error]: Machine check events logged
|
|
[215281.203518] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215281.611257] mce: [Hardware Error]: Machine check events logged
|
|
[215282.257455] mce: [Hardware Error]: Machine check events logged
|
|
[215282.257482] EDAC MC0: 29937 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215282.635223] mce: [Hardware Error]: Machine check events logged
|
|
[215282.635254] EDAC MC0: 10608 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215282.777434] mce: [Hardware Error]: Machine check events logged
|
|
[215282.777460] EDAC MC0: 250 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215282.790693] mce: [Hardware Error]: Machine check events logged
|
|
[215282.790715] EDAC MC0: 16300 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.232884] mce: [Hardware Error]: Machine check events logged
|
|
[215283.232905] RAS: Soft-offlining pfn: 0x165b98
|
|
[215283.232917] EDAC MC0: 32658 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.233110] Memory failure: 0x165b98: unhandlable page.
|
|
[215283.293517] mce: [Hardware Error]: Machine check events logged
|
|
[215283.293548] EDAC MC0: 248 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.308879] mce: [Hardware Error]: Machine check events logged
|
|
[215283.308902] RAS: Soft-offlining pfn: 0x166dca
|
|
[215283.308916] EDAC MC0: 458 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.315201] Memory failure: 0x166dca: unhandlable page.
|
|
[215283.328421] mce: [Hardware Error]: Machine check events logged
|
|
[215283.328456] EDAC MC0: 428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.342066] mce: [Hardware Error]: Machine check events logged
|
|
[215283.361478] mce: [Hardware Error]: Machine check events logged
|
|
[215283.361505] EDAC MC0: 650 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.371986] mce: [Hardware Error]: Machine check events logged
|
|
[215283.448063] mce: [Hardware Error]: Machine check events logged
|
|
[215283.570396] mce: [Hardware Error]: Machine check events logged
|
|
[215283.570425] EDAC MC0: 668 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.595180] mce: [Hardware Error]: Machine check events logged
|
|
[215283.780731] mce: [Hardware Error]: Machine check events logged
|
|
[215283.780757] EDAC MC0: 9128 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215283.944416] mce: [Hardware Error]: Machine check events logged
|
|
[215283.944440] EDAC MC0: 153 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215284.440461] mce: [Hardware Error]: Machine check events logged
|
|
[215284.440490] EDAC MC0: 49 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215284.619142] mce: [Hardware Error]: Machine check events logged
|
|
[215284.619177] EDAC MC0: 4344 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215284.785019] mce: [Hardware Error]: Machine check events logged
|
|
[215284.976215] mce: [Hardware Error]: Machine check events logged
|
|
[215285.422179] mce: [Hardware Error]: Machine check events logged
|
|
[215285.422203] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215285.579103] mce: [Hardware Error]: Machine check events logged
|
|
[215285.579138] EDAC MC0: 5937 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215285.862212] mce: [Hardware Error]: Machine check events logged
|
|
[215285.862243] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.499146] mce: [Hardware Error]: Machine check events logged
|
|
[215286.499172] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215286.499184] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.499707] Memory failure: 0x80fb18: unhandlable page.
|
|
[215286.505184] audit: type=1400 audit(1785319652.624:2572): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[215286.506526] audit: type=1400 audit(1785319652.625:2573): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[215286.511997] mce: [Hardware Error]: Machine check events logged
|
|
[215286.512019] RAS: Soft-offlining pfn: 0x80fa18
|
|
[215286.512030] EDAC MC0: 293 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.513084] Memory failure: 0x80fa18: unhandlable page.
|
|
[215286.522975] mce: [Hardware Error]: Machine check events logged
|
|
[215286.522995] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.535231] mce: [Hardware Error]: Machine check events logged
|
|
[215286.535253] EDAC MC0: 32726 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.545694] audit: type=1400 audit(1785319652.664:2574): apparmor="DENIED" operation="create" class="net" info="failed protocol match" error=-13 profile="/{,usr/}sbin/dhclient" pid=1073 comm="dhclient" family="unix" sock_type="dgram" protocol=0 requested="create" denied="create" addr=none
|
|
[215286.566832] mce: [Hardware Error]: Machine check events logged
|
|
[215286.566852] RAS: Soft-offlining pfn: 0x166dca
|
|
[215286.566866] EDAC MC0: 32753 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.567150] Memory failure: 0x166dca: unhandlable page.
|
|
[215286.603067] mce: [Hardware Error]: Machine check events logged
|
|
[215286.603094] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215286.603105] EDAC MC0: 4194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.603270] Memory failure: 0x165b9e: unhandlable page.
|
|
[215286.766100] mce: [Hardware Error]: Machine check events logged
|
|
[215286.766129] EDAC MC0: 125 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.775189] mce: [Hardware Error]: Machine check events logged
|
|
[215286.775597] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215286.775606] EDAC MC0: 2450 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215286.775633] Memory failure: 0x80fc98: unhandlable page.
|
|
[215286.823018] mce: [Hardware Error]: Machine check events logged
|
|
[215286.823044] EDAC MC0: 30336 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.522837] mce: [Hardware Error]: Machine check events logged
|
|
[215287.627027] mce: [Hardware Error]: Machine check events logged
|
|
[215287.627875] EDAC MC0: 13239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.651272] mce: [Hardware Error]: Machine check events logged
|
|
[215287.651308] EDAC MC0: 32298 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.674518] mce: [Hardware Error]: Machine check events logged
|
|
[215287.685392] mce: [Hardware Error]: Machine check events logged
|
|
[215287.717904] mce: [Hardware Error]: Machine check events logged
|
|
[215287.717928] EDAC MC0: 808 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.735600] mce: [Hardware Error]: Machine check events logged
|
|
[215287.735627] EDAC MC0: 885 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.760546] mce: [Hardware Error]: Machine check events logged
|
|
[215287.760621] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215287.760633] EDAC MC0: 342 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.761044] Memory failure: 0x80fa98: unhandlable page.
|
|
[215287.771629] mce: [Hardware Error]: Machine check events logged
|
|
[215287.771653] EDAC MC0: 32361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.793956] mce: [Hardware Error]: Machine check events logged
|
|
[215287.793979] EDAC MC0: 19 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.847817] mce: [Hardware Error]: Machine check events logged
|
|
[215287.847855] EDAC MC0: 482 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.868947] mce: [Hardware Error]: Machine check events logged
|
|
[215287.868974] RAS: Soft-offlining pfn: 0x80fd34
|
|
[215287.868991] EDAC MC0: 721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.870040] Memory failure: 0x80fd34: unhandlable page.
|
|
[215287.883894] mce: [Hardware Error]: Machine check events logged
|
|
[215287.887032] EDAC MC0: 4785 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.899663] mce: [Hardware Error]: Machine check events logged
|
|
[215287.921899] mce: [Hardware Error]: Machine check events logged
|
|
[215287.921924] RAS: Soft-offlining pfn: 0x80fda2
|
|
[215287.921941] EDAC MC0: 29066 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.922833] Memory failure: 0x80fda2: unhandlable page.
|
|
[215287.938317] mce: [Hardware Error]: Machine check events logged
|
|
[215287.957477] mce: [Hardware Error]: Machine check events logged
|
|
[215287.967891] mce: [Hardware Error]: Machine check events logged
|
|
[215287.967928] EDAC MC0: 1134 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215287.982796] mce: [Hardware Error]: Machine check events logged
|
|
[215288.006866] mce: [Hardware Error]: Machine check events logged
|
|
[215288.031607] mce: [Hardware Error]: Machine check events logged
|
|
[215288.031639] EDAC MC0: 773 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215288.139027] mce: [Hardware Error]: Machine check events logged
|
|
[215288.344230] mce: [Hardware Error]: Machine check events logged
|
|
[215288.344256] RAS: Soft-offlining pfn: 0x165b98
|
|
[215288.344269] EDAC MC0: 194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215288.344616] Memory failure: 0x165b98: unhandlable page.
|
|
[215288.586994] mce: [Hardware Error]: Machine check events logged
|
|
[215288.587031] EDAC MC0: 24337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215288.780212] mce: [Hardware Error]: Machine check events logged
|
|
[215288.781039] EDAC MC0: 5320 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215288.796943] mce: [Hardware Error]: Machine check events logged
|
|
[215288.796966] EDAC MC0: 28307 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215289.156588] mce: [Hardware Error]: Machine check events logged
|
|
[215289.156611] RAS: Soft-offlining pfn: 0x166dca
|
|
[215289.156624] EDAC MC0: 32637 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215289.156816] Memory failure: 0x166dca: unhandlable page.
|
|
[215289.610973] mce: [Hardware Error]: Machine check events logged
|
|
[215289.611014] EDAC MC0: 24951 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.243423] mce: [Hardware Error]: Machine check events logged
|
|
[215290.379437] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215290.379977] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215290.385214] mce: [Hardware Error]: Machine check events logged
|
|
[215290.390934] EDAC MC0: 11418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.506643] EDID block 0 (tag 0x00) checksum is invalid, remainder is 115
|
|
[215290.522646] mce: [Hardware Error]: Machine check events logged
|
|
[215290.522937] EDAC MC0: 22102 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.634918] mce: [Hardware Error]: Machine check events logged
|
|
[215290.634949] RAS: Soft-offlining pfn: 0x166dca
|
|
[215290.634962] EDAC MC0: 19334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.635153] Memory failure: 0x166dca: unhandlable page.
|
|
[215290.739598] mce: [Hardware Error]: Machine check events logged
|
|
[215290.739629] EDAC MC0: 213 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.757783] mce: [Hardware Error]: Machine check events logged
|
|
[215290.777147] mce: [Hardware Error]: Machine check events logged
|
|
[215290.777174] EDAC MC0: 125 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215290.790468] mce: [Hardware Error]: Machine check events logged
|
|
[215290.856957] mce: [Hardware Error]: Machine check events logged
|
|
[215290.856977] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215291.430802] mce: [Hardware Error]: Machine check events logged
|
|
[215291.594888] mce: [Hardware Error]: Machine check events logged
|
|
[215291.594925] RAS: Soft-offlining pfn: 0x80fa1c
|
|
[215291.594941] EDAC MC0: 8327 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215291.595234] Memory failure: 0x80fa1c: unhandlable page.
|
|
[215291.771177] mce: [Hardware Error]: Machine check events logged
|
|
[215291.771193] RAS: Soft-offlining pfn: 0x166dca
|
|
[215291.771203] EDAC MC0: 364 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215291.771405] Memory failure: 0x166dca: unhandlable page.
|
|
[215291.790248] mce: [Hardware Error]: Machine check events logged
|
|
[215291.790268] EDAC MC0: 17 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215292.132583] mce: [Hardware Error]: Machine check events logged
|
|
[215292.618847] mce: [Hardware Error]: Machine check events logged
|
|
[215292.783438] mce: [Hardware Error]: Machine check events logged
|
|
[215292.784527] RAS: Soft-offlining pfn: 0x80fc9c
|
|
[215292.784544] EDAC MC0: 27721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215292.784608] Memory failure: 0x80fc9c: unhandlable page.
|
|
[215292.919026] mce: [Hardware Error]: Machine check events logged
|
|
[215292.919068] EDAC MC0: 28012 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.377519] mce: [Hardware Error]: Machine check events logged
|
|
[215293.380244] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215293.380258] EDAC MC0: 9537 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.380849] Memory failure: 0x80fb18: unhandlable page.
|
|
[215293.387587] mce: [Hardware Error]: Machine check events logged
|
|
[215293.402706] mce: [Hardware Error]: Machine check events logged
|
|
[215293.404853] RAS: Soft-offlining pfn: 0x866dca
|
|
[215293.404866] EDAC MC0: 325 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.404873] Soft offline: 0x866dca: page already poisoned
|
|
[215293.412869] mce: [Hardware Error]: Machine check events logged
|
|
[215293.412900] EDAC MC0: 23663 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.426448] mce: [Hardware Error]: Machine check events logged
|
|
[215293.443372] mce: [Hardware Error]: Machine check events logged
|
|
[215293.455049] mce: [Hardware Error]: Machine check events logged
|
|
[215293.455082] EDAC MC0: 844 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.469277] mce: [Hardware Error]: Machine check events logged
|
|
[215293.469304] EDAC MC0: 332 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215293.578819] mce: [Hardware Error]: Machine check events logged
|
|
[215293.578855] EDAC MC0: 25770 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215294.039376] mce: [Hardware Error]: Machine check events logged
|
|
[215294.530856] mce: [Hardware Error]: Machine check events logged
|
|
[215294.602768] mce: [Hardware Error]: Machine check events logged
|
|
[215294.602805] EDAC MC0: 1915 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215294.784224] mce: [Hardware Error]: Machine check events logged
|
|
[215294.784241] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215294.784251] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215294.784569] Memory failure: 0x80fb98: unhandlable page.
|
|
[215294.800453] mce: [Hardware Error]: Machine check events logged
|
|
[215294.800476] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215295.073606] mce: [Hardware Error]: Machine check events logged
|
|
[215295.073626] EDAC MC0: 81 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215295.536197] mce: [Hardware Error]: Machine check events logged
|
|
[215295.626737] mce: [Hardware Error]: Machine check events logged
|
|
[215295.626777] EDAC MC0: 4482 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215295.790416] mce: [Hardware Error]: Machine check events logged
|
|
[215295.790432] RAS: Soft-offlining pfn: 0x166dca
|
|
[215295.790440] EDAC MC0: 331 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215295.794732] Memory failure: 0x166dca: unhandlable page.
|
|
[215295.801863] mce: [Hardware Error]: Machine check events logged
|
|
[215295.801901] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215296.192666] mce: [Hardware Error]: Machine check events logged
|
|
[215296.586688] mce: [Hardware Error]: Machine check events logged
|
|
[215296.785148] mce: [Hardware Error]: Machine check events logged
|
|
[215296.787698] EDAC MC0: 10067 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215296.799917] mce: [Hardware Error]: Machine check events logged
|
|
[215296.799937] EDAC MC0: 22523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.053277] mce: [Hardware Error]: Machine check events logged
|
|
[215297.053306] EDAC MC0: 123 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.071466] mce: [Hardware Error]: Machine check events logged
|
|
[215297.071493] EDAC MC0: 253 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.091903] mce: [Hardware Error]: Machine check events logged
|
|
[215297.091933] EDAC MC0: 355 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.110784] mce: [Hardware Error]: Machine check events logged
|
|
[215297.110807] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215297.110820] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.111051] Memory failure: 0x80fa98: unhandlable page.
|
|
[215297.129682] mce: [Hardware Error]: Machine check events logged
|
|
[215297.129708] EDAC MC0: 32686 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.157044] mce: [Hardware Error]: Machine check events logged
|
|
[215297.157080] EDAC MC0: 322 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.173712] mce: [Hardware Error]: Machine check events logged
|
|
[215297.193548] mce: [Hardware Error]: Machine check events logged
|
|
[215297.193585] EDAC MC0: 1183 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.208506] mce: [Hardware Error]: Machine check events logged
|
|
[215297.209538] EDAC MC0: 1752 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.226887] mce: [Hardware Error]: Machine check events logged
|
|
[215297.226915] EDAC MC0: 31756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.250582] mce: [Hardware Error]: Machine check events logged
|
|
[215297.250614] EDAC MC0: 467 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.273997] mce: [Hardware Error]: Machine check events logged
|
|
[215297.303807] mce: [Hardware Error]: Machine check events logged
|
|
[215297.328891] mce: [Hardware Error]: Machine check events logged
|
|
[215297.328916] EDAC MC0: 1497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.352728] mce: [Hardware Error]: Machine check events logged
|
|
[215297.352750] RAS: Soft-offlining pfn: 0x166dca
|
|
[215297.352762] EDAC MC0: 555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215297.353175] Memory failure: 0x166dca: unhandlable page.
|
|
[215297.381952] mce: [Hardware Error]: Machine check events logged
|
|
[215297.610654] mce: [Hardware Error]: Machine check events logged
|
|
[215297.610694] EDAC MC0: 23532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215298.142509] mce: [Hardware Error]: Machine check events logged
|
|
[215298.142525] RAS: Soft-offlining pfn: 0x80fd98
|
|
[215298.142533] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215298.142777] Memory failure: 0x80fd98: unhandlable page.
|
|
[215298.634615] mce: [Hardware Error]: Machine check events logged
|
|
[215298.778494] mce: [Hardware Error]: Machine check events logged
|
|
[215298.778516] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215298.778530] EDAC MC0: 29548 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215298.778758] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215298.795638] mce: [Hardware Error]: Machine check events logged
|
|
[215298.795664] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215299.304842] mce: [Hardware Error]: Machine check events logged
|
|
[215299.594585] mce: [Hardware Error]: Machine check events logged
|
|
[215299.594639] EDAC MC0: 14828 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215299.779939] mce: [Hardware Error]: Machine check events logged
|
|
[215299.779962] EDAC MC0: 155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.022976] mce: [Hardware Error]: Machine check events logged
|
|
[215300.023003] EDAC MC0: 298 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.320314] mce: [Hardware Error]: Machine check events logged
|
|
[215300.320338] RAS: Soft-offlining pfn: 0x166dca
|
|
[215300.320351] EDAC MC0: 413 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.320575] Memory failure: 0x166dca: unhandlable page.
|
|
[215300.618558] mce: [Hardware Error]: Machine check events logged
|
|
[215300.618606] EDAC MC0: 30897 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.684266] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215300.684792] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215300.746618] EDID block 0 (tag 0x00) checksum is invalid, remainder is 18
|
|
[215300.757257] mce: [Hardware Error]: Machine check events logged
|
|
[215300.757546] RAS: Soft-offlining pfn: 0x165b98
|
|
[215300.757556] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.758548] Memory failure: 0x165b98: unhandlable page.
|
|
[215300.788403] mce: [Hardware Error]: Machine check events logged
|
|
[215300.788550] EDAC MC0: 1284 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.795781] mce: [Hardware Error]: Machine check events logged
|
|
[215300.803572] mce: [Hardware Error]: Machine check events logged
|
|
[215300.815853] mce: [Hardware Error]: Machine check events logged
|
|
[215300.815877] RAS: Soft-offlining pfn: 0x80fa18
|
|
[215300.815888] EDAC MC0: 32266 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215300.816051] Memory failure: 0x80fa18: unhandlable page.
|
|
[215300.850343] mce: [Hardware Error]: Machine check events logged
|
|
[215301.284659] mce: [Hardware Error]: Machine check events logged
|
|
[215301.284693] EDAC MC0: 93 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215301.578520] mce: [Hardware Error]: Machine check events logged
|
|
[215302.317846] mce: [Hardware Error]: Machine check events logged
|
|
[215302.317872] RAS: Soft-offlining pfn: 0x166dca
|
|
[215302.317886] EDAC MC0: 19087 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215302.318071] Memory failure: 0x166dca: unhandlable page.
|
|
[215302.602501] mce: [Hardware Error]: Machine check events logged
|
|
[215302.602527] EDAC MC0: 23578 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215302.761014] mce: [Hardware Error]: Machine check events logged
|
|
[215302.904194] mce: [Hardware Error]: Machine check events logged
|
|
[215302.904231] EDAC MC0: 521 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.183884] mce: [Hardware Error]: Machine check events logged
|
|
[215303.198886] mce: [Hardware Error]: Machine check events logged
|
|
[215303.198912] EDAC MC0: 658 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.208423] mce: [Hardware Error]: Machine check events logged
|
|
[215303.216933] mce: [Hardware Error]: Machine check events logged
|
|
[215303.220075] mce: [Hardware Error]: Machine check events logged
|
|
[215303.223970] mce: [Hardware Error]: Machine check events logged
|
|
[215303.223991] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215303.224002] EDAC MC0: 2164 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.225462] Memory failure: 0x80fd18: unhandlable page.
|
|
[215303.226748] mce: [Hardware Error]: Machine check events logged
|
|
[215303.226764] EDAC MC0: 32700 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.234098] mce: [Hardware Error]: Machine check events logged
|
|
[215303.234123] RAS: Soft-offlining pfn: 0x80fbb2
|
|
[215303.234132] EDAC MC0: 926 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.234468] Memory failure: 0x80fbb2: unhandlable page.
|
|
[215303.242551] mce: [Hardware Error]: Machine check events logged
|
|
[215303.242571] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.247827] mce: [Hardware Error]: Machine check events logged
|
|
[215303.247844] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215303.247853] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.248481] Memory failure: 0x80fc98: unhandlable page.
|
|
[215303.255897] mce: [Hardware Error]: Machine check events logged
|
|
[215303.255916] RAS: Soft-offlining pfn: 0x166dca
|
|
[215303.255925] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.256474] Memory failure: 0x166dca: unhandlable page.
|
|
[215303.259176] mce: [Hardware Error]: Machine check events logged
|
|
[215303.259189] RAS: Soft-offlining pfn: 0x80fdb0
|
|
[215303.259196] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.259234] Memory failure: 0x80fdb0: unhandlable page.
|
|
[215303.275699] mce: [Hardware Error]: Machine check events logged
|
|
[215303.275729] EDAC MC0: 647 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.476475] mce: [Hardware Error]: Machine check events logged
|
|
[215303.476504] EDAC MC0: 182 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.489302] mce: [Hardware Error]: Machine check events logged
|
|
[215303.489332] EDAC MC0: 163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.503011] mce: [Hardware Error]: Machine check events logged
|
|
[215303.515803] mce: [Hardware Error]: Machine check events logged
|
|
[215303.532460] mce: [Hardware Error]: Machine check events logged
|
|
[215303.532503] EDAC MC0: 1216 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.544243] mce: [Hardware Error]: Machine check events logged
|
|
[215303.544262] EDAC MC0: 228 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.556452] mce: [Hardware Error]: Machine check events logged
|
|
[215303.584901] mce: [Hardware Error]: Machine check events logged
|
|
[215303.626425] mce: [Hardware Error]: Machine check events logged
|
|
[215303.626449] RAS: Soft-offlining pfn: 0x166dca
|
|
[215303.626464] EDAC MC0: 13120 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.626980] Memory failure: 0x166dca: unhandlable page.
|
|
[215303.770231] mce: [Hardware Error]: Machine check events logged
|
|
[215303.770258] EDAC MC0: 534 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215303.788864] mce: [Hardware Error]: Machine check events logged
|
|
[215303.790541] EDAC MC0: 5040 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215304.064723] mce: [Hardware Error]: Machine check events logged
|
|
[215304.285087] mce: [Hardware Error]: Machine check events logged
|
|
[215304.586391] mce: [Hardware Error]: Machine check events logged
|
|
[215304.586431] EDAC MC0: 6462 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215304.776769] mce: [Hardware Error]: Machine check events logged
|
|
[215304.793253] mce: [Hardware Error]: Machine check events logged
|
|
[215305.006968] mce: [Hardware Error]: Machine check events logged
|
|
[215305.006992] RAS: Soft-offlining pfn: 0x166dca
|
|
[215305.007009] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215305.007205] Memory failure: 0x166dca: unhandlable page.
|
|
[215305.087732] mce: [Hardware Error]: Machine check events logged
|
|
[215305.463722] mce: [Hardware Error]: Machine check events logged
|
|
[215305.463754] EDAC MC0: 32735 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215305.610367] mce: [Hardware Error]: Machine check events logged
|
|
[215305.610400] EDAC MC0: 5617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215305.846888] mce: [Hardware Error]: Machine check events logged
|
|
[215305.846922] EDAC MC0: 588 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215306.179795] mce: [Hardware Error]: Machine check events logged
|
|
[215306.179818] RAS: Soft-offlining pfn: 0x166dca
|
|
[215306.179832] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215306.180029] Memory failure: 0x166dca: unhandlable page.
|
|
[215306.356607] mce: [Hardware Error]: Machine check events logged
|
|
[215306.356636] EDAC MC0: 62 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215306.528526] mce: [Hardware Error]: Machine check events logged
|
|
[215306.634317] mce: [Hardware Error]: Machine check events logged
|
|
[215306.634355] EDAC MC0: 11527 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215306.777576] mce: [Hardware Error]: Machine check events logged
|
|
[215306.777599] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215306.793265] mce: [Hardware Error]: Machine check events logged
|
|
[215306.793290] EDAC MC0: 261 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.231584] mce: [Hardware Error]: Machine check events logged
|
|
[215307.412290] mce: [Hardware Error]: Machine check events logged
|
|
[215307.412317] RAS: Soft-offlining pfn: 0x166dca
|
|
[215307.412330] EDAC MC0: 842 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.417297] Memory failure: 0x166dca: unhandlable page.
|
|
[215307.421908] mce: [Hardware Error]: Machine check events logged
|
|
[215307.439930] mce: [Hardware Error]: Machine check events logged
|
|
[215307.455375] mce: [Hardware Error]: Machine check events logged
|
|
[215307.455399] RAS: Soft-offlining pfn: 0x80fc22
|
|
[215307.455412] EDAC MC0: 1173 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.458546] Memory failure: 0x80fc22: unhandlable page.
|
|
[215307.465747] mce: [Hardware Error]: Machine check events logged
|
|
[215307.465778] EDAC MC0: 132 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.486038] mce: [Hardware Error]: Machine check events logged
|
|
[215307.486074] EDAC MC0: 464 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.510692] mce: [Hardware Error]: Machine check events logged
|
|
[215307.510727] EDAC MC0: 453 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.525658] mce: [Hardware Error]: Machine check events logged
|
|
[215307.525696] EDAC MC0: 646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.535467] mce: [Hardware Error]: Machine check events logged
|
|
[215307.547219] mce: [Hardware Error]: Machine check events logged
|
|
[215307.547248] EDAC MC0: 16135 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.583487] mce: [Hardware Error]: Machine check events logged
|
|
[215307.583503] RAS: Soft-offlining pfn: 0x80fd22
|
|
[215307.583511] EDAC MC0: 139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.587302] Memory failure: 0x80fd22: unhandlable page.
|
|
[215307.594280] mce: [Hardware Error]: Machine check events logged
|
|
[215307.594310] EDAC MC0: 26367 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.631209] mce: [Hardware Error]: Machine check events logged
|
|
[215307.631231] EDAC MC0: 514 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.634665] mce: [Hardware Error]: Machine check events logged
|
|
[215307.634691] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.649740] mce: [Hardware Error]: Machine check events logged
|
|
[215307.649768] RAS: Soft-offlining pfn: 0x80fc34
|
|
[215307.649784] EDAC MC0: 634 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.650760] Memory failure: 0x80fc34: unhandlable page.
|
|
[215307.668758] mce: [Hardware Error]: Machine check events logged
|
|
[215307.669081] RAS: Soft-offlining pfn: 0x166dca
|
|
[215307.669094] EDAC MC0: 1811 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.672571] Memory failure: 0x166dca: unhandlable page.
|
|
[215307.687876] mce: [Hardware Error]: Machine check events logged
|
|
[215307.687905] EDAC MC0: 31704 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.702178] mce: [Hardware Error]: Machine check events logged
|
|
[215307.702276] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215307.702289] EDAC MC0: 1385 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.703148] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215307.729889] mce: [Hardware Error]: Machine check events logged
|
|
[215307.729913] EDAC MC0: 32016 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.769168] mce: [Hardware Error]: Machine check events logged
|
|
[215307.791122] mce: [Hardware Error]: Machine check events logged
|
|
[215307.791363] EDAC MC0: 2400 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215307.928695] mce: [Hardware Error]: Machine check events logged
|
|
[215307.928722] EDAC MC0: 30772 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215308.547347] mce: [Hardware Error]: Machine check events logged
|
|
[215308.547376] EDAC MC0: 117 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215308.618237] mce: [Hardware Error]: Machine check events logged
|
|
[215308.618266] RAS: Soft-offlining pfn: 0x80fab2
|
|
[215308.618278] EDAC MC0: 3786 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215308.618462] Memory failure: 0x80fab2: unhandlable page.
|
|
[215308.775301] mce: [Hardware Error]: Machine check events logged
|
|
[215308.777243] EDAC MC0: 5778 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215308.849446] mce: [Hardware Error]: Machine check events logged
|
|
[215309.450225] mce: [Hardware Error]: Machine check events logged
|
|
[215309.450247] RAS: Soft-offlining pfn: 0x166dca
|
|
[215309.450262] EDAC MC0: 27540 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215309.450436] Memory failure: 0x166dca: unhandlable page.
|
|
[215309.578204] mce: [Hardware Error]: Machine check events logged
|
|
[215309.578239] EDAC MC0: 5407 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.080985] mce: [Hardware Error]: Machine check events logged
|
|
[215310.409181] mce: [Hardware Error]: Machine check events logged
|
|
[215310.409212] EDAC MC0: 667 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.602165] mce: [Hardware Error]: Machine check events logged
|
|
[215310.786440] mce: [Hardware Error]: Machine check events logged
|
|
[215310.803784] mce: [Hardware Error]: Machine check events logged
|
|
[215310.804061] RAS: Soft-offlining pfn: 0x80fb84
|
|
[215310.804075] EDAC MC0: 29776 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.804181] Memory failure: 0x80fb84: unhandlable page.
|
|
[215310.849788] mce: [Hardware Error]: Machine check events logged
|
|
[215310.849816] EDAC MC0: 29551 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.860728] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215310.861159] mce: [Hardware Error]: Machine check events logged
|
|
[215310.871161] EDAC MC0: 31085 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.873157] mce: [Hardware Error]: Machine check events logged
|
|
[215310.874154] EDAC MC0: 2782 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.902079] mce: [Hardware Error]: Machine check events logged
|
|
[215310.902151] RAS: Soft-offlining pfn: 0x80fc18
|
|
[215310.902160] EDAC MC0: 88 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.903157] Memory failure: 0x80fc18: unhandlable page.
|
|
[215310.928500] mce: [Hardware Error]: Machine check events logged
|
|
[215310.929152] EDAC MC0: 32428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.955788] mce: [Hardware Error]: Machine check events logged
|
|
[215310.956151] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215310.987862] EDID has corrupt header
|
|
[215310.993481] mce: [Hardware Error]: Machine check events logged
|
|
[215311.023644] mce: [Hardware Error]: Machine check events logged
|
|
[215311.024161] EDAC MC0: 148 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.044310] mce: [Hardware Error]: Machine check events logged
|
|
[215311.044342] EDAC MC0: 32428 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.085115] mce: [Hardware Error]: Machine check events logged
|
|
[215311.119367] mce: [Hardware Error]: Machine check events logged
|
|
[215311.151285] mce: [Hardware Error]: Machine check events logged
|
|
[215311.179509] mce: [Hardware Error]: Machine check events logged
|
|
[215311.204754] mce: [Hardware Error]: Machine check events logged
|
|
[215311.204785] EDAC MC0: 577 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.237943] mce: [Hardware Error]: Machine check events logged
|
|
[215311.237971] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.275053] mce: [Hardware Error]: Machine check events logged
|
|
[215311.275080] EDAC MC0: 16 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.313989] mce: [Hardware Error]: Machine check events logged
|
|
[215311.342254] mce: [Hardware Error]: Machine check events logged
|
|
[215311.342322] EDAC MC0: 417 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.378087] mce: [Hardware Error]: Machine check events logged
|
|
[215311.378117] EDAC MC0: 32626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.408613] mce: [Hardware Error]: Machine check events logged
|
|
[215311.408639] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.439135] mce: [Hardware Error]: Machine check events logged
|
|
[215311.439162] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.475739] mce: [Hardware Error]: Machine check events logged
|
|
[215311.475761] RAS: Soft-offlining pfn: 0x165b98
|
|
[215311.475772] EDAC MC0: 424 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.475969] Memory failure: 0x165b98: unhandlable page.
|
|
[215311.512240] mce: [Hardware Error]: Machine check events logged
|
|
[215311.512259] EDAC MC0: 32618 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.548367] mce: [Hardware Error]: Machine check events logged
|
|
[215311.584533] mce: [Hardware Error]: Machine check events logged
|
|
[215311.613287] mce: [Hardware Error]: Machine check events logged
|
|
[215311.613315] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.626125] mce: [Hardware Error]: Machine check events logged
|
|
[215311.626153] EDAC MC0: 15705 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.661609] mce: [Hardware Error]: Machine check events logged
|
|
[215311.661632] EDAC MC0: 145 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.691359] mce: [Hardware Error]: Machine check events logged
|
|
[215311.691386] EDAC MC0: 74 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.715273] mce: [Hardware Error]: Machine check events logged
|
|
[215311.715302] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.743764] mce: [Hardware Error]: Machine check events logged
|
|
[215311.743790] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.771257] mce: [Hardware Error]: Machine check events logged
|
|
[215311.771280] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.785701] mce: [Hardware Error]: Machine check events logged
|
|
[215311.785728] EDAC MC0: 111 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.796200] mce: [Hardware Error]: Machine check events logged
|
|
[215311.796229] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215311.796243] EDAC MC0: 375 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.796495] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215311.821306] mce: [Hardware Error]: Machine check events logged
|
|
[215311.854612] mce: [Hardware Error]: Machine check events logged
|
|
[215311.854633] RAS: Soft-offlining pfn: 0x166dca
|
|
[215311.854644] EDAC MC0: 80 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.854679] Memory failure: 0x166dca: unhandlable page.
|
|
[215311.879626] mce: [Hardware Error]: Machine check events logged
|
|
[215311.879655] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.914242] mce: [Hardware Error]: Machine check events logged
|
|
[215311.914272] EDAC MC0: 924 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215311.961962] mce: [Hardware Error]: Machine check events logged
|
|
[215312.346599] mce: [Hardware Error]: Machine check events logged
|
|
[215312.346688] EDAC MC0: 32655 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215312.586087] mce: [Hardware Error]: Machine check events logged
|
|
[215312.586123] RAS: Soft-offlining pfn: 0x165b98
|
|
[215312.586135] EDAC MC0: 10756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215312.586179] Memory failure: 0x165b98: unhandlable page.
|
|
[215312.779992] mce: [Hardware Error]: Machine check events logged
|
|
[215312.788260] mce: [Hardware Error]: Machine check events logged
|
|
[215312.788275] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215312.788287] EDAC MC0: 526 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215312.788599] Memory failure: 0x80fa98: unhandlable page.
|
|
[215312.863927] mce: [Hardware Error]: Machine check events logged
|
|
[215312.863960] EDAC MC0: 109 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215313.570126] mce: [Hardware Error]: Machine check events logged
|
|
[215313.570146] RAS: Soft-offlining pfn: 0x165b98
|
|
[215313.570157] EDAC MC0: 381 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215313.571065] Memory failure: 0x165b98: unhandlable page.
|
|
[215313.581504] mce: [Hardware Error]: Machine check events logged
|
|
[215313.598115] mce: [Hardware Error]: Machine check events logged
|
|
[215313.598152] EDAC MC0: 418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215313.610057] mce: [Hardware Error]: Machine check events logged
|
|
[215313.627496] mce: [Hardware Error]: Machine check events logged
|
|
[215313.638720] mce: [Hardware Error]: Machine check events logged
|
|
[215313.638754] EDAC MC0: 28904 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215313.651577] mce: [Hardware Error]: Machine check events logged
|
|
[215313.651606] EDAC MC0: 183 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215313.695799] mce: [Hardware Error]: Machine check events logged
|
|
[215313.695832] EDAC MC0: 273 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215314.102350] mce: [Hardware Error]: Machine check events logged
|
|
[215314.102380] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215314.634014] mce: [Hardware Error]: Machine check events logged
|
|
[215314.774921] mce: [Hardware Error]: Machine check events logged
|
|
[215314.776603] EDAC MC0: 1720 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215314.967755] mce: [Hardware Error]: Machine check events logged
|
|
[215314.967794] EDAC MC0: 27287 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215315.441198] mce: [Hardware Error]: Machine check events logged
|
|
[215315.441224] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215315.441236] EDAC MC0: 166 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215315.441745] Memory failure: 0x80fb18: unhandlable page.
|
|
[215315.593977] mce: [Hardware Error]: Machine check events logged
|
|
[215315.768986] mce: [Hardware Error]: Machine check events logged
|
|
[215315.769019] EDAC MC0: 10305 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215315.881849] mce: [Hardware Error]: Machine check events logged
|
|
[215315.995681] mce: [Hardware Error]: Machine check events logged
|
|
[215316.324560] mce: [Hardware Error]: Machine check events logged
|
|
[215316.324580] RAS: Soft-offlining pfn: 0x165b98
|
|
[215316.324593] EDAC MC0: 961 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215316.327178] Memory failure: 0x165b98: unhandlable page.
|
|
[215316.416742] mce: [Hardware Error]: Machine check events logged
|
|
[215316.416778] EDAC MC0: 216 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215316.617157] mce: [Hardware Error]: Machine check events logged
|
|
[215316.617178] EDAC MC0: 82 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215316.617941] mce: [Hardware Error]: Machine check events logged
|
|
[215316.617974] EDAC MC0: 1497 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215316.785293] mce: [Hardware Error]: Machine check events logged
|
|
[215316.785781] RAS: Soft-offlining pfn: 0x80fc04
|
|
[215316.785794] EDAC MC0: 3822 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215316.785835] Memory failure: 0x80fc04: unhandlable page.
|
|
[215316.859602] mce: [Hardware Error]: Machine check events logged
|
|
[215316.859636] EDAC MC0: 29396 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.059273] mce: [Hardware Error]: Machine check events logged
|
|
[215317.059288] RAS: Soft-offlining pfn: 0x2260c6
|
|
[215317.059298] EDAC MC0: 311 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.577907] mce: [Hardware Error]: Machine check events logged
|
|
[215317.577945] EDAC MC0: 28857 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.757514] mce: [Hardware Error]: Machine check events logged
|
|
[215317.757536] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215317.757548] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.757881] Memory failure: 0x80fb98: unhandlable page.
|
|
[215317.769870] mce: [Hardware Error]: Machine check events logged
|
|
[215317.786446] mce: [Hardware Error]: Machine check events logged
|
|
[215317.786468] RAS: Soft-offlining pfn: 0x32000
|
|
[215317.786480] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.786661] Memory failure: 0x32000: unhandlable page.
|
|
[215317.818089] mce: [Hardware Error]: Machine check events logged
|
|
[215317.818121] EDAC MC0: 230 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.835499] mce: [Hardware Error]: Machine check events logged
|
|
[215317.835527] EDAC MC0: 222 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.863366] mce: [Hardware Error]: Machine check events logged
|
|
[215317.863391] EDAC MC0: 281 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.880052] mce: [Hardware Error]: Machine check events logged
|
|
[215317.897888] mce: [Hardware Error]: Machine check events logged
|
|
[215317.897914] EDAC MC0: 585 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.953851] mce: [Hardware Error]: Machine check events logged
|
|
[215317.953885] EDAC MC0: 536 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.979475] mce: [Hardware Error]: Machine check events logged
|
|
[215317.979508] EDAC MC0: 294 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215317.996335] mce: [Hardware Error]: Machine check events logged
|
|
[215318.013759] mce: [Hardware Error]: Machine check events logged
|
|
[215318.013789] EDAC MC0: 702 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.032087] mce: [Hardware Error]: Machine check events logged
|
|
[215318.032113] EDAC MC0: 670 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.048051] mce: [Hardware Error]: Machine check events logged
|
|
[215318.048103] RAS: Soft-offlining pfn: 0x165c88
|
|
[215318.048115] EDAC MC0: 1079 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.050041] Memory failure: 0x165c88: unhandlable page.
|
|
[215318.092561] mce: [Hardware Error]: Machine check events logged
|
|
[215318.092583] RAS: Soft-offlining pfn: 0x166dca
|
|
[215318.092595] EDAC MC0: 32247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.092900] Memory failure: 0x166dca: unhandlable page.
|
|
[215318.107087] mce: [Hardware Error]: Machine check events logged
|
|
[215318.124717] mce: [Hardware Error]: Machine check events logged
|
|
[215318.137292] mce: [Hardware Error]: Machine check events logged
|
|
[215318.137320] EDAC MC0: 1376 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.149734] mce: [Hardware Error]: Machine check events logged
|
|
[215318.149766] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.181879] mce: [Hardware Error]: Machine check events logged
|
|
[215318.601873] mce: [Hardware Error]: Machine check events logged
|
|
[215318.601907] EDAC MC0: 30464 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.782233] mce: [Hardware Error]: Machine check events logged
|
|
[215318.782262] EDAC MC0: 171 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.800072] mce: [Hardware Error]: Machine check events logged
|
|
[215318.800096] EDAC MC0: 139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.823824] mce: [Hardware Error]: Machine check events logged
|
|
[215318.823853] EDAC MC0: 249 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.833404] mce: [Hardware Error]: Machine check events logged
|
|
[215318.837888] mce: [Hardware Error]: Machine check events logged
|
|
[215318.837913] EDAC MC0: 494 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215318.949860] mce: [Hardware Error]: Machine check events logged
|
|
[215318.949886] EDAC MC0: 32622 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215319.077146] mce: [Hardware Error]: Machine check events logged
|
|
[215319.077166] RAS: Soft-offlining pfn: 0x80fb22
|
|
[215319.077179] EDAC MC0: 485 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215319.077602] Memory failure: 0x80fb22: unhandlable page.
|
|
[215319.561844] mce: [Hardware Error]: Machine check events logged
|
|
[215319.561867] RAS: Soft-offlining pfn: 0x80fd98
|
|
[215319.561879] EDAC MC0: 98 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215319.562104] Memory failure: 0x80fd98: unhandlable page.
|
|
[215319.625846] mce: [Hardware Error]: Machine check events logged
|
|
[215319.625879] EDAC MC0: 2460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215319.893080] mce: [Hardware Error]: Machine check events logged
|
|
[215320.383572] mce: [Hardware Error]: Machine check events logged
|
|
[215320.383591] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215320.383601] EDAC MC0: 418 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215320.383796] Memory failure: 0x80fb18: unhandlable page.
|
|
[215320.585801] mce: [Hardware Error]: Machine check events logged
|
|
[215320.585986] EDAC MC0: 12762 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215320.786158] mce: [Hardware Error]: Machine check events logged
|
|
[215320.786177] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215320.786190] EDAC MC0: 32472 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215320.786246] Memory failure: 0x165b9e: unhandlable page.
|
|
[215320.809715] mce: [Hardware Error]: Machine check events logged
|
|
[215320.809749] EDAC MC0: 379 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215320.895395] mce: [Hardware Error]: Machine check events logged
|
|
[215320.895421] EDAC MC0: 244 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215320.910748] mce: [Hardware Error]: Machine check events logged
|
|
[215320.961426] mce: [Hardware Error]: Machine check events logged
|
|
[215321.128771] mce: [Hardware Error]: Machine check events logged
|
|
[215321.128803] EDAC MC0: 638 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215321.162853] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215321.224357] EDID block 0 (tag 0x00) checksum is invalid, remainder is 122
|
|
[215321.277060] mce: [Hardware Error]: Machine check events logged
|
|
[215321.609766] mce: [Hardware Error]: Machine check events logged
|
|
[215321.609803] EDAC MC0: 18315 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215322.288249] mce: [Hardware Error]: Machine check events logged
|
|
[215322.288271] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215322.633719] mce: [Hardware Error]: Machine check events logged
|
|
[215322.633896] RAS: Soft-offlining pfn: 0x166dca
|
|
[215322.633906] EDAC MC0: 12402 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215322.634081] Memory failure: 0x166dca: unhandlable page.
|
|
[215322.771187] mce: [Hardware Error]: Machine check events logged
|
|
[215322.771216] EDAC MC0: 32330 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215322.785081] mce: [Hardware Error]: Machine check events logged
|
|
[215322.785113] EDAC MC0: 181 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.127103] mce: [Hardware Error]: Machine check events logged
|
|
[215323.127125] RAS: Soft-offlining pfn: 0x80fd34
|
|
[215323.127138] EDAC MC0: 21 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.127330] Memory failure: 0x80fd34: unhandlable page.
|
|
[215323.593682] mce: [Hardware Error]: Machine check events logged
|
|
[215323.674964] mce: [Hardware Error]: Machine check events logged
|
|
[215323.674991] EDAC MC0: 18756 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.684032] mce: [Hardware Error]: Machine check events logged
|
|
[215323.699640] mce: [Hardware Error]: Machine check events logged
|
|
[215323.713917] mce: [Hardware Error]: Machine check events logged
|
|
[215323.713945] EDAC MC0: 1018 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.726455] mce: [Hardware Error]: Machine check events logged
|
|
[215323.726473] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215323.726483] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.726687] Memory failure: 0x80fb98: unhandlable page.
|
|
[215323.743191] mce: [Hardware Error]: Machine check events logged
|
|
[215323.743221] EDAC MC0: 163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.753842] mce: [Hardware Error]: Machine check events logged
|
|
[215323.753877] EDAC MC0: 415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.780443] mce: [Hardware Error]: Machine check events logged
|
|
[215323.816856] mce: [Hardware Error]: Machine check events logged
|
|
[215323.816884] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215323.816901] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215323.817240] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215324.159016] mce: [Hardware Error]: Machine check events logged
|
|
[215324.159063] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215324.159082] EDAC MC0: 179 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215324.159269] Memory failure: 0x80fa98: unhandlable page.
|
|
[215324.617647] mce: [Hardware Error]: Machine check events logged
|
|
[215324.617684] EDAC MC0: 24046 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215324.777183] mce: [Hardware Error]: Machine check events logged
|
|
[215324.777207] EDAC MC0: 340 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215324.912091] mce: [Hardware Error]: Machine check events logged
|
|
[215324.912129] EDAC MC0: 352 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215325.519618] mce: [Hardware Error]: Machine check events logged
|
|
[215325.519648] EDAC MC0: 95 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215325.577617] mce: [Hardware Error]: Machine check events logged
|
|
[215325.964016] mce: [Hardware Error]: Machine check events logged
|
|
[215326.117493] mce: [Hardware Error]: Machine check events logged
|
|
[215326.117530] EDAC MC0: 2659 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215326.601589] mce: [Hardware Error]: Machine check events logged
|
|
[215326.601619] RAS: Soft-offlining pfn: 0x165b98
|
|
[215326.601635] EDAC MC0: 26243 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215326.601926] Memory failure: 0x165b98: unhandlable page.
|
|
[215326.775635] mce: [Hardware Error]: Machine check events logged
|
|
[215326.792925] mce: [Hardware Error]: Machine check events logged
|
|
[215327.177141] mce: [Hardware Error]: Machine check events logged
|
|
[215327.207237] mce: [Hardware Error]: Machine check events logged
|
|
[215327.207261] RAS: Soft-offlining pfn: 0x166dca
|
|
[215327.207277] EDAC MC0: 1064 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.207454] Memory failure: 0x166dca: unhandlable page.
|
|
[215327.221526] mce: [Hardware Error]: Machine check events logged
|
|
[215327.238869] mce: [Hardware Error]: Machine check events logged
|
|
[215327.238888] RAS: Soft-offlining pfn: 0x166dca
|
|
[215327.238901] EDAC MC0: 1166 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.239554] Memory failure: 0x166dca: unhandlable page.
|
|
[215327.250905] mce: [Hardware Error]: Machine check events logged
|
|
[215327.250928] RAS: Soft-offlining pfn: 0x80fd34
|
|
[215327.250943] EDAC MC0: 199 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.251058] Memory failure: 0x80fd34: unhandlable page.
|
|
[215327.276431] mce: [Hardware Error]: Machine check events logged
|
|
[215327.276467] EDAC MC0: 391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.290400] mce: [Hardware Error]: Machine check events logged
|
|
[215327.290431] RAS: Soft-offlining pfn: 0x80fa1c
|
|
[215327.290450] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.290629] Memory failure: 0x80fa1c: unhandlable page.
|
|
[215327.328121] mce: [Hardware Error]: Machine check events logged
|
|
[215327.347043] mce: [Hardware Error]: Machine check events logged
|
|
[215327.347069] EDAC MC0: 436 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.386482] mce: [Hardware Error]: Machine check events logged
|
|
[215327.430118] mce: [Hardware Error]: Machine check events logged
|
|
[215327.453657] mce: [Hardware Error]: Machine check events logged
|
|
[215327.453696] EDAC MC0: 1030 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.477894] mce: [Hardware Error]: Machine check events logged
|
|
[215327.477924] RAS: Soft-offlining pfn: 0x80fca2
|
|
[215327.477942] EDAC MC0: 863 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.478554] Memory failure: 0x80fca2: unhandlable page.
|
|
[215327.512730] mce: [Hardware Error]: Machine check events logged
|
|
[215327.512748] RAS: Soft-offlining pfn: 0x80fc9e
|
|
[215327.512758] EDAC MC0: 1 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.512928] Memory failure: 0x80fc9e: unhandlable page.
|
|
[215327.530161] mce: [Hardware Error]: Machine check events logged
|
|
[215327.533732] EDAC MC0: 4127 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.550097] mce: [Hardware Error]: Machine check events logged
|
|
[215327.550128] EDAC MC0: 29584 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.625547] mce: [Hardware Error]: Machine check events logged
|
|
[215327.625583] RAS: Soft-offlining pfn: 0x166dca
|
|
[215327.625593] EDAC MC0: 22189 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.625842] Memory failure: 0x166dca: unhandlable page.
|
|
[215327.678890] mce: [Hardware Error]: Machine check events logged
|
|
[215327.753760] mce: [Hardware Error]: Machine check events logged
|
|
[215327.766679] mce: [Hardware Error]: Machine check events logged
|
|
[215327.787337] mce: [Hardware Error]: Machine check events logged
|
|
[215327.787383] RAS: Soft-offlining pfn: 0x166dca
|
|
[215327.787405] EDAC MC0: 1555 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215327.787572] Memory failure: 0x166dca: unhandlable page.
|
|
[215328.047650] mce: [Hardware Error]: Machine check events logged
|
|
[215328.047680] EDAC MC0: 32613 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215328.585495] mce: [Hardware Error]: Machine check events logged
|
|
[215328.585638] RAS: Soft-offlining pfn: 0x165b98
|
|
[215328.585648] EDAC MC0: 26792 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215328.585678] Memory failure: 0x165b98: unhandlable page.
|
|
[215328.785326] mce: [Hardware Error]: Machine check events logged
|
|
[215328.839216] mce: [Hardware Error]: Machine check events logged
|
|
[215329.609454] mce: [Hardware Error]: Machine check events logged
|
|
[215330.083078] mce: [Hardware Error]: Machine check events logged
|
|
[215330.083102] EDAC MC0: 344 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.132678] mce: [Hardware Error]: Machine check events logged
|
|
[215330.132699] EDAC MC0: 200 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.633415] mce: [Hardware Error]: Machine check events logged
|
|
[215330.633454] EDAC MC0: 31800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.768727] mce: [Hardware Error]: Machine check events logged
|
|
[215330.768754] EDAC MC0: 390 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.785197] mce: [Hardware Error]: Machine check events logged
|
|
[215330.785343] EDAC MC0: 1336 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.948265] mce: [Hardware Error]: Machine check events logged
|
|
[215330.948289] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215330.948299] EDAC MC0: 31904 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.950053] Memory failure: 0x165b9e: unhandlable page.
|
|
[215330.955299] mce: [Hardware Error]: Machine check events logged
|
|
[215330.955327] EDAC MC0: 142 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.968781] mce: [Hardware Error]: Machine check events logged
|
|
[215330.968799] RAS: Soft-offlining pfn: 0x166dca
|
|
[215330.968809] EDAC MC0: 288 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215330.969028] Memory failure: 0x166dca: unhandlable page.
|
|
[215331.084137] mce: [Hardware Error]: Machine check events logged
|
|
[215331.344150] mce: [Hardware Error]: Machine check events logged
|
|
[215331.344172] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215331.433158] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215331.463933] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215331.496848] mce: [Hardware Error]: Machine check events logged
|
|
[215331.496876] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215331.593395] mce: [Hardware Error]: Machine check events logged
|
|
[215331.778011] mce: [Hardware Error]: Machine check events logged
|
|
[215331.778034] EDAC MC0: 16433 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215331.876056] mce: [Hardware Error]: Machine check events logged
|
|
[215332.274732] mce: [Hardware Error]: Machine check events logged
|
|
[215332.274750] RAS: Soft-offlining pfn: 0x165b98
|
|
[215332.274762] EDAC MC0: 626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215332.274972] Memory failure: 0x165b98: unhandlable page.
|
|
[215332.617346] mce: [Hardware Error]: Machine check events logged
|
|
[215332.617380] RAS: Soft-offlining pfn: 0x166dca
|
|
[215332.617395] EDAC MC0: 15640 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215332.617645] Memory failure: 0x166dca: unhandlable page.
|
|
[215332.778635] mce: [Hardware Error]: Machine check events logged
|
|
[215332.778660] EDAC MC0: 304 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215332.796124] mce: [Hardware Error]: Machine check events logged
|
|
[215332.796156] EDAC MC0: 211 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.098607] mce: [Hardware Error]: Machine check events logged
|
|
[215333.577297] mce: [Hardware Error]: Machine check events logged
|
|
[215333.577330] EDAC MC0: 14273 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.766179] mce: [Hardware Error]: Machine check events logged
|
|
[215333.766212] EDAC MC0: 366 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.779521] mce: [Hardware Error]: Machine check events logged
|
|
[215333.779543] EDAC MC0: 146 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.792521] mce: [Hardware Error]: Machine check events logged
|
|
[215333.794902] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215333.794915] EDAC MC0: 5828 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.795108] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215333.807143] mce: [Hardware Error]: Machine check events logged
|
|
[215333.807157] RAS: Soft-offlining pfn: 0x166dca
|
|
[215333.807165] EDAC MC0: 27386 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.807353] Memory failure: 0x166dca: unhandlable page.
|
|
[215333.822047] mce: [Hardware Error]: Machine check events logged
|
|
[215333.822070] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215333.822084] EDAC MC0: 398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.822309] Memory failure: 0x80fa98: unhandlable page.
|
|
[215333.833350] mce: [Hardware Error]: Machine check events logged
|
|
[215333.844078] mce: [Hardware Error]: Machine check events logged
|
|
[215333.844099] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.895069] mce: [Hardware Error]: Machine check events logged
|
|
[215333.895084] RAS: Soft-offlining pfn: 0x80fa1c
|
|
[215333.895095] EDAC MC0: 233 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215333.895511] Memory failure: 0x80fa1c: unhandlable page.
|
|
[215334.129290] mce: [Hardware Error]: Machine check events logged
|
|
[215334.129319] EDAC MC0: 55 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215334.601271] mce: [Hardware Error]: Machine check events logged
|
|
[215334.601299] RAS: Soft-offlining pfn: 0x165a08
|
|
[215334.601312] EDAC MC0: 21820 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215334.601499] Memory failure: 0x165a08: unhandlable page.
|
|
[215334.780656] mce: [Hardware Error]: Machine check events logged
|
|
[215334.824383] mce: [Hardware Error]: Machine check events logged
|
|
[215335.397734] mce: [Hardware Error]: Machine check events logged
|
|
[215335.625237] mce: [Hardware Error]: Machine check events logged
|
|
[215335.625278] EDAC MC0: 29224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215335.784834] mce: [Hardware Error]: Machine check events logged
|
|
[215335.784852] RAS: Soft-offlining pfn: 0x166dca
|
|
[215335.784864] EDAC MC0: 373 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215335.785095] Memory failure: 0x166dca: unhandlable page.
|
|
[215335.824318] mce: [Hardware Error]: Machine check events logged
|
|
[215335.957734] mce: [Hardware Error]: Machine check events logged
|
|
[215336.078252] mce: [Hardware Error]: Machine check events logged
|
|
[215336.305736] mce: [Hardware Error]: Machine check events logged
|
|
[215336.305762] RAS: Soft-offlining pfn: 0x166dca
|
|
[215336.305778] EDAC MC0: 16754 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215336.305904] Memory failure: 0x166dca: unhandlable page.
|
|
[215336.585195] mce: [Hardware Error]: Machine check events logged
|
|
[215336.781299] mce: [Hardware Error]: Machine check events logged
|
|
[215336.781509] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215336.781522] EDAC MC0: 21458 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215336.781552] Memory failure: 0x80fd18: unhandlable page.
|
|
[215336.797575] mce: [Hardware Error]: Machine check events logged
|
|
[215337.170735] mce: [Hardware Error]: Machine check events logged
|
|
[215337.170759] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215337.170775] EDAC MC0: 32434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.170970] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215337.609375] mce: [Hardware Error]: Machine check events logged
|
|
[215337.609407] RAS: Soft-offlining pfn: 0x165b98
|
|
[215337.609419] EDAC MC0: 27044 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.609445] Memory failure: 0x165b98: unhandlable page.
|
|
[215337.711880] mce: [Hardware Error]: Machine check events logged
|
|
[215337.726244] mce: [Hardware Error]: Machine check events logged
|
|
[215337.726268] RAS: Soft-offlining pfn: 0x166dca
|
|
[215337.726284] EDAC MC0: 729 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.726552] Memory failure: 0x166dca: unhandlable page.
|
|
[215337.749468] mce: [Hardware Error]: Machine check events logged
|
|
[215337.771173] mce: [Hardware Error]: Machine check events logged
|
|
[215337.771214] EDAC MC0: 1218 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.788892] mce: [Hardware Error]: Machine check events logged
|
|
[215337.788924] EDAC MC0: 231 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.805473] mce: [Hardware Error]: Machine check events logged
|
|
[215337.805506] EDAC MC0: 930 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.811371] mce: [Hardware Error]: Machine check events logged
|
|
[215337.814551] EDAC MC0: 20977 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.829046] mce: [Hardware Error]: Machine check events logged
|
|
[215337.829080] EDAC MC0: 27800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.847097] mce: [Hardware Error]: Machine check events logged
|
|
[215337.863872] mce: [Hardware Error]: Machine check events logged
|
|
[215337.883980] mce: [Hardware Error]: Machine check events logged
|
|
[215337.884014] EDAC MC0: 1335 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.901202] mce: [Hardware Error]: Machine check events logged
|
|
[215337.927330] mce: [Hardware Error]: Machine check events logged
|
|
[215337.939517] mce: [Hardware Error]: Machine check events logged
|
|
[215337.939545] EDAC MC0: 539 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.962487] mce: [Hardware Error]: Machine check events logged
|
|
[215337.962512] EDAC MC0: 864 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.984339] mce: [Hardware Error]: Machine check events logged
|
|
[215337.984368] RAS: Soft-offlining pfn: 0x166dca
|
|
[215337.984383] EDAC MC0: 32662 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215337.985165] Memory failure: 0x166dca: unhandlable page.
|
|
[215338.010867] mce: [Hardware Error]: Machine check events logged
|
|
[215338.010893] EDAC MC0: 386 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215338.026538] mce: [Hardware Error]: Machine check events logged
|
|
[215338.026569] EDAC MC0: 485 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215338.265124] mce: [Hardware Error]: Machine check events logged
|
|
[215338.265170] EDAC MC0: 176 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215338.633115] mce: [Hardware Error]: Machine check events logged
|
|
[215338.780117] mce: [Hardware Error]: Machine check events logged
|
|
[215338.780142] EDAC MC0: 27312 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215338.810325] mce: [Hardware Error]: Machine check events logged
|
|
[215338.810346] RAS: Soft-offlining pfn: 0x80fc18
|
|
[215338.810360] EDAC MC0: 303 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215338.810824] Memory failure: 0x80fc18: unhandlable page.
|
|
[215339.197692] mce: [Hardware Error]: Machine check events logged
|
|
[215339.593132] mce: [Hardware Error]: Machine check events logged
|
|
[215339.593164] RAS: Soft-offlining pfn: 0x166dca
|
|
[215339.593179] EDAC MC0: 13570 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215339.593378] Memory failure: 0x166dca: unhandlable page.
|
|
[215339.784251] mce: [Hardware Error]: Machine check events logged
|
|
[215339.948950] mce: [Hardware Error]: Machine check events logged
|
|
[215339.948994] EDAC MC0: 667 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215340.500786] mce: [Hardware Error]: Machine check events logged
|
|
[215340.500820] EDAC MC0: 314 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215340.617061] mce: [Hardware Error]: Machine check events logged
|
|
[215340.617093] RAS: Soft-offlining pfn: 0x166dca
|
|
[215340.617105] EDAC MC0: 16245 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215340.617199] Memory failure: 0x166dca: unhandlable page.
|
|
[215340.782117] mce: [Hardware Error]: Machine check events logged
|
|
[215340.782147] EDAC MC0: 308 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215340.800103] mce: [Hardware Error]: Machine check events logged
|
|
[215340.800131] EDAC MC0: 523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215340.988908] mce: [Hardware Error]: Machine check events logged
|
|
[215341.000034] mce: [Hardware Error]: Machine check events logged
|
|
[215341.014923] mce: [Hardware Error]: Machine check events logged
|
|
[215341.014942] RAS: Soft-offlining pfn: 0x166dca
|
|
[215341.014954] EDAC MC0: 942 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215341.015158] Memory failure: 0x166dca: unhandlable page.
|
|
[215341.213026] mce: [Hardware Error]: Machine check events logged
|
|
[215341.213058] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215341.576998] mce: [Hardware Error]: Machine check events logged
|
|
[215341.577035] EDAC MC0: 23115 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215341.577526] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215341.579120] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215341.581688] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215341.704638] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215341.707138] mce: [Hardware Error]: Machine check events logged
|
|
[215341.707169] EDAC MC0: 32709 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215341.862483] mce: [Hardware Error]: Machine check events logged
|
|
[215341.862511] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.421152] mce: [Hardware Error]: Machine check events logged
|
|
[215342.421186] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.600958] mce: [Hardware Error]: Machine check events logged
|
|
[215342.637895] mce: [Hardware Error]: Machine check events logged
|
|
[215342.670248] mce: [Hardware Error]: Machine check events logged
|
|
[215342.670271] EDAC MC0: 7468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.700870] mce: [Hardware Error]: Machine check events logged
|
|
[215342.700894] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215342.700905] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.701023] Memory failure: 0x80fb18: unhandlable page.
|
|
[215342.737062] mce: [Hardware Error]: Machine check events logged
|
|
[215342.737085] EDAC MC0: 32733 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.770797] mce: [Hardware Error]: Machine check events logged
|
|
[215342.770812] RAS: Soft-offlining pfn: 0x80fa18
|
|
[215342.770820] EDAC MC0: 142 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.771026] Memory failure: 0x80fa18: unhandlable page.
|
|
[215342.778490] mce: [Hardware Error]: Machine check events logged
|
|
[215342.778509] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.791997] mce: [Hardware Error]: Machine check events logged
|
|
[215342.792048] EDAC MC0: 752 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.822430] mce: [Hardware Error]: Machine check events logged
|
|
[215342.852757] mce: [Hardware Error]: Machine check events logged
|
|
[215342.852778] RAS: Soft-offlining pfn: 0x166dca
|
|
[215342.852791] EDAC MC0: 32530 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.852864] Memory failure: 0x166dca: unhandlable page.
|
|
[215342.887035] mce: [Hardware Error]: Machine check events logged
|
|
[215342.926972] mce: [Hardware Error]: Machine check events logged
|
|
[215342.926991] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215342.927002] EDAC MC0: 98 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.927033] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215342.962321] mce: [Hardware Error]: Machine check events logged
|
|
[215342.962341] RAS: Soft-offlining pfn: 0x80fd34
|
|
[215342.962351] EDAC MC0: 32738 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215342.962385] Memory failure: 0x80fd34: unhandlable page.
|
|
[215342.992406] mce: [Hardware Error]: Machine check events logged
|
|
[215342.992429] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.030049] mce: [Hardware Error]: Machine check events logged
|
|
[215343.030071] RAS: Soft-offlining pfn: 0x80fab4
|
|
[215343.030083] EDAC MC0: 32735 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.030120] Memory failure: 0x80fab4: unhandlable page.
|
|
[215343.060881] mce: [Hardware Error]: Machine check events logged
|
|
[215343.092646] mce: [Hardware Error]: Machine check events logged
|
|
[215343.119907] mce: [Hardware Error]: Machine check events logged
|
|
[215343.119925] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.159210] mce: [Hardware Error]: Machine check events logged
|
|
[215343.159229] RAS: Soft-offlining pfn: 0x80fc84
|
|
[215343.159240] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.159275] Memory failure: 0x80fc84: unhandlable page.
|
|
[215343.188746] mce: [Hardware Error]: Machine check events logged
|
|
[215343.188775] EDAC MC0: 72 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.222896] mce: [Hardware Error]: Machine check events logged
|
|
[215343.222922] EDAC MC0: 44 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.248408] mce: [Hardware Error]: Machine check events logged
|
|
[215343.248435] EDAC MC0: 247 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.283534] mce: [Hardware Error]: Machine check events logged
|
|
[215343.283559] EDAC MC0: 53 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.327999] mce: [Hardware Error]: Machine check events logged
|
|
[215343.328021] EDAC MC0: 24 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.356909] mce: [Hardware Error]: Machine check events logged
|
|
[215343.356935] EDAC MC0: 23 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.389547] mce: [Hardware Error]: Machine check events logged
|
|
[215343.389569] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.415430] mce: [Hardware Error]: Machine check events logged
|
|
[215343.415451] EDAC MC0: 32764 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.447811] mce: [Hardware Error]: Machine check events logged
|
|
[215343.447838] EDAC MC0: 27 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.473942] mce: [Hardware Error]: Machine check events logged
|
|
[215343.473962] EDAC MC0: 7 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.506291] mce: [Hardware Error]: Machine check events logged
|
|
[215343.506314] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.624939] mce: [Hardware Error]: Machine check events logged
|
|
[215343.785373] mce: [Hardware Error]: Machine check events logged
|
|
[215343.785393] RAS: Soft-offlining pfn: 0x166dca
|
|
[215343.785405] EDAC MC0: 12415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.785619] Memory failure: 0x166dca: unhandlable page.
|
|
[215343.860844] mce: [Hardware Error]: Machine check events logged
|
|
[215343.860873] EDAC MC0: 264 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.873245] mce: [Hardware Error]: Machine check events logged
|
|
[215343.873276] EDAC MC0: 339 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.887873] mce: [Hardware Error]: Machine check events logged
|
|
[215343.901330] mce: [Hardware Error]: Machine check events logged
|
|
[215343.901356] EDAC MC0: 632 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.917917] mce: [Hardware Error]: Machine check events logged
|
|
[215343.917953] EDAC MC0: 493 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.927959] mce: [Hardware Error]: Machine check events logged
|
|
[215343.939119] mce: [Hardware Error]: Machine check events logged
|
|
[215343.939144] EDAC MC0: 362 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215343.949924] mce: [Hardware Error]: Machine check events logged
|
|
[215343.949948] EDAC MC0: 326 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215344.200229] mce: [Hardware Error]: Machine check events logged
|
|
[215344.200262] EDAC MC0: 32721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215344.584889] mce: [Hardware Error]: Machine check events logged
|
|
[215344.782881] mce: [Hardware Error]: Machine check events logged
|
|
[215344.782902] RAS: Soft-offlining pfn: 0x80fc22
|
|
[215344.782915] EDAC MC0: 21409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215344.783311] Memory failure: 0x80fc22: unhandlable page.
|
|
[215344.867010] mce: [Hardware Error]: Machine check events logged
|
|
[215344.867045] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215345.548210] mce: [Hardware Error]: Machine check events logged
|
|
[215345.548233] RAS: Soft-offlining pfn: 0x166dca
|
|
[215345.548247] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215345.548459] Memory failure: 0x166dca: unhandlable page.
|
|
[215345.608887] mce: [Hardware Error]: Machine check events logged
|
|
[215345.608922] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215345.608932] EDAC MC0: 4267 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215345.609137] Memory failure: 0x165b9e: unhandlable page.
|
|
[215346.023065] mce: [Hardware Error]: Machine check events logged
|
|
[215346.166619] mce: [Hardware Error]: Machine check events logged
|
|
[215346.619303] mce: [Hardware Error]: Machine check events logged
|
|
[215346.619336] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215346.632806] mce: [Hardware Error]: Machine check events logged
|
|
[215346.632972] EDAC MC0: 4140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215346.782719] mce: [Hardware Error]: Machine check events logged
|
|
[215346.782744] EDAC MC0: 32348 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215346.839076] mce: [Hardware Error]: Machine check events logged
|
|
[215346.839109] RAS: Soft-offlining pfn: 0x165b98
|
|
[215346.839123] EDAC MC0: 167 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215346.839321] Memory failure: 0x165b98: unhandlable page.
|
|
[215347.050883] mce: [Hardware Error]: Machine check events logged
|
|
[215347.052078] EDAC MC0: 8092 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.066955] mce: [Hardware Error]: Machine check events logged
|
|
[215347.083847] mce: [Hardware Error]: Machine check events logged
|
|
[215347.083956] EDAC MC0: 25600 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.119359] mce: [Hardware Error]: Machine check events logged
|
|
[215347.134226] mce: [Hardware Error]: Machine check events logged
|
|
[215347.134278] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215347.134291] EDAC MC0: 486 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.134469] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215347.165466] mce: [Hardware Error]: Machine check events logged
|
|
[215347.165504] EDAC MC0: 143 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.185799] mce: [Hardware Error]: Machine check events logged
|
|
[215347.202740] mce: [Hardware Error]: Machine check events logged
|
|
[215347.218069] mce: [Hardware Error]: Machine check events logged
|
|
[215347.218110] EDAC MC0: 1268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.233230] mce: [Hardware Error]: Machine check events logged
|
|
[215347.233255] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.246835] mce: [Hardware Error]: Machine check events logged
|
|
[215347.246877] EDAC MC0: 547 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.262324] mce: [Hardware Error]: Machine check events logged
|
|
[215347.262353] EDAC MC0: 317 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.271362] mce: [Hardware Error]: Machine check events logged
|
|
[215347.271399] EDAC MC0: 370 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.288309] mce: [Hardware Error]: Machine check events logged
|
|
[215347.288341] EDAC MC0: 933 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.308950] mce: [Hardware Error]: Machine check events logged
|
|
[215347.353723] mce: [Hardware Error]: Machine check events logged
|
|
[215347.353752] EDAC MC0: 582 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.370252] mce: [Hardware Error]: Machine check events logged
|
|
[215347.370283] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215347.370299] EDAC MC0: 898 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.371006] Memory failure: 0x80fb98: unhandlable page.
|
|
[215347.383842] mce: [Hardware Error]: Machine check events logged
|
|
[215347.403618] mce: [Hardware Error]: Machine check events logged
|
|
[215347.403642] RAS: Soft-offlining pfn: 0x166dca
|
|
[215347.403657] EDAC MC0: 974 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.403937] Memory failure: 0x166dca: unhandlable page.
|
|
[215347.432681] mce: [Hardware Error]: Machine check events logged
|
|
[215347.484236] mce: [Hardware Error]: Machine check events logged
|
|
[215347.592771] mce: [Hardware Error]: Machine check events logged
|
|
[215347.592810] EDAC MC0: 8279 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.787887] mce: [Hardware Error]: Machine check events logged
|
|
[215347.787921] EDAC MC0: 221 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215347.880127] mce: [Hardware Error]: Machine check events logged
|
|
[215347.880168] EDAC MC0: 304 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.201863] mce: [Hardware Error]: Machine check events logged
|
|
[215348.201895] EDAC MC0: 198 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.612305] mce: [Hardware Error]: Machine check events logged
|
|
[215348.612330] EDAC MC0: 245 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.616738] mce: [Hardware Error]: Machine check events logged
|
|
[215348.616766] EDAC MC0: 758 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.780719] mce: [Hardware Error]: Machine check events logged
|
|
[215348.780742] RAS: Soft-offlining pfn: 0x80fd98
|
|
[215348.780752] EDAC MC0: 484 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.780929] Memory failure: 0x80fd98: unhandlable page.
|
|
[215348.797196] mce: [Hardware Error]: Machine check events logged
|
|
[215348.797216] RAS: Soft-offlining pfn: 0x166dca
|
|
[215348.797228] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215348.797451] Memory failure: 0x166dca: unhandlable page.
|
|
[215349.206069] mce: [Hardware Error]: Machine check events logged
|
|
[215349.206130] RAS: Soft-offlining pfn: 0x80fc18
|
|
[215349.206141] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215349.206169] Memory failure: 0x80fc18: unhandlable page.
|
|
[215349.576840] mce: [Hardware Error]: Machine check events logged
|
|
[215349.576880] EDAC MC0: 19586 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215350.092409] mce: [Hardware Error]: Machine check events logged
|
|
[215350.600660] mce: [Hardware Error]: Machine check events logged
|
|
[215350.600688] EDAC MC0: 32694 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215350.772613] mce: [Hardware Error]: Machine check events logged
|
|
[215350.772632] RAS: Soft-offlining pfn: 0x166dca
|
|
[215350.772649] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215350.772732] Memory failure: 0x166dca: unhandlable page.
|
|
[215350.793953] mce: [Hardware Error]: Machine check events logged
|
|
[215350.793977] EDAC MC0: 112 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215351.039714] mce: [Hardware Error]: Machine check events logged
|
|
[215351.048522] mce: [Hardware Error]: Machine check events logged
|
|
[215351.064377] mce: [Hardware Error]: Machine check events logged
|
|
[215351.064444] EDAC MC0: 1348 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215351.282753] mce: [Hardware Error]: Machine check events logged
|
|
[215351.624629] mce: [Hardware Error]: Machine check events logged
|
|
[215351.624667] EDAC MC0: 24839 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215351.792927] mce: [Hardware Error]: Machine check events logged
|
|
[215351.792957] EDAC MC0: 415 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215351.817150] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215351.820040] mce: [Hardware Error]: Machine check events logged
|
|
[215351.821669] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215351.898512] mce: [Hardware Error]: Machine check events logged
|
|
[215351.898531] RAS: Soft-offlining pfn: 0x166dca
|
|
[215351.898541] EDAC MC0: 442 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215351.898825] Memory failure: 0x166dca: unhandlable page.
|
|
[215351.944654] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215352.025283] mce: [Hardware Error]: Machine check events logged
|
|
[215352.584589] mce: [Hardware Error]: Machine check events logged
|
|
[215352.584630] EDAC MC0: 25794 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215352.783518] mce: [Hardware Error]: Machine check events logged
|
|
[215352.799935] mce: [Hardware Error]: Machine check events logged
|
|
[215352.956684] mce: [Hardware Error]: Machine check events logged
|
|
[215352.956711] EDAC MC0: 1155 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215352.969508] mce: [Hardware Error]: Machine check events logged
|
|
[215352.969539] EDAC MC0: 259 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215352.984341] mce: [Hardware Error]: Machine check events logged
|
|
[215352.984368] EDAC MC0: 334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215352.999284] mce: [Hardware Error]: Machine check events logged
|
|
[215352.999581] EDAC MC0: 2049 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.014974] mce: [Hardware Error]: Machine check events logged
|
|
[215353.015002] EDAC MC0: 31434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.025855] mce: [Hardware Error]: Machine check events logged
|
|
[215353.025879] EDAC MC0: 519 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.036586] mce: [Hardware Error]: Machine check events logged
|
|
[215353.036876] EDAC MC0: 2666 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.099850] mce: [Hardware Error]: Machine check events logged
|
|
[215353.099878] EDAC MC0: 30953 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.281031] mce: [Hardware Error]: Machine check events logged
|
|
[215353.281061] EDAC MC0: 32363 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.542409] mce: [Hardware Error]: Machine check events logged
|
|
[215353.542429] RAS: Soft-offlining pfn: 0x165b98
|
|
[215353.542437] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215353.542833] Memory failure: 0x165b98: unhandlable page.
|
|
[215353.608549] mce: [Hardware Error]: Machine check events logged
|
|
[215354.452476] mce: [Hardware Error]: Machine check events logged
|
|
[215354.452496] EDAC MC0: 5693 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215354.632511] mce: [Hardware Error]: Machine check events logged
|
|
[215354.632543] EDAC MC0: 5352 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215354.769645] mce: [Hardware Error]: Machine check events logged
|
|
[215354.769662] RAS: Soft-offlining pfn: 0x166dca
|
|
[215354.769672] EDAC MC0: 404 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215354.769702] Memory failure: 0x166dca: unhandlable page.
|
|
[215354.785800] mce: [Hardware Error]: Machine check events logged
|
|
[215355.161194] mce: [Hardware Error]: Machine check events logged
|
|
[215355.161221] EDAC MC0: 319 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215355.592475] mce: [Hardware Error]: Machine check events logged
|
|
[215355.592512] EDAC MC0: 18013 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215355.789551] mce: [Hardware Error]: Machine check events logged
|
|
[215355.789577] EDAC MC0: 263 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215356.047245] mce: [Hardware Error]: Machine check events logged
|
|
[215356.047270] RAS: Soft-offlining pfn: 0x166dca
|
|
[215356.047287] EDAC MC0: 337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215356.047528] Memory failure: 0x166dca: unhandlable page.
|
|
[215356.284154] mce: [Hardware Error]: Machine check events logged
|
|
[215356.284205] RAS: Soft-offlining pfn: 0x80fc9c
|
|
[215356.284223] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215356.284324] Memory failure: 0x80fc9c: unhandlable page.
|
|
[215356.384993] mce: [Hardware Error]: Machine check events logged
|
|
[215356.616489] mce: [Hardware Error]: Machine check events logged
|
|
[215356.785128] mce: [Hardware Error]: Machine check events logged
|
|
[215356.901820] mce: [Hardware Error]: Machine check events logged
|
|
[215356.901845] EDAC MC0: 12434 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.450994] mce: [Hardware Error]: Machine check events logged
|
|
[215357.451018] RAS: Soft-offlining pfn: 0x165b98
|
|
[215357.451031] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.451281] Memory failure: 0x165b98: unhandlable page.
|
|
[215357.473252] mce: [Hardware Error]: Machine check events logged
|
|
[215357.473275] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.493599] mce: [Hardware Error]: Machine check events logged
|
|
[215357.493625] EDAC MC0: 532 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.512811] mce: [Hardware Error]: Machine check events logged
|
|
[215357.512830] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215357.512841] EDAC MC0: 395 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.513195] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215357.530410] mce: [Hardware Error]: Machine check events logged
|
|
[215357.530433] RAS: Soft-offlining pfn: 0x166dca
|
|
[215357.530446] EDAC MC0: 301 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.531247] Memory failure: 0x166dca: unhandlable page.
|
|
[215357.548110] mce: [Hardware Error]: Machine check events logged
|
|
[215357.548141] EDAC MC0: 561 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.568318] mce: [Hardware Error]: Machine check events logged
|
|
[215357.576402] mce: [Hardware Error]: Machine check events logged
|
|
[215357.576431] RAS: Soft-offlining pfn: 0x166dca
|
|
[215357.576447] EDAC MC0: 15060 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.576717] Memory failure: 0x166dca: unhandlable page.
|
|
[215357.591460] mce: [Hardware Error]: Machine check events logged
|
|
[215357.614885] mce: [Hardware Error]: Machine check events logged
|
|
[215357.630761] mce: [Hardware Error]: Machine check events logged
|
|
[215357.680531] mce: [Hardware Error]: Machine check events logged
|
|
[215357.680569] EDAC MC0: 1599 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.696170] mce: [Hardware Error]: Machine check events logged
|
|
[215357.713856] mce: [Hardware Error]: Machine check events logged
|
|
[215357.730319] mce: [Hardware Error]: Machine check events logged
|
|
[215357.730344] EDAC MC0: 1074 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.761473] mce: [Hardware Error]: Machine check events logged
|
|
[215357.781407] mce: [Hardware Error]: Machine check events logged
|
|
[215357.781430] RAS: Soft-offlining pfn: 0x166dca
|
|
[215357.781444] EDAC MC0: 253 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.781939] Memory failure: 0x166dca: unhandlable page.
|
|
[215357.820688] mce: [Hardware Error]: Machine check events logged
|
|
[215357.820713] EDAC MC0: 31 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215357.962593] mce: [Hardware Error]: Machine check events logged
|
|
[215358.482190] mce: [Hardware Error]: Machine check events logged
|
|
[215358.482219] EDAC MC0: 136 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215358.600362] mce: [Hardware Error]: Machine check events logged
|
|
[215358.600392] RAS: Soft-offlining pfn: 0x80fa1c
|
|
[215358.600404] EDAC MC0: 12871 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215358.600561] Memory failure: 0x80fa1c: unhandlable page.
|
|
[215358.784172] mce: [Hardware Error]: Machine check events logged
|
|
[215358.800901] mce: [Hardware Error]: Machine check events logged
|
|
[215358.800925] EDAC MC0: 646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215359.145661] mce: [Hardware Error]: Machine check events logged
|
|
[215359.145690] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215359.624326] mce: [Hardware Error]: Machine check events logged
|
|
[215359.624369] EDAC MC0: 19027 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215359.795299] mce: [Hardware Error]: Machine check events logged
|
|
[215359.795331] EDAC MC0: 262 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215360.094756] mce: [Hardware Error]: Machine check events logged
|
|
[215360.584287] mce: [Hardware Error]: Machine check events logged
|
|
[215360.584332] EDAC MC0: 15800 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215360.786905] mce: [Hardware Error]: Machine check events logged
|
|
[215360.786925] RAS: Soft-offlining pfn: 0x166dca
|
|
[215360.786935] EDAC MC0: 282 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215360.787123] Memory failure: 0x166dca: unhandlable page.
|
|
[215360.832380] mce: [Hardware Error]: Machine check events logged
|
|
[215360.832412] EDAC MC0: 399 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215361.044293] mce: [Hardware Error]: Machine check events logged
|
|
[215361.090385] mce: [Hardware Error]: Machine check events logged
|
|
[215361.090414] EDAC MC0: 165 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215361.099010] mce: [Hardware Error]: Machine check events logged
|
|
[215361.099034] EDAC MC0: 272 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215361.115846] mce: [Hardware Error]: Machine check events logged
|
|
[215361.360453] mce: [Hardware Error]: Machine check events logged
|
|
[215361.360484] EDAC MC0: 480 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215361.584446] mce: [Hardware Error]: Machine check events logged
|
|
[215361.608248] mce: [Hardware Error]: Machine check events logged
|
|
[215362.064209] mce: [Hardware Error]: Machine check events logged
|
|
[215362.068231] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215362.068242] EDAC MC0: 2359 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215362.068394] Memory failure: 0x80fb18: unhandlable page.
|
|
[215362.182824] EDID block 0 (tag 0x00) checksum is invalid, remainder is 78
|
|
[215362.221456] mce: [Hardware Error]: Machine check events logged
|
|
[215362.222232] EDAC MC0: 32270 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215362.632233] mce: [Hardware Error]: Machine check events logged
|
|
[215362.632272] EDAC MC0: 29929 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215362.774747] mce: [Hardware Error]: Machine check events logged
|
|
[215362.774769] EDAC MC0: 275 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215362.912301] mce: [Hardware Error]: Machine check events logged
|
|
[215362.912332] EDAC MC0: 534 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.055510] mce: [Hardware Error]: Machine check events logged
|
|
[215363.055526] RAS: Soft-offlining pfn: 0x165b98
|
|
[215363.055537] EDAC MC0: 87 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.056214] Memory failure: 0x165b98: unhandlable page.
|
|
[215363.068992] mce: [Hardware Error]: Machine check events logged
|
|
[215363.082985] mce: [Hardware Error]: Machine check events logged
|
|
[215363.083009] RAS: Soft-offlining pfn: 0x80fcb4
|
|
[215363.083025] EDAC MC0: 714 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.083880] Memory failure: 0x80fcb4: unhandlable page.
|
|
[215363.093458] mce: [Hardware Error]: Machine check events logged
|
|
[215363.093477] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.109109] mce: [Hardware Error]: Machine check events logged
|
|
[215363.120711] mce: [Hardware Error]: Machine check events logged
|
|
[215363.120734] EDAC MC0: 709 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.133250] mce: [Hardware Error]: Machine check events logged
|
|
[215363.133268] RAS: Soft-offlining pfn: 0x166dca
|
|
[215363.133279] EDAC MC0: 371 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.133914] Memory failure: 0x166dca: unhandlable page.
|
|
[215363.148188] mce: [Hardware Error]: Machine check events logged
|
|
[215363.148219] EDAC MC0: 32718 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.268309] mce: [Hardware Error]: Machine check events logged
|
|
[215363.284652] mce: [Hardware Error]: Machine check events logged
|
|
[215363.292723] mce: [Hardware Error]: Machine check events logged
|
|
[215363.299259] mce: [Hardware Error]: Machine check events logged
|
|
[215363.299288] EDAC MC0: 1833 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.302456] mce: [Hardware Error]: Machine check events logged
|
|
[215363.306275] mce: [Hardware Error]: Machine check events logged
|
|
[215363.306299] EDAC MC0: 457 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.309189] mce: [Hardware Error]: Machine check events logged
|
|
[215363.309207] EDAC MC0: 261 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.316440] mce: [Hardware Error]: Machine check events logged
|
|
[215363.316467] EDAC MC0: 523 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.325267] mce: [Hardware Error]: Machine check events logged
|
|
[215363.325290] RAS: Soft-offlining pfn: 0x165d34
|
|
[215363.325299] EDAC MC0: 505 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.326219] Memory failure: 0x165d34: unhandlable page.
|
|
[215363.330449] mce: [Hardware Error]: Machine check events logged
|
|
[215363.330469] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.338267] mce: [Hardware Error]: Machine check events logged
|
|
[215363.338296] EDAC MC0: 924 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.341311] mce: [Hardware Error]: Machine check events logged
|
|
[215363.366871] mce: [Hardware Error]: Machine check events logged
|
|
[215363.366898] EDAC MC0: 333 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.592196] mce: [Hardware Error]: Machine check events logged
|
|
[215363.783515] mce: [Hardware Error]: Machine check events logged
|
|
[215363.783543] RAS: Soft-offlining pfn: 0x166dca
|
|
[215363.783557] EDAC MC0: 13985 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.783760] Memory failure: 0x166dca: unhandlable page.
|
|
[215363.895474] mce: [Hardware Error]: Machine check events logged
|
|
[215363.895511] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215363.895521] EDAC MC0: 618 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215363.895695] Memory failure: 0x80fa98: unhandlable page.
|
|
[215364.335136] mce: [Hardware Error]: Machine check events logged
|
|
[215364.335162] EDAC MC0: 32475 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215364.616161] mce: [Hardware Error]: Machine check events logged
|
|
[215364.788866] mce: [Hardware Error]: Machine check events logged
|
|
[215364.870791] mce: [Hardware Error]: Machine check events logged
|
|
[215364.870826] EDAC MC0: 10982 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215365.576111] mce: [Hardware Error]: Machine check events logged
|
|
[215366.109519] mce: [Hardware Error]: Machine check events logged
|
|
[215366.109545] EDAC MC0: 32701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215366.460603] mce: [Hardware Error]: Machine check events logged
|
|
[215366.600059] mce: [Hardware Error]: Machine check events logged
|
|
[215366.600097] RAS: Soft-offlining pfn: 0x165b98
|
|
[215366.600116] EDAC MC0: 16562 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215366.600319] Memory failure: 0x165b98: unhandlable page.
|
|
[215366.777911] mce: [Hardware Error]: Machine check events logged
|
|
[215366.777936] EDAC MC0: 495 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215366.921600] mce: [Hardware Error]: Machine check events logged
|
|
[215366.921630] EDAC MC0: 112 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.624029] mce: [Hardware Error]: Machine check events logged
|
|
[215367.797084] mce: [Hardware Error]: Machine check events logged
|
|
[215367.797103] RAS: Soft-offlining pfn: 0x166dca
|
|
[215367.797115] EDAC MC0: 22224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.797297] Memory failure: 0x166dca: unhandlable page.
|
|
[215367.843792] mce: [Hardware Error]: Machine check events logged
|
|
[215367.843826] EDAC MC0: 630 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.863108] mce: [Hardware Error]: Machine check events logged
|
|
[215367.863125] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215367.863137] EDAC MC0: 267 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.863339] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215367.882800] mce: [Hardware Error]: Machine check events logged
|
|
[215367.904369] mce: [Hardware Error]: Machine check events logged
|
|
[215367.904408] EDAC MC0: 711 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.926353] mce: [Hardware Error]: Machine check events logged
|
|
[215367.926383] EDAC MC0: 638 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.933498] mce: [Hardware Error]: Machine check events logged
|
|
[215367.933517] EDAC MC0: 236 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.961296] mce: [Hardware Error]: Machine check events logged
|
|
[215367.961323] EDAC MC0: 32446 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215367.975151] mce: [Hardware Error]: Machine check events logged
|
|
[215367.975180] EDAC MC0: 559 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.014866] mce: [Hardware Error]: Machine check events logged
|
|
[215368.032713] mce: [Hardware Error]: Machine check events logged
|
|
[215368.032737] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.051867] mce: [Hardware Error]: Machine check events logged
|
|
[215368.051891] EDAC MC0: 391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.076001] mce: [Hardware Error]: Machine check events logged
|
|
[215368.098668] mce: [Hardware Error]: Machine check events logged
|
|
[215368.098698] RAS: Soft-offlining pfn: 0x80fdb4
|
|
[215368.098715] EDAC MC0: 1205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.099407] Memory failure: 0x80fdb4: unhandlable page.
|
|
[215368.123012] mce: [Hardware Error]: Machine check events logged
|
|
[215368.123032] RAS: Soft-offlining pfn: 0x166dca
|
|
[215368.123044] EDAC MC0: 160 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.123310] Memory failure: 0x166dca: unhandlable page.
|
|
[215368.138232] mce: [Hardware Error]: Machine check events logged
|
|
[215368.170140] mce: [Hardware Error]: Machine check events logged
|
|
[215368.170162] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215368.170178] EDAC MC0: 930 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.172019] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215368.325362] mce: [Hardware Error]: Machine check events logged
|
|
[215368.584005] mce: [Hardware Error]: Machine check events logged
|
|
[215368.584041] EDAC MC0: 12908 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.776160] mce: [Hardware Error]: Machine check events logged
|
|
[215368.793692] mce: [Hardware Error]: Machine check events logged
|
|
[215368.793712] RAS: Soft-offlining pfn: 0x166dca
|
|
[215368.793725] EDAC MC0: 685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215368.794036] Memory failure: 0x166dca: unhandlable page.
|
|
[215369.269972] mce: [Hardware Error]: Machine check events logged
|
|
[215369.607944] mce: [Hardware Error]: Machine check events logged
|
|
[215369.607985] EDAC MC0: 7198 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215370.631916] mce: [Hardware Error]: Machine check events logged
|
|
[215370.631941] RAS: Soft-offlining pfn: 0x166dca
|
|
[215370.631954] EDAC MC0: 32502 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215370.632135] Memory failure: 0x166dca: unhandlable page.
|
|
[215370.776807] mce: [Hardware Error]: Machine check events logged
|
|
[215370.776825] RAS: Soft-offlining pfn: 0x165a1c
|
|
[215370.776836] EDAC MC0: 337 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215370.776868] Memory failure: 0x165a1c: unhandlable page.
|
|
[215370.794031] mce: [Hardware Error]: Machine check events logged
|
|
[215370.794064] EDAC MC0: 1011 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.131619] mce: [Hardware Error]: Machine check events logged
|
|
[215371.131640] EDAC MC0: 32579 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.146469] mce: [Hardware Error]: Machine check events logged
|
|
[215371.146504] EDAC MC0: 566 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.163662] mce: [Hardware Error]: Machine check events logged
|
|
[215371.528014] mce: [Hardware Error]: Machine check events logged
|
|
[215371.591870] mce: [Hardware Error]: Machine check events logged
|
|
[215371.591906] EDAC MC0: 11354 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.784411] mce: [Hardware Error]: Machine check events logged
|
|
[215371.784450] EDAC MC0: 227 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.791627] mce: [Hardware Error]: Machine check events logged
|
|
[215371.794855] mce: [Hardware Error]: Machine check events logged
|
|
[215371.794878] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215371.794891] EDAC MC0: 833 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.795776] Memory failure: 0x80fb98: unhandlable page.
|
|
[215371.799172] mce: [Hardware Error]: Machine check events logged
|
|
[215371.799194] EDAC MC0: 11 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215371.807954] mce: [Hardware Error]: Machine check events logged
|
|
[215371.812820] mce: [Hardware Error]: Machine check events logged
|
|
[215371.821699] mce: [Hardware Error]: Machine check events logged
|
|
[215371.821728] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215372.115099] mce: [Hardware Error]: Machine check events logged
|
|
[215372.115123] RAS: Soft-offlining pfn: 0x166dca
|
|
[215372.115133] EDAC MC0: 260 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215372.115353] Memory failure: 0x166dca: unhandlable page.
|
|
[215372.299020] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215372.299541] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215372.303963] mce: [Hardware Error]: Machine check events logged
|
|
[215372.307843] EDAC MC0: 258 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215372.331879] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215372.363492] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215372.424949] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215372.495059] mce: [Hardware Error]: Machine check events logged
|
|
[215372.495087] EDAC MC0: 39 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215372.615856] mce: [Hardware Error]: Machine check events logged
|
|
[215372.781309] mce: [Hardware Error]: Machine check events logged
|
|
[215372.945223] mce: [Hardware Error]: Machine check events logged
|
|
[215372.945252] EDAC MC0: 6885 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.151076] mce: [Hardware Error]: Machine check events logged
|
|
[215373.151099] EDAC MC0: 410 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.165367] mce: [Hardware Error]: Machine check events logged
|
|
[215373.178530] mce: [Hardware Error]: Machine check events logged
|
|
[215373.193950] mce: [Hardware Error]: Machine check events logged
|
|
[215373.193975] RAS: Soft-offlining pfn: 0x166dca
|
|
[215373.193992] EDAC MC0: 938 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.196710] Memory failure: 0x166dca: unhandlable page.
|
|
[215373.214310] mce: [Hardware Error]: Machine check events logged
|
|
[215373.214342] EDAC MC0: 287 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.228085] mce: [Hardware Error]: Machine check events logged
|
|
[215373.306111] mce: [Hardware Error]: Machine check events logged
|
|
[215373.306142] EDAC MC0: 871 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.497945] mce: [Hardware Error]: Machine check events logged
|
|
[215373.497966] EDAC MC0: 353 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.575796] mce: [Hardware Error]: Machine check events logged
|
|
[215373.575836] EDAC MC0: 16324 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215373.865884] mce: [Hardware Error]: Machine check events logged
|
|
[215373.865913] EDAC MC0: 226 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.353456] mce: [Hardware Error]: Machine check events logged
|
|
[215374.353486] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.389540] mce: [Hardware Error]: Machine check events logged
|
|
[215374.389558] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215374.389569] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.389928] Memory failure: 0x80fc98: unhandlable page.
|
|
[215374.419538] mce: [Hardware Error]: Machine check events logged
|
|
[215374.419562] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.449179] mce: [Hardware Error]: Machine check events logged
|
|
[215374.473763] mce: [Hardware Error]: Machine check events logged
|
|
[215374.473785] EDAC MC0: 32592 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.508932] mce: [Hardware Error]: Machine check events logged
|
|
[215374.508953] RAS: Soft-offlining pfn: 0x165b98
|
|
[215374.508961] EDAC MC0: 32749 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.509130] Memory failure: 0x165b98: unhandlable page.
|
|
[215374.546097] mce: [Hardware Error]: Machine check events logged
|
|
[215374.580027] mce: [Hardware Error]: Machine check events logged
|
|
[215374.599766] mce: [Hardware Error]: Machine check events logged
|
|
[215374.599794] EDAC MC0: 19368 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.639768] mce: [Hardware Error]: Machine check events logged
|
|
[215374.671997] mce: [Hardware Error]: Machine check events logged
|
|
[215374.672026] EDAC MC0: 436 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.704904] mce: [Hardware Error]: Machine check events logged
|
|
[215374.733642] mce: [Hardware Error]: Machine check events logged
|
|
[215374.733671] EDAC MC0: 1468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.746171] mce: [Hardware Error]: Machine check events logged
|
|
[215374.770739] mce: [Hardware Error]: Machine check events logged
|
|
[215374.770765] EDAC MC0: 15302 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.777488] mce: [Hardware Error]: Machine check events logged
|
|
[215374.790133] mce: [Hardware Error]: Machine check events logged
|
|
[215374.790160] EDAC MC0: 357 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.815425] mce: [Hardware Error]: Machine check events logged
|
|
[215374.815448] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215374.815459] EDAC MC0: 32686 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.815629] Memory failure: 0x165b9e: unhandlable page.
|
|
[215374.852714] mce: [Hardware Error]: Machine check events logged
|
|
[215374.852750] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.888327] mce: [Hardware Error]: Machine check events logged
|
|
[215374.888347] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215374.888357] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.888393] Memory failure: 0x80fb18: unhandlable page.
|
|
[215374.920057] mce: [Hardware Error]: Machine check events logged
|
|
[215374.947520] mce: [Hardware Error]: Machine check events logged
|
|
[215374.947541] EDAC MC0: 32757 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215374.980986] mce: [Hardware Error]: Machine check events logged
|
|
[215375.011535] mce: [Hardware Error]: Machine check events logged
|
|
[215375.039898] mce: [Hardware Error]: Machine check events logged
|
|
[215375.039921] RAS: Soft-offlining pfn: 0x80fa18
|
|
[215375.039932] EDAC MC0: 70 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.039991] Memory failure: 0x80fa18: unhandlable page.
|
|
[215375.069823] mce: [Hardware Error]: Machine check events logged
|
|
[215375.069850] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.098264] mce: [Hardware Error]: Machine check events logged
|
|
[215375.098286] EDAC MC0: 899 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.128330] mce: [Hardware Error]: Machine check events logged
|
|
[215375.128348] RAS: Soft-offlining pfn: 0x80fd1c
|
|
[215375.128358] EDAC MC0: 32268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.128458] Memory failure: 0x80fd1c: unhandlable page.
|
|
[215375.160127] mce: [Hardware Error]: Machine check events logged
|
|
[215375.160149] EDAC MC0: 32732 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.196514] mce: [Hardware Error]: Machine check events logged
|
|
[215375.230297] mce: [Hardware Error]: Machine check events logged
|
|
[215375.259928] mce: [Hardware Error]: Machine check events logged
|
|
[215375.259948] RAS: Soft-offlining pfn: 0x80fcb0
|
|
[215375.259959] EDAC MC0: 131 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.259998] Memory failure: 0x80fcb0: unhandlable page.
|
|
[215375.291397] mce: [Hardware Error]: Machine check events logged
|
|
[215375.348460] mce: [Hardware Error]: Machine check events logged
|
|
[215375.348480] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215375.348490] EDAC MC0: 94 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.348527] Memory failure: 0x80fc98: unhandlable page.
|
|
[215375.623722] mce: [Hardware Error]: Machine check events logged
|
|
[215375.623762] EDAC MC0: 23163 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.778511] mce: [Hardware Error]: Machine check events logged
|
|
[215375.781716] EDAC MC0: 6582 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.795356] mce: [Hardware Error]: Machine check events logged
|
|
[215375.795381] EDAC MC0: 26398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.846324] mce: [Hardware Error]: Machine check events logged
|
|
[215375.846345] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215375.846357] EDAC MC0: 488 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215375.846585] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215376.142575] mce: [Hardware Error]: Machine check events logged
|
|
[215376.142611] EDAC MC0: 540 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215376.383782] mce: [Hardware Error]: Machine check events logged
|
|
[215376.383816] EDAC MC0: 32684 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215376.583687] mce: [Hardware Error]: Machine check events logged
|
|
[215376.773460] mce: [Hardware Error]: Machine check events logged
|
|
[215376.773483] RAS: Soft-offlining pfn: 0x166dca
|
|
[215376.773499] EDAC MC0: 10402 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215376.774002] Memory failure: 0x166dca: unhandlable page.
|
|
[215376.781260] mce: [Hardware Error]: Machine check events logged
|
|
[215376.781283] EDAC MC0: 67 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215376.854501] mce: [Hardware Error]: Machine check events logged
|
|
[215377.177354] mce: [Hardware Error]: Machine check events logged
|
|
[215377.205129] mce: [Hardware Error]: Machine check events logged
|
|
[215377.205159] EDAC MC0: 433 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.224812] mce: [Hardware Error]: Machine check events logged
|
|
[215377.224840] EDAC MC0: 619 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.344991] mce: [Hardware Error]: Machine check events logged
|
|
[215377.345021] RAS: Soft-offlining pfn: 0x166dca
|
|
[215377.345040] EDAC MC0: 430 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.351333] Memory failure: 0x166dca: unhandlable page.
|
|
[215377.365416] mce: [Hardware Error]: Machine check events logged
|
|
[215377.365450] EDAC MC0: 427 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.372550] mce: [Hardware Error]: Machine check events logged
|
|
[215377.372576] EDAC MC0: 32697 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.406786] mce: [Hardware Error]: Machine check events logged
|
|
[215377.409453] EDAC MC0: 2751 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.420043] mce: [Hardware Error]: Machine check events logged
|
|
[215377.420076] EDAC MC0: 30823 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.452729] mce: [Hardware Error]: Machine check events logged
|
|
[215377.468361] mce: [Hardware Error]: Machine check events logged
|
|
[215377.468423] EDAC MC0: 701 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.490514] mce: [Hardware Error]: Machine check events logged
|
|
[215377.493363] EDAC MC0: 2893 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.607670] mce: [Hardware Error]: Machine check events logged
|
|
[215377.607710] EDAC MC0: 25139 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215377.932225] mce: [Hardware Error]: Machine check events logged
|
|
[215377.932254] EDAC MC0: 172 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.136260] mce: [Hardware Error]: Machine check events logged
|
|
[215378.136295] EDAC MC0: 506 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.158273] mce: [Hardware Error]: Machine check events logged
|
|
[215378.178021] mce: [Hardware Error]: Machine check events logged
|
|
[215378.180631] EDAC MC0: 9403 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.188940] mce: [Hardware Error]: Machine check events logged
|
|
[215378.188954] RAS: Soft-offlining pfn: 0x166dca
|
|
[215378.188962] EDAC MC0: 24503 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.189571] Memory failure: 0x166dca: unhandlable page.
|
|
[215378.278560] mce: [Hardware Error]: Machine check events logged
|
|
[215378.278593] EDAC MC0: 206 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.308087] mce: [Hardware Error]: Machine check events logged
|
|
[215378.308119] EDAC MC0: 351 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.343671] mce: [Hardware Error]: Machine check events logged
|
|
[215378.343703] EDAC MC0: 676 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.631656] mce: [Hardware Error]: Machine check events logged
|
|
[215378.631686] EDAC MC0: 30927 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.772456] mce: [Hardware Error]: Machine check events logged
|
|
[215378.772487] EDAC MC0: 255 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.789768] mce: [Hardware Error]: Machine check events logged
|
|
[215378.789790] EDAC MC0: 218 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.840329] mce: [Hardware Error]: Machine check events logged
|
|
[215378.840347] RAS: Soft-offlining pfn: 0x166a1a
|
|
[215378.840357] EDAC MC0: 564 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.842434] Memory failure: 0x166a1a: unhandlable page.
|
|
[215378.845352] mce: [Hardware Error]: Machine check events logged
|
|
[215378.845380] EDAC MC0: 274 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.852769] mce: [Hardware Error]: Machine check events logged
|
|
[215378.852795] EDAC MC0: 32754 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215378.875750] mce: [Hardware Error]: Machine check events logged
|
|
[215379.054594] mce: [Hardware Error]: Machine check events logged
|
|
[215379.054610] RAS: Soft-offlining pfn: 0x80fb1c
|
|
[215379.054618] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215379.054921] Memory failure: 0x80fb1c: unhandlable page.
|
|
[215379.563251] mce: [Hardware Error]: Machine check events logged
|
|
[215379.591569] mce: [Hardware Error]: Machine check events logged
|
|
[215379.591599] RAS: Soft-offlining pfn: 0x165b98
|
|
[215379.591612] EDAC MC0: 383 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215379.591761] Memory failure: 0x165b98: unhandlable page.
|
|
[215379.782746] mce: [Hardware Error]: Machine check events logged
|
|
[215379.782772] EDAC MC0: 32741 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.027132] mce: [Hardware Error]: Machine check events logged
|
|
[215380.027160] EDAC MC0: 164 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.469448] mce: [Hardware Error]: Machine check events logged
|
|
[215380.469471] EDAC MC0: 32744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.480777] mce: [Hardware Error]: Machine check events logged
|
|
[215380.480807] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215380.480818] EDAC MC0: 496 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.481563] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215380.496443] mce: [Hardware Error]: Machine check events logged
|
|
[215380.583971] mce: [Hardware Error]: Machine check events logged
|
|
[215380.583995] RAS: Soft-offlining pfn: 0x166dca
|
|
[215380.584011] EDAC MC0: 431 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.584635] Memory failure: 0x166dca: unhandlable page.
|
|
[215380.592182] mce: [Hardware Error]: Machine check events logged
|
|
[215380.592333] EDAC MC0: 407 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.607734] mce: [Hardware Error]: Machine check events logged
|
|
[215380.615532] mce: [Hardware Error]: Machine check events logged
|
|
[215380.615572] EDAC MC0: 9734 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.631098] mce: [Hardware Error]: Machine check events logged
|
|
[215380.631116] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.641059] mce: [Hardware Error]: Machine check events logged
|
|
[215380.653981] mce: [Hardware Error]: Machine check events logged
|
|
[215380.654003] EDAC MC0: 376 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.657090] mce: [Hardware Error]: Machine check events logged
|
|
[215380.657119] EDAC MC0: 88 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.666921] mce: [Hardware Error]: Machine check events logged
|
|
[215380.666943] RAS: Soft-offlining pfn: 0x166dca
|
|
[215380.666956] EDAC MC0: 84 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.667420] Memory failure: 0x166dca: unhandlable page.
|
|
[215380.705436] mce: [Hardware Error]: Machine check events logged
|
|
[215380.753178] mce: [Hardware Error]: Machine check events logged
|
|
[215380.753206] EDAC MC0: 16522 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.763094] mce: [Hardware Error]: Machine check events logged
|
|
[215380.763126] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.779709] mce: [Hardware Error]: Machine check events logged
|
|
[215380.779729] EDAC MC0: 127 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.785260] mce: [Hardware Error]: Machine check events logged
|
|
[215380.785275] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215380.785285] EDAC MC0: 257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215380.785564] Memory failure: 0x80fb18: unhandlable page.
|
|
[215380.798741] mce: [Hardware Error]: Machine check events logged
|
|
[215380.798761] EDAC MC0: 85 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.005289] mce: [Hardware Error]: Machine check events logged
|
|
[215381.015642] mce: [Hardware Error]: Machine check events logged
|
|
[215381.015671] EDAC MC0: 409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.020153] mce: [Hardware Error]: Machine check events logged
|
|
[215381.033336] mce: [Hardware Error]: Machine check events logged
|
|
[215381.042040] mce: [Hardware Error]: Machine check events logged
|
|
[215381.042071] EDAC MC0: 430 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.055485] mce: [Hardware Error]: Machine check events logged
|
|
[215381.055800] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215381.055812] EDAC MC0: 2085 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.056209] Memory failure: 0x80fb98: unhandlable page.
|
|
[215381.076437] mce: [Hardware Error]: Machine check events logged
|
|
[215381.076451] RAS: Soft-offlining pfn: 0x166dca
|
|
[215381.076460] EDAC MC0: 30960 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.077957] Memory failure: 0x166dca: unhandlable page.
|
|
[215381.091575] mce: [Hardware Error]: Machine check events logged
|
|
[215381.091596] EDAC MC0: 233 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.161340] mce: [Hardware Error]: Machine check events logged
|
|
[215381.161371] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.188824] mce: [Hardware Error]: Machine check events logged
|
|
[215381.193317] mce: [Hardware Error]: Machine check events logged
|
|
[215381.193337] EDAC MC0: 334 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.201913] mce: [Hardware Error]: Machine check events logged
|
|
[215381.201939] EDAC MC0: 59 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.215319] mce: [Hardware Error]: Machine check events logged
|
|
[215381.226392] mce: [Hardware Error]: Machine check events logged
|
|
[215381.226415] EDAC MC0: 882 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.241877] mce: [Hardware Error]: Machine check events logged
|
|
[215381.241894] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215381.241904] EDAC MC0: 73 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.242296] Memory failure: 0x80fd18: unhandlable page.
|
|
[215381.251077] mce: [Hardware Error]: Machine check events logged
|
|
[215381.271335] mce: [Hardware Error]: Machine check events logged
|
|
[215381.271368] EDAC MC0: 257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.284535] mce: [Hardware Error]: Machine check events logged
|
|
[215381.284559] EDAC MC0: 308 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.369873] mce: [Hardware Error]: Machine check events logged
|
|
[215381.369906] EDAC MC0: 140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.385222] mce: [Hardware Error]: Machine check events logged
|
|
[215381.385248] EDAC MC0: 206 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.401863] mce: [Hardware Error]: Machine check events logged
|
|
[215381.401887] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.418625] mce: [Hardware Error]: Machine check events logged
|
|
[215381.427166] mce: [Hardware Error]: Machine check events logged
|
|
[215381.427190] EDAC MC0: 404 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.445962] mce: [Hardware Error]: Machine check events logged
|
|
[215381.445984] RAS: Soft-offlining pfn: 0x166dca
|
|
[215381.445995] EDAC MC0: 16398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.447515] Memory failure: 0x166dca: unhandlable page.
|
|
[215381.457592] mce: [Hardware Error]: Machine check events logged
|
|
[215381.538137] mce: [Hardware Error]: Machine check events logged
|
|
[215381.538169] EDAC MC0: 312 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.554635] mce: [Hardware Error]: Machine check events logged
|
|
[215381.554662] EDAC MC0: 12 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.575771] mce: [Hardware Error]: Machine check events logged
|
|
[215381.575825] EDAC MC0: 432 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.576498] mce: [Hardware Error]: Machine check events logged
|
|
[215381.576519] EDAC MC0: 1509 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.588936] mce: [Hardware Error]: Machine check events logged
|
|
[215381.602181] mce: [Hardware Error]: Machine check events logged
|
|
[215381.622431] mce: [Hardware Error]: Machine check events logged
|
|
[215381.622455] EDAC MC0: 592 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.640740] mce: [Hardware Error]: Machine check events logged
|
|
[215381.640772] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.666033] mce: [Hardware Error]: Machine check events logged
|
|
[215381.666059] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.723324] mce: [Hardware Error]: Machine check events logged
|
|
[215381.723348] RAS: Soft-offlining pfn: 0x166dca
|
|
[215381.723361] EDAC MC0: 472 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.724510] Memory failure: 0x166dca: unhandlable page.
|
|
[215381.791071] mce: [Hardware Error]: Machine check events logged
|
|
[215381.799664] mce: [Hardware Error]: Machine check events logged
|
|
[215381.799686] RAS: Soft-offlining pfn: 0x80fd04
|
|
[215381.799700] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215381.800177] Memory failure: 0x80fd04: unhandlable page.
|
|
[215381.898886] mce: [Hardware Error]: Machine check events logged
|
|
[215382.026522] mce: [Hardware Error]: Machine check events logged
|
|
[215382.026638] EDAC MC0: 2593 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.063310] mce: [Hardware Error]: Machine check events logged
|
|
[215382.063341] EDAC MC0: 31517 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.180930] mce: [Hardware Error]: Machine check events logged
|
|
[215382.180964] EDAC MC0: 617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.243481] mce: [Hardware Error]: Machine check events logged
|
|
[215382.255474] mce: [Hardware Error]: Machine check events logged
|
|
[215382.255496] RAS: Soft-offlining pfn: 0x80fd32
|
|
[215382.255508] EDAC MC0: 1077 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.256487] Memory failure: 0x80fd32: unhandlable page.
|
|
[215382.261263] mce: [Hardware Error]: Machine check events logged
|
|
[215382.261278] EDAC MC0: 32629 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.265265] mce: [Hardware Error]: Machine check events logged
|
|
[215382.265283] RAS: Soft-offlining pfn: 0x166dca
|
|
[215382.265291] EDAC MC0: 981 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.265734] Memory failure: 0x166dca: unhandlable page.
|
|
[215382.266058] mce: [Hardware Error]: Machine check events logged
|
|
[215382.266080] EDAC MC0: 54 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.266832] mce: [Hardware Error]: Machine check events logged
|
|
[215382.266854] EDAC MC0: 669 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.267590] mce: [Hardware Error]: Machine check events logged
|
|
[215382.268350] mce: [Hardware Error]: Machine check events logged
|
|
[215382.268382] EDAC MC0: 1468 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.269110] mce: [Hardware Error]: Machine check events logged
|
|
[215382.269140] EDAC MC0: 640 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.269873] mce: [Hardware Error]: Machine check events logged
|
|
[215382.270639] mce: [Hardware Error]: Machine check events logged
|
|
[215382.271403] mce: [Hardware Error]: Machine check events logged
|
|
[215382.272187] mce: [Hardware Error]: Machine check events logged
|
|
[215382.272214] RAS: Soft-offlining pfn: 0x80fc32
|
|
[215382.272229] EDAC MC0: 2617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.272393] Memory failure: 0x80fc32: unhandlable page.
|
|
[215382.272938] mce: [Hardware Error]: Machine check events logged
|
|
[215382.272963] RAS: Soft-offlining pfn: 0x80fd9c
|
|
[215382.272973] EDAC MC0: 673 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.273017] Memory failure: 0x80fd9c: unhandlable page.
|
|
[215382.280116] mce: [Hardware Error]: Machine check events logged
|
|
[215382.280144] EDAC MC0: 32044 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.286964] mce: [Hardware Error]: Machine check events logged
|
|
[215382.286986] EDAC MC0: 363 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.290828] mce: [Hardware Error]: Machine check events logged
|
|
[215382.290847] EDAC MC0: 190 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.294735] mce: [Hardware Error]: Machine check events logged
|
|
[215382.294755] EDAC MC0: 322 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.298591] mce: [Hardware Error]: Machine check events logged
|
|
[215382.302322] mce: [Hardware Error]: Machine check events logged
|
|
[215382.306239] mce: [Hardware Error]: Machine check events logged
|
|
[215382.310186] mce: [Hardware Error]: Machine check events logged
|
|
[215382.313841] mce: [Hardware Error]: Machine check events logged
|
|
[215382.313863] EDAC MC0: 1460 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.317683] mce: [Hardware Error]: Machine check events logged
|
|
[215382.321786] mce: [Hardware Error]: Machine check events logged
|
|
[215382.321807] EDAC MC0: 504 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.328769] mce: [Hardware Error]: Machine check events logged
|
|
[215382.336312] mce: [Hardware Error]: Machine check events logged
|
|
[215382.336338] EDAC MC0: 633 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.343759] mce: [Hardware Error]: Machine check events logged
|
|
[215382.343778] RAS: Soft-offlining pfn: 0x80fda2
|
|
[215382.343787] EDAC MC0: 389 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.344480] Memory failure: 0x80fda2: unhandlable page.
|
|
[215382.351228] mce: [Hardware Error]: Machine check events logged
|
|
[215382.351249] EDAC MC0: 136 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.359238] mce: [Hardware Error]: Machine check events logged
|
|
[215382.359256] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215382.359265] EDAC MC0: 405 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.359295] Memory failure: 0x80fd18: unhandlable page.
|
|
[215382.366801] mce: [Hardware Error]: Machine check events logged
|
|
[215382.366818] RAS: Soft-offlining pfn: 0x165b9e
|
|
[215382.366827] EDAC MC0: 280 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.366856] Memory failure: 0x165b9e: unhandlable page.
|
|
[215382.374236] mce: [Hardware Error]: Machine check events logged
|
|
[215382.374257] EDAC MC0: 272 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.381841] mce: [Hardware Error]: Machine check events logged
|
|
[215382.381864] EDAC MC0: 295 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.389280] mce: [Hardware Error]: Machine check events logged
|
|
[215382.397086] mce: [Hardware Error]: Machine check events logged
|
|
[215382.397110] EDAC MC0: 759 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.404736] mce: [Hardware Error]: Machine check events logged
|
|
[215382.411313] mce: [Hardware Error]: Machine check events logged
|
|
[215382.411330] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215382.411343] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.411379] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215382.417808] mce: [Hardware Error]: Machine check events logged
|
|
[215382.417830] EDAC MC0: 25 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.425499] mce: [Hardware Error]: Machine check events logged
|
|
[215382.425517] EDAC MC0: 242 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.433455] mce: [Hardware Error]: Machine check events logged
|
|
[215382.433478] EDAC MC0: 397 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.442161] mce: [Hardware Error]: Machine check events logged
|
|
[215382.442183] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.449636] mce: [Hardware Error]: Machine check events logged
|
|
[215382.449661] EDAC MC0: 509 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.457497] mce: [Hardware Error]: Machine check events logged
|
|
[215382.465012] mce: [Hardware Error]: Machine check events logged
|
|
[215382.465038] EDAC MC0: 676 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.472535] mce: [Hardware Error]: Machine check events logged
|
|
[215382.478742] mce: [Hardware Error]: Machine check events logged
|
|
[215382.478775] RAS: Soft-offlining pfn: 0x80fbb4
|
|
[215382.478796] EDAC MC0: 2855 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.479437] mce: [Hardware Error]: Machine check events logged
|
|
[215382.479463] EDAC MC0: 31583 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.479482] Memory failure: 0x80fbb4: unhandlable page.
|
|
[215382.482549] mce: [Hardware Error]: Machine check events logged
|
|
[215382.485127] mce: [Hardware Error]: Machine check events logged
|
|
[215382.487662] mce: [Hardware Error]: Machine check events logged
|
|
[215382.487690] EDAC MC0: 1277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.490105] mce: [Hardware Error]: Machine check events logged
|
|
[215382.490127] EDAC MC0: 278 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.492631] mce: [Hardware Error]: Machine check events logged
|
|
[215382.492655] EDAC MC0: 466 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.495149] mce: [Hardware Error]: Machine check events logged
|
|
[215382.495171] EDAC MC0: 327 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.497658] mce: [Hardware Error]: Machine check events logged
|
|
[215382.497681] EDAC MC0: 389 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.500197] mce: [Hardware Error]: Machine check events logged
|
|
[215382.500220] EDAC MC0: 358 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.527776] mce: [Hardware Error]: Machine check events logged
|
|
[215382.527807] EDAC MC0: 541 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.538061] i2c i2c-0: sendbytes: NAK bailout.
|
|
[215382.544095] mce: [Hardware Error]: Machine check events logged
|
|
[215382.544117] EDAC MC0: 32692 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.584993] mce: [Hardware Error]: Machine check events logged
|
|
[215382.585018] RAS: Soft-offlining pfn: 0x166dca
|
|
[215382.585029] EDAC MC0: 619 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.585476] Memory failure: 0x166dca: unhandlable page.
|
|
[215382.599451] mce: [Hardware Error]: Machine check events logged
|
|
[215382.642060] mce: [Hardware Error]: Machine check events logged
|
|
[215382.662379] EDID block 0 (tag 0x00) checksum is invalid, remainder is 125
|
|
[215382.675068] mce: [Hardware Error]: Machine check events logged
|
|
[215382.698654] mce: [Hardware Error]: Machine check events logged
|
|
[215382.698675] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215382.698688] EDAC MC0: 16659 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.699066] Memory failure: 0x80fb98: unhandlable page.
|
|
[215382.722816] mce: [Hardware Error]: Machine check events logged
|
|
[215382.748160] mce: [Hardware Error]: Machine check events logged
|
|
[215382.748179] RAS: Soft-offlining pfn: 0x80fb84
|
|
[215382.748191] EDAC MC0: 776 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.748595] Memory failure: 0x80fb84: unhandlable page.
|
|
[215382.767622] mce: [Hardware Error]: Machine check events logged
|
|
[215382.770466] mce: [Hardware Error]: Machine check events logged
|
|
[215382.770485] EDAC MC0: 16373 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.785233] mce: [Hardware Error]: Machine check events logged
|
|
[215382.785254] EDAC MC0: 129 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.808366] mce: [Hardware Error]: Machine check events logged
|
|
[215382.808387] EDAC MC0: 171 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.843460] mce: [Hardware Error]: Machine check events logged
|
|
[215382.843481] RAS: Soft-offlining pfn: 0x165b98
|
|
[215382.843493] EDAC MC0: 721 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.843978] Memory failure: 0x165b98: unhandlable page.
|
|
[215382.877267] mce: [Hardware Error]: Machine check events logged
|
|
[215382.877287] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215382.877298] EDAC MC0: 210 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.877619] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215382.910903] mce: [Hardware Error]: Machine check events logged
|
|
[215382.910921] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215382.910932] EDAC MC0: 207 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.911250] Memory failure: 0x80fc98: unhandlable page.
|
|
[215382.921808] mce: [Hardware Error]: Machine check events logged
|
|
[215382.921828] EDAC MC0: 111 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.928199] mce: [Hardware Error]: Machine check events logged
|
|
[215382.928215] RAS: Soft-offlining pfn: 0x166dca
|
|
[215382.928224] EDAC MC0: 246 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.929461] Memory failure: 0x166dca: unhandlable page.
|
|
[215382.933547] mce: [Hardware Error]: Machine check events logged
|
|
[215382.933562] RAS: Soft-offlining pfn: 0x80fd34
|
|
[215382.933572] EDAC MC0: 46 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.933731] Memory failure: 0x80fd34: unhandlable page.
|
|
[215382.940038] mce: [Hardware Error]: Machine check events logged
|
|
[215382.946872] mce: [Hardware Error]: Machine check events logged
|
|
[215382.953339] mce: [Hardware Error]: Machine check events logged
|
|
[215382.953362] EDAC MC0: 483 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.960245] mce: [Hardware Error]: Machine check events logged
|
|
[215382.960265] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.968287] mce: [Hardware Error]: Machine check events logged
|
|
[215382.968307] EDAC MC0: 161 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.975268] mce: [Hardware Error]: Machine check events logged
|
|
[215382.975293] EDAC MC0: 595 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.977962] mce: [Hardware Error]: Machine check events logged
|
|
[215382.980699] mce: [Hardware Error]: Machine check events logged
|
|
[215382.980724] EDAC MC0: 423 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.983383] mce: [Hardware Error]: Machine check events logged
|
|
[215382.986154] mce: [Hardware Error]: Machine check events logged
|
|
[215382.988922] mce: [Hardware Error]: Machine check events logged
|
|
[215382.988945] EDAC MC0: 631 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.991715] mce: [Hardware Error]: Machine check events logged
|
|
[215382.991740] EDAC MC0: 513 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.993000] mce: [Hardware Error]: Machine check events logged
|
|
[215382.993017] EDAC MC0: 104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.994198] mce: [Hardware Error]: Machine check events logged
|
|
[215382.994220] EDAC MC0: 347 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.995587] mce: [Hardware Error]: Machine check events logged
|
|
[215382.996836] mce: [Hardware Error]: Machine check events logged
|
|
[215382.996869] EDAC MC0: 852 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.998248] mce: [Hardware Error]: Machine check events logged
|
|
[215382.998263] EDAC MC0: 32674 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215382.999696] mce: [Hardware Error]: Machine check events logged
|
|
[215383.001224] mce: [Hardware Error]: Machine check events logged
|
|
[215383.001248] EDAC MC0: 545 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.002693] mce: [Hardware Error]: Machine check events logged
|
|
[215383.004172] mce: [Hardware Error]: Machine check events logged
|
|
[215383.004189] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215383.004202] EDAC MC0: 642 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.004458] Memory failure: 0x80fc98: unhandlable page.
|
|
[215383.017558] mce: [Hardware Error]: Machine check events logged
|
|
[215383.048025] mce: [Hardware Error]: Machine check events logged
|
|
[215383.048058] EDAC MC0: 1317 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.049828] mce: [Hardware Error]: Machine check events logged
|
|
[215383.049860] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.050498] mce: [Hardware Error]: Machine check events logged
|
|
[215383.050527] EDAC MC0: 576 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.051117] mce: [Hardware Error]: Machine check events logged
|
|
[215383.051155] EDAC MC0: 1240 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.052488] mce: [Hardware Error]: Machine check events logged
|
|
[215383.052505] RAS: Soft-offlining pfn: 0x165c88
|
|
[215383.052514] EDAC MC0: 32092 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.052994] Memory failure: 0x165c88: unhandlable page.
|
|
[215383.053290] mce: [Hardware Error]: Machine check events logged
|
|
[215383.053305] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.053314] EDAC MC0: 966 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.053334] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.053923] mce: [Hardware Error]: Machine check events logged
|
|
[215383.054677] mce: [Hardware Error]: Machine check events logged
|
|
[215383.054696] EDAC MC0: 326 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.056233] mce: [Hardware Error]: Machine check events logged
|
|
[215383.056253] EDAC MC0: 239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.057054] mce: [Hardware Error]: Machine check events logged
|
|
[215383.057690] mce: [Hardware Error]: Machine check events logged
|
|
[215383.058383] mce: [Hardware Error]: Machine check events logged
|
|
[215383.059264] mce: [Hardware Error]: Machine check events logged
|
|
[215383.059899] mce: [Hardware Error]: Machine check events logged
|
|
[215383.060532] mce: [Hardware Error]: Machine check events logged
|
|
[215383.060575] EDAC MC0: 5461 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.061133] mce: [Hardware Error]: Machine check events logged
|
|
[215383.061157] EDAC MC0: 290 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.065648] mce: [Hardware Error]: Machine check events logged
|
|
[215383.079566] mce: [Hardware Error]: Machine check events logged
|
|
[215383.094793] mce: [Hardware Error]: Machine check events logged
|
|
[215383.106200] mce: [Hardware Error]: Machine check events logged
|
|
[215383.106222] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215383.106238] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.107157] Memory failure: 0x80fa98: unhandlable page.
|
|
[215383.127388] mce: [Hardware Error]: Machine check events logged
|
|
[215383.127410] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.127418] EDAC MC0: 32722 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.127575] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.153772] mce: [Hardware Error]: Machine check events logged
|
|
[215383.153793] RAS: Soft-offlining pfn: 0x32000
|
|
[215383.153804] EDAC MC0: 40 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.153863] Memory failure: 0x32000: unhandlable page.
|
|
[215383.168722] mce: [Hardware Error]: Machine check events logged
|
|
[215383.198112] mce: [Hardware Error]: Machine check events logged
|
|
[215383.231452] mce: [Hardware Error]: Machine check events logged
|
|
[215383.244216] mce: [Hardware Error]: Machine check events logged
|
|
[215383.244242] EDAC MC0: 1339 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.252732] mce: [Hardware Error]: Machine check events logged
|
|
[215383.262762] mce: [Hardware Error]: Machine check events logged
|
|
[215383.262792] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.262811] EDAC MC0: 601 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.263768] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.269434] mce: [Hardware Error]: Machine check events logged
|
|
[215383.278227] mce: [Hardware Error]: Machine check events logged
|
|
[215383.278446] EDAC MC0: 1294 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.286517] mce: [Hardware Error]: Machine check events logged
|
|
[215383.286543] EDAC MC0: 31974 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.294579] mce: [Hardware Error]: Machine check events logged
|
|
[215383.294621] EDAC MC0: 600 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.303263] mce: [Hardware Error]: Machine check events logged
|
|
[215383.303288] EDAC MC0: 32617 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.312805] mce: [Hardware Error]: Machine check events logged
|
|
[215383.312833] EDAC MC0: 81 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.322295] mce: [Hardware Error]: Machine check events logged
|
|
[215383.322324] EDAC MC0: 291 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.328325] mce: [Hardware Error]: Machine check events logged
|
|
[215383.342881] mce: [Hardware Error]: Machine check events logged
|
|
[215383.342896] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.342907] EDAC MC0: 382 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.343394] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.363303] mce: [Hardware Error]: Machine check events logged
|
|
[215383.383177] mce: [Hardware Error]: Machine check events logged
|
|
[215383.404144] mce: [Hardware Error]: Machine check events logged
|
|
[215383.423669] mce: [Hardware Error]: Machine check events logged
|
|
[215383.423689] EDAC MC0: 238 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.448019] mce: [Hardware Error]: Machine check events logged
|
|
[215383.448040] EDAC MC0: 32751 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.471725] mce: [Hardware Error]: Machine check events logged
|
|
[215383.471749] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.471761] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.471905] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.500530] mce: [Hardware Error]: Machine check events logged
|
|
[215383.500544] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215383.500551] EDAC MC0: 4 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.500835] Memory failure: 0x80fb98: unhandlable page.
|
|
[215383.522230] mce: [Hardware Error]: Machine check events logged
|
|
[215383.522254] EDAC MC0: 47 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.549908] mce: [Hardware Error]: Machine check events logged
|
|
[215383.573746] mce: [Hardware Error]: Machine check events logged
|
|
[215383.573810] EDAC MC0: 431 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.603776] mce: [Hardware Error]: Machine check events logged
|
|
[215383.603791] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215383.603800] EDAC MC0: 32563 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.603990] Memory failure: 0x80fb98: unhandlable page.
|
|
[215383.623427] mce: [Hardware Error]: Machine check events logged
|
|
[215383.623462] EDAC MC0: 24915 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.646795] mce: [Hardware Error]: Machine check events logged
|
|
[215383.668673] mce: [Hardware Error]: Machine check events logged
|
|
[215383.689883] mce: [Hardware Error]: Machine check events logged
|
|
[215383.689900] RAS: Soft-offlining pfn: 0x80fcb0
|
|
[215383.689911] EDAC MC0: 520 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.690095] Memory failure: 0x80fcb0: unhandlable page.
|
|
[215383.718202] mce: [Hardware Error]: Machine check events logged
|
|
[215383.718221] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.746507] mce: [Hardware Error]: Machine check events logged
|
|
[215383.746533] EDAC MC0: 80 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.771274] mce: [Hardware Error]: Machine check events logged
|
|
[215383.780055] mce: [Hardware Error]: Machine check events logged
|
|
[215383.780081] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215383.780096] EDAC MC0: 413 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.781450] Memory failure: 0x80fa98: unhandlable page.
|
|
[215383.790140] mce: [Hardware Error]: Machine check events logged
|
|
[215383.790159] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215383.790173] EDAC MC0: 309 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.791439] Memory failure: 0x80fb18: unhandlable page.
|
|
[215383.799694] mce: [Hardware Error]: Machine check events logged
|
|
[215383.800293] EDAC MC0: 2981 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.804938] mce: [Hardware Error]: Machine check events logged
|
|
[215383.829902] mce: [Hardware Error]: Machine check events logged
|
|
[215383.829927] EDAC MC0: 13224 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.852603] mce: [Hardware Error]: Machine check events logged
|
|
[215383.852632] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.877058] mce: [Hardware Error]: Machine check events logged
|
|
[215383.877079] RAS: Soft-offlining pfn: 0x166dca
|
|
[215383.877090] EDAC MC0: 116 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.877270] Memory failure: 0x166dca: unhandlable page.
|
|
[215383.901150] mce: [Hardware Error]: Machine check events logged
|
|
[215383.908819] mce: [Hardware Error]: Machine check events logged
|
|
[215383.908850] EDAC MC0: 381 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.923044] mce: [Hardware Error]: Machine check events logged
|
|
[215383.923067] RAS: Soft-offlining pfn: 0x80fb9c
|
|
[215383.923080] EDAC MC0: 61 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.923253] Memory failure: 0x80fb9c: unhandlable page.
|
|
[215383.941962] mce: [Hardware Error]: Machine check events logged
|
|
[215383.941988] EDAC MC0: 6 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.964799] mce: [Hardware Error]: Machine check events logged
|
|
[215383.964834] EDAC MC0: 271 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215383.988835] mce: [Hardware Error]: Machine check events logged
|
|
[215384.014900] mce: [Hardware Error]: Machine check events logged
|
|
[215384.014929] EDAC MC0: 82 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.040667] mce: [Hardware Error]: Machine check events logged
|
|
[215384.040693] EDAC MC0: 7 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.061077] mce: [Hardware Error]: Machine check events logged
|
|
[215384.092778] mce: [Hardware Error]: Machine check events logged
|
|
[215384.092797] EDAC MC0: 154 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.106617] mce: [Hardware Error]: Machine check events logged
|
|
[215384.106648] EDAC MC0: 150 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.135222] mce: [Hardware Error]: Machine check events logged
|
|
[215384.163905] mce: [Hardware Error]: Machine check events logged
|
|
[215384.191286] mce: [Hardware Error]: Machine check events logged
|
|
[215384.191300] RAS: Soft-offlining pfn: 0x80fdb0
|
|
[215384.191309] EDAC MC0: 286 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.191475] Memory failure: 0x80fdb0: unhandlable page.
|
|
[215384.213416] mce: [Hardware Error]: Machine check events logged
|
|
[215384.213439] EDAC MC0: 32743 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.240143] mce: [Hardware Error]: Machine check events logged
|
|
[215384.240160] RAS: Soft-offlining pfn: 0x165b98
|
|
[215384.240168] EDAC MC0: 744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.241416] Memory failure: 0x165b98: unhandlable page.
|
|
[215384.241933] mce: [Hardware Error]: Machine check events logged
|
|
[215384.241949] EDAC MC0: 32604 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.246596] mce: [Hardware Error]: Machine check events logged
|
|
[215384.246619] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.253100] mce: [Hardware Error]: Machine check events logged
|
|
[215384.253129] EDAC MC0: 685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.260177] mce: [Hardware Error]: Machine check events logged
|
|
[215384.260201] RAS: Soft-offlining pfn: 0x166dca
|
|
[215384.260212] EDAC MC0: 864 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.260813] Memory failure: 0x166dca: unhandlable page.
|
|
[215384.266394] mce: [Hardware Error]: Machine check events logged
|
|
[215384.266412] EDAC MC0: 32581 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.270368] mce: [Hardware Error]: Machine check events logged
|
|
[215384.284406] mce: [Hardware Error]: Machine check events logged
|
|
[215384.284568] RAS: Soft-offlining pfn: 0x80fc22
|
|
[215384.284579] EDAC MC0: 879 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.286276] Memory failure: 0x80fc22: unhandlable page.
|
|
[215384.294017] mce: [Hardware Error]: Machine check events logged
|
|
[215384.294033] RAS: Soft-offlining pfn: 0x166dca
|
|
[215384.294041] EDAC MC0: 32174 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.294599] Memory failure: 0x166dca: unhandlable page.
|
|
[215384.306669] mce: [Hardware Error]: Machine check events logged
|
|
[215384.323171] mce: [Hardware Error]: Machine check events logged
|
|
[215384.323199] EDAC MC0: 328 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.340074] mce: [Hardware Error]: Machine check events logged
|
|
[215384.340099] EDAC MC0: 3 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.365356] mce: [Hardware Error]: Machine check events logged
|
|
[215384.365390] EDAC MC0: 32766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.387644] mce: [Hardware Error]: Machine check events logged
|
|
[215384.387666] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.405669] mce: [Hardware Error]: Machine check events logged
|
|
[215384.406153] EDAC MC0: 369 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.428126] mce: [Hardware Error]: Machine check events logged
|
|
[215384.429016] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215384.429031] EDAC MC0: 6863 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.431386] Memory failure: 0x80fb18: unhandlable page.
|
|
[215384.436402] mce: [Hardware Error]: Machine check events logged
|
|
[215384.446631] mce: [Hardware Error]: Machine check events logged
|
|
[215384.446659] EDAC MC0: 26002 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.473199] mce: [Hardware Error]: Machine check events logged
|
|
[215384.473226] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.493965] mce: [Hardware Error]: Machine check events logged
|
|
[215384.493987] EDAC MC0: 115 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.512404] mce: [Hardware Error]: Machine check events logged
|
|
[215384.512431] EDAC MC0: 22 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.532957] mce: [Hardware Error]: Machine check events logged
|
|
[215384.532982] EDAC MC0: 32759 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.558814] mce: [Hardware Error]: Machine check events logged
|
|
[215384.558836] EDAC MC0: 37 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.581596] mce: [Hardware Error]: Machine check events logged
|
|
[215384.581772] EDAC MC0: 1944 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.583383] mce: [Hardware Error]: Machine check events logged
|
|
[215384.604973] mce: [Hardware Error]: Machine check events logged
|
|
[215384.605001] EDAC MC0: 7220 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.630009] mce: [Hardware Error]: Machine check events logged
|
|
[215384.656772] mce: [Hardware Error]: Machine check events logged
|
|
[215384.681471] mce: [Hardware Error]: Machine check events logged
|
|
[215384.692064] mce: [Hardware Error]: Machine check events logged
|
|
[215384.692088] RAS: Soft-offlining pfn: 0x32000
|
|
[215384.692103] EDAC MC0: 677 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.692288] Memory failure: 0x32000: unhandlable page.
|
|
[215384.717050] mce: [Hardware Error]: Machine check events logged
|
|
[215384.717072] RAS: Soft-offlining pfn: 0x166dca
|
|
[215384.717083] EDAC MC0: 32685 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.717295] Memory failure: 0x166dca: unhandlable page.
|
|
[215384.738955] mce: [Hardware Error]: Machine check events logged
|
|
[215384.739097] EDAC MC0: 2739 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.741120] mce: [Hardware Error]: Machine check events logged
|
|
[215384.744656] mce: [Hardware Error]: Machine check events logged
|
|
[215384.744680] EDAC MC0: 31091 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.748413] mce: [Hardware Error]: Machine check events logged
|
|
[215384.751126] mce: [Hardware Error]: Machine check events logged
|
|
[215384.751150] EDAC MC0: 401 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.754123] mce: [Hardware Error]: Machine check events logged
|
|
[215384.756978] mce: [Hardware Error]: Machine check events logged
|
|
[215384.757004] EDAC MC0: 429 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.760314] mce: [Hardware Error]: Machine check events logged
|
|
[215384.760339] EDAC MC0: 258 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.764324] mce: [Hardware Error]: Machine check events logged
|
|
[215384.764349] EDAC MC0: 104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.770011] mce: [Hardware Error]: Machine check events logged
|
|
[215384.770034] EDAC MC0: 32646 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.776125] mce: [Hardware Error]: Machine check events logged
|
|
[215384.777585] EDAC MC0: 13269 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.781755] mce: [Hardware Error]: Machine check events logged
|
|
[215384.793843] mce: [Hardware Error]: Machine check events logged
|
|
[215384.810197] mce: [Hardware Error]: Machine check events logged
|
|
[215384.810220] RAS: Soft-offlining pfn: 0x165b98
|
|
[215384.810235] EDAC MC0: 20053 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.810451] Memory failure: 0x165b98: unhandlable page.
|
|
[215384.829242] mce: [Hardware Error]: Machine check events logged
|
|
[215384.829263] EDAC MC0: 110 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.853955] mce: [Hardware Error]: Machine check events logged
|
|
[215384.880114] mce: [Hardware Error]: Machine check events logged
|
|
[215384.880143] EDAC MC0: 32744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.906191] mce: [Hardware Error]: Machine check events logged
|
|
[215384.906212] EDAC MC0: 160 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.913806] mce: [Hardware Error]: Machine check events logged
|
|
[215384.913822] RAS: Soft-offlining pfn: 0x165b98
|
|
[215384.913831] EDAC MC0: 200 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.915405] Memory failure: 0x165b98: unhandlable page.
|
|
[215384.924558] mce: [Hardware Error]: Machine check events logged
|
|
[215384.924586] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.950404] mce: [Hardware Error]: Machine check events logged
|
|
[215384.950437] RAS: Soft-offlining pfn: 0x166dca
|
|
[215384.950452] EDAC MC0: 777 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215384.950506] Memory failure: 0x166dca: unhandlable page.
|
|
[215384.970498] mce: [Hardware Error]: Machine check events logged
|
|
[215384.991610] mce: [Hardware Error]: Machine check events logged
|
|
[215385.014114] mce: [Hardware Error]: Machine check events logged
|
|
[215385.037143] mce: [Hardware Error]: Machine check events logged
|
|
[215385.037181] EDAC MC0: 421 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.060660] mce: [Hardware Error]: Machine check events logged
|
|
[215385.060696] EDAC MC0: 32699 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.073313] mce: [Hardware Error]: Machine check events logged
|
|
[215385.073338] RAS: Soft-offlining pfn: 0x166dca
|
|
[215385.073367] EDAC MC0: 297 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.073537] Memory failure: 0x166dca: unhandlable page.
|
|
[215385.090665] mce: [Hardware Error]: Machine check events logged
|
|
[215385.090692] EDAC MC0: 32745 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.109899] mce: [Hardware Error]: Machine check events logged
|
|
[215385.109937] EDAC MC0: 744 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.130172] mce: [Hardware Error]: Machine check events logged
|
|
[215385.130202] RAS: Soft-offlining pfn: 0x165b98
|
|
[215385.130221] EDAC MC0: 32727 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.130299] Memory failure: 0x165b98: unhandlable page.
|
|
[215385.156898] mce: [Hardware Error]: Machine check events logged
|
|
[215385.156928] EDAC MC0: 563 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.167036] mce: [Hardware Error]: Machine check events logged
|
|
[215385.189210] mce: [Hardware Error]: Machine check events logged
|
|
[215385.216692] mce: [Hardware Error]: Machine check events logged
|
|
[215385.216719] EDAC MC0: 67 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.235831] mce: [Hardware Error]: Machine check events logged
|
|
[215385.235860] EDAC MC0: 170 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.259556] mce: [Hardware Error]: Machine check events logged
|
|
[215385.278783] mce: [Hardware Error]: Machine check events logged
|
|
[215385.278805] EDAC MC0: 577 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.296797] mce: [Hardware Error]: Machine check events logged
|
|
[215385.299220] EDAC MC0: 6075 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.316486] mce: [Hardware Error]: Machine check events logged
|
|
[215385.316512] EDAC MC0: 26819 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.343004] mce: [Hardware Error]: Machine check events logged
|
|
[215385.368886] mce: [Hardware Error]: Machine check events logged
|
|
[215385.368906] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.395719] mce: [Hardware Error]: Machine check events logged
|
|
[215385.395743] RAS: Soft-offlining pfn: 0x166dca
|
|
[215385.395754] EDAC MC0: 177 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.396157] Memory failure: 0x166dca: unhandlable page.
|
|
[215385.422275] mce: [Hardware Error]: Machine check events logged
|
|
[215385.422296] RAS: Soft-offlining pfn: 0x80fdb4
|
|
[215385.422308] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.422325] Memory failure: 0x80fdb4: unhandlable page.
|
|
[215385.444587] mce: [Hardware Error]: Machine check events logged
|
|
[215385.444619] EDAC MC0: 319 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.471262] mce: [Hardware Error]: Machine check events logged
|
|
[215385.498393] mce: [Hardware Error]: Machine check events logged
|
|
[215385.498428] EDAC MC0: 427 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.525528] mce: [Hardware Error]: Machine check events logged
|
|
[215385.525556] EDAC MC0: 953 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.551172] mce: [Hardware Error]: Machine check events logged
|
|
[215385.563904] mce: [Hardware Error]: Machine check events logged
|
|
[215385.563919] RAS: Soft-offlining pfn: 0x80fc98
|
|
[215385.563929] EDAC MC0: 32660 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.565370] Memory failure: 0x80fc98: unhandlable page.
|
|
[215385.584979] mce: [Hardware Error]: Machine check events logged
|
|
[215385.602925] mce: [Hardware Error]: Machine check events logged
|
|
[215385.602948] RAS: Soft-offlining pfn: 0x80fb30
|
|
[215385.602963] EDAC MC0: 97 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.605358] Memory failure: 0x80fb30: unhandlable page.
|
|
[215385.608338] mce: [Hardware Error]: Machine check events logged
|
|
[215385.608354] EDAC MC0: 18636 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.627580] mce: [Hardware Error]: Machine check events logged
|
|
[215385.627599] RAS: Soft-offlining pfn: 0x166dca
|
|
[215385.627611] EDAC MC0: 96 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.627701] Memory failure: 0x166dca: unhandlable page.
|
|
[215385.652652] mce: [Hardware Error]: Machine check events logged
|
|
[215385.652675] RAS: Soft-offlining pfn: 0x80fb34
|
|
[215385.652686] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.652762] Memory failure: 0x80fb34: unhandlable page.
|
|
[215385.675039] mce: [Hardware Error]: Machine check events logged
|
|
[215385.675072] EDAC MC0: 209 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.700809] mce: [Hardware Error]: Machine check events logged
|
|
[215385.700833] RAS: Soft-offlining pfn: 0x165b98
|
|
[215385.700845] EDAC MC0: 109 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.705349] Memory failure: 0x165b98: unhandlable page.
|
|
[215385.711913] mce: [Hardware Error]: Machine check events logged
|
|
[215385.731702] mce: [Hardware Error]: Machine check events logged
|
|
[215385.731726] EDAC MC0: 409 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.756608] mce: [Hardware Error]: Machine check events logged
|
|
[215385.781295] mce: [Hardware Error]: Machine check events logged
|
|
[215385.781327] EDAC MC0: 289 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.802477] mce: [Hardware Error]: Machine check events logged
|
|
[215385.802508] EDAC MC0: 197 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.830156] mce: [Hardware Error]: Machine check events logged
|
|
[215385.857401] mce: [Hardware Error]: Machine check events logged
|
|
[215385.857442] EDAC MC0: 1146 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.878509] mce: [Hardware Error]: Machine check events logged
|
|
[215385.878537] EDAC MC0: 32505 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.905320] mce: [Hardware Error]: Machine check events logged
|
|
[215385.905351] EDAC MC0: 48 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.923451] mce: [Hardware Error]: Machine check events logged
|
|
[215385.938595] mce: [Hardware Error]: Machine check events logged
|
|
[215385.938618] RAS: Soft-offlining pfn: 0x32000
|
|
[215385.938632] EDAC MC0: 372 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.938796] Memory failure: 0x32000: unhandlable page.
|
|
[215385.958113] mce: [Hardware Error]: Machine check events logged
|
|
[215385.958133] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.972902] mce: [Hardware Error]: Machine check events logged
|
|
[215385.972930] EDAC MC0: 151 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215385.993913] mce: [Hardware Error]: Machine check events logged
|
|
[215385.993938] EDAC MC0: 18 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.016900] mce: [Hardware Error]: Machine check events logged
|
|
[215386.038808] mce: [Hardware Error]: Machine check events logged
|
|
[215386.061604] mce: [Hardware Error]: Machine check events logged
|
|
[215386.061627] RAS: Soft-offlining pfn: 0x166dca
|
|
[215386.061641] EDAC MC0: 477 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.061922] Memory failure: 0x166dca: unhandlable page.
|
|
[215386.088395] mce: [Hardware Error]: Machine check events logged
|
|
[215386.088415] EDAC MC0: 10 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.108388] mce: [Hardware Error]: Machine check events logged
|
|
[215386.122360] mce: [Hardware Error]: Machine check events logged
|
|
[215386.122375] RAS: Soft-offlining pfn: 0x166dca
|
|
[215386.122387] EDAC MC0: 437 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.122574] Memory failure: 0x166dca: unhandlable page.
|
|
[215386.135449] mce: [Hardware Error]: Machine check events logged
|
|
[215386.155518] mce: [Hardware Error]: Machine check events logged
|
|
[215386.155537] RAS: Soft-offlining pfn: 0x80fca2
|
|
[215386.155553] EDAC MC0: 346 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.155708] Memory failure: 0x80fca2: unhandlable page.
|
|
[215386.182788] mce: [Hardware Error]: Machine check events logged
|
|
[215386.182819] EDAC MC0: 116 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.203044] mce: [Hardware Error]: Machine check events logged
|
|
[215386.223214] mce: [Hardware Error]: Machine check events logged
|
|
[215386.250652] mce: [Hardware Error]: Machine check events logged
|
|
[215386.250683] EDAC MC0: 1266 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.277596] mce: [Hardware Error]: Machine check events logged
|
|
[215386.277618] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215386.277629] EDAC MC0: 32391 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.277915] Memory failure: 0x80fa98: unhandlable page.
|
|
[215386.294571] mce: [Hardware Error]: Machine check events logged
|
|
[215386.294599] EDAC MC0: 93 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.318171] mce: [Hardware Error]: Machine check events logged
|
|
[215386.318202] EDAC MC0: 737 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.344893] mce: [Hardware Error]: Machine check events logged
|
|
[215386.344915] RAS: Soft-offlining pfn: 0x165b98
|
|
[215386.344927] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.345096] Memory failure: 0x165b98: unhandlable page.
|
|
[215386.363147] mce: [Hardware Error]: Machine check events logged
|
|
[215386.363171] EDAC MC0: 32626 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.374645] mce: [Hardware Error]: Machine check events logged
|
|
[215386.399999] mce: [Hardware Error]: Machine check events logged
|
|
[215386.400020] EDAC MC0: 191 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.421635] mce: [Hardware Error]: Machine check events logged
|
|
[215386.421654] RAS: Soft-offlining pfn: 0x166dca
|
|
[215386.421667] EDAC MC0: 370 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.423333] Memory failure: 0x166dca: unhandlable page.
|
|
[215386.454535] mce: [Hardware Error]: Machine check events logged
|
|
[215386.454560] EDAC MC0: 528 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.474451] mce: [Hardware Error]: Machine check events logged
|
|
[215386.474479] EDAC MC0: 32677 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.495315] mce: [Hardware Error]: Machine check events logged
|
|
[215386.495346] EDAC MC0: 281 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.517315] mce: [Hardware Error]: Machine check events logged
|
|
[215386.541186] mce: [Hardware Error]: Machine check events logged
|
|
[215386.541208] EDAC MC0: 188 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.565149] mce: [Hardware Error]: Machine check events logged
|
|
[215386.593563] mce: [Hardware Error]: Machine check events logged
|
|
[215386.605517] mce: [Hardware Error]: Machine check events logged
|
|
[215386.605544] RAS: Soft-offlining pfn: 0x166dca
|
|
[215386.605560] EDAC MC0: 567 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.605781] Memory failure: 0x166dca: unhandlable page.
|
|
[215386.629645] mce: [Hardware Error]: Machine check events logged
|
|
[215386.629673] RAS: Soft-offlining pfn: 0x80fd18
|
|
[215386.629685] EDAC MC0: 239 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.629739] Memory failure: 0x80fd18: unhandlable page.
|
|
[215386.631303] mce: [Hardware Error]: Machine check events logged
|
|
[215386.631320] RAS: Soft-offlining pfn: 0x117960
|
|
[215386.631329] EDAC MC0: 1941 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.631351] Memory failure: 0x117960: unhandlable page.
|
|
[215386.647979] mce: [Hardware Error]: Machine check events logged
|
|
[215386.648009] EDAC MC0: 167 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.672227] mce: [Hardware Error]: Machine check events logged
|
|
[215386.672246] EDAC MC0: 230 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.686726] mce: [Hardware Error]: Machine check events logged
|
|
[215386.686754] EDAC MC0: 33 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.707207] mce: [Hardware Error]: Machine check events logged
|
|
[215386.707228] RAS: Soft-offlining pfn: 0x80fc30
|
|
[215386.707237] EDAC MC0: 437 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.708420] Memory failure: 0x80fc30: unhandlable page.
|
|
[215386.725917] mce: [Hardware Error]: Machine check events logged
|
|
[215386.725942] EDAC MC0: 32594 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.750613] mce: [Hardware Error]: Machine check events logged
|
|
[215386.750634] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215386.750646] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.750726] Memory failure: 0x80fb18: unhandlable page.
|
|
[215386.765178] mce: [Hardware Error]: Machine check events logged
|
|
[215386.771235] mce: [Hardware Error]: Machine check events logged
|
|
[215386.771260] EDAC MC0: 550 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.779820] mce: [Hardware Error]: Machine check events logged
|
|
[215386.787160] mce: [Hardware Error]: Machine check events logged
|
|
[215386.787181] EDAC MC0: 229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.803526] mce: [Hardware Error]: Machine check events logged
|
|
[215386.803554] EDAC MC0: 387 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.824257] mce: [Hardware Error]: Machine check events logged
|
|
[215386.844443] mce: [Hardware Error]: Machine check events logged
|
|
[215386.844463] EDAC MC0: 265 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.852017] mce: [Hardware Error]: Machine check events logged
|
|
[215386.852033] RAS: Soft-offlining pfn: 0x80fc1c
|
|
[215386.852041] EDAC MC0: 137 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.852264] Memory failure: 0x80fc1c: unhandlable page.
|
|
[215386.873579] mce: [Hardware Error]: Machine check events logged
|
|
[215386.873599] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215386.873611] EDAC MC0: 68 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.873667] Memory failure: 0x80fb18: unhandlable page.
|
|
[215386.897103] mce: [Hardware Error]: Machine check events logged
|
|
[215386.897130] EDAC MC0: 32688 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.912483] mce: [Hardware Error]: Machine check events logged
|
|
[215386.912510] EDAC MC0: 202 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.936108] mce: [Hardware Error]: Machine check events logged
|
|
[215386.936124] EDAC MC0: 99 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.949908] mce: [Hardware Error]: Machine check events logged
|
|
[215386.949927] EDAC MC0: 173 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215386.975001] mce: [Hardware Error]: Machine check events logged
|
|
[215386.990400] mce: [Hardware Error]: Machine check events logged
|
|
[215387.014403] mce: [Hardware Error]: Machine check events logged
|
|
[215387.014424] RAS: Soft-offlining pfn: 0x80fcb4
|
|
[215387.014438] EDAC MC0: 361 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.014591] Memory failure: 0x80fcb4: unhandlable page.
|
|
[215387.032973] mce: [Hardware Error]: Machine check events logged
|
|
[215387.033000] EDAC MC0: 140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.053390] mce: [Hardware Error]: Machine check events logged
|
|
[215387.053411] RAS: Soft-offlining pfn: 0x166dca
|
|
[215387.053422] EDAC MC0: 66 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.053521] Memory failure: 0x166dca: unhandlable page.
|
|
[215387.076198] mce: [Hardware Error]: Machine check events logged
|
|
[215387.076217] EDAC MC0: 228 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.095887] mce: [Hardware Error]: Machine check events logged
|
|
[215387.095909] EDAC MC0: 292 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.120775] mce: [Hardware Error]: Machine check events logged
|
|
[215387.120794] RAS: Soft-offlining pfn: 0x165b98
|
|
[215387.120804] EDAC MC0: 20 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.121002] Memory failure: 0x165b98: unhandlable page.
|
|
[215387.141657] mce: [Hardware Error]: Machine check events logged
|
|
[215387.141712] EDAC MC0: 205 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.153921] mce: [Hardware Error]: Machine check events logged
|
|
[215387.177139] mce: [Hardware Error]: Machine check events logged
|
|
[215387.177169] EDAC MC0: 99 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.194418] mce: [Hardware Error]: Machine check events logged
|
|
[215387.194494] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.224172] mce: [Hardware Error]: Machine check events logged
|
|
[215387.224198] EDAC MC0: 32283 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.252309] mce: [Hardware Error]: Machine check events logged
|
|
[215387.252338] RAS: Soft-offlining pfn: 0x80fd22
|
|
[215387.252347] EDAC MC0: 229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.252622] Memory failure: 0x80fd22: unhandlable page.
|
|
[215387.274815] mce: [Hardware Error]: Machine check events logged
|
|
[215387.274841] EDAC MC0: 32730 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.298073] mce: [Hardware Error]: Machine check events logged
|
|
[215387.298217] EDAC MC0: 1231 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.324597] mce: [Hardware Error]: Machine check events logged
|
|
[215387.324626] EDAC MC0: 31700 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.349749] mce: [Hardware Error]: Machine check events logged
|
|
[215387.349765] RAS: Soft-offlining pfn: 0x166dca
|
|
[215387.349774] EDAC MC0: 226 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.350206] Memory failure: 0x166dca: unhandlable page.
|
|
[215387.363195] mce: [Hardware Error]: Machine check events logged
|
|
[215387.363218] EDAC MC0: 89 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.374683] mce: [Hardware Error]: Machine check events logged
|
|
[215387.374703] EDAC MC0: 103 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.384295] mce: [Hardware Error]: Machine check events logged
|
|
[215387.392273] mce: [Hardware Error]: Machine check events logged
|
|
[215387.392296] EDAC MC0: 508 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.404697] mce: [Hardware Error]: Machine check events logged
|
|
[215387.415614] mce: [Hardware Error]: Machine check events logged
|
|
[215387.422744] mce: [Hardware Error]: Machine check events logged
|
|
[215387.422770] EDAC MC0: 838 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.428473] mce: [Hardware Error]: Machine check events logged
|
|
[215387.428493] EDAC MC0: 180 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.438305] mce: [Hardware Error]: Machine check events logged
|
|
[215387.438324] EDAC MC0: 182 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.462687] mce: [Hardware Error]: Machine check events logged
|
|
[215387.462706] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215387.462718] EDAC MC0: 52 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.463454] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215387.480739] mce: [Hardware Error]: Machine check events logged
|
|
[215387.480761] EDAC MC0: 5 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.497267] mce: [Hardware Error]: Machine check events logged
|
|
[215387.497287] RAS: Soft-offlining pfn: 0x166a1c
|
|
[215387.497299] EDAC MC0: 85 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.497481] Memory failure: 0x166a1c: unhandlable page.
|
|
[215387.511824] mce: [Hardware Error]: Machine check events logged
|
|
[215387.511842] EDAC MC0: 191 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.519310] mce: [Hardware Error]: Machine check events logged
|
|
[215387.540910] mce: [Hardware Error]: Machine check events logged
|
|
[215387.540933] EDAC MC0: 925 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.558719] mce: [Hardware Error]: Machine check events logged
|
|
[215387.558735] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215387.558745] EDAC MC0: 53 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.559126] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215387.581026] mce: [Hardware Error]: Machine check events logged
|
|
[215387.581050] RAS: Soft-offlining pfn: 0x166dca
|
|
[215387.581059] EDAC MC0: 451 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.581204] Memory failure: 0x166dca: unhandlable page.
|
|
[215387.591268] mce: [Hardware Error]: Machine check events logged
|
|
[215387.592929] mce: [Hardware Error]: Machine check events logged
|
|
[215387.592958] EDAC MC0: 32723 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.600594] mce: [Hardware Error]: Machine check events logged
|
|
[215387.600615] EDAC MC0: 632 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.609805] mce: [Hardware Error]: Machine check events logged
|
|
[215387.609833] EDAC MC0: 44 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.618117] mce: [Hardware Error]: Machine check events logged
|
|
[215387.618135] EDAC MC0: 13 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.631154] mce: [Hardware Error]: Machine check events logged
|
|
[215387.631182] EDAC MC0: 172 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.645930] mce: [Hardware Error]: Machine check events logged
|
|
[215387.648285] EDAC MC0: 10805 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.671033] mce: [Hardware Error]: Machine check events logged
|
|
[215387.692776] mce: [Hardware Error]: Machine check events logged
|
|
[215387.708277] mce: [Hardware Error]: Machine check events logged
|
|
[215387.708300] EDAC MC0: 22731 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.727289] mce: [Hardware Error]: Machine check events logged
|
|
[215387.730267] EDAC MC0: 3194 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.749961] mce: [Hardware Error]: Machine check events logged
|
|
[215387.749996] EDAC MC0: 30257 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.766500] mce: [Hardware Error]: Machine check events logged
|
|
[215387.773628] mce: [Hardware Error]: Machine check events logged
|
|
[215387.779560] mce: [Hardware Error]: Machine check events logged
|
|
[215387.779576] RAS: Soft-offlining pfn: 0x80fa98
|
|
[215387.779590] EDAC MC0: 969 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.782300] Memory failure: 0x80fa98: unhandlable page.
|
|
[215387.782915] mce: [Hardware Error]: Machine check events logged
|
|
[215387.782935] EDAC MC0: 766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.790350] mce: [Hardware Error]: Machine check events logged
|
|
[215387.790373] EDAC MC0: 32538 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.800853] mce: [Hardware Error]: Machine check events logged
|
|
[215387.808442] mce: [Hardware Error]: Machine check events logged
|
|
[215387.820209] mce: [Hardware Error]: Machine check events logged
|
|
[215387.820241] EDAC MC0: 861 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.830214] mce: [Hardware Error]: Machine check events logged
|
|
[215387.830239] EDAC MC0: 394 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.841570] mce: [Hardware Error]: Machine check events logged
|
|
[215387.841599] EDAC MC0: 2 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.861265] mce: [Hardware Error]: Machine check events logged
|
|
[215387.861290] EDAC MC0: 62 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.883311] mce: [Hardware Error]: Machine check events logged
|
|
[215387.883340] EDAC MC0: 221 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.903785] mce: [Hardware Error]: Machine check events logged
|
|
[215387.903803] EDAC MC0: 34 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.914460] mce: [Hardware Error]: Machine check events logged
|
|
[215387.914642] EDAC MC0: 1229 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.925270] mce: [Hardware Error]: Machine check events logged
|
|
[215387.925298] EDAC MC0: 32140 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.938787] mce: [Hardware Error]: Machine check events logged
|
|
[215387.939258] RAS: Soft-offlining pfn: 0x80fc18
|
|
[215387.939270] EDAC MC0: 1072 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.941280] Memory failure: 0x80fc18: unhandlable page.
|
|
[215387.952589] mce: [Hardware Error]: Machine check events logged
|
|
[215387.952607] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215387.952616] EDAC MC0: 31988 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.952853] Memory failure: 0x80fb98: unhandlable page.
|
|
[215387.959768] mce: [Hardware Error]: Machine check events logged
|
|
[215387.959792] RAS: Soft-offlining pfn: 0x80fca2
|
|
[215387.959802] EDAC MC0: 1104 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.959846] Memory failure: 0x80fca2: unhandlable page.
|
|
[215387.965439] mce: [Hardware Error]: Machine check events logged
|
|
[215387.965466] RAS: Soft-offlining pfn: 0x166a1a
|
|
[215387.965483] EDAC MC0: 42 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.965667] Memory failure: 0x166a1a: unhandlable page.
|
|
[215387.982478] mce: [Hardware Error]: Machine check events logged
|
|
[215387.982501] RAS: Soft-offlining pfn: 0x166dca
|
|
[215387.982513] EDAC MC0: 32652 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215387.982672] Memory failure: 0x166dca: unhandlable page.
|
|
[215388.006322] mce: [Hardware Error]: Machine check events logged
|
|
[215388.030648] mce: [Hardware Error]: Machine check events logged
|
|
[215388.050937] mce: [Hardware Error]: Machine check events logged
|
|
[215388.050966] EDAC MC0: 806 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.071358] mce: [Hardware Error]: Machine check events logged
|
|
[215388.071380] EDAC MC0: 126 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.090921] mce: [Hardware Error]: Machine check events logged
|
|
[215388.090951] EDAC MC0: 32755 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.112076] mce: [Hardware Error]: Machine check events logged
|
|
[215388.112105] EDAC MC0: 20 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.134188] mce: [Hardware Error]: Machine check events logged
|
|
[215388.134216] EDAC MC0: 32 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.147964] mce: [Hardware Error]: Machine check events logged
|
|
[215388.147993] EDAC MC0: 60 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.172276] mce: [Hardware Error]: Machine check events logged
|
|
[215388.172305] EDAC MC0: 21 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.194785] mce: [Hardware Error]: Machine check events logged
|
|
[215388.194814] EDAC MC0: 27 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.217349] mce: [Hardware Error]: Machine check events logged
|
|
[215388.217377] EDAC MC0: 32762 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.240332] mce: [Hardware Error]: Machine check events logged
|
|
[215388.240359] EDAC MC0: 59 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.271399] mce: [Hardware Error]: Machine check events logged
|
|
[215388.302907] mce: [Hardware Error]: Machine check events logged
|
|
[215388.302936] EDAC MC0: 802 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.439242] bnx2 0000:04:00.0: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
|
|
[215388.445670] mce: [Hardware Error]: Machine check events logged
|
|
[215388.445690] EDAC MC0: 83 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.565235] bnx2 0000:04:00.1: VPD access failed. This is likely a firmware bug on this device. Contact the card vendor for a firmware update
|
|
[215388.583535] mce: [Hardware Error]: Machine check events logged
|
|
[215388.607504] mce: [Hardware Error]: Machine check events logged
|
|
[215388.607524] EDAC MC0: 96 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.615239] mce: [Hardware Error]: Machine check events logged
|
|
[215388.615272] RAS: Soft-offlining pfn: 0x165a08
|
|
[215388.615285] EDAC MC0: 18988 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.615612] Memory failure: 0x165a08: unhandlable page.
|
|
[215388.637011] mce: [Hardware Error]: Machine check events logged
|
|
[215388.637040] EDAC MC0: 23 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.674033] mce: [Hardware Error]: Machine check events logged
|
|
[215388.694305] mce: [Hardware Error]: Machine check events logged
|
|
[215388.716307] mce: [Hardware Error]: Machine check events logged
|
|
[215388.716330] EDAC MC0: 612 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.738773] mce: [Hardware Error]: Machine check events logged
|
|
[215388.738866] EDAC MC0: 504 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.765030] mce: [Hardware Error]: Machine check events logged
|
|
[215388.765066] EDAC MC0: 32625 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.786080] mce: [Hardware Error]: Machine check events logged
|
|
[215388.794757] mce: [Hardware Error]: Machine check events logged
|
|
[215388.794787] EDAC MC0: 636 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.809644] mce: [Hardware Error]: Machine check events logged
|
|
[215388.809676] EDAC MC0: 321 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.828736] mce: [Hardware Error]: Machine check events logged
|
|
[215388.847908] mce: [Hardware Error]: Machine check events logged
|
|
[215388.847935] EDAC MC0: 647 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.868297] mce: [Hardware Error]: Machine check events logged
|
|
[215388.868321] EDAC MC0: 217 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.891408] mce: [Hardware Error]: Machine check events logged
|
|
[215388.891432] EDAC MC0: 244 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.915240] mce: [Hardware Error]: Machine check events logged
|
|
[215388.915258] RAS: Soft-offlining pfn: 0x166dca
|
|
[215388.915269] EDAC MC0: 627 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.916233] Memory failure: 0x166dca: unhandlable page.
|
|
[215388.932542] mce: [Hardware Error]: Machine check events logged
|
|
[215388.948906] mce: [Hardware Error]: Machine check events logged
|
|
[215388.969613] mce: [Hardware Error]: Machine check events logged
|
|
[215388.969638] EDAC MC0: 398 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215388.985844] mce: [Hardware Error]: Machine check events logged
|
|
[215388.985876] EDAC MC0: 237 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.002867] mce: [Hardware Error]: Machine check events logged
|
|
[215389.004252] RAS: Soft-offlining pfn: 0x166dca
|
|
[215389.004268] EDAC MC0: 17305 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.005347] Memory failure: 0x166dca: unhandlable page.
|
|
[215389.007872] mce: [Hardware Error]: Machine check events logged
|
|
[215389.007888] EDAC MC0: 15766 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.026654] mce: [Hardware Error]: Machine check events logged
|
|
[215389.026678] EDAC MC0: 277 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.050074] mce: [Hardware Error]: Machine check events logged
|
|
[215389.050108] EDAC MC0: 416 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.067173] mce: [Hardware Error]: Machine check events logged
|
|
[215389.067194] EDAC MC0: 77 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.079486] mce: [Hardware Error]: Machine check events logged
|
|
[215389.095746] mce: [Hardware Error]: Machine check events logged
|
|
[215389.095911] EDAC MC0: 859 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.108224] mce: [Hardware Error]: Machine check events logged
|
|
[215389.141346] mce: [Hardware Error]: Machine check events logged
|
|
[215389.141363] RAS: Soft-offlining pfn: 0x80fb98
|
|
[215389.141372] EDAC MC0: 32452 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.143393] Memory failure: 0x80fb98: unhandlable page.
|
|
[215389.191620] mce: [Hardware Error]: Machine check events logged
|
|
[215389.191652] EDAC MC0: 36 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.232653] mce: [Hardware Error]: Machine check events logged
|
|
[215389.232681] EDAC MC0: 29 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.264832] mce: [Hardware Error]: Machine check events logged
|
|
[215389.264854] RAS: Soft-offlining pfn: 0x80fa9c
|
|
[215389.264865] EDAC MC0: 35 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.265009] Memory failure: 0x80fa9c: unhandlable page.
|
|
[215389.465823] mce: [Hardware Error]: Machine check events logged
|
|
[215389.465852] EDAC MC0: 45 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215389.575197] mce: [Hardware Error]: Machine check events logged
|
|
[215390.075337] mce: [Hardware Error]: Machine check events logged
|
|
[215390.075359] RAS: Soft-offlining pfn: 0x80fb18
|
|
[215390.075373] EDAC MC0: 8975 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215390.075554] Memory failure: 0x80fb18: unhandlable page.
|
|
[215390.151600] mce: [Hardware Error]: Machine check events logged
|
|
[215390.151629] EDAC MC0: 100 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215390.174598] mce: [Hardware Error]: Machine check events logged
|
|
[215390.191312] mce: [Hardware Error]: Machine check events logged
|
|
[215390.191331] EDAC MC0: 185 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215390.212310] mce: [Hardware Error]: Machine check events logged
|
|
[215390.212331] RAS: Soft-offlining pfn: 0x166dca
|
|
[215390.212344] EDAC MC0: 379 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215390.212653] Memory failure: 0x166dca: unhandlable page.
|
|
[215390.230016] mce: [Hardware Error]: Machine check events logged
|
|
[215390.230044] EDAC MC0: 43 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
[215390.244550] mce: [Hardware Error]: Machine check events logged
|
|
[215390.244576] EDAC MC0: 268 CE error on CPU#0Channel#0_DIMM#0 (channel:0 slot:0 page:0x0 offset:0x0 grain:8 syndrome:0x0)
|
|
|
|
--- cpu MHz (live snapshot)
|
|
$ grep -c ^processor /proc/cpuinfo
|
|
16
|
|
|
|
###############################################################################
|
|
# 5. MEMORY / NUMA / SWAP
|
|
###############################################################################
|
|
|
|
--- free -h
|
|
$ free -h
|
|
total used free shared buff/cache available
|
|
Mem: 125Gi 8.0Gi 116Gi 55Mi 2.3Gi 117Gi
|
|
Swap: 8.0Gi 0B 8.0Gi
|
|
|
|
--- free -b
|
|
$ free -b
|
|
total used free shared buff/cache available
|
|
Mem: 135158845440 8561524736 124873990144 58138624 2517229568 126597320704
|
|
Swap: 8589930496 0 8589930496
|
|
|
|
--- swapon
|
|
$ swapon --show
|
|
NAME TYPE SIZE USED PRIO
|
|
/dev/dm-0 partition 8G 0B -1
|
|
|
|
--- /proc/meminfo highlights
|
|
$ grep -E MemTotal|MemFree|MemAvailable|Buffers|^Cached|SwapTotal|SwapFree|Hugepagesize|HugePages_Total|HugePages_Free|AnonHugePages|DirectMap|Slab|SReclaimable|SUnreclaim|Dirty|Writeback|AnonPages|Mapped|Shmem|KernelStack|PageTables|NFS_Unstable /proc/meminfo
|
|
MemTotal: 131991060 kB
|
|
MemFree: 121947160 kB
|
|
MemAvailable: 123630100 kB
|
|
Buffers: 176592 kB
|
|
Cached: 2221716 kB
|
|
SwapTotal: 8388604 kB
|
|
SwapFree: 8388604 kB
|
|
Dirty: 21864 kB
|
|
Writeback: 0 kB
|
|
AnonPages: 6831492 kB
|
|
Mapped: 246944 kB
|
|
Shmem: 56776 kB
|
|
Slab: 242492 kB
|
|
SReclaimable: 59924 kB
|
|
SUnreclaim: 182568 kB
|
|
KernelStack: 7280 kB
|
|
PageTables: 26672 kB
|
|
SecPageTables: 1148 kB
|
|
NFS_Unstable: 0 kB
|
|
WritebackTmp: 0 kB
|
|
AnonHugePages: 5349376 kB
|
|
ShmemHugePages: 0 kB
|
|
ShmemPmdMapped: 0 kB
|
|
FilePmdMapped: 0 kB
|
|
HugePages_Total: 0
|
|
HugePages_Free: 0
|
|
Hugepagesize: 2048 kB
|
|
DirectMap4k: 233956 kB
|
|
DirectMap2M: 133974016 kB
|
|
|
|
--- numa stat
|
|
$ cat /proc/sys/vm/numa_stat
|
|
1
|
|
|
|
--- numa_balancing
|
|
$ cat /proc/sys/kernel/numa_balancing
|
|
1
|
|
|
|
--- zone reclaim
|
|
$ cat /proc/sys/vm/zone_reclaim_mode
|
|
0
|
|
|
|
--- slab top (top 20)
|
|
$ slabtop -o -s c
|
|
Active / Total Objects (% used) : 744627 / 827427 (90.0%)
|
|
Active / Total Slabs (% used) : 19984 / 19984 (100.0%)
|
|
Active / Total Caches (% used) : 361 / 472 (76.5%)
|
|
Active / Total Size (% used) : 174823.59K / 196700.60K (88.9%)
|
|
Minimum / Average / Maximum Object : 0.01K / 0.24K / 16.00K
|
|
|
|
OBJS ACTIVE USE OBJ SIZE SLABS OBJ/SLAB CACHE SIZE NAME
|
|
170937 170908 99% 0.10K 4383 39 17532K buffer_head
|
|
8128 5348 65% 2.00K 508 16 16256K kmalloc-rnd-08-2k
|
|
11745 11702 99% 1.10K 405 29 12960K ext4_inode_cache
|
|
15596 15564 99% 0.57K 557 28 8912K radix_tree_node
|
|
58080 57118 98% 0.13K 1936 30 7744K kernfs_node_cache
|
|
34104 34089 99% 0.19K 812 42 6496K dentry
|
|
543 541 99% 10.31K 181 3 5792K task_struct
|
|
7618 7604 99% 0.60K 293 26 4688K inode_cache
|
|
20832 18319 87% 0.19K 496 42 3968K vm_area_struct
|
|
7648 7646 99% 0.50K 239 32 3824K kmalloc-rnd-06-512
|
|
5452 4803 88% 0.67K 116 47 3712K proc_inode_cache
|
|
7360 7331 99% 0.50K 230 32 3680K kmalloc-rnd-02-512
|
|
1744 878 50% 2.00K 109 16 3488K kmalloc-cg-2k
|
|
29578 29481 99% 0.09K 643 46 2572K lsm_inode_cache
|
|
2240 2123 94% 1.00K 70 32 2240K kmalloc-rnd-03-1k
|
|
27888 22043 79% 0.07K 498 56 1992K vmap_area
|
|
31296 27249 87% 0.06K 489 64 1956K kmalloc-cg-64
|
|
2478 2267 91% 0.75K 59 42 1888K shmem_inode_cache
|
|
432 283 65% 4.00K 54 8 1728K kmalloc-cg-4k
|
|
400 393 98% 4.00K 50 8 1600K kmalloc-rnd-10-4k
|
|
765 756 98% 1.88K 45 17 1440K mem_cgroup_per_node
|
|
2848 2618 91% 0.50K 89 32 1424K kmalloc-rnd-03-512
|
|
2200 2093 95% 0.62K 88 25 1408K debugfs_inode_cache
|
|
1344 1308 97% 1.00K 42 32 1344K kmalloc-rnd-15-1k
|
|
5312 3476 65% 0.25K 166 32 1328K maple_node
|
|
18368 15228 82% 0.06K 287 64 1148K anon_vma_chain
|
|
560 552 98% 2.00K 35 16 1120K kmalloc-rnd-05-2k
|
|
10842 9302 85% 0.10K 278 39 1112K anon_vma
|
|
510 445 87% 2.06K 34 15 1088K sighand_cache
|
|
924 834 90% 1.12K 33 28 1056K signal_cache
|
|
1056 926 87% 1.00K 33 32 1056K kmalloc-cg-1k
|
|
512 456 89% 2.00K 32 16 1024K kmalloc-rnd-12-2k
|
|
1170 943 80% 0.81K 30 39 960K sock_inode_cache
|
|
420 410 97% 2.25K 30 14 960K mem_cgroup
|
|
1920 1697 88% 0.50K 60 32 960K pool_workqueue
|
|
112 112 100% 8.00K 28 4 896K kmalloc-8k
|
|
3488 3477 99% 0.25K 109 32 872K kmalloc-rnd-02-256
|
|
3456 1776 51% 0.25K 108 32 864K kmalloc-rnd-06-256
|
|
4452 3787 85% 0.19K 106 42 848K filp
|
|
100 79 79% 8.00K 25 4 800K kmalloc-rnd-15-8k
|
|
96 86 89% 8.00K 24 4 768K kmalloc-cg-8k
|
|
96 94 97% 8.00K 24 4 768K kmalloc-rnd-10-8k
|
|
184 161 87% 4.00K 23 8 736K biovec-max
|
|
352 326 92% 2.00K 22 16 704K kmalloc-rnd-04-2k
|
|
168 148 88% 4.00K 21 8 672K kmalloc-rnd-04-4k
|
|
1280 1194 93% 0.50K 40 32 640K kmalloc-512
|
|
152 127 83% 4.00K 19 8 608K kmalloc-rnd-15-4k
|
|
152 86 56% 4.00K 19 8 608K kmalloc-rnd-13-4k
|
|
4800 2045 42% 0.12K 150 32 600K bio_integrity_data
|
|
2368 1879 79% 0.25K 74 32 592K bio-200
|
|
612 541 88% 0.94K 18 34 576K nfs_read_data
|
|
414 380 91% 1.38K 18 23 576K RAWv6
|
|
216 129 59% 2.50K 18 12 576K TCPv6
|
|
234 162 69% 2.38K 18 13 576K TCP
|
|
576 508 88% 1.00K 18 32 576K kmalloc-rnd-04-1k
|
|
1120 814 72% 0.50K 35 32 560K kmalloc-cg-512
|
|
2940 1221 41% 0.19K 70 42 560K kmalloc-cg-192
|
|
51 49 96% 9.19K 17 3 544K kvm_vcpu
|
|
272 225 82% 2.00K 17 16 544K kmalloc-rnd-09-2k
|
|
272 246 90% 2.00K 17 16 544K kmalloc-2k
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-11-8k
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-08-8k
|
|
64 64 100% 8.00K 16 4 512K kmalloc-rnd-05-8k
|
|
390 376 96% 1.19K 15 26 480K RAW
|
|
240 212 88% 2.00K 15 16 480K biovec-128
|
|
240 184 76% 2.00K 15 16 480K kmalloc-rnd-15-2k
|
|
120 120 100% 4.00K 15 8 480K kmalloc-rnd-07-4k
|
|
240 206 85% 2.00K 15 16 480K kmalloc-rnd-07-2k
|
|
960 762 79% 0.50K 30 32 480K kmalloc-rnd-07-512
|
|
60 56 93% 8.00K 15 4 480K kmalloc-rnd-04-8k
|
|
3808 1498 39% 0.12K 119 32 476K kmalloc-cg-128
|
|
2394 1296 54% 0.19K 57 42 456K kmalloc-rnd-11-192
|
|
4746 4642 97% 0.09K 113 42 452K kmalloc-rnd-01-96
|
|
252 174 69% 1.75K 14 18 448K mm_struct
|
|
56 51 91% 8.00K 14 4 448K kmalloc-rnd-12-8k
|
|
4620 4221 91% 0.09K 110 42 440K kmalloc-cg-96
|
|
1134 1106 97% 0.38K 27 42 432K mnt_cache
|
|
7884 7848 99% 0.05K 108 73 432K ftrace_event_field
|
|
1696 972 57% 0.25K 53 32 424K kmalloc-rnd-12-256
|
|
416 362 87% 1.00K 13 32 416K kmalloc-rnd-14-1k
|
|
208 183 87% 2.00K 13 16 416K kmalloc-rnd-13-2k
|
|
208 130 62% 2.00K 13 16 416K kmalloc-rnd-10-2k
|
|
416 311 74% 1.00K 13 32 416K kmalloc-rnd-07-1k
|
|
208 183 87% 2.00K 13 16 416K kmalloc-rnd-06-2k
|
|
52 52 100% 8.00K 13 4 416K kmalloc-rnd-02-8k
|
|
504 444 88% 0.75K 12 42 384K nfs_commit_data
|
|
192 192 100% 2.00K 12 16 384K memdup_user-2k
|
|
288 228 79% 1.32K 12 24 384K perf_event
|
|
96 92 95% 4.00K 12 8 384K kmalloc-rnd-08-4k
|
|
384 336 87% 1.00K 12 32 384K kmalloc-rnd-06-1k
|
|
192 124 64% 2.00K 12 16 384K kmalloc-rnd-03-2k
|
|
192 180 93% 2.00K 12 16 384K kmalloc-rnd-02-2k
|
|
192 192 100% 2.00K 12 16 384K kmalloc-rnd-01-2k
|
|
3008 2866 95% 0.12K 94 32 376K kmalloc-rnd-02-128
|
|
3822 3780 98% 0.09K 91 42 364K trace_event_file
|
|
121 118 97% 2.75K 11 11 352K x86_emulator
|
|
396 324 81% 0.88K 11 36 352K fuse_inode
|
|
506 296 58% 0.69K 11 46 352K skbuff_small_head
|
|
1848 1207 65% 0.19K 44 42 352K file_lock_cache
|
|
506 261 51% 0.69K 11 46 352K files_cache
|
|
1848 1598 86% 0.19K 44 42 352K pid
|
|
352 344 97% 1.00K 11 32 352K kmalloc-rnd-11-1k
|
|
352 318 90% 1.00K 11 32 352K kmalloc-rnd-09-1k
|
|
88 83 94% 4.00K 11 8 352K kmalloc-rnd-05-4k
|
|
352 264 75% 1.00K 11 32 352K kmalloc-rnd-02-1k
|
|
2784 2032 72% 0.12K 87 32 348K eventpoll_epi
|
|
672 639 95% 0.50K 21 32 336K kmalloc-rnd-13-512
|
|
5248 4788 91% 0.06K 82 64 328K kmalloc-rnd-10-64
|
|
220 177 80% 1.44K 10 22 320K UDPv6
|
|
470 385 81% 0.67K 10 47 320K taskstats
|
|
460 348 75% 0.69K 10 46 320K task_group
|
|
640 603 94% 0.50K 20 32 320K kmalloc-rnd-15-512
|
|
320 239 74% 1.00K 10 32 320K kmalloc-rnd-13-1k
|
|
320 256 80% 1.00K 10 32 320K kmalloc-rnd-10-1k
|
|
40 40 100% 8.00K 10 4 320K kmalloc-rnd-07-8k
|
|
80 74 92% 4.00K 10 8 320K kmalloc-rnd-06-4k
|
|
640 596 93% 0.50K 20 32 320K kmalloc-rnd-04-512
|
|
1716 1451 84% 0.18K 39 44 312K kvm_mmu_page_header
|
|
1184 1125 95% 0.25K 37 32 296K kmalloc-rnd-10-256
|
|
252 222 88% 1.12K 9 28 288K nfs_inode_cache
|
|
504 497 98% 0.56K 18 28 288K kioctx
|
|
216 132 61% 1.31K 9 24 288K UDP
|
|
1512 1473 97% 0.19K 36 42 288K proc_dir_entry
|
|
72 67 93% 4.00K 9 8 288K kmalloc-rnd-12-4k
|
|
576 500 86% 0.50K 18 32 288K kmalloc-rnd-10-512
|
|
1512 1459 96% 0.19K 36 42 288K kmalloc-rnd-07-192
|
|
72 64 88% 4.00K 9 8 288K kmalloc-rnd-02-4k
|
|
72 60 83% 4.00K 9 8 288K kmalloc-rnd-01-4k
|
|
288 262 90% 1.00K 9 32 288K kmalloc-rnd-01-1k
|
|
7038 6928 98% 0.04K 69 102 276K extent_status
|
|
544 480 88% 0.50K 17 32 272K kmalloc-rnd-09-512
|
|
544 308 56% 0.50K 17 32 272K kmalloc-rnd-05-512
|
|
1386 1304 94% 0.19K 33 42 264K kmalloc-192
|
|
1024 692 67% 0.25K 32 32 256K io_kiocb
|
|
64 64 100% 4.00K 8 8 256K memdup_user-4k
|
|
256 143 55% 1.00K 8 32 256K iommu_iova_magazine
|
|
64 62 96% 4.00K 8 8 256K kmalloc-rnd-14-4k
|
|
128 106 82% 2.00K 8 16 256K kmalloc-rnd-14-2k
|
|
256 239 93% 1.00K 8 32 256K kmalloc-rnd-12-1k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-11-4k
|
|
64 64 100% 4.00K 8 8 256K kmalloc-rnd-09-4k
|
|
256 227 88% 1.00K 8 32 256K kmalloc-rnd-08-1k
|
|
256 216 84% 1.00K 8 32 256K kmalloc-rnd-05-1k
|
|
512 444 86% 0.50K 16 32 256K kmalloc-rnd-01-512
|
|
64 62 96% 4.00K 8 8 256K kmalloc-4k
|
|
1380 913 66% 0.17K 30 46 240K fuse_request
|
|
375 364 97% 0.63K 15 25 240K tracefs_inode_cache
|
|
480 447 93% 0.50K 15 32 240K kmalloc-rnd-12-512
|
|
2478 1972 79% 0.09K 59 42 236K kmalloc-rnd-02-96
|
|
928 746 80% 0.25K 29 32 232K nf_conntrack
|
|
2394 1946 81% 0.09K 57 42 228K kmalloc-rnd-10-96
|
|
1036 994 95% 0.21K 28 37 224K nfs_direct_cache
|
|
322 276 85% 0.69K 7 46 224K rpc_inode_cache
|
|
448 448 100% 0.50K 14 32 224K memdup_user-512
|
|
322 278 86% 0.69K 7 46 224K uts_namespace
|
|
448 421 93% 0.50K 14 32 224K kmalloc-rnd-11-512
|
|
896 760 84% 0.25K 28 32 224K kmalloc-rnd-04-256
|
|
1134 1076 94% 0.19K 27 42 216K kmalloc-rnd-15-192
|
|
1134 905 79% 0.19K 27 42 216K kmalloc-rnd-12-192
|
|
1134 1037 91% 0.19K 27 42 216K kmalloc-rnd-10-192
|
|
1092 809 74% 0.19K 26 42 208K jbd2_transaction_s
|
|
338 308 91% 0.61K 13 26 208K hugetlbfs_inode_cache
|
|
416 389 93% 0.50K 13 32 208K kmalloc-rnd-14-512
|
|
832 804 96% 0.25K 26 32 208K kmalloc-rnd-09-256
|
|
725 659 90% 0.27K 25 29 200K tw_sock_TCP
|
|
2100 2085 99% 0.09K 50 42 200K kmalloc-rcl-96
|
|
192 166 86% 1.00K 6 32 192K memdup_user-1k
|
|
1008 960 95% 0.19K 24 42 192K memdup_user-192
|
|
216 196 90% 0.88K 6 36 192K user_namespace
|
|
768 651 84% 0.25K 24 32 192K kmalloc-rnd-15-256
|
|
1008 960 95% 0.19K 24 42 192K kmalloc-rnd-14-192
|
|
384 290 75% 0.50K 12 32 192K kmalloc-rnd-08-512
|
|
1008 960 95% 0.19K 24 42 192K kmalloc-rnd-08-192
|
|
1008 970 96% 0.19K 24 42 192K kmalloc-rnd-06-192
|
|
1008 882 87% 0.19K 24 42 192K kmalloc-rnd-04-192
|
|
575 518 90% 0.31K 23 25 184K bio-256
|
|
966 675 69% 0.19K 23 42 184K kmalloc-rnd-13-192
|
|
966 914 94% 0.19K 23 42 184K kmalloc-rnd-03-192
|
|
924 758 82% 0.19K 22 42 176K bio-136
|
|
528 402 76% 0.32K 22 24 176K request_sock_TCP
|
|
704 564 80% 0.25K 22 32 176K key_jar
|
|
924 731 79% 0.19K 22 42 176K kmalloc-rnd-09-192
|
|
924 886 95% 0.19K 22 42 176K kmalloc-rnd-01-192
|
|
1376 1287 93% 0.12K 43 32 172K kmalloc-rnd-06-128
|
|
672 604 89% 0.25K 21 32 168K kmalloc-rnd-13-256
|
|
672 540 80% 0.25K 21 32 168K kmalloc-rnd-05-256
|
|
882 840 95% 0.19K 21 42 168K kmalloc-rnd-05-192
|
|
672 670 99% 0.25K 21 32 168K kmalloc-rnd-01-256
|
|
2688 2632 97% 0.06K 42 64 168K kmalloc-64
|
|
960 960 100% 0.16K 40 24 160K ext4_allocation_context
|
|
20 19 95% 8.00K 5 4 160K kmalloc-rnd-14-8k
|
|
2560 2414 94% 0.06K 40 64 160K kmalloc-rnd-01-64
|
|
4992 4808 96% 0.03K 39 128 156K kmalloc-rnd-06-32
|
|
475 417 87% 0.31K 19 25 152K bio-264
|
|
608 365 60% 0.25K 19 32 152K skbuff_head_cache
|
|
1216 1116 91% 0.12K 38 32 152K kmalloc-rnd-09-128
|
|
798 571 71% 0.19K 19 42 152K kmalloc-rnd-02-192
|
|
2368 1792 75% 0.06K 37 64 148K kmalloc-rnd-06-64
|
|
2368 2262 95% 0.06K 37 64 148K kmalloc-rnd-02-64
|
|
1152 1135 98% 0.12K 36 32 144K kmalloc-rnd-07-128
|
|
1120 1031 92% 0.12K 35 32 140K kmalloc-rcl-128
|
|
1470 1455 98% 0.09K 35 42 140K kmalloc-96
|
|
493 415 84% 0.27K 17 29 136K tw_sock_TCPv6
|
|
544 543 99% 0.25K 17 32 136K kmalloc-cg-256
|
|
544 519 95% 0.25K 17 32 136K kmalloc-rnd-03-256
|
|
544 541 99% 0.25K 17 32 136K kmalloc-256
|
|
544 472 86% 0.25K 17 32 136K kmem_cache
|
|
1386 1317 95% 0.09K 33 42 132K kmalloc-rnd-07-96
|
|
8448 8072 95% 0.02K 33 256 132K kmalloc-rnd-06-16
|
|
8 8 100% 16.00K 4 2 128K zio_buf_comb_16384
|
|
76 60 78% 1.62K 4 19 128K bdev_cache
|
|
672 329 48% 0.19K 16 42 128K names_cache
|
|
64 48 75% 2.00K 4 16 128K kmalloc-rnd-11-2k
|
|
512 479 93% 0.25K 16 32 128K kmalloc-rnd-11-256
|
|
512 360 70% 0.25K 16 32 128K kmalloc-rnd-07-256
|
|
128 96 75% 1.00K 4 32 128K kmalloc-1k
|
|
1024 852 83% 0.12K 32 32 128K kmalloc-128
|
|
992 940 94% 0.12K 31 32 124K kmalloc-rnd-10-128
|
|
780 780 100% 0.15K 30 26 120K ext4_groupinfo_4k
|
|
960 923 96% 0.12K 30 32 120K kmalloc-rnd-14-128
|
|
960 934 97% 0.12K 30 32 120K kmalloc-rnd-11-128
|
|
1260 1012 80% 0.09K 30 42 120K kmalloc-rnd-09-96
|
|
960 888 92% 0.12K 30 32 120K kmalloc-rnd-04-128
|
|
960 949 98% 0.12K 30 32 120K kmalloc-rnd-03-128
|
|
960 944 98% 0.12K 30 32 120K kmem_cache_node
|
|
4930 3689 74% 0.02K 29 170 116K lsm_file_cache
|
|
928 900 96% 0.12K 29 32 116K kmalloc-rnd-15-128
|
|
928 892 96% 0.12K 29 32 116K kmalloc-rnd-01-128
|
|
448 448 100% 0.25K 14 32 112K ip6_dst_cache
|
|
952 778 81% 0.12K 28 34 112K jbd2_journal_head
|
|
1008 953 94% 0.11K 28 36 112K ext4_prealloc_space
|
|
952 676 71% 0.12K 28 34 112K seq_file
|
|
1428 916 64% 0.08K 28 51 112K sigqueue
|
|
448 389 86% 0.25K 14 32 112K kmalloc-rnd-14-256
|
|
448 405 90% 0.25K 14 32 112K kmalloc-rnd-08-256
|
|
896 723 80% 0.12K 28 32 112K kmalloc-rnd-05-128
|
|
1134 1080 95% 0.09K 27 42 108K kmalloc-rnd-06-96
|
|
1134 1079 95% 0.09K 27 42 108K kmalloc-rnd-05-96
|
|
1092 953 87% 0.09K 26 42 104K kmalloc-rnd-11-96
|
|
832 711 85% 0.12K 26 32 104K kmalloc-rnd-08-128
|
|
1050 1020 97% 0.09K 25 42 100K kmalloc-rnd-15-96
|
|
1050 914 87% 0.09K 25 42 100K kmalloc-rnd-04-96
|
|
45 36 80% 2.12K 3 15 96K MPTCPv6
|
|
99 84 84% 0.97K 3 33 96K request_queue
|
|
12 12 100% 8.00K 3 4 96K memdup_user-8k
|
|
384 336 87% 0.25K 12 32 96K memdup_user-256
|
|
15 11 73% 6.19K 3 5 96K net_namespace
|
|
1008 890 88% 0.09K 24 42 96K kmalloc-rnd-14-96
|
|
1008 953 94% 0.09K 24 42 96K kmalloc-rnd-12-96
|
|
12 12 100% 8.00K 3 4 96K kmalloc-rnd-09-8k
|
|
1008 936 92% 0.09K 24 42 96K kmalloc-rnd-03-96
|
|
966 686 71% 0.09K 23 42 92K kmalloc-rnd-13-96
|
|
736 540 73% 0.12K 23 32 92K kmalloc-rnd-12-128
|
|
1408 1007 71% 0.06K 22 64 88K kmalloc-rcl-64
|
|
462 420 90% 0.19K 11 42 88K kmalloc-rcl-192
|
|
1408 1302 92% 0.06K 22 64 88K kmalloc-rnd-14-64
|
|
1408 1259 89% 0.06K 22 64 88K kmalloc-rnd-07-64
|
|
1408 1255 89% 0.06K 22 64 88K kmalloc-rnd-05-64
|
|
1071 942 87% 0.08K 21 51 84K Acpi-State
|
|
672 596 88% 0.12K 21 32 84K kmalloc-rnd-13-128
|
|
1344 1270 94% 0.06K 21 64 84K kmalloc-rnd-09-64
|
|
1344 1202 89% 0.06K 21 64 84K kmalloc-rnd-08-64
|
|
1344 1176 87% 0.06K 21 64 84K kmalloc-rnd-04-64
|
|
125 112 89% 0.62K 5 25 80K netfs_request
|
|
840 824 98% 0.09K 20 42 80K kmalloc-rnd-08-96
|
|
2432 1955 80% 0.03K 19 128 76K kmalloc-cg-32
|
|
2432 1788 73% 0.03K 19 128 76K kmalloc-rnd-15-32
|
|
756 720 95% 0.09K 18 42 72K memdup_user-96
|
|
702 659 93% 0.10K 18 39 72K Acpi-ParseExt
|
|
1530 1487 97% 0.05K 18 85 72K shared_policy_node
|
|
1152 1093 94% 0.06K 18 64 72K kmalloc-rnd-12-64
|
|
1152 982 85% 0.06K 18 64 72K kmalloc-rnd-11-64
|
|
1152 1087 94% 0.06K 18 64 72K kmalloc-rnd-03-64
|
|
1088 587 53% 0.06K 17 64 68K dmaengine-unmap-2
|
|
1088 856 78% 0.06K 17 64 68K pidfs_attr_cache
|
|
1088 966 88% 0.06K 17 64 68K kmalloc-rnd-15-64
|
|
2176 1879 86% 0.03K 17 128 68K kmalloc-rnd-02-32
|
|
20 12 60% 3.16K 2 10 64K kcopyd_job
|
|
32 24 75% 2.00K 2 16 64K MPTCP
|
|
84 56 66% 0.75K 2 42 64K dax_cache
|
|
1024 959 93% 0.06K 16 64 64K memdup_user-64
|
|
16 15 93% 4.00K 2 8 64K kmalloc-rnd-03-4k
|
|
960 761 79% 0.06K 15 64 60K ext4_io_end
|
|
960 900 93% 0.06K 15 64 60K kmalloc-rnd-13-64
|
|
7680 2641 34% 0.01K 15 512 60K kmalloc-rnd-12-8
|
|
1022 964 94% 0.05K 14 73 56K mb_cache_entry
|
|
784 707 90% 0.07K 14 56 56K nsproxy
|
|
1792 1704 95% 0.03K 14 128 56K kmalloc-rnd-13-32
|
|
1326 1279 96% 0.04K 13 102 52K fsnotify_inode_mark_connector
|
|
6656 5891 88% 0.01K 13 512 52K kmalloc-rnd-06-8
|
|
1536 1469 95% 0.03K 12 128 48K kmalloc-rnd-14-32
|
|
1536 1023 66% 0.03K 12 128 48K kmalloc-rnd-01-32
|
|
2816 2498 88% 0.02K 11 256 44K kmalloc-rnd-13-16
|
|
1020 906 88% 0.04K 10 102 40K pde_opener
|
|
1280 1064 83% 0.03K 10 128 40K kmalloc-rnd-03-32
|
|
1152 880 76% 0.03K 9 128 36K ext4_io_end_vec
|
|
1152 1074 93% 0.03K 9 128 36K kmalloc-rnd-10-32
|
|
1152 1079 93% 0.03K 9 128 36K kmalloc-rnd-08-32
|
|
1152 896 77% 0.03K 9 128 36K kmalloc-rnd-07-32
|
|
1152 1018 88% 0.03K 9 128 36K kmalloc-rnd-05-32
|
|
1152 825 71% 0.03K 9 128 36K kmalloc-rnd-04-32
|
|
1152 958 83% 0.03K 9 128 36K kmalloc-32
|
|
50 28 56% 0.62K 2 25 32K kvm_gmem_inode_cache
|
|
34 28 82% 0.94K 1 34 32K mqueue_inode_cache
|
|
584 477 81% 0.05K 8 73 32K ip_fib_alias
|
|
1024 960 93% 0.03K 8 128 32K memdup_user-32
|
|
15 12 80% 2.06K 1 15 32K dmaengine-unmap-256
|
|
30 12 40% 1.06K 1 30 32K dmaengine-unmap-128
|
|
1024 914 89% 0.03K 8 128 32K kmalloc-rnd-12-32
|
|
1024 960 93% 0.03K 8 128 32K kmalloc-rnd-11-32
|
|
1024 976 95% 0.03K 8 128 32K kmalloc-rnd-09-32
|
|
4 4 100% 8.00K 1 4 32K kmalloc-rnd-03-8k
|
|
4 4 100% 8.00K 1 4 32K kmalloc-rnd-01-8k
|
|
1792 1154 64% 0.02K 7 256 28K kmalloc-cg-16
|
|
126 120 95% 0.19K 3 42 24K bio-176
|
|
768 637 82% 0.03K 6 128 24K pending_reservation
|
|
510 477 93% 0.05K 6 85 24K ip_fib_trie
|
|
75 56 74% 0.31K 3 25 24K bio-280
|
|
1536 779 50% 0.02K 6 256 24K ep_head
|
|
1536 1207 78% 0.02K 6 256 24K kmalloc-rnd-01-16
|
|
3072 1885 61% 0.01K 6 512 24K kmalloc-rnd-01-8
|
|
1280 960 75% 0.02K 5 256 20K memdup_user-16
|
|
1280 936 73% 0.02K 5 256 20K kmalloc-rnd-15-16
|
|
1280 1079 84% 0.02K 5 256 20K kmalloc-rnd-12-16
|
|
1280 1140 89% 0.02K 5 256 20K kmalloc-rnd-08-16
|
|
2560 2107 82% 0.01K 5 512 20K kmalloc-8
|
|
68 60 88% 0.23K 2 34 16K arc_buf_hdr_t_full
|
|
42 28 66% 0.38K 1 42 16K bio-328
|
|
36 28 77% 0.44K 1 36 16K bio-392
|
|
36 28 77% 0.44K 1 36 16K bio-408
|
|
36 28 77% 0.44K 1 36 16K bio-424
|
|
2048 1351 65% 0.01K 4 512 16K kmalloc-cg-8
|
|
1024 816 79% 0.02K 4 256 16K kmalloc-rnd-14-16
|
|
2048 1254 61% 0.01K 4 512 16K kmalloc-rnd-13-8
|
|
1024 959 93% 0.02K 4 256 16K kmalloc-rnd-11-16
|
|
1024 961 93% 0.02K 4 256 16K kmalloc-rnd-10-16
|
|
1024 928 90% 0.02K 4 256 16K kmalloc-rnd-09-16
|
|
2048 884 43% 0.01K 4 512 16K kmalloc-rnd-09-8
|
|
1024 958 93% 0.02K 4 256 16K kmalloc-rnd-07-16
|
|
1024 960 93% 0.02K 4 256 16K kmalloc-rnd-05-16
|
|
1024 780 76% 0.02K 4 256 16K kmalloc-rnd-04-16
|
|
1024 878 85% 0.02K 4 256 16K kmalloc-rnd-03-16
|
|
1024 959 93% 0.02K 4 256 16K kmalloc-rnd-02-16
|
|
1024 812 79% 0.02K 4 256 16K kmalloc-16
|
|
75 60 80% 0.16K 3 25 12K dm_bufio_buffer-16-1
|
|
1536 948 61% 0.01K 3 512 12K kmalloc-rnd-15-8
|
|
1536 918 59% 0.01K 3 512 12K kmalloc-rnd-03-8
|
|
84 60 71% 0.09K 2 42 8K abd_t
|
|
64 64 100% 0.12K 2 32 8K scsi_sense_cache
|
|
1024 955 93% 0.01K 2 512 8K memdup_user-8
|
|
28 28 100% 0.28K 1 28 8K numa_policy
|
|
72 60 83% 0.11K 2 36 8K kmalloc_buckets
|
|
1024 890 86% 0.01K 2 512 8K kmalloc-rnd-14-8
|
|
1024 480 46% 0.01K 2 512 8K kmalloc-rnd-11-8
|
|
1024 957 93% 0.01K 2 512 8K kmalloc-rnd-10-8
|
|
1024 742 72% 0.01K 2 512 8K kmalloc-rnd-08-8
|
|
1024 960 93% 0.01K 2 512 8K kmalloc-rnd-07-8
|
|
1024 960 93% 0.01K 2 512 8K kmalloc-rnd-05-8
|
|
1024 771 75% 0.01K 2 512 8K kmalloc-rnd-04-8
|
|
1024 900 87% 0.01K 2 512 8K kmalloc-rnd-02-8
|
|
256 60 23% 0.02K 1 256 4K jbd2_revoke_table_s
|
|
0 0 0% 2.08K 0 15 0K nfs4_xattr_cache_cache
|
|
0 0 0% 0.23K 0 35 0K nf_conntrack_expect
|
|
0 0 0% 0.09K 0 46 0K zfs_znode_hold_cache
|
|
0 0 0% 1.08K 0 29 0K zfs_znode_cache
|
|
0 0 0% 1.03K 0 31 0K zap_attr_long_cache
|
|
0 0 0% 1.07K 0 29 0K zap_name_long
|
|
0 0 0% 0.28K 0 28 0K zap_attr_cache
|
|
0 0 0% 0.32K 0 24 0K zap_name
|
|
0 0 0% 0.16K 0 24 0K sio_cache_2
|
|
0 0 0% 0.15K 0 26 0K sio_cache_1
|
|
0 0 0% 0.13K 0 30 0K sio_cache_0
|
|
0 0 0% 0.15K 0 26 0K zil_zcw_cache
|
|
0 0 0% 0.38K 0 41 0K zil_lwb_cache
|
|
0 0 0% 0.37K 0 43 0K dbuf_dirty_record_t
|
|
0 0 0% 0.36K 0 44 0K dmu_buf_impl_t
|
|
0 0 0% 0.03K 0 128 0K arc_buf_t
|
|
0 0 0% 0.09K 0 42 0K arc_buf_hdr_t_l2only
|
|
0 0 0% 0.91K 0 35 0K dnode_t
|
|
0 0 0% 0.25K 0 32 0K sa_cache
|
|
0 0 0% 16.00K 0 2 0K lz4_cache
|
|
0 0 0% 12.00K 0 2 0K zio_buf_comb_12288
|
|
0 0 0% 8.00K 0 4 0K zio_buf_comb_8192
|
|
0 0 0% 6.00K 0 5 0K zio_buf_comb_6144
|
|
0 0 0% 4.00K 0 8 0K zio_buf_comb_4096
|
|
0 0 0% 3.00K 0 10 0K zio_buf_comb_3072
|
|
0 0 0% 2.00K 0 16 0K zio_buf_comb_2048
|
|
0 0 0% 1.50K 0 21 0K zio_buf_comb_1536
|
|
0 0 0% 1.00K 0 32 0K zio_buf_comb_1024
|
|
0 0 0% 0.50K 0 32 0K zio_buf_comb_512
|
|
0 0 0% 0.05K 0 85 0K zio_link_cache
|
|
0 0 0% 1.12K 0 28 0K zio_cache
|
|
0 0 0% 0.32K 0 24 0K ddt_log_entry_trad_cache
|
|
0 0 0% 0.14K 0 28 0K ddt_log_entry_flat_cache
|
|
0 0 0% 0.41K 0 38 0K ddt_entry_trad_cache
|
|
0 0 0% 0.23K 0 34 0K ddt_entry_flat_cache
|
|
0 0 0% 0.16K 0 24 0K brt_entry_cache
|
|
0 0 0% 0.07K 0 56 0K metaslab_alloc_trace_cache
|
|
0 0 0% 4.00K 0 8 0K zfs_btree_leaf_cache
|
|
0 0 0% 0.06K 0 64 0K kcf_context_cache
|
|
0 0 0% 0.30K 0 26 0K btrfs_delayed_node
|
|
0 0 0% 0.41K 0 39 0K btrfs_ordered_extent
|
|
0 0 0% 0.23K 0 34 0K btrfs_extent_buffer
|
|
0 0 0% 0.98K 0 32 0K btrfs_inode
|
|
0 0 0% 0.27K 0 30 0K fsverity_info
|
|
0 0 0% 0.12K 0 32 0K fscrypt_inode_info
|
|
0 0 0% 0.39K 0 40 0K request_sock_subflow_v6
|
|
0 0 0% 0.18K 0 44 0K ip6-frags
|
|
0 0 0% 1.38K 0 23 0K PINGv6
|
|
0 0 0% 0.32K 0 24 0K request_sock_TCPv6
|
|
0 0 0% 2.82K 0 11 0K dm_uevent
|
|
0 0 0% 1.00K 0 32 0K ecryptfs_inode_cache
|
|
0 0 0% 0.02K 0 256 0K ecryptfs_file_cache
|
|
0 0 0% 0.75K 0 42 0K fat_inode_cache
|
|
0 0 0% 0.04K 0 102 0K fat_cache
|
|
0 0 0% 0.69K 0 46 0K squashfs_inode_cache
|
|
0 0 0% 0.19K 0 42 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.62K 0 25 0K dio
|
|
0 0 0% 0.01K 0 512 0K zs_handle
|
|
0 0 0% 0.56K 0 28 0K pid_namespace
|
|
0 0 0% 0.20K 0 40 0K ip4-frags
|
|
0 0 0% 0.39K 0 40 0K request_sock_subflow_v4
|
|
0 0 0% 0.31K 0 25 0K xfrm_dst
|
|
0 0 0% 0.81K 0 39 0K xfrm_state
|
|
0 0 0% 1.06K 0 30 0K PING
|
|
0 0 0% 0.25K 0 32 0K dquot
|
|
0 0 0% 8.00K 0 4 0K msg_msg-8k
|
|
0 0 0% 4.00K 0 8 0K msg_msg-4k
|
|
0 0 0% 2.00K 0 16 0K msg_msg-2k
|
|
0 0 0% 1.00K 0 32 0K msg_msg-1k
|
|
0 0 0% 0.50K 0 32 0K msg_msg-512
|
|
0 0 0% 0.25K 0 32 0K msg_msg-256
|
|
0 0 0% 0.12K 0 32 0K msg_msg-128
|
|
0 0 0% 0.06K 0 64 0K msg_msg-64
|
|
0 0 0% 0.03K 0 128 0K msg_msg-32
|
|
0 0 0% 0.02K 0 256 0K msg_msg-16
|
|
0 0 0% 0.01K 0 512 0K msg_msg-8
|
|
0 0 0% 0.19K 0 42 0K msg_msg-192
|
|
0 0 0% 0.09K 0 42 0K msg_msg-96
|
|
0 0 0% 0.12K 0 32 0K memdup_user-128
|
|
0 0 0% 0.16K 0 25 0K file_lease_cache
|
|
0 0 0% 0.36K 0 44 0K task_delay_info
|
|
0 0 0% 0.02K 0 256 0K pidfs_xattr_cache
|
|
0 0 0% 0.25K 0 32 0K bfilp
|
|
0 0 0% 0.10K 0 39 0K ima_iint_cache
|
|
0 0 0% 0.34K 0 47 0K apparmor_auditcache
|
|
0 0 0% 8.00K 0 4 0K dma-kmalloc-8k
|
|
0 0 0% 4.00K 0 8 0K dma-kmalloc-4k
|
|
0 0 0% 2.00K 0 16 0K dma-kmalloc-2k
|
|
0 0 0% 1.00K 0 32 0K dma-kmalloc-1k
|
|
0 0 0% 0.50K 0 32 0K dma-kmalloc-512
|
|
0 0 0% 0.25K 0 32 0K dma-kmalloc-256
|
|
0 0 0% 0.12K 0 32 0K dma-kmalloc-128
|
|
0 0 0% 0.06K 0 64 0K dma-kmalloc-64
|
|
0 0 0% 0.03K 0 128 0K dma-kmalloc-32
|
|
0 0 0% 0.02K 0 256 0K dma-kmalloc-16
|
|
0 0 0% 0.01K 0 512 0K dma-kmalloc-8
|
|
0 0 0% 0.19K 0 42 0K dma-kmalloc-192
|
|
0 0 0% 0.09K 0 42 0K dma-kmalloc-96
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rcl-8k
|
|
0 0 0% 4.00K 0 8 0K kmalloc-rcl-4k
|
|
0 0 0% 2.00K 0 16 0K kmalloc-rcl-2k
|
|
0 0 0% 1.00K 0 32 0K kmalloc-rcl-1k
|
|
0 0 0% 0.50K 0 32 0K kmalloc-rcl-512
|
|
0 0 0% 0.25K 0 32 0K kmalloc-rcl-256
|
|
0 0 0% 0.03K 0 128 0K kmalloc-rcl-32
|
|
0 0 0% 0.02K 0 256 0K kmalloc-rcl-16
|
|
0 0 0% 0.01K 0 512 0K kmalloc-rcl-8
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rnd-13-8k
|
|
0 0 0% 8.00K 0 4 0K kmalloc-rnd-06-8k
|
|
|
|
--- kswapd stats
|
|
$ grep -E kswapd|pgmigrate|pgmigrate_failed|compact_ /proc/vmstat
|
|
pgdemote_kswapd 0
|
|
pgsteal_kswapd 0
|
|
pgscan_kswapd 0
|
|
kswapd_inodesteal 0
|
|
kswapd_low_wmark_hit_quickly 0
|
|
kswapd_high_wmark_hit_quickly 0
|
|
pgmigrate_success 6439698
|
|
pgmigrate_fail 4132
|
|
compact_migrate_scanned 0
|
|
compact_free_scanned 0
|
|
compact_isolated 0
|
|
compact_stall 0
|
|
compact_fail 0
|
|
compact_success 0
|
|
compact_daemon_wake 0
|
|
compact_daemon_migrate_scanned 0
|
|
compact_daemon_free_scanned 0
|
|
|
|
###############################################################################
|
|
# 6. KERNEL TUNABLES / SYSCTL
|
|
###############################################################################
|
|
|
|
--- vm.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^vm\.(dirty_(ratio|background_ratio|bytes|background_bytes|expire_centisecs|writeback_centisecs)|swappiness|vfs_cache_pressure|min_free_kbytes|watermark_scale_factor|overcommit_memory|overcommit_ratio|nr_hugepages|nr_overcommit_hugepages|zone_reclaim_mode|compact_unevictable_allowed|stat_interval|admin_reserve_kbytes|user_reserve_kbytes)'
|
|
vm.admin_reserve_kbytes = 8192
|
|
vm.compact_unevictable_allowed = 1
|
|
vm.dirty_background_bytes = 0
|
|
vm.dirty_background_ratio = 5
|
|
vm.dirty_bytes = 0
|
|
vm.dirty_expire_centisecs = 3000
|
|
vm.dirty_ratio = 40
|
|
vm.dirty_writeback_centisecs = 500
|
|
vm.min_free_kbytes = 90112
|
|
vm.nr_hugepages = 0
|
|
vm.nr_hugepages_mempolicy = 0
|
|
vm.nr_overcommit_hugepages = 0
|
|
vm.overcommit_memory = 0
|
|
vm.overcommit_ratio = 50
|
|
vm.stat_interval = 1
|
|
vm.swappiness = 10
|
|
vm.user_reserve_kbytes = 131072
|
|
vm.vfs_cache_pressure = 100
|
|
vm.vfs_cache_pressure_denom = 100
|
|
vm.watermark_scale_factor = 10
|
|
vm.zone_reclaim_mode = 0
|
|
|
|
--- fs.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^fs\.(file-max|file-nr|aio-max-nr|aio-nr|nr_open|pipe-max-size|epoll/max_user_watches|lease-break-time|mqueue|max_user_ns)'
|
|
fs.aio-max-nr = 1048576
|
|
fs.aio-nr = 0
|
|
fs.file-max = 9223372036854775807
|
|
fs.file-nr = 3143 0 9223372036854775807
|
|
fs.lease-break-time = 45
|
|
fs.mqueue.msg_default = 10
|
|
fs.mqueue.msg_max = 10
|
|
fs.mqueue.msgsize_default = 8192
|
|
fs.mqueue.msgsize_max = 8192
|
|
fs.mqueue.queues_max = 256
|
|
fs.nr_open = 1073741816
|
|
fs.pipe-max-size = 1048576
|
|
|
|
--- kernel.* perf-relevant
|
|
$ sysctl -a 2>/dev/null | grep -E '^kernel\.(sched_(child_runs_first|migration_cost|domain|rt_period|rt_runtime|idle)|numa_balancing|watchdog|nmi_watchdog|hung_task|randomize_va_space|max_pid|threads-max|sched_time_avg)'
|
|
kernel.hung_task_all_cpu_backtrace = 0
|
|
kernel.hung_task_check_count = 4194304
|
|
kernel.hung_task_check_interval_secs = 0
|
|
kernel.hung_task_detect_count = 0
|
|
kernel.hung_task_panic = 0
|
|
kernel.hung_task_sys_info =
|
|
kernel.hung_task_timeout_secs = 120
|
|
kernel.hung_task_warnings = 10
|
|
kernel.nmi_watchdog = 1
|
|
kernel.numa_balancing = 1
|
|
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 = 959160
|
|
kernel.watchdog = 1
|
|
kernel.watchdog_cpumask = 0-15
|
|
kernel.watchdog_thresh = 10
|
|
|
|
###############################################################################
|
|
# 7. NETWORK SYSCTL / TCP
|
|
###############################################################################
|
|
|
|
--- net.core.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.core\.(rmem_default|rmem_max|wmem_default|wmem_max|optmem_max|somaxconn|netdev_max_backlog|netdev_budget|netdev_budget_usecs|netdev_tstamp_prequeue|rps_flow_cnt|busy_poll|busy_read|default_qdisc|dev_weight|xfrm)'
|
|
net.core.busy_poll = 0
|
|
net.core.busy_read = 0
|
|
net.core.default_qdisc = fq
|
|
net.core.dev_weight = 64
|
|
net.core.dev_weight_rx_bias = 1
|
|
net.core.dev_weight_tx_bias = 1
|
|
net.core.netdev_budget = 300
|
|
net.core.netdev_budget_usecs = 2000
|
|
net.core.netdev_max_backlog = 250000
|
|
net.core.netdev_tstamp_prequeue = 1
|
|
net.core.optmem_max = 131072
|
|
net.core.rmem_default = 26214400
|
|
net.core.rmem_max = 134217728
|
|
net.core.somaxconn = 65535
|
|
net.core.wmem_default = 26214400
|
|
net.core.wmem_max = 134217728
|
|
net.core.xfrm_acq_expires = 30
|
|
net.core.xfrm_aevent_etime = 10
|
|
net.core.xfrm_aevent_rseqth = 2
|
|
net.core.xfrm_larval_drop = 1
|
|
|
|
--- net.ipv4.tcp.* tunables
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.ipv4\.tcp_(rmem|wmem|congestion_control|available_congestion_control|mtu_probing|slow_start_after_idle|no_metrics_save|timestamps|window_scaling|sack|low_latency|fastopen|ecn|ecn_fallback|syncookies|max_syn_backlog|tw_reuse|fin_timeout|keepalive_time|keepalive_probes|keepalive_intvl|thp_linear_timeouts|pacing|pacing_ss_ratio|pacing_ca_ratio|no_ssthresh_metrics_save|md5sig|abort_on_overflow|buffer_split)'
|
|
net.ipv4.tcp_abort_on_overflow = 0
|
|
net.ipv4.tcp_available_congestion_control = reno cubic bbr
|
|
net.ipv4.tcp_congestion_control = bbr
|
|
net.ipv4.tcp_ecn = 2
|
|
net.ipv4.tcp_ecn_fallback = 1
|
|
net.ipv4.tcp_ecn_option = 2
|
|
net.ipv4.tcp_ecn_option_beacon = 3
|
|
net.ipv4.tcp_fastopen = 1
|
|
net.ipv4.tcp_fastopen_blackhole_timeout_sec = 0
|
|
net.ipv4.tcp_fastopen_key = 00000000-00000000-00000000-00000000
|
|
net.ipv4.tcp_fin_timeout = 60
|
|
net.ipv4.tcp_keepalive_intvl = 75
|
|
net.ipv4.tcp_keepalive_probes = 9
|
|
net.ipv4.tcp_keepalive_time = 7200
|
|
net.ipv4.tcp_low_latency = 0
|
|
net.ipv4.tcp_max_syn_backlog = 4096
|
|
net.ipv4.tcp_mtu_probing = 0
|
|
net.ipv4.tcp_no_metrics_save = 0
|
|
net.ipv4.tcp_no_ssthresh_metrics_save = 1
|
|
net.ipv4.tcp_pacing_ca_ratio = 120
|
|
net.ipv4.tcp_pacing_ss_ratio = 200
|
|
net.ipv4.tcp_rmem = 4096 87380 134217728
|
|
net.ipv4.tcp_sack = 1
|
|
net.ipv4.tcp_slow_start_after_idle = 1
|
|
net.ipv4.tcp_syncookies = 1
|
|
net.ipv4.tcp_timestamps = 1
|
|
net.ipv4.tcp_tw_reuse = 2
|
|
net.ipv4.tcp_tw_reuse_delay = 1000
|
|
net.ipv4.tcp_window_scaling = 1
|
|
net.ipv4.tcp_wmem = 4096 65536 134217728
|
|
|
|
--- other net.* sysctls
|
|
$ sysctl -a 2>/dev/null | grep -E '^net\.(ipv4\.ip_(local_port_range|local_reserved_ports|no_pmtu_disc|forwarding)|ipv4\.conf\.all\.(rp_filter|accept_redirects|send_redirects)|ipv4\.conf\.default\.forwarding|core\.netdev_budget|ipv6\.conf\.all\.disable_ipv6)'
|
|
net.core.netdev_budget = 300
|
|
net.core.netdev_budget_usecs = 2000
|
|
net.ipv4.conf.all.accept_redirects = 1
|
|
net.ipv4.conf.all.rp_filter = 2
|
|
net.ipv4.conf.all.send_redirects = 1
|
|
net.ipv4.conf.default.forwarding = 0
|
|
net.ipv4.ip_local_port_range = 32768 60999
|
|
net.ipv4.ip_local_reserved_ports =
|
|
net.ipv4.ip_no_pmtu_disc = 0
|
|
net.ipv6.conf.all.disable_ipv6 = 0
|
|
|
|
--- sysctl.d
|
|
total 16
|
|
drwxr-xr-x 2 root root 4096 Jul 26 15:44 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:07 ..
|
|
-rw-r--r-- 1 root root 499 Jul 26 15:45 99-perfopt.conf
|
|
-rw-r--r-- 1 root root 269 Jul 30 2025 README.sysctl
|
|
|
|
--- /etc/sysctl.conf
|
|
[missing: /etc/sysctl.conf]
|
|
|
|
--- non-default sysctl values (sorted, filtered)
|
|
$ # Show only sysctls that differ from running state vs an empty config;
|
|
# too noisy to dump all of /proc/sys. Just show /etc/sysctl.d content.
|
|
for f in /etc/sysctl.d/*.conf /etc/sysctl.conf; do
|
|
[ -r "$f" ] || continue
|
|
echo "=== $f ==="
|
|
grep -vE '^\s*#|^\s*$' "$f" 2>/dev/null
|
|
done
|
|
=== /etc/sysctl.d/99-perfopt.conf ===
|
|
vm.swappiness = 10
|
|
net.ipv4.tcp_congestion_control = bbr
|
|
net.core.default_qdisc = fq
|
|
net.core.rmem_max = 134217728
|
|
net.core.wmem_max = 134217728
|
|
net.core.rmem_default = 26214400
|
|
net.core.wmem_default = 26214400
|
|
net.core.netdev_max_backlog = 250000
|
|
net.core.somaxconn = 65535
|
|
net.ipv4.tcp_rmem = 4096 87380 134217728
|
|
net.ipv4.tcp_wmem = 4096 65536 134217728
|
|
|
|
###############################################################################
|
|
# 8. tuned / irqbalance / udev
|
|
###############################################################################
|
|
|
|
--- tuned-adm active
|
|
$ tuned-adm active
|
|
Current active profile: virtual-host
|
|
|
|
--- tuned-adm list
|
|
$ tuned-adm list
|
|
Available profiles:
|
|
- accelerator-performance - Throughput performance based tuning with disabled higher latency STOP states
|
|
- atomic-guest - Optimize virtual guests based on the Atomic variant
|
|
- atomic-host - Optimize bare metal systems running the Atomic variant
|
|
- aws - Optimize for aws ec2 instances
|
|
- balanced - General non-specialized tuned profile
|
|
- balanced-battery - Balanced profile biased towards power savings changes for battery
|
|
- cpu-partitioning - Optimize for CPU partitioning
|
|
- cpu-partitioning-powersave - Optimize for CPU partitioning with additional powersave
|
|
- default - Legacy default tuned profile
|
|
- desktop - Optimize for the desktop use-case
|
|
- desktop-powersave - Optmize for the desktop use-case with power saving
|
|
- enterprise-storage - Legacy profile for RHEL6, for RHEL7, please use throughput-performance profile
|
|
- hpc-compute - Optimize for HPC compute workloads
|
|
- intel-sst - Configure for Intel Speed Select Base Frequency
|
|
- laptop-ac-powersave - Optimize for laptop with power savings
|
|
- laptop-battery-powersave - Optimize laptop profile with more aggressive power saving
|
|
- latency-performance - Optimize for deterministic performance at the cost of increased power consumption
|
|
- mssql - Optimize for Microsoft SQL Server
|
|
- network-latency - Optimize for deterministic performance at the cost of increased power consumption, focused on low latency network performance
|
|
- network-throughput - Optimize for streaming network throughput, generally only necessary on older CPUs or 40G+ networks
|
|
- openshift - Optimize systems running OpenShift (parent profile)
|
|
- openshift-control-plane - Optimize systems running OpenShift control plane
|
|
- openshift-node - Optimize systems running OpenShift nodes
|
|
- optimize-serial-console - Optimize for serial console use.
|
|
- oracle - Optimize for Oracle RDBMS
|
|
- postgresql - Optimize for PostgreSQL server
|
|
- powersave - Optimize for low power consumption
|
|
- realtime - Optimize for realtime workloads
|
|
- realtime-virtual-guest - Optimize for realtime workloads running within a KVM guest
|
|
- realtime-virtual-host - Optimize for KVM guests running realtime workloads
|
|
- sap-hana - Optimize for SAP HANA
|
|
- sap-hana-kvm-guest - Optimize for running SAP HANA on KVM inside a virtual guest
|
|
- sap-netweaver - Optimize for SAP NetWeaver
|
|
- server-powersave - Optimize for server power savings
|
|
- spectrumscale-ece - Optimized for Spectrum Scale Erasure Code Edition Servers
|
|
- spindown-disk - Optimize for power saving by spinning-down rotational disks
|
|
- throughput-performance - Broadly applicable tuning that provides excellent performance across a variety of common server workloads
|
|
- virtual-guest - Optimize for running inside a virtual guest
|
|
- virtual-host - Optimize for running KVM guests
|
|
Current active profile: virtual-host
|
|
|
|
--- systemctl is-active tuned
|
|
$ systemctl is-active tuned
|
|
active
|
|
|
|
--- irqbalance status
|
|
$ systemctl is-active irqbalance
|
|
inactive
|
|
[exit=4 / not installed or not permitted]
|
|
|
|
--- irqbalance config
|
|
[missing: /etc/default/irqbalance]
|
|
[missing: /etc/irqbalance.conf]
|
|
|
|
--- modprobe.d
|
|
total 20
|
|
drwxr-xr-x 2 root root 4096 Jul 26 17:13 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:07 ..
|
|
-rw-r--r-- 1 root root 154 Oct 18 2025 intel-microcode-blacklist.conf
|
|
-rw-r--r-- 1 root root 172 Nov 18 2025 pve-blacklist.conf
|
|
-rw-r--r-- 1 root root 0 Apr 6 09:43 tuned.conf
|
|
-rw-r--r-- 1 root root 36 Apr 4 12:32 zfs.conf
|
|
|
|
--- udev rules.d
|
|
total 8
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 4 root root 4096 Jul 26 11:25 ..
|
|
lrwxrwxrwx 1 root root 9 Apr 4 12:31 60-bridge-network-interface.rules -> /dev/null
|
|
|
|
--- modprobe.d files
|
|
--- /etc/modprobe.d/intel-microcode-blacklist.conf ---
|
|
# The microcode module attempts to apply a microcode update when
|
|
# it autoloads. This is not always safe, so we block it by default.
|
|
blacklist microcode
|
|
--- /etc/modprobe.d/pve-blacklist.conf ---
|
|
# This file contains a list of modules which are not supported by Proxmox VE
|
|
|
|
# nvidiafb see bugreport https://bugzilla.proxmox.com/show_bug.cgi?id=701
|
|
blacklist nvidiafb
|
|
--- /etc/modprobe.d/tuned.conf ---
|
|
--- /etc/modprobe.d/zfs.conf ---
|
|
options zfs zfs_arc_max=13515096064
|
|
|
|
--- module params: kvm_intel
|
|
$ for p in /sys/module/kvm_intel/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
allow_smaller_maxphyaddr = N
|
|
dump_invalid_vmcs = N
|
|
emulate_invalid_guest_state = Y
|
|
enable_apicv = N
|
|
enable_device_posted_irqs = N
|
|
enable_ipiv = N
|
|
enable_mediated_pmu = N
|
|
enable_shadow_vmcs = N
|
|
enlightened_vmcs = N
|
|
ept = Y
|
|
eptad = N
|
|
error_on_inconsistent_vmcs_config = Y
|
|
fasteoi = Y
|
|
flexpriority = Y
|
|
mbec = N
|
|
nested = Y
|
|
ple_gap = 0
|
|
ple_window = 0
|
|
ple_window_grow = 0
|
|
ple_window_max = 0
|
|
ple_window_shrink = 0
|
|
pml = N
|
|
preemption_timer = N
|
|
sgx = N
|
|
tdx = N
|
|
unrestricted_guest = N
|
|
vmentry_l1d_flush = cond
|
|
vnmi = Y
|
|
vpid = Y
|
|
warn_on_missed_cc = N
|
|
|
|
--- module params: kvm_amd
|
|
$ for p in /sys/module/kvm_amd/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
[exit=1]
|
|
|
|
--- module params: relevant net drivers
|
|
$ for mod in i40e ixgbe mlx5_core igb ice bnx2x virtio_net; do
|
|
[ -d "/sys/module/$mod/parameters" ] || continue
|
|
echo "=== $mod ==="
|
|
for p in /sys/module/$mod/parameters/*; do
|
|
[ -e "$p" ] && printf ' %s = %s\n' "$(basename "$p")" "$(cat "$p" 2>/dev/null)"
|
|
done
|
|
done
|
|
=== virtio_net ===
|
|
csum = Y
|
|
gso = Y
|
|
napi_tx = Y
|
|
napi_weight = 64
|
|
|
|
###############################################################################
|
|
# 9. PROXMOX VERSION & CLUSTER
|
|
###############################################################################
|
|
|
|
--- pveversion
|
|
$ pveversion
|
|
pve-manager/9.2.5/20242970da7fbcef (running kernel: 7.0.14-6-pve)
|
|
|
|
--- pveversion -v
|
|
$ pveversion -v
|
|
proxmox-ve: 9.2.0 (running kernel: 7.0.14-6-pve)
|
|
pve-manager: 9.2.5 (running version: 9.2.5/20242970da7fbcef)
|
|
proxmox-kernel-helper: 9.2.0
|
|
proxmox-kernel-7.0.14-6-pve-signed: 7.0.14-6
|
|
proxmox-kernel-7.0: 7.0.14-6
|
|
proxmox-kernel-6.17.13-19-pve-signed: 6.17.13-19
|
|
proxmox-kernel-6.17: 6.17.13-19
|
|
proxmox-kernel-6.17.2-1-pve-signed: 6.17.2-1
|
|
ceph-fuse: 19.2.3-pve2
|
|
corosync: 3.1.10-pve3
|
|
criu: 4.1.1-1
|
|
frr-pythontools: 10.6.1-1+pve2
|
|
ifupdown2: 3.3.0-1+pmx12
|
|
intel-microcode: 3.20251111.1~deb13u1
|
|
ksm-control-daemon: 1.5-1
|
|
libjs-extjs: 7.0.0-5
|
|
libproxmox-acme-perl: 1.7.1
|
|
libproxmox-backup-qemu0: 2.0.2
|
|
libproxmox-rs-perl: 0.4.1
|
|
libpve-access-control: 9.1.1
|
|
libpve-apiclient-perl: 3.4.2
|
|
libpve-cluster-api-perl: 9.1.6
|
|
libpve-cluster-perl: 9.1.6
|
|
libpve-common-perl: 9.1.19
|
|
libpve-guest-common-perl: 6.0.5
|
|
libpve-http-server-perl: 6.0.5
|
|
libpve-network-perl: 1.6.7
|
|
libpve-notify-perl: 9.1.6
|
|
libpve-rs-perl: 0.15.3
|
|
libpve-storage-perl: 9.1.6
|
|
libspice-server1: 0.15.2-1+b1
|
|
lvm2: 2.03.31-2+pmx1
|
|
lxc-pve: 7.0.0-2
|
|
lxcfs: 7.0.0-pve1
|
|
novnc-pve: 1.7.0-2
|
|
proxmox-backup-client: 4.2.3-1
|
|
proxmox-backup-file-restore: 4.2.3-1
|
|
proxmox-backup-restore-image: 1.0.0
|
|
proxmox-firewall: 1.2.3
|
|
proxmox-kernel-helper: 9.2.0
|
|
proxmox-mail-forward: 1.0.3
|
|
proxmox-mini-journalreader: 1.7
|
|
proxmox-offline-mirror-helper: 0.7.4
|
|
proxmox-widget-toolkit: 5.2.6
|
|
pve-cluster: 9.1.6
|
|
pve-container: 6.1.12
|
|
pve-docs: 9.2.3
|
|
pve-edk2-firmware: 4.2025.05-2
|
|
pve-esxi-import-tools: 1.0.1
|
|
pve-firewall: 6.0.5
|
|
pve-firmware: 3.18-5
|
|
pve-ha-manager: 5.2.4
|
|
pve-i18n: 3.9.0
|
|
pve-qemu-kvm: 11.0.2-2
|
|
pve-xtermjs: 6.0.0-2
|
|
qemu-server: 9.2.1
|
|
smartmontools: 7.5-pve2
|
|
spiceterm: 3.4.2
|
|
swtpm: 0.8.0+pve3
|
|
vncterm: 1.9.2
|
|
zfsutils-linux: 2.4.3-pve1
|
|
|
|
--- pvecm status
|
|
$ pvecm status
|
|
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: 76604.00
|
|
REGEX/SECOND: 1558527
|
|
HD SIZE: 93.93 GB (/dev/mapper/pve-root)
|
|
BUFFERED READS: 11.17 MB/sec
|
|
AVERAGE SEEK TIME: 36.46 ms
|
|
FSYNCS/SECOND: 2.33
|
|
[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,backup,import
|
|
|
|
lvmthin: local-lvm
|
|
thinpool data
|
|
vgname pve
|
|
content rootdir,images
|
|
|
|
|
|
nfs: D2
|
|
options nconnect=4,noatime
|
|
export /mnt/tsys4/D2
|
|
path /mnt/pve/D2
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: D3
|
|
options nconnect=4,noatime
|
|
export /mnt/tsys4/D3
|
|
path /mnt/pve/D3
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: D5
|
|
options nconnect=4,noatime
|
|
export /mnt/tsys4/D5
|
|
path /mnt/pve/D5
|
|
server pfv-tsys4-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: S2
|
|
options nconnect=4,noatime
|
|
export /mnt/pfv-tsys5/S2
|
|
path /mnt/pve/S2
|
|
server pfv-tsys5-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: S3
|
|
options nconnect=4,noatime
|
|
export /mnt/pfv-tsys5/S3
|
|
path /mnt/pve/S3
|
|
server pfv-tsys5-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: S4
|
|
options nconnect=4,noatime
|
|
export /mnt/pfv-tsys5/S4
|
|
path /mnt/pve/S4
|
|
server pfv-tsys5-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
nfs: T5-SSD
|
|
options nconnect=4,noatime
|
|
export /mnt/pfv-tsys5/ssd
|
|
path /mnt/pve/T5-SSD
|
|
server pfv-tsys5-nfs-stor
|
|
content images
|
|
prune-backups keep-all=1
|
|
|
|
|
|
--- user.cfg
|
|
--- /etc/pve/user.cfg ---
|
|
user:root@pam:1:0:::coo@turnsys.com::x:
|
|
token:root@pam!pdm-admin-tsys-proxmox-datacenter:0:0:auto-generated by PDM host 'tsys-proxmox-datacenter' on Mon, 06 Apr 2026 10%3A36%3A34 -0500:
|
|
|
|
|
|
|
|
|
|
|
|
--- domains.cfg
|
|
[missing: /etc/pve/domains.cfg]
|
|
|
|
--- cluster resources (compact)
|
|
$ pvesh get /cluster/resources --type node --output-format json 2>/dev/null \
|
|
| jq -r '.[] | "\(.node)\tcpu=\(.cpu)\tmem=\(.mem)\tmaxmem=\(.maxmem)\tmaxdisk=\(.maxdisk)\tstatus=\(.status)\tssl_fingerprint=\(.ssl_fingerprint)"' 2>/dev/null \
|
|
|| pvesh get /cluster/resources --type node 2>/dev/null
|
|
pfv-tsys6 cpu=0.0118144592871048 mem=8510283776 maxmem=135158845440 maxdisk=100861726720 status=online ssl_fingerprint=null
|
|
|
|
###############################################################################
|
|
# 10. NETWORK: INTERFACES
|
|
###############################################################################
|
|
|
|
--- ip -d link
|
|
$ ip -d link
|
|
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 promiscuity 0 allmulti 0 minmtu 0 maxmtu 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 524280 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
2: nic0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 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.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 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 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536 parentbus pci parentdev 0000:01:00.0
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000
|
|
bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:55 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 8 numrxqueues 8 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:01:00.1
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57 promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000
|
|
bond_slave state ACTIVE mii_status UP link_failure_count 0 perm_hwaddr 00:21:9b:a2:7c:57 queue_id 0 prio 0 ad_aggregator_id 1 ad_actor_oper_port_state 61 ad_actor_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> ad_partner_oper_port_state 61 ad_partner_oper_port_state_str <active,aggregating,in_sync,collecting,distributing> addrgenmode eui64 numtxqueues 8 numrxqueues 8 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:02:00.0
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 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:02:00.1
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 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:04:00.0
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 46 maxmtu 9000 addrgenmode eui64 numtxqueues 8 numrxqueues 8 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:04:00.1
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 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.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 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 0.00 fdb_n_learned 106 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 19.7us 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
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500
|
|
link/none promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
tun type tun pi off vnet_hdr on persist off addrgenmode random numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 0 maxmtu 65535
|
|
vlan protocol 802.1Q id 2 <REORDER_HDR>
|
|
bridge_slave state forwarding priority 32 cost 19 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.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 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
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 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.0:21:9b:a2:7c:59 designated_root 8000.0:21:9b:a2:7c:59 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 222.37 fdb_n_learned 0 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
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
bond mode 802.3ad miimon 100 updelay 0 downdelay 0 peer_notify_delay 0 use_carrier 1 arp_interval 0 arp_missed_max 2 arp_validate none arp_all_targets any primary_reselect always fail_over_mac none xmit_hash_policy layer3+4 resend_igmp 1 num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1 packets_per_slave 1 lacp_active on lacp_rate slow coupled_control on ad_select stable ad_aggregator 1 ad_num_ports 2 ad_actor_key 9 ad_partner_key 26 ad_partner_mac 00:13:72:46:95:e4 ad_actor_sys_prio 65535 ad_user_port_key 0 ad_actor_system 00:00:00:00:00:00 tlb_dynamic_lb 1
|
|
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.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 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 16 numrxqueues 16 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 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.0:21:9b:a2:7c:55 designated_root 8000.0:21:9b:a2:7c:55 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 34.62 fdb_n_learned 7 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb 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.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d 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
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d 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.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d 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 8.46 fdb_n_learned 78 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 49 mcast_querier_ipv4_other_timer 19.7us mcast_hash_elasticity 16 mcast_hash_max 4096 mcast_last_member_count 2 mcast_startup_query_count 2 mcast_last_member_interval 100 mcast_membership_interval 26000 mcast_querier_interval 25500 mcast_query_interval 12500 mcast_query_response_interval 1000 mcast_startup_query_interval 3125 mcast_stats_enabled 0 mcast_igmp_version 2 mcast_mld_version 1 nf_call_iptables 0 nf_call_ip6tables 0 nf_call_arptables 0 addrgenmode eui64 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 gso_ipv4_max_size 65536 gro_ipv4_max_size 65536
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 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.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 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 16 numrxqueues 16 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
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d 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.1a:fa:65:4c:65:9d designated_root 8000.1a:fa:65:4c:65:9d 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 16 numrxqueues 16 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
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 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.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c 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
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c 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.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c 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 8.46 fdb_n_learned 78 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 53 mcast_querier_ipv4_other_timer 19.7us 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
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8003 port_no 0x3 designated_port 32771 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 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 16 numrxqueues 16 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
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c 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.62:c5:35:11:4b:3c designated_root 8000.62:c5:35:11:4b:3c 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 16 numrxqueues 16 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
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff promiscuity 2 allmulti 1 minmtu 68 maxmtu 65521
|
|
tun type tap pi off vnet_hdr on persist off
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8002 port_no 0x2 designated_port 32770 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c 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
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 0 allmulti 0 minmtu 68 maxmtu 65535
|
|
bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000 stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1Q bridge_id 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c 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 8.46 fdb_n_learned 78 fdb_max_learned 0 vlan_default_pvid 1 vlan_stats_enabled 0 vlan_stats_per_port 0 group_fwd_mask 0 group_address 01:80:c2:00:00:00 mcast_snooping 1 no_linklocal_learn 0 mcast_vlan_snooping 0 mst_enabled 0 mcast_router 1 mcast_query_use_ifaddr 0 mcast_querier 0 mcast_querier_ipv4_addr 0.0.0.0 mcast_querier_ipv4_port 57 mcast_querier_ipv4_other_timer 19.7us 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
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8004 port_no 0x4 designated_port 32772 designated_cost 0 designated_bridge 8000.0:21:9b:a2:7c:53 designated_root 8000.0:21:9b:a2:7c:53 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 16 numrxqueues 16 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
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff promiscuity 1 allmulti 1 minmtu 68 maxmtu 65535
|
|
veth
|
|
bridge_slave state forwarding priority 32 cost 2 hairpin off guard off root_block off fastleave off learning on flood on port_id 0x8001 port_no 0x1 designated_port 32769 designated_cost 0 designated_bridge 8000.d6:d7:f0:f5:2f:c designated_root 8000.d6:d7:f0:f5:2f:c 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 16 numrxqueues 16 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 mq master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f0\ altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff\ altname enp1s0f1\ altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57\ altname enp2s0f0\ altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff\ altname enp2s0f1\ altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff\ altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000\ link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff\ altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500\ link/none
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000\ link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000\ link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000\ link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000\ link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000\ link/ether d6:d7:f0:f5:2f:0c 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
|
|
8: vmbr0 inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0\ valid_lft 460sec preferred_lft 460sec
|
|
9: tailscale0 inet 100.73.35.111/32 scope global tailscale0\ valid_lft forever preferred_lft forever
|
|
11: br-rr-mgmt inet 10.251.2.6/24 scope global br-rr-mgmt\ valid_lft forever preferred_lft forever
|
|
13: storagenet inet 10.100.100.6/24 scope global storagenet\ 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: nic3 inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
8: vmbr0 inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
9: tailscale0 inet6 fd7a:115c:a1e0::df3b:236f/128 scope global \ valid_lft forever preferred_lft forever
|
|
9: tailscale0 inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
11: br-rr-mgmt inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll \ valid_lft forever preferred_lft forever
|
|
13: storagenet inet6 fe80::221:9bff:fea2:7c55/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 mq master vmbr0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 brd ff:ff:ff:ff:ff:ff
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 brd ff:ff:ff:ff:ff:ff
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
inet 192.168.3.169/22 brd 192.168.3.255 scope global dynamic vmbr0
|
|
valid_lft 460sec preferred_lft 460sec
|
|
inet6 fe80::221:9bff:fea2:7c53/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN group default qlen 500
|
|
link/none
|
|
inet 100.73.35.111/32 scope global tailscale0
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fd7a:115c:a1e0::df3b:236f/128 scope global
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::1f97:7375:575c:fc8e/64 scope link stable-privacy proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
inet 10.251.2.6/24 scope global br-rr-mgmt
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::221:9bff:fea2:7c59/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
inet 10.100.100.6/24 scope global storagenet
|
|
valid_lft forever preferred_lft forever
|
|
inet6 fe80::221:9bff:fea2:7c55/64 scope link proto kernel_ll
|
|
valid_lft forever preferred_lft forever
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c 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 storagenet proto kernel scope link src 10.100.100.6
|
|
10.251.2.0/24 dev br-rr-mgmt proto kernel scope link src 10.251.2.6
|
|
192.168.0.0/22 dev vmbr0 proto kernel scope link src 192.168.3.169
|
|
|
|
--- 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
|
|
61315931 378561 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
61315931 378561 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 mq master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
3350233895 12198574 0 7182 1 5084318
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
5306247835 6212008 0 3 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp1s0f0
|
|
altname enx00219ba27c53
|
|
3: nic1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
99924305026 70595086 0 0 175 147009
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
23560468511 33694852 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp1s0f1
|
|
altname enx00219ba27c55
|
|
4: nic2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff permaddr 00:21:9b:a2:7c:57
|
|
RX: bytes packets errors dropped missed mcast
|
|
22572716408 16421058 0 0 0 60090
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
5686269766 6976654 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp2s0f0
|
|
altname enx00219ba27c57
|
|
5: nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
24123415 239733 0 0 0 214489
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
2045720 7862 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
altname enp2s0f1
|
|
altname enx00219ba27c59
|
|
6: nic4: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:40 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 0
|
|
altname enx001018721640
|
|
7: nic5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
|
|
link/ether 00:10:18:72:16:42 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 0
|
|
altname enx001018721642
|
|
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:53 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
1076025001 7927410 0 0 0 4217692
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
4826879122 1451133 0 3 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 4
|
|
9: tailscale0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq state UNKNOWN mode DEFAULT group default qlen 500
|
|
link/none
|
|
RX: bytes packets errors dropped missed mcast
|
|
163474125 1146444 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
8056225151 978816 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-rr-mgmt state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 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
|
|
906 7 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 1
|
|
11: br-rr-mgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:59 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
|
|
906 7 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master storagenet state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
122497021434 87016144 0 14362 175 207099
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
29246738277 40671506 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
13: storagenet: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 00:21:9b:a2:7c:55 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
118054783660 31981665 0 5 0 178369
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
28189424191 27053335 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr100i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 86:4a:ba:ce:74:cb brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
918971 9300 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
476741485 4413496 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
47: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
412699863 4399535 0 6271 0 2963679
|
|
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
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether c2:2f:59:b1:8b:a8 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
2245643 14628 0 5328 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
476746813 4413496 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr100i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 1a:fa:65:4c:65:9d brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
476746813 4413496 0 5328 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
2245643 14628 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr600i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether 46:3a:47:c7:38:66 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
90214677 426674 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
676443159 5109206 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
51: fwbr600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
412689435 4399415 0 6270 0 2963609
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
0 0 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 82:f1:c8:d9:02:f3 brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
91541349 432002 0 5328 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
676448701 5109207 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr600i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 62:c5:35:11:4b:3c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
676448701 5109207 0 5328 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
91541349 432002 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq master fwbr601i0 state UNKNOWN mode DEFAULT group default qlen 1000
|
|
link/ether b6:0f:0a:05:bb:7f brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
89307849 438886 0 0 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
1008239703 5140324 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 0
|
|
55: fwbr601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
412674723 4399278 0 6270 0 2963540
|
|
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
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether 5a:b3:90:81:99:9b brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
90634272 444213 0 5327 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
1008245030 5140324 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr601i0 state UP mode DEFAULT group default qlen 1000
|
|
link/ether d6:d7:f0:f5:2f:0c brd ff:ff:ff:ff:ff:ff
|
|
RX: bytes packets errors dropped missed mcast
|
|
1008245030 5140324 0 5327 0 0
|
|
RX errors: length crc frame fifo overrun
|
|
0 0 0 0 0
|
|
TX: bytes packets errors dropped carrier collsns
|
|
90634272 444213 0 0 0 0
|
|
TX errors: aborted fifo window heartbt transns
|
|
0 0 0 0 2
|
|
|
|
--- ip neigh
|
|
$ ip neigh
|
|
192.168.3.58 dev vmbr0 lladdr a4:bb:6d:e3:56:86 STALE
|
|
10.100.100.5 dev storagenet lladdr 00:1b:78:5c:e9:ce REACHABLE
|
|
10.100.100.4 dev storagenet lladdr 8c:ae:4c:cd:a9:26 REACHABLE
|
|
10.100.100.7 dev storagenet lladdr f8:bc:12:34:e0:75 STALE
|
|
192.168.3.99 dev vmbr0 lladdr 00:a0:de:a2:81:87 STALE
|
|
192.168.3.55 dev vmbr0 lladdr 54:e4:bd:d3:da:78 STALE
|
|
192.168.3.250 dev vmbr0 lladdr 00:15:5d:64:e8:1e REACHABLE
|
|
192.168.0.21 dev vmbr0 lladdr ca:fe:0f:0e:b0:75 REACHABLE
|
|
192.168.2.44 dev vmbr0 lladdr bc:24:11:e6:03:2d REACHABLE
|
|
10.100.100.9 dev storagenet lladdr 9c:69:d3:6a:5b:6c STALE
|
|
192.168.3.254 dev vmbr0 lladdr 6c:4b:b4:10:40:61 REACHABLE
|
|
192.168.3.32 dev vmbr0 lladdr a0:4a:5e:ca:46:f3 DELAY
|
|
192.168.3.78 dev vmbr0 lladdr bc:24:11:1a:8f:6f REACHABLE
|
|
192.168.0.1 dev vmbr0 lladdr a0:d0:dc:38:3b:41 STALE
|
|
192.168.3.16 dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
192.168.1.119 dev vmbr0 lladdr 68:db:f5:1c:e8:8f STALE
|
|
192.168.3.12 dev vmbr0 lladdr 02:5a:39:38:3e:9f STALE
|
|
192.168.1.166 dev vmbr0 lladdr 00:00:c0:34:0c:dc REACHABLE
|
|
192.168.3.173 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
192.168.3.153 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
192.168.0.250 dev vmbr0 lladdr f8:bc:12:34:e0:74 STALE
|
|
fe80::2053:681c:dbc9:6350 dev vmbr0 lladdr bc:24:11:ee:08:c9 STALE
|
|
fe80::8d8c:54c7:7a35:50a5 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE
|
|
fe80::be24:11ff:fecb:f7aa dev vmbr0 lladdr bc:24:11:cb:f7:aa STALE
|
|
fe80::1041:575c:79d7:c3f3 dev vmbr0 lladdr c6:39:21:93:cd:e5 STALE
|
|
fe80::436f:cf31:df06:ba90 dev vmbr0 lladdr bc:24:11:5e:dc:44 STALE
|
|
fe80::7f67:9446:ea86:eb01 dev vmbr0 lladdr 68:ec:8a:0e:36:69 router STALE
|
|
fe80::5ee7:53ff:fead:95c dev vmbr0 lladdr 5c:e7:53:ad:09:5c STALE
|
|
fe80::be24:11ff:fe86:ea1a dev vmbr0 lladdr bc:24:11:86:ea:1a STALE
|
|
fe80::907a:3764:9b08:16f3 dev vmbr0 lladdr bc:24:11:94:71:07 STALE
|
|
fe80::eae9:e541:ea1f:9987 dev vmbr0 lladdr 9c:c8:e9:63:4b:95 STALE
|
|
fe80::21b:78ff:fe5c:e9ce dev storagenet lladdr 00:1b:78:5c:e9:ce STALE
|
|
fe80::6ae7:a88a:4305:7761 dev vmbr0 lladdr e8:4e:06:af:b8:92 STALE
|
|
fe80::be5d:167b:45a7:5d73 dev vmbr0 lladdr bc:24:11:96:f7:b9 STALE
|
|
fe80::be24:11ff:fee4:3753 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::c0e:c2d8:9069:af43 dev vmbr0 lladdr 5a:cc:23:39:ec:f7 STALE
|
|
fe80::be24:11ff:fec7:1171 dev vmbr0 lladdr bc:24:11:c7:11:71 STALE
|
|
fe80::238a:7296:ce20:940f dev vmbr0 lladdr bc:24:11:8a:69:04 STALE
|
|
fe80::a311:54:4085:c6b8 dev vmbr0 lladdr bc:24:11:32:d0:36 STALE
|
|
fe80::65f9:f271:9449:32fc dev vmbr0 lladdr bc:24:11:2e:5a:d6 STALE
|
|
fe80::10e8:fff4:c9c7:c57b dev vmbr0 lladdr ba:71:00:a6:a3:12 STALE
|
|
fe80::be24:11ff:feee:67e2 dev vmbr0 lladdr bc:24:11:ee:67:e2 STALE
|
|
fe80::31a5:b7f8:2ff3:6959 dev vmbr0 lladdr 2c:54:91:2a:0d:59 STALE
|
|
fe80::86b:90fc:88ab:7eee dev vmbr0 lladdr 2a:cc:df:57:21:d2 STALE
|
|
fe80::be24:11ff:feee:2bb6 dev vmbr0 lladdr bc:24:11:ee:2b:b6 STALE
|
|
fe80::be24:11ff:fe65:b2ac dev vmbr0 lladdr bc:24:11:65:b2:ac STALE
|
|
fe80::bb7f:ace0:50d5:690b dev vmbr0 lladdr bc:24:11:40:25:f8 STALE
|
|
fe80::5ee7:53ff:fecf:45fa dev vmbr0 lladdr 5c:e7:53:cf:45:fa STALE
|
|
fe80::109b:d06f:f2be:1dc4 dev vmbr0 lladdr 16:bc:55:38:d3:7f STALE
|
|
fe80::ec58:8902:551a:c823 dev vmbr0 lladdr bc:24:11:1e:61:cf STALE
|
|
fe80::4924:f822:d560:bc2f dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::7172:40ba:b966:69df dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::b6f4:eaa:36af:1d47 dev vmbr0 lladdr f0:6e:0b:cf:c7:55 STALE
|
|
fe80::ae76:5582:7949:6783 dev vmbr0 lladdr 2c:54:91:2a:0d:5b STALE
|
|
fe80::be24:11ff:fec3:dc75 dev vmbr0 lladdr bc:24:11:c3:dc:75 STALE
|
|
fe80::b40f:d2ff:fe8b:6aec dev vmbr0 lladdr b6:0f:d2:8b:6a:ec STALE
|
|
fe80::ef5a:24f4:f260:2b1e dev vmbr0 lladdr bc:24:11:44:73:92 STALE
|
|
fe80::ac15:1b59:37bb:96f5 dev vmbr0 lladdr 9c:6b:00:9d:1c:48 STALE
|
|
fe80::be24:11ff:febb:6af dev vmbr0 lladdr bc:24:11:bb:06:af STALE
|
|
fe80::afa2:9f93:a83a:8815 dev vmbr0 lladdr bc:24:11:eb:f0:0f STALE
|
|
fe80::be24:11ff:fef6:74e8 dev vmbr0 lladdr bc:24:11:f6:74:e8 STALE
|
|
fe80::966:b4b8:282d:dff8 dev vmbr0 lladdr bc:24:11:27:4f:1c STALE
|
|
fe80::562b:57ff:fe4b:7c72 dev vmbr0 lladdr 54:2b:57:4b:7c:72 STALE
|
|
fe80::54f2:477f:64f3:562c dev vmbr0 lladdr bc:24:11:5c:96:1e STALE
|
|
fe80::1d:8fb:68fc:746 dev vmbr0 lladdr 74:29:59:27:3a:b7 STALE
|
|
fe80::466:5100:c752:a95d dev vmbr0 lladdr ca:c3:35:a4:7f:c4 STALE
|
|
fe80::30b4:e59a:dbc:6700 dev vmbr0 lladdr bc:24:11:e4:37:53 STALE
|
|
fe80::6e4b:b4ff:fe10:4061 dev vmbr0 lladdr 6c:4b:b4:10:40:61 router STALE
|
|
fe80::be24:11ff:fee6:32d dev vmbr0 lladdr bc:24:11:e6:03:2d STALE
|
|
fe80::1175:ecfd:44b2:57cb dev vmbr0 lladdr bc:24:11:38:c0:58 STALE
|
|
fe80::2e8d:48ff:fe22:31c dev vmbr0 lladdr 2c:8d:48:22:03:1c STALE
|
|
fe80::54e4:4111:b359:b994 dev vmbr0 lladdr 96:86:dd:1b:81:5a STALE
|
|
fe80::eb49:b5fa:c882:b02c dev vmbr0 lladdr bc:24:11:ee:7e:7b STALE
|
|
fe80::36bd:c8ff:fe2d:18c5 dev vmbr0 lladdr 34:bd:c8:2d:18:c5 STALE
|
|
fe80::6bea:ca7:4c8c:182f dev vmbr0 lladdr bc:24:11:80:0d:16 STALE
|
|
fe80::be24:11ff:fea3:8761 dev vmbr0 lladdr bc:24:11:a3:87:61 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: 61315931 378561 0 0 0 0 0 0 61315931 378561 0 0 0 0 0 0
|
|
nic0: 3350233895 12198574 0 7183 0 0 0 5084318 5306247835 6212008 0 3 0 0 0 0
|
|
nic1: 99924305026 70595086 0 175 0 0 0 147009 23560468511 33694852 0 0 0 0 0 0
|
|
nic2: 22572716408 16421058 0 0 0 0 0 60090 5686269766 6976654 0 0 0 0 0 0
|
|
nic3: 24123415 239733 0 0 0 0 0 214489 2045720 7862 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 1076025001 7927410 0 0 0 0 0 4217692 4826879122 1451133 0 3 0 0 0 0
|
|
tailscale0: 163474125 1146444 0 0 0 0 0 0 8056225151 978816 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 122497021434 87016144 0 14537 0 0 0 207099 29246738277 40671506 0 0 0 0 0 0
|
|
storagenet: 118054783660 31981665 0 5 0 0 0 178369 28189424191 27053335 0 0 0 0 0 0
|
|
tap100i0: 918971 9300 0 0 0 0 0 0 476741485 4413496 0 0 0 0 0 0
|
|
fwbr100i0: 412699863 4399535 0 6271 0 0 0 2963679 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 2245643 14628 0 5328 0 0 0 0 476746813 4413496 0 0 0 0 0 0
|
|
fwln100i0: 476746813 4413496 0 5328 0 0 0 0 2245643 14628 0 0 0 0 0 0
|
|
tap600i0: 90214677 426674 0 0 0 0 0 0 676443159 5109206 0 0 0 0 0 0
|
|
fwbr600i0: 412689435 4399415 0 6270 0 0 0 2963609 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 91541349 432002 0 5328 0 0 0 0 676448701 5109207 0 0 0 0 0 0
|
|
fwln600i0: 676448701 5109207 0 5328 0 0 0 0 91541349 432002 0 0 0 0 0 0
|
|
tap601i0: 89307849 438886 0 0 0 0 0 0 1008239703 5140324 0 0 0 0 0 0
|
|
fwbr601i0: 412674723 4399278 0 6270 0 0 0 2963540 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 90634272 444213 0 5327 0 0 0 0 1008245030 5140324 0 0 0 0 0 0
|
|
fwln601i0: 1008245030 5140324 0 5327 0 0 0 0 90634272 444213 0 0 0 0 0 0
|
|
|
|
--- ip -6 route (brief)
|
|
$ ip -6 route
|
|
fd7a:115c:a1e0::df3b:236f dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev vmbr0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev tailscale0 proto kernel metric 256 pref medium
|
|
fe80::/64 dev nic3 proto kernel metric 256 pref medium
|
|
fe80::/64 dev br-rr-mgmt proto kernel metric 256 pref medium
|
|
fe80::/64 dev storagenet 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
|
|
bond0 speed=2000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
br-rr-mgmt speed=100 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr100i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr600i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwbr601i0 speed=10000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwln601i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr100p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr600p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
fwpr601p0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic0 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic1 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic2 speed=1000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic3 speed=100 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic3.2 speed=100 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
nic4 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1
|
|
nic5 speed= duplex= mtu=1500 carrier= tx_queue_len=1000 qlen=1000 type=1
|
|
storagenet speed=2000 duplex=unknown mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap100i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap600i0 speed=10000 duplex=full mtu=1500 carrier=1 tx_queue_len=1000 qlen=1000 type=1
|
|
tap601i0 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: bond0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bonding
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 2
|
|
expansion-rom-version:
|
|
bus-info:
|
|
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 bond0:
|
|
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: 2000Mb/s
|
|
Duplex: Full
|
|
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 bond0:
|
|
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: off [requested 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: off [requested on]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off
|
|
rx-vlan-offload: on
|
|
tx-vlan-offload: on [fixed]
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: on
|
|
rx-vlan-filter: on
|
|
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: on [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [requested on]
|
|
tx-esp-segmentation: off
|
|
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 [fixed]
|
|
rx-vlan-stag-hw-parse: on
|
|
rx-vlan-stag-filter: on
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off
|
|
esp-tx-csum-hw-offload: off
|
|
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: br-rr-mgmt -----
|
|
[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 br-rr-mgmt:
|
|
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: 100Mb/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 br-rr-mgmt:
|
|
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: off [requested 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: fwbr100i0 -----
|
|
[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 fwbr100i0:
|
|
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 fwbr100i0:
|
|
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: fwbr600i0 -----
|
|
[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 fwbr600i0:
|
|
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 fwbr600i0:
|
|
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: fwbr601i0 -----
|
|
[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 fwbr601i0:
|
|
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 fwbr601i0:
|
|
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: fwln100i0 -----
|
|
[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 fwln100i0:
|
|
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 fwln100i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwln100i0:
|
|
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: fwln600i0 -----
|
|
[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 fwln600i0:
|
|
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 fwln600i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwln600i0:
|
|
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: fwln601i0 -----
|
|
[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 fwln601i0:
|
|
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 fwln601i0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwln601i0:
|
|
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: fwpr100p0 -----
|
|
[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 fwpr100p0:
|
|
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 fwpr100p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwpr100p0:
|
|
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: fwpr600p0 -----
|
|
[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 fwpr600p0:
|
|
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 fwpr600p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwpr600p0:
|
|
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: fwpr601p0 -----
|
|
[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 fwpr601p0:
|
|
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 fwpr601p0:
|
|
Pre-set maximums:
|
|
RX: 16
|
|
TX: 16
|
|
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 fwpr601p0:
|
|
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: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:01:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[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: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic0:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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
|
|
|
|
[offload features -k]
|
|
Features for nic0:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: 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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 1
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 3350261178
|
|
tx_bytes: 5306269926
|
|
|
|
----- ethtool: nic1 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:01:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic1:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic1:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic1:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic1:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic1:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic1:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 175
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 99924310944
|
|
tx_bytes: 23560482805
|
|
|
|
----- ethtool: nic2 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:02:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic2:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 1000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic2:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic2:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic2:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic2:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic2:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 22572718080
|
|
tx_bytes: 5686270846
|
|
|
|
----- ethtool: nic3 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11 NCSI 2.0.5
|
|
expansion-rom-version:
|
|
bus-info: 0000:02:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic3:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 100Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic3:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 5
|
|
TX: 4
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic3:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic3:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic3:
|
|
Autonegotiate: on
|
|
RX: on
|
|
TX: on
|
|
|
|
[offload features -k]
|
|
Features for nic3:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 24123415
|
|
tx_bytes: 2045720
|
|
|
|
----- ethtool: nic3.2 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: 802.1Q VLAN Support
|
|
version: 1.8
|
|
firmware-version: N/A
|
|
expansion-rom-version:
|
|
bus-info:
|
|
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 nic3.2:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: 100Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: on
|
|
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 nic3.2:
|
|
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 [requested on]
|
|
tx-checksum-sctp: off [requested on]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: off [requested 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: off [fixed]
|
|
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 [requested on]
|
|
tx-gre-segmentation: off [requested on]
|
|
tx-gre-csum-segmentation: off [requested on]
|
|
tx-ipxip4-segmentation: off [requested on]
|
|
tx-ipxip6-segmentation: off [requested on]
|
|
tx-udp_tnl-segmentation: off [requested on]
|
|
tx-udp_tnl-csum-segmentation: off [requested 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: 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: nic4 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:04:00.0
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic4:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: Unknown!
|
|
Duplex: Half
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: no
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic4:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 0
|
|
TX: 0
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic4:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic4:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic4:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic4:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: on [fixed]
|
|
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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 0
|
|
tx_bytes: 0
|
|
|
|
----- ethtool: nic5 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: bnx2
|
|
version: 7.0.14-6-pve
|
|
firmware-version: 5.0.13 bc 5.0.11
|
|
expansion-rom-version:
|
|
bus-info: 0000:04:00.1
|
|
supports-statistics: yes
|
|
supports-test: yes
|
|
supports-eeprom-access: yes
|
|
supports-register-dump: yes
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for nic5:
|
|
Supported ports: [ TP ]
|
|
Supported link modes: 10baseT/Half 10baseT/Full
|
|
100baseT/Half 100baseT/Full
|
|
1000baseT/Full
|
|
Supported pause frame use: No
|
|
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: No
|
|
Advertised auto-negotiation: Yes
|
|
Advertised FEC modes: Not reported
|
|
Speed: Unknown!
|
|
Duplex: Half
|
|
Auto-negotiation: on
|
|
Port: Twisted Pair
|
|
PHYAD: 1
|
|
Transceiver: internal
|
|
MDI-X: off
|
|
Supports Wake-on: g
|
|
Wake-on: d
|
|
Link detected: no
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for nic5:
|
|
Pre-set maximums:
|
|
RX: 8
|
|
TX: 8
|
|
Other: n/a
|
|
Combined: n/a
|
|
Current hardware settings:
|
|
RX: 0
|
|
TX: 0
|
|
Other: n/a
|
|
Combined: n/a
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for nic5:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: 999936
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: 18
|
|
rx-frames: 12
|
|
rx-usecs-irq: 18
|
|
rx-frames-irq: 2
|
|
|
|
tx-usecs: 80
|
|
tx-frames: 20
|
|
tx-usecs-irq: 18
|
|
tx-frames-irq: 2
|
|
|
|
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 nic5:
|
|
Pre-set maximums:
|
|
RX: 2040
|
|
RX Mini: n/a
|
|
RX Jumbo: 8160
|
|
TX: 255
|
|
TX push buff len: n/a
|
|
Current hardware settings:
|
|
RX: 255
|
|
RX Mini: n/a
|
|
RX Jumbo: 0
|
|
TX: 255
|
|
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 nic5:
|
|
Autonegotiate: on
|
|
RX: off
|
|
TX: off
|
|
|
|
[offload features -k]
|
|
Features for nic5:
|
|
rx-checksumming: on
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: on
|
|
tx-checksum-ip-generic: off [fixed]
|
|
tx-checksum-ipv6: on
|
|
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: 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: 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 [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)]
|
|
rx_error_bytes: 0
|
|
tx_error_bytes: 0
|
|
tx_mac_errors: 0
|
|
tx_carrier_errors: 0
|
|
rx_crc_errors: 0
|
|
rx_align_errors: 0
|
|
rx_fragments: 0
|
|
rx_jabbers: 0
|
|
rx_undersize_packets: 0
|
|
rx_oversize_packets: 0
|
|
rx_ftq_discards: 0
|
|
rx_discards: 0
|
|
rx_fw_discards: 0
|
|
[statistics -S (throughput counters)]
|
|
rx_bytes: 0
|
|
tx_bytes: 0
|
|
|
|
----- ethtool: storagenet -----
|
|
[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 storagenet:
|
|
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: 2000Mb/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 storagenet:
|
|
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: off [requested 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: off [requested 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: 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: tap100i0 -----
|
|
[driver/version/firmware/bus-info -i]
|
|
driver: tun
|
|
version: 1.6
|
|
firmware-version:
|
|
expansion-rom-version:
|
|
bus-info: tap
|
|
supports-statistics: no
|
|
supports-test: no
|
|
supports-eeprom-access: no
|
|
supports-register-dump: no
|
|
supports-priv-flags: no
|
|
[settings - speed/duplex/autoneg/port]
|
|
Settings for tap100i0:
|
|
Supported ports: [ ]
|
|
Supported link modes: Not reported
|
|
Supported pause frame use: No
|
|
Supports auto-negotiation: No
|
|
Supported FEC modes: Not reported
|
|
Advertised link modes: Not reported
|
|
Advertised pause frame use: No
|
|
Advertised auto-negotiation: No
|
|
Advertised FEC modes: Not reported
|
|
Speed: 10000Mb/s
|
|
Duplex: Full
|
|
Auto-negotiation: off
|
|
Port: Twisted Pair
|
|
PHYAD: 0
|
|
Transceiver: internal
|
|
MDI-X: Unknown
|
|
Current message level: 0x00000000 (0)
|
|
|
|
Link detected: yes
|
|
[channels -l (RX/TX/combined queue counts)]
|
|
Channel parameters for tap100i0:
|
|
Pre-set maximums:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
Current hardware settings:
|
|
RX: n/a
|
|
TX: n/a
|
|
Other: n/a
|
|
Combined: 1
|
|
[coalesce -c (interrupt moderation)]
|
|
Coalesce parameters for tap100i0:
|
|
Adaptive RX: n/a TX: n/a
|
|
stats-block-usecs: n/a
|
|
sample-interval: n/a
|
|
pkt-rate-low: n/a
|
|
pkt-rate-high: n/a
|
|
|
|
rx-usecs: n/a
|
|
rx-frames: 0
|
|
rx-usecs-irq: n/a
|
|
rx-frames-irq: n/a
|
|
|
|
tx-usecs: n/a
|
|
tx-frames: n/a
|
|
tx-usecs-irq: n/a
|
|
tx-frames-irq: n/a
|
|
|
|
rx-usecs-low: n/a
|
|
rx-frame-low: n/a
|
|
tx-usecs-low: n/a
|
|
tx-frame-low: n/a
|
|
|
|
rx-usecs-high: n/a
|
|
rx-frame-high: n/a
|
|
tx-usecs-high: n/a
|
|
tx-frame-high: n/a
|
|
|
|
CQE mode RX: n/a TX: n/a
|
|
|
|
tx-aggr-max-bytes: n/a
|
|
tx-aggr-max-frames: n/a
|
|
tx-aggr-time-usecs: n/a
|
|
|
|
[ring -g (descriptor counts)]
|
|
netlink error: Operation not supported
|
|
[pause / flow-control -a]
|
|
netlink error: Operation not supported
|
|
[offload features -k]
|
|
Features for tap100i0:
|
|
rx-checksumming: off [fixed]
|
|
tx-checksumming: on
|
|
tx-checksum-ipv4: off [fixed]
|
|
tx-checksum-ip-generic: on
|
|
tx-checksum-ipv6: off [fixed]
|
|
tx-checksum-fcoe-crc: off [fixed]
|
|
tx-checksum-sctp: off [fixed]
|
|
scatter-gather: on
|
|
tx-scatter-gather: on
|
|
tx-scatter-gather-fraglist: on
|
|
tcp-segmentation-offload: on
|
|
tx-tcp-segmentation: on
|
|
tx-tcp-ecn-segmentation: on
|
|
tx-tcp-mangleid-segmentation: off
|
|
tx-tcp6-segmentation: on
|
|
tx-tcp-accecn-segmentation: off [fixed]
|
|
generic-segmentation-offload: on
|
|
generic-receive-offload: on
|
|
large-receive-offload: off [fixed]
|
|
rx-vlan-offload: off [fixed]
|
|
tx-vlan-offload: on
|
|
ntuple-filters: off [fixed]
|
|
receive-hashing: off [fixed]
|
|
highdma: off [fixed]
|
|
rx-vlan-filter: off [fixed]
|
|
vlan-challenged: off [fixed]
|
|
tx-gso-robust: off [fixed]
|
|
tx-fcoe-segmentation: off [fixed]
|
|
tx-gre-segmentation: off [fixed]
|
|
tx-gre-csum-segmentation: off [fixed]
|
|
tx-ipxip4-segmentation: off [fixed]
|
|
tx-ipxip6-segmentation: off [fixed]
|
|
tx-udp_tnl-segmentation: off
|
|
tx-udp_tnl-csum-segmentation: off
|
|
tx-gso-partial: off [fixed]
|
|
tx-tunnel-remcsum-segmentation: off [fixed]
|
|
tx-sctp-segmentation: off [fixed]
|
|
tx-esp-segmentation: off [fixed]
|
|
tx-udp-segmentation: on
|
|
tx-gso-list: off [fixed]
|
|
tx-nocache-copy: off
|
|
loopback: off [fixed]
|
|
rx-fcs: off [fixed]
|
|
rx-all: off [fixed]
|
|
tx-vlan-stag-hw-insert: on
|
|
rx-vlan-stag-hw-parse: off [fixed]
|
|
rx-vlan-stag-filter: off [fixed]
|
|
l2-fwd-offload: off [fixed]
|
|
hw-tc-offload: off [fixed]
|
|
esp-hw-offload: off [fixed]
|
|
esp-tx-csum-hw-offload: off [fixed]
|
|
rx-udp_tunnel-port-offload: off [fixed]
|
|
tls-hw-tx-offload: off [fixed]
|
|
tls-hw-rx-offload: off [fixed]
|
|
rx-gro-hw: off [fixed]
|
|
tls-hw-record: off [fixed]
|
|
rx-gro-list: off
|
|
macsec-hw-offload: off [fixed]
|
|
rx-udp-gro-forwarding: off
|
|
hsr-tag-ins-offload: off [fixed]
|
|
hsr-tag-rm-offload: off [fixed]
|
|
hsr-fwd-offload: off [fixed]
|
|
hsr-dup-offload: off [fixed]
|
|
[private flags --show-priv-flags]
|
|
netlink error: Operation not supported
|
|
[ntuple/RSS -n]
|
|
Cannot get RX rings: Operation not supported
|
|
rxclass: Cannot get RX class rule count: Operation not supported
|
|
RX classification rule retrieval failed
|
|
[SFP/DOM transceiver -m]
|
|
netlink error: Operation not supported
|
|
[statistics -S (key error/drop counters only)]
|
|
[statistics -S (throughput counters)]
|
|
|
|
----- ethtool: tap600i0 -----
|
|
[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 tap600i0:
|
|
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 tap600i0:
|
|
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 tap600i0:
|
|
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 tap600i0:
|
|
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: tap601i0 -----
|
|
[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 tap601i0:
|
|
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 tap601i0:
|
|
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 tap601i0:
|
|
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 tap601i0:
|
|
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
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master storagenet state forwarding priority 32 cost 5
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
48: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr100i0 state forwarding priority 32 cost 2
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
52: fwpr600p0@fwln600i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr600i0 state forwarding priority 32 cost 2
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr601i0 state forwarding priority 32 cost 2
|
|
56: fwpr601p0@fwln601i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master vmbr0 state forwarding priority 32 cost 2
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr601i0 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 54 mcast_max_groups 0
|
|
10: nic3.2@nic3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master br-rr-mgmt state forwarding priority 32 cost 19
|
|
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
|
|
12: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 master storagenet 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 2 mcast_max_groups 0
|
|
46: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr100i0 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
|
|
48: fwpr100p0@fwln100i0: <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
|
|
49: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr100i0 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 50 mcast_max_groups 0
|
|
50: tap600i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr600i0 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
|
|
52: fwpr600p0@fwln600i0: <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
|
|
53: fwln600i0@fwpr600p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr600i0 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 50 mcast_max_groups 0
|
|
54: tap601i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 master fwbr601i0 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
|
|
56: fwpr601p0@fwln601i0: <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
|
|
57: fwln601i0@fwpr601p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 master fwbr601i0 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 50 mcast_max_groups 0
|
|
|
|
--- bridge vlan
|
|
$ bridge vlan
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
nic3.2 1 PVID Egress Untagged
|
|
br-rr-mgmt 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
storagenet 1 PVID Egress Untagged
|
|
tap100i0 1 PVID Egress Untagged
|
|
fwbr100i0 1 PVID Egress Untagged
|
|
fwpr100p0 1 PVID Egress Untagged
|
|
fwln100i0 1 PVID Egress Untagged
|
|
tap600i0 1 PVID Egress Untagged
|
|
fwbr600i0 1 PVID Egress Untagged
|
|
fwpr600p0 1 PVID Egress Untagged
|
|
fwln600i0 1 PVID Egress Untagged
|
|
tap601i0 1 PVID Egress Untagged
|
|
fwbr601i0 1 PVID Egress Untagged
|
|
fwpr601p0 1 PVID Egress Untagged
|
|
fwln601i0 1 PVID Egress Untagged
|
|
|
|
--- bridge vlan show
|
|
$ bridge vlan show
|
|
port vlan-id
|
|
nic0 1 PVID Egress Untagged
|
|
vmbr0 1 PVID Egress Untagged
|
|
nic3.2 1 PVID Egress Untagged
|
|
br-rr-mgmt 1 PVID Egress Untagged
|
|
bond0 1 PVID Egress Untagged
|
|
storagenet 1 PVID Egress Untagged
|
|
tap100i0 1 PVID Egress Untagged
|
|
fwbr100i0 1 PVID Egress Untagged
|
|
fwpr100p0 1 PVID Egress Untagged
|
|
fwln100i0 1 PVID Egress Untagged
|
|
tap600i0 1 PVID Egress Untagged
|
|
fwbr600i0 1 PVID Egress Untagged
|
|
fwpr600p0 1 PVID Egress Untagged
|
|
fwln600i0 1 PVID Egress Untagged
|
|
tap601i0 1 PVID Egress Untagged
|
|
fwbr601i0 1 PVID Egress Untagged
|
|
fwpr601p0 1 PVID Egress Untagged
|
|
fwln601i0 1 PVID Egress Untagged
|
|
|
|
--- brctl show
|
|
$ brctl show
|
|
bridge name bridge id STP enabled interfaces
|
|
br-rr-mgmt 8000.00219ba27c59 no nic3.2
|
|
fwbr100i0 8000.1afa654c659d no fwln100i0
|
|
tap100i0
|
|
fwbr600i0 8000.62c535114b3c no fwln600i0
|
|
tap600i0
|
|
fwbr601i0 8000.d6d7f0f52f0c no fwln601i0
|
|
tap601i0
|
|
storagenet 8000.00219ba27c55 no bond0
|
|
vmbr0 8000.00219ba27c53 no fwpr100p0
|
|
fwpr600p0
|
|
fwpr601p0
|
|
nic0
|
|
|
|
--- bonding state
|
|
--- /proc/net/bonding/bond0 ---
|
|
Ethernet Channel Bonding Driver: v7.0.14-6-pve
|
|
|
|
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
|
|
Transmit Hash Policy: layer3+4 (1)
|
|
MII Status: up
|
|
MII Polling Interval (ms): 100
|
|
Up Delay (ms): 0
|
|
Down Delay (ms): 0
|
|
Peer Notification Delay (ms): 0
|
|
|
|
802.3ad info
|
|
LACP active: on
|
|
LACP rate: slow
|
|
Min links: 0
|
|
Aggregator selection policy (ad_select): stable
|
|
System priority: 65535
|
|
System MAC address: 00:21:9b:a2:7c:55
|
|
Active Aggregator Info:
|
|
Aggregator ID: 1
|
|
Number of ports: 2
|
|
Actor Key: 9
|
|
Partner Key: 26
|
|
Partner Mac Address: 00:13:72:46:95:e4
|
|
|
|
Slave Interface: nic1
|
|
MII Status: up
|
|
Speed: 1000 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 0
|
|
Permanent HW addr: 00:21:9b:a2:7c:55
|
|
Slave queue ID: 0
|
|
Aggregator ID: 1
|
|
Actor Churn State: none
|
|
Partner Churn State: none
|
|
Actor Churned Count: 0
|
|
Partner Churned Count: 0
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:21:9b:a2:7c:55
|
|
port key: 9
|
|
port priority: 255
|
|
port number: 1
|
|
port state: 61
|
|
details partner lacp pdu:
|
|
system priority: 1
|
|
system mac address: 00:13:72:46:95:e4
|
|
oper key: 26
|
|
port priority: 1
|
|
port number: 8
|
|
port state: 61
|
|
|
|
Slave Interface: nic2
|
|
MII Status: up
|
|
Speed: 1000 Mbps
|
|
Duplex: full
|
|
Link Failure Count: 0
|
|
Permanent HW addr: 00:21:9b:a2:7c:57
|
|
Slave queue ID: 0
|
|
Aggregator ID: 1
|
|
Actor Churn State: none
|
|
Partner Churn State: none
|
|
Actor Churned Count: 0
|
|
Partner Churned Count: 0
|
|
details actor lacp pdu:
|
|
system priority: 65535
|
|
system mac address: 00:21:9b:a2:7c:55
|
|
port key: 9
|
|
port priority: 255
|
|
port number: 2
|
|
port state: 61
|
|
details partner lacp pdu:
|
|
system priority: 1
|
|
system mac address: 00:13:72:46:95:e4
|
|
oper key: 26
|
|
port priority: 1
|
|
port number: 9
|
|
port state: 61
|
|
|
|
--- vlan config
|
|
$ cat /proc/net/vlan/config
|
|
VLAN Dev name | VLAN ID
|
|
Name-Type: VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD
|
|
nic3.2 | 2 | nic3
|
|
|
|
--- /proc/net/vlan
|
|
total 0
|
|
dr-xr-xr-x 4 root root 0 Jul 29 05:09 .
|
|
dr-xr-xr-x 62 root root 0 Jul 29 05:09 ..
|
|
-rw------- 1 root root 0 Jul 29 05:09 config
|
|
-rw------- 1 root root 0 Jul 29 05:09 nic3.2
|
|
|
|
--- /etc/network/interfaces
|
|
--- /etc/network/interfaces ---
|
|
# network interface settings; autogenerated
|
|
# Please do NOT modify this file directly, unless you know what
|
|
# you're doing.
|
|
#
|
|
# If you want to manage parts of the network configuration manually,
|
|
# please utilize the 'source' or 'source-directory' directives to do
|
|
# so.
|
|
# PVE will preserve these directives, but will NOT read its network
|
|
# configuration from sourced files, so do not attempt to move any of
|
|
# the PVE managed interfaces into external files!
|
|
|
|
auto lo
|
|
iface lo inet loopback
|
|
|
|
iface nic0 inet manual
|
|
|
|
auto nic1
|
|
iface nic1 inet manual
|
|
#PortID: ifname g8
|
|
|
|
auto nic2
|
|
iface nic2 inet manual
|
|
#PortID: ifname g9
|
|
|
|
iface nic3 inet manual
|
|
|
|
iface nic3.2 inet manual
|
|
|
|
iface nic4 inet manual
|
|
|
|
iface nic5 inet manual
|
|
|
|
auto bond0
|
|
iface bond0 inet manual
|
|
bond-slaves nic1 nic2
|
|
bond-miimon 100
|
|
bond-mode 802.3ad
|
|
bond-xmit-hash-policy layer3+4
|
|
|
|
auto vmbr0
|
|
iface vmbr0 inet dhcp
|
|
bridge-ports nic0
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
auto br-rr-mgmt
|
|
iface br-rr-mgmt inet static
|
|
address 10.251.2.6/24
|
|
bridge-ports nic3.2
|
|
bridge-stp off
|
|
bridge-fd 0
|
|
|
|
auto storagenet
|
|
iface storagenet inet static
|
|
address 10.100.100.6/24
|
|
bridge-ports bond0
|
|
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
|
|
--- /etc/network/interfaces.d/sdn ---
|
|
|
|
###############################################################################
|
|
# 12. NETWORK: IRQ / RPS / XPS / aRFS / SOFTNET
|
|
###############################################################################
|
|
|
|
--- /proc/interrupts
|
|
$ cat /proc/interrupts
|
|
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7 CPU8 CPU9 CPU10 CPU11 CPU12 CPU13 CPU14 CPU15
|
|
0: 25428 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 2-edge timer
|
|
1: 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 IO-APIC 1-edge i8042
|
|
8: 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 IO-APIC 8-edge rtc0
|
|
9: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 9-fasteoi acpi
|
|
12: 0 0 0 0 0 0 0 0 6 0 0 0 0 0 0 0 IO-APIC 12-edge i8042
|
|
17: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 17-fasteoi uhci_hcd:usb3
|
|
18: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 18-fasteoi uhci_hcd:usb4
|
|
19: 0 0 0 0 0 0 0 6334597 0 0 0 0 0 0 0 0 IO-APIC 19-fasteoi ehci_hcd:usb1
|
|
20: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 IO-APIC 20-fasteoi uhci_hcd:usb6
|
|
21: 0 0 0 0 0 0 0 0 0 89 0 0 0 0 0 0 IO-APIC 21-fasteoi ehci_hcd:usb2, uhci_hcd:usb5
|
|
25: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:01.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
26: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:03.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
27: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:07.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
28: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:09.0 0-edge PCIe PME, aerdrv, PCIe bwctrl
|
|
29: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSI-0000:00:1c.0 0-edge PCIe PME
|
|
36: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5456512 PCI-MSIX-0000:01:00.0 0-edge nic0-0
|
|
37: 1638691 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 1-edge nic0-1
|
|
38: 0 3177156 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 2-edge nic0-2
|
|
39: 0 0 1999663 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 3-edge nic0-3
|
|
40: 0 0 0 1392413 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:01:00.0 4-edge nic0-4
|
|
42: 0 0 0 0 216585 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 0-edge nic3-0
|
|
43: 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 1-edge nic3-1
|
|
44: 0 0 0 0 0 0 6 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 2-edge nic3-2
|
|
45: 0 0 0 0 0 0 0 7852 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 3-edge nic3-3
|
|
46: 0 0 0 0 0 0 0 0 23090 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.1 4-edge nic3-4
|
|
48: 0 0 0 0 0 0 0 0 0 4660203 0 0 0 0 0 0 PCI-MSIX-0000:01:00.1 0-edge nic1-0
|
|
49: 0 0 0 0 0 0 0 0 0 0 3682875 0 0 0 0 0 PCI-MSIX-0000:01:00.1 1-edge nic1-1
|
|
50: 0 0 0 0 0 0 0 0 0 0 0 3847411 0 0 0 0 PCI-MSIX-0000:01:00.1 2-edge nic1-2
|
|
51: 0 0 0 0 0 0 0 0 0 0 0 0 11894128 0 0 0 PCI-MSIX-0000:01:00.1 3-edge nic1-3
|
|
52: 0 0 0 0 0 0 0 0 0 0 0 0 0 359983 0 0 PCI-MSIX-0000:01:00.1 4-edge nic1-4
|
|
54: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 896715 0 PCI-MSIX-0000:02:00.0 0-edge nic2-0
|
|
55: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1273192 PCI-MSIX-0000:02:00.0 1-edge nic2-1
|
|
56: 2426718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 2-edge nic2-2
|
|
57: 0 1352521 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 3-edge nic2-3
|
|
58: 0 0 143230 0 0 0 0 0 0 0 0 0 0 0 0 0 PCI-MSIX-0000:02:00.0 4-edge nic2-4
|
|
NMI: 3468 3206 12376 2696 9447 2616 6521 2761 3258 2604 4556 2516 4765 2438 3426 2779 Non-maskable interrupts
|
|
LOC: 17742936 18156273 25321793 17567585 23664758 18231386 21522367 20054113 19239654 19049224 19521268 18820201 19635468 18372327 18162349 29165538 Local timer interrupts
|
|
SPU: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Spurious interrupts
|
|
PMI: 3468 3206 12376 2696 9447 2616 6521 2761 3258 2604 4556 2516 4765 2438 3426 2779 Performance monitoring interrupts
|
|
IWI: 949 419481 1213 522 704 543 640 395 498 1236 757 1073 1214 859 550 508 IRQ work interrupts
|
|
RTR: 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 APIC ICR read retries
|
|
RES: 275400 330851 274663 323073 302543 366144 333707 390099 367538 399569 351879 376471 320089 375799 338029 279405 Rescheduling interrupts
|
|
CAL: 1782573 722464 544616 441499 602888 343577 447759 348459 470773 332981 467054 319933 431230 304419 440807 363453 Function call interrupts
|
|
TLB: 79011 77634 78988 83285 79525 84279 79754 82275 77521 79211 76706 76717 74732 73920 73789 71940 TLB shootdowns
|
|
TRM: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Thermal event interrupts
|
|
THR: 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 0 291699 Threshold APIC interrupts
|
|
DFR: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Deferred Error APIC interrupts
|
|
MCE: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Machine check exceptions
|
|
MCP: 660 370861 661 292361 662 292360 662 292362 662 292360 661 292361 660 292363 662 292363 Machine check polls
|
|
ERR: 0
|
|
MIS: 0
|
|
PIN: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt notification event
|
|
NPI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Nested posted-interrupt event
|
|
PIW: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Posted-interrupt wakeup event
|
|
VPMI: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Perf Guest Mediated PMI
|
|
|
|
--- NIC IRQ affinities (which CPUs handle which queue)
|
|
$ for ifc in $NETIFS; do
|
|
[ -d "/sys/class/net/$ifc/device/msi_irqs" ] || continue
|
|
echo "=== $ifc IRQ list (first 40) ==="
|
|
ls "/sys/class/net/$ifc/device/msi_irqs" 2>/dev/null | head -n 40
|
|
done
|
|
=== nic0 IRQ list (first 40) ===
|
|
36
|
|
37
|
|
38
|
|
39
|
|
40
|
|
41
|
|
=== nic1 IRQ list (first 40) ===
|
|
48
|
|
49
|
|
50
|
|
51
|
|
52
|
|
53
|
|
=== nic2 IRQ list (first 40) ===
|
|
54
|
|
55
|
|
56
|
|
57
|
|
58
|
|
59
|
|
=== nic3 IRQ list (first 40) ===
|
|
42
|
|
43
|
|
44
|
|
45
|
|
46
|
|
47
|
|
|
|
--- 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/bond0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-10/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-11/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-12/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-13/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-14/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-15/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-5/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-6/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-7/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-8/rps_cpus = 0000
|
|
/sys/class/net/bond0/queues/rx-9/rps_cpus = 0000
|
|
/sys/class/net/br-rr-mgmt/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr100i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr600i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwbr601i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln100i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln600i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwln601i0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr100p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr600p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/fwpr601p0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/lo/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic0/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic1/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic2/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic3.2/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic3/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-3/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-4/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-5/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-6/rps_cpus = 0000
|
|
/sys/class/net/nic4/queues/rx-7/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-0/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-1/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-2/rps_cpus = 0000
|
|
/sys/class/net/nic5/queues/rx-3/rps_cpus = 0000
|
|
|
|
--- 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/br-rr-mgmt/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr100i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr600i0/queues/tx-0/xps_cpus: No such file or directory
|
|
cat: /sys/class/net/fwbr601i0/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/nic3.2/queues/tx-0/xps_cpus: No such file or directory
|
|
/sys/class/net/bond0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-10/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-11/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-12/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-13/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-14/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-15/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-7/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-8/xps_cpus = 0000
|
|
/sys/class/net/bond0/queues/tx-9/xps_cpus = 0000
|
|
/sys/class/net/br-rr-mgmt/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr100i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr600i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwbr601i0/queues/tx-0/xps_cpus =
|
|
/sys/class/net/fwln100i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwln600i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwln601i0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr100p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr600p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/fwpr601p0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/lo/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic0/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic0/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic1/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic2/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic3.2/queues/tx-0/xps_cpus =
|
|
/sys/class/net/nic3/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic3/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/nic4/queues/tx-7/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-0/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-1/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-2/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-3/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-4/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-5/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-6/xps_cpus = 0000
|
|
/sys/class/net/nic5/queues/tx-7/xps_cpus = 0000
|
|
cat: /sys/class/net/storagenet/queues/tx-0/xps_cpus: No such file or directory
|
|
|
|
--- 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/bond0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-10/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-11/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-12/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-13/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-14/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-15/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-5/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-6/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-7/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-8/rps_flow_cnt = 0
|
|
/sys/class/net/bond0/queues/rx-9/rps_flow_cnt = 0
|
|
/sys/class/net/br-rr-mgmt/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr100i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr600i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwbr601i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln100i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln600i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwln601i0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr100p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr600p0/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/fwpr601p0/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/nic0/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic0/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic1/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic2/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic3.2/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic3/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-3/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-4/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-5/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-6/rps_flow_cnt = 0
|
|
/sys/class/net/nic4/queues/rx-7/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-0/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-1/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-2/rps_flow_cnt = 0
|
|
/sys/class/net/nic5/queues/rx-3/rps_flow_cnt = 0
|
|
|
|
--- /proc/net/softnet_stat (drops/backlog)
|
|
$ cat /proc/net/softnet_stat
|
|
00f9d304 00000000 0000001c 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
|
00cb68ec 00000000 00000008 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000001 00000000 00000000
|
|
00ce6643 00000000 000004b9 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000002 00000000 00000000
|
|
009ab420 00000000 00000005 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000003 00000000 00000000
|
|
00082afe 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000004 00000000 00000000
|
|
0005fc11 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000 00000000
|
|
00034908 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000006 00000000 00000000
|
|
0003ee27 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007 00000000 00000000
|
|
00026c90 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000008 00000000 00000000
|
|
00099225 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000009 00000000 00000000
|
|
000eda01 00000000 00000003 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000a 00000000 00000000
|
|
0014d7b5 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000b 00000000 00000000
|
|
04e09cf6 00000000 0000003f 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000c 00000000 00000000
|
|
0014ba8b 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000d 00000000 00000000
|
|
0002c06d 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000e 00000000 00000000
|
|
01856ac7 00000000 00000008 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 0000000f 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=00f9d304 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu1 total=00cb68ec dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu2 total=00ce6643 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu3 total=009ab420 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu4 total=00082afe dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu5 total=0005fc11 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu6 total=00034908 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu7 total=0003ee27 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu8 total=00026c90 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu9 total=00099225 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu10 total=000eda01 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu11 total=0014d7b5 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu12 total=04e09cf6 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu13 total=0014ba8b dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu14 total=0002c06d dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
cpu15 total=01856ac7 dropped=00000000 time_squeezed=00000000 cpu_collision=00000000 rps_received=00000000 flow_limit=00000000
|
|
|
|
--- netstat drop counters (significant ones)
|
|
$ nstat -az 2>/dev/null | grep -iE '(Drop|Retrans|Fail|Abort|Overflow|Loss|ListenDrop|EmbryonicRsts|InErrs|OutErrs)' || \
|
|
netstat -s 2>/dev/null | grep -iE '(drop|retrans|fail|abort|overflow|loss|listen|error)' | head -n 60
|
|
IpReasmFails 0 0.0
|
|
IpFragFails 0 0.0
|
|
TcpAttemptFails 9724 0.0
|
|
TcpRetransSegs 758508 0.0
|
|
TcpInErrs 6 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 12 0.0
|
|
TcpExtTCPLostRetransmit 175111 0.0
|
|
TcpExtTCPRenoFailures 0 0.0
|
|
TcpExtTCPSackFailures 17 0.0
|
|
TcpExtTCPLossFailures 19 0.0
|
|
TcpExtTCPFastRetrans 635840 0.0
|
|
TcpExtTCPSlowStartRetrans 54718 0.0
|
|
TcpExtTCPLossProbes 65408 0.0
|
|
TcpExtTCPLossProbeRecovery 478 0.0
|
|
TcpExtTCPRenoRecoveryFail 0 0.0
|
|
TcpExtTCPSackRecoveryFail 594 0.0
|
|
TcpExtTCPAbortOnData 2432 0.0
|
|
TcpExtTCPAbortOnClose 21 0.0
|
|
TcpExtTCPAbortOnMemory 0 0.0
|
|
TcpExtTCPAbortOnTimeout 14 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 5250 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: 368
|
|
TCP: 175 (estab 19, closed 145, orphaned 0, timewait 144)
|
|
|
|
Transport Total IP IPv6
|
|
RAW 0 0 0
|
|
UDP 7 4 3
|
|
TCP 30 20 10
|
|
INET 37 24 13
|
|
FRAG 0 0 0
|
|
|
|
|
|
--- ss -t -m (top TCP with skmem/cwnd/rto)
|
|
$ ss -tno state established ( dport != :22 and sport != :22 ) -m
|
|
Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
0 0 192.168.3.169:43780 199.165.136.101:443 timer:(keepalive,21sec,0)
|
|
skmem:(r0,rb807913,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.3.169:57504 152.53.37.179:443 timer:(keepalive,9.606sec,0)
|
|
skmem:(r0,rb87380,t0,tb130560,f0,w0,o0,bl0,d2)
|
|
0 0 192.168.3.169:49820 209.177.156.94:443 timer:(keepalive,12sec,0)
|
|
skmem:(r0,rb807230,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 192.168.3.169:37082 192.200.0.116:443 timer:(keepalive,9.358sec,0)
|
|
skmem:(r0,rb104670,t0,tb130560,f0,w0,o0,bl0,d0)
|
|
0 0 10.100.100.6:753 10.100.100.4:2049 timer:(keepalive,29sec,0)
|
|
skmem:(r0,rb4079894,t0,tb17782272,f0,w0,o0,bl0,d196)
|
|
0 0 10.100.100.6:808 10.100.100.4:2049 timer:(keepalive,39sec,0)
|
|
skmem:(r0,rb7175536,t0,tb13212672,f0,w0,o0,bl0,d196)
|
|
0 0 10.100.100.6:964 10.100.100.4:2049 timer:(keepalive,1min23sec,0)
|
|
skmem:(r0,rb5048990,t0,tb13186560,f0,w0,o0,bl0,d195)
|
|
0 0 10.100.100.6:972 10.100.100.4:2049 timer:(keepalive,1min10sec,0)
|
|
skmem:(r0,rb9053412,t0,tb15823872,f0,w0,o0,bl0,d145)
|
|
0 0 10.100.100.6:810 10.100.100.5:2049 timer:(keepalive,49sec,0)
|
|
skmem:(r0,rb1758483,t0,tb8199168,f0,w0,o0,bl0,d9)
|
|
0 0 10.100.100.6:814 10.100.100.5:2049 timer:(keepalive,29sec,0)
|
|
skmem:(r0,rb1416963,t0,tb4595712,f0,w0,o0,bl0,d12)
|
|
0 0 10.100.100.6:825 10.100.100.5:2049 timer:(keepalive,8.867sec,0)
|
|
skmem:(r0,rb1390036,t0,tb4882944,f0,w0,o0,bl0,d11)
|
|
0 0 10.100.100.6:951 10.100.100.5:2049 timer:(keepalive,19sec,0)
|
|
skmem:(r0,rb4796174,t0,tb6397440,f0,w0,o0,bl0,d6)
|
|
0 0 127.0.0.1:59046 127.0.0.1:5900
|
|
skmem:(r0,rb399451,t0,tb3939840,f0,w0,o0,bl0,d0)
|
|
0 0 127.0.0.1:5900 127.0.0.1:59046
|
|
skmem:(r0,rb87380,t0,tb3939840,f0,w0,o0,bl0,d0)
|
|
0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:26831
|
|
skmem:(r0,rb1247438,t0,tb69120,f0,w0,o0,bl0,d0)
|
|
0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:10582
|
|
skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0)
|
|
0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.125.183.68]:60052
|
|
skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0)
|
|
0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:12306
|
|
skmem:(r0,rb87380,t0,tb69120,f0,w0,o0,bl0,d0)
|
|
|
|
--- ss -ti (TCP internals)
|
|
$ ss -ti
|
|
State Recv-Q Send-Q Local Address:Port Peer Address:Port
|
|
ESTAB 0 0 192.168.3.169:43780 199.165.136.101:https
|
|
bbr wscale:7,12 rto:266 rtt:65.257/11.443 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:25 bytes_sent:7963208 bytes_retrans:541 bytes_acked:7962668 bytes_received:1514646 segs_out:31089 segs_in:24651 data_segs_out:15562 data_segs_in:15532 bbr:(bw:1.54Mbps,mrtt:39.517,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.44Mbps lastsnd:5547 lastrcv:5469 lastack:5469 pacing_rate 4.41Mbps delivery_rate 785kbps delivered:15563 app_limited busy:980420ms retrans:0/5 dsack_dups:1 rcv_rtt:19257.8 rcv_space:46527 rcv_ssthresh:129040 minrtt:39.517 snd_wnd:73088 rcv_wnd:131072 rehash:4
|
|
ESTAB 0 0 192.168.3.169:57504 152.53.37.179:https
|
|
bbr wscale:11,12 rto:248 rtt:47.67/0.449 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:636128 bytes_retrans:1470 bytes_acked:634659 bytes_received:26652 segs_out:2514 segs_in:2972 data_segs_out:762 data_segs_in:593 bbr:(bw:914kbps,mrtt:46.824,pacing_gain:2.88672,cwnd_gain:2.88672) send 4.37Mbps lastsnd:51498 lastrcv:51501 lastack:5378 pacing_rate 2.61Mbps delivery_rate 914kbps delivered:761 app_limited busy:30774ms retrans:0/2 rcv_space:14480 rcv_ssthresh:53172 minrtt:46.298 snd_wnd:57344 rcv_wnd:53248 rehash:1
|
|
ESTAB 0 0 192.168.3.169:49820 209.177.156.94:https
|
|
bbr wscale:7,12 rto:218 rtt:17.609/11.944 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:4 bytes_sent:1153984 bytes_acked:1153985 bytes_received:898021 segs_out:12915 segs_in:11717 data_segs_out:5915 data_segs_in:5380 bbr:(bw:4Mbps,mrtt:11.062,pacing_gain:1,cwnd_gain:1) send 2.63Mbps lastsnd:17551 lastrcv:17535 lastack:17535 pacing_rate 23.5Mbps delivery_rate 4Mbps delivered:5916 app_limited busy:49423ms rcv_rtt:15 rcv_space:46509 rcv_ssthresh:503078 minrtt:10.578 snd_wnd:203136 rcv_wnd:503808
|
|
ESTAB 0 0 192.168.3.169:37082 192.200.0.116:https
|
|
bbr wscale:10,12 rto:337 rtt:135.289/1.683 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:18 bytes_sent:3718 bytes_acked:3719 bytes_received:102759 segs_out:1509 segs_in:1521 data_segs_out:21 data_segs_in:788 bbr:(bw:348kbps,mrtt:132.97,pacing_gain:2.88672,cwnd_gain:2.88672) send 1.54Mbps lastsnd:1319374 lastrcv:20672 lastack:20672 pacing_rate 2.44Mbps delivery_rate 348kbps delivered:22 app_limited busy:2058ms rcv_rtt:133 rcv_space:19429 rcv_ssthresh:63978 minrtt:132.97 snd_wnd:76800 rcv_wnd:65536
|
|
ESTAB 0 0 10.100.100.6:753 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:208 rtt:7.721/12.02 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:58 ssthresh:709 bytes_sent:3866725120 bytes_retrans:40900864 bytes_acked:3825824257 bytes_received:18283767132 segs_out:6801290 segs_in:13626711 data_segs_out:2780731 data_segs_in:12930333 bbr:(bw:100Mbps,mrtt:0.937,pacing_gain:1.25,cwnd_gain:2) send 87Mbps lastsnd:1237 lastrcv:928 lastack:928 pacing_rate 124Mbps delivery_rate 100Mbps delivered:2764074 app_limited busy:1943369ms rwnd_limited:1688ms(0.1%) retrans:0/31575 dsack_dups:14927 rcv_rtt:1 rcv_space:714584 rcv_ssthresh:2549933 minrtt:0.251 rcv_ooopack:379 snd_wnd:11141120 rcv_wnd:2551808 rehash:47
|
|
ESTAB 0 0 10.100.100.6:808 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:204 rtt:3.464/2.824 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:34 ssthresh:402 bytes_sent:3844311068 bytes_retrans:36936244 bytes_acked:3807374825 bytes_received:18333655248 segs_out:6801172 segs_in:13658685 data_segs_out:2765117 data_segs_in:12964860 bbr:(bw:71.3Mbps,mrtt:0.327,pacing_gain:1.25,cwnd_gain:2) send 114Mbps lastsnd:1354 lastrcv:1350 lastack:1350 pacing_rate 88.2Mbps delivery_rate 71.3Mbps delivered:2751114 app_limited busy:1928061ms rwnd_limited:1387ms(0.1%) retrans:0/28739 dsack_dups:14746 rcv_rtt:16.37 rcv_space:714584 rcv_ssthresh:4344562 minrtt:0.206 rcv_ooopack:937 snd_wnd:10406912 rcv_wnd:4345856 rehash:47
|
|
ESTAB 0 0 10.100.100.6:964 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:211 rtt:10.712/15.875 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:32 ssthresh:720 bytes_sent:3874354012 bytes_retrans:37995512 bytes_acked:3836358501 bytes_received:18157558864 segs_out:6788643 segs_in:13537723 data_segs_out:2785784 data_segs_in:12843393 bbr:(bw:58.4Mbps,mrtt:0.563,pacing_gain:1.25,cwnd_gain:2) send 34.6Mbps lastsnd:1298 lastrcv:1238 lastack:1238 pacing_rate 72.2Mbps delivery_rate 58.4Mbps delivered:2771145 app_limited busy:1910086ms rwnd_limited:1107ms(0.1%) retrans:0/29438 dsack_dups:14798 rcv_rtt:1.125 rcv_space:588608 rcv_ssthresh:3155618 minrtt:0.362 rcv_ooopack:605 snd_wnd:11141120 rcv_wnd:3158016 rehash:42
|
|
ESTAB 0 0 10.100.100.6:972 10.100.100.4:nfs
|
|
bbr wscale:9,12 rto:204 rtt:3.974/5.179 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:64 ssthresh:583 bytes_sent:3885030348 bytes_retrans:36045236 bytes_acked:3848985113 bytes_received:18288296588 segs_out:6820306 segs_in:13627986 data_segs_out:2793148 data_segs_in:12933316 bbr:(bw:123Mbps,mrtt:0.9,pacing_gain:1.25,cwnd_gain:2) send 187Mbps lastsnd:998 lastrcv:996 lastack:996 pacing_rate 152Mbps delivery_rate 123Mbps delivered:2779823 app_limited busy:1913705ms rwnd_limited:692ms(0.0%) retrans:0/28040 dsack_dups:14719 rcv_rtt:3.625 rcv_space:836216 rcv_ssthresh:5481558 minrtt:0.277 rcv_ooopack:657 snd_wnd:10136064 rcv_wnd:5484544 rehash:41
|
|
ESTAB 0 0 10.100.100.6:810 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.321/0.088 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:138 ssthresh:441 bytes_sent:1698692520 bytes_retrans:188449632 bytes_acked:1510242889 bytes_received:8485470964 segs_out:1807647 segs_in:5989637 data_segs_out:1205537 data_segs_in:5894083 bbr:(bw:375Mbps,mrtt:0.225,pacing_gain:1.25,cwnd_gain:2) send 4.98Gbps lastsnd:1334 lastrcv:1333 lastack:1333 pacing_rate 464Mbps delivery_rate 375Mbps delivered:1075350 app_limited busy:150471ms rwnd_limited:5ms(0.0%) retrans:0/130599 dsack_dups:411 rcv_rtt:1 rcv_space:341756 rcv_ssthresh:1097611 minrtt:0.223 snd_wnd:6840320 rcv_wnd:1097728 rehash:176
|
|
ESTAB 0 0 10.100.100.6:814 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:203 rtt:2.172/3.77 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:122 ssthresh:756 bytes_sent:1789134444 bytes_retrans:176189224 bytes_acked:1612945221 bytes_received:8471989648 segs_out:1869865 segs_in:5988807 data_segs_out:1268397 data_segs_in:5885011 bbr:(bw:338Mbps,mrtt:0.22,pacing_gain:1.25,cwnd_gain:2) send 651Mbps lastsnd:970 lastrcv:970 lastack:970 pacing_rate 419Mbps delivery_rate 338Mbps delivered:1146609 app_limited busy:128199ms rwnd_limited:2ms(0.0%) retrans:0/122235 dsack_dups:447 rcv_rtt:1 rcv_space:356208 rcv_ssthresh:884161 minrtt:0.196 snd_wnd:6688768 rcv_wnd:884736 rehash:53
|
|
ESTAB 0 0 10.100.100.6:825 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.414/0.313 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:136 ssthresh:525 bytes_sent:1843354360 bytes_retrans:355945364 bytes_acked:1487408997 bytes_received:8482367296 segs_out:1907832 segs_in:6004199 data_segs_out:1305917 data_segs_in:5892187 bbr:(bw:387Mbps,mrtt:0.182,pacing_gain:1.25,cwnd_gain:2) send 3.81Gbps lastsnd:10531 lastrcv:10530 lastack:10530 pacing_rate 479Mbps delivery_rate 387Mbps delivered:1059832 app_limited busy:159907ms rwnd_limited:7ms(0.0%) retrans:0/246453 dsack_dups:367 rcv_rtt:1 rcv_space:355480 rcv_ssthresh:867332 minrtt:0.167 snd_wnd:5279744 rcv_wnd:868352 rehash:191
|
|
ESTAB 0 0 10.100.100.6:951 10.100.100.5:nfs
|
|
bbr wscale:12,12 rto:201 rtt:0.618/0.659 ato:40 mss:1448 pmtu:1500 rcvmss:1448 advmss:1448 cwnd:154 ssthresh:676 bytes_sent:1689009644 bytes_retrans:186317108 bytes_acked:1502692537 bytes_received:8487078660 segs_out:1797858 segs_in:5990520 data_segs_out:1198803 data_segs_in:5895217 bbr:(bw:454Mbps,mrtt:0.189,pacing_gain:1.25,cwnd_gain:2) send 2.89Gbps lastsnd:1209 lastrcv:1208 lastack:1208 pacing_rate 562Mbps delivery_rate 454Mbps delivered:1070161 app_limited busy:147515ms rwnd_limited:2ms(0.0%) retrans:0/129089 dsack_dups:446 reordering:87 reord_seen:2 rcv_rtt:1 rcv_space:436568 rcv_ssthresh:2996168 minrtt:0.131 rcv_ooopack:1 snd_wnd:9240576 rcv_wnd:2998272 rehash:150
|
|
ESTAB 0 0 127.0.0.1:59046 127.0.0.1:5900
|
|
bbr wscale:12,12 rto:201 rtt:0.031/0.002 ato:40 mss:22528 pmtu:65535 rcvmss:603 advmss:65483 cwnd:18 bytes_sent:40890 bytes_acked:40891 bytes_received:101506 segs_out:4122 segs_in:8131 data_segs_out:4081 data_segs_in:4054 bbr:(bw:8.19Gbps,mrtt:0.022,pacing_gain:2.88672,cwnd_gain:2.88672) send 105Gbps lastsnd:102 lastrcv:107 lastack:102 pacing_rate 135Gbps delivery_rate 8.19Gbps delivered:4082 app_limited busy:629ms rcv_rtt:355069 rcv_space:45087 rcv_ssthresh:33450 minrtt:0.022 snd_wnd:45056 rcv_wnd:45056
|
|
ESTAB 0 0 127.0.0.1:5900 127.0.0.1:59046
|
|
bbr wscale:12,12 rto:206 rtt:5.282/1.456 ato:40 mss:22528 pmtu:65535 rcvmss:536 advmss:65483 cwnd:18 bytes_sent:101506 bytes_acked:101506 bytes_received:40890 segs_out:8130 segs_in:4122 data_segs_out:4054 data_segs_in:4081 bbr:(bw:7.84Gbps,mrtt:0.023,pacing_gain:2.88672,cwnd_gain:2.88672) send 614Mbps lastsnd:108 lastrcv:103 lastack:103 pacing_rate 178Gbps delivery_rate 7.84Gbps delivered:4055 app_limited busy:17757ms rcv_space:43690 rcv_ssthresh:43690 minrtt:0.023 snd_wnd:45056 rcv_wnd:45056
|
|
ESTAB 0 0 100.73.35.111:ssh 100.101.187.119:60286
|
|
bbr wscale:7,12 rto:205 rtt:4.597/7.27 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:26 bytes_sent:5369 bytes_acked:5369 bytes_received:3941 segs_out:23 segs_in:23 data_segs_out:16 data_segs_in:14 bbr:(bw:26.8Mbps,mrtt:0.594,pacing_gain:2.88672,cwnd_gain:2.88672) send 55.6Mbps lastsnd:8277 lastrcv:8278 lastack:8277 pacing_rate 473Mbps delivery_rate 26.8Mbps delivered:17 app_limited busy:61ms rcv_rtt:8 rcv_space:12280 rcv_ssthresh:58024 minrtt:0.594 snd_wnd:76544 rcv_wnd:61440
|
|
ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:26831
|
|
bbr wscale:8,12 rto:205 rtt:4.835/1.464 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:44 bytes_sent:202439 bytes_acked:202439 bytes_received:158749 segs_out:8128 segs_in:4097 data_segs_out:4059 data_segs_in:4086 bbr:(bw:10.2Mbps,mrtt:1.429,pacing_gain:2.88672,cwnd_gain:2.88672) send 90.3Mbps lastsnd:119 lastrcv:115 lastack:115 pacing_rate 136Mbps delivery_rate 10.2Mbps delivered:4060 app_limited busy:17406ms rcv_rtt:218187 rcv_space:45433 rcv_ssthresh:40276 minrtt:1.429 snd_wnd:65024 rcv_wnd:45056
|
|
ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:10582
|
|
bbr wscale:8,12 rto:209 rtt:8.162/12.428 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:16 bytes_sent:4866 bytes_acked:4866 bytes_received:2956 segs_out:7 segs_in:8 data_segs_out:6 data_segs_in:3 bbr:(bw:11.2Mbps,mrtt:1.887,pacing_gain:2.88672,cwnd_gain:2.88672) send 19.4Mbps lastsnd:1642 lastrcv:1645 lastack:1593 pacing_rate 143Mbps delivery_rate 11.2Mbps delivered:7 app_limited busy:55ms rcv_space:12400 rcv_ssthresh:35839 minrtt:1.887 snd_wnd:65280 rcv_wnd:45056
|
|
ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.125.183.68]:60052
|
|
bbr wscale:8,12 rto:201 rtt:0.609/0.216 ato:40 mss:1228 pmtu:1280 rcvmss:1228 advmss:1228 cwnd:25 bytes_sent:14565 bytes_acked:14565 bytes_received:2676 segs_out:16 segs_in:13 data_segs_out:15 data_segs_in:6 bbr:(bw:49.4Mbps,mrtt:0.451,pacing_gain:2.88672,cwnd_gain:2.88672) send 403Mbps lastsnd:2819 lastrcv:2823 lastack:2818 pacing_rate 623Mbps delivery_rate 49.4Mbps delivered:16 app_limited busy:3ms rcv_rtt:1 rcv_space:12280 rcv_ssthresh:55924 minrtt:0.451 snd_wnd:85248 rcv_wnd:57344
|
|
ESTAB 0 0 [::ffff:100.73.35.111]:8006 [::ffff:100.109.70.137]:12306
|
|
bbr wscale:8,12 rto:203 rtt:2.362/1.635 ato:40 mss:1240 pmtu:1280 rcvmss:1240 advmss:1240 cwnd:15 bytes_sent:4681 bytes_acked:4681 bytes_received:3231 segs_out:6 segs_in:7 data_segs_out:5 data_segs_in:3 bbr:(bw:13.6Mbps,mrtt:1.454,pacing_gain:2.88672,cwnd_gain:2.88672) send 63Mbps lastsnd:1636 lastrcv:1640 lastack:1634 pacing_rate 160Mbps delivery_rate 13.6Mbps delivered:6 app_limited busy:8ms rcv_space:12400 rcv_ssthresh:41300 minrtt:1.454 snd_wnd:65280 rcv_wnd:45056
|
|
|
|
--- /proc/net/snmp (TCP summary)
|
|
$ grep -A1 ^Tcp: /proc/net/snmp
|
|
Tcp: RtoAlgorithm RtoMin RtoMax MaxConn ActiveOpens PassiveOpens AttemptFails EstabResets CurrEstab InSegs OutSegs RetransSegs InErrs OutRsts InCsumErrors
|
|
Tcp: 1 200 120000 -1 323034 52300 9724 32 19 32723027 44231629 758508 6 5787 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 323034 52300 9724 32 19 32723027 44231629 758508 6 5787 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 WDC WD20SDRM-59A4DS1 WD-WXL2A232X5RX running 1 0B 0B
|
|
├─sda1 1007K part 1 0B 0B
|
|
├─sda2 1G part vfat 1 0B 0B
|
|
└─sda3 1.8T 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 15.9G lvm running 1 0B 0B
|
|
│ └─pve-data 1.7T lvm running 1 0B 0B
|
|
└─pve-data_tdata 1.7T lvm running 1 0B 0B
|
|
└─pve-data 1.7T lvm running 1 0B 0B
|
|
|
|
--- lsblk -t
|
|
$ lsblk -t
|
|
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
|
|
sda 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
├─sda1 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
├─sda2 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
└─sda3 0 512 0 512 512 1 mq-deadline 2 4096 0B
|
|
├─pve-swap 0 512 0 512 512 1 4096 0B
|
|
├─pve-root 0 512 0 512 512 1 4096 0B
|
|
├─pve-data_tmeta 0 512 0 512 512 1 4096 0B
|
|
│ └─pve-data 0 65536 65536 512 512 1 4096 0B
|
|
└─pve-data_tdata 0 512 0 512 512 1 4096 0B
|
|
└─pve-data 0 65536 65536 512 512 1 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-0x50014ee215a96feb 0x50014ee215a96feb 0 0 0B 9 0B 0 disk 0:0:0:0 0 sda 512 8:0 8 0 512 brw-rw---- WDC WD20SDRM-59A4DS1 1 sda 0 root /dev/sda 512 gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 01.01A01 0 0 1 2 mq-deadline WD-WXL2A232X5RX 1.8T running block:scsi:usb:pci usb disk WD 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part1 0x50014ee215a96feb-part1 0 0 0B 9 0B 0 disk 0 sda1 512 8:1 8 1 512 brw-rw---- 1 ├─sda1 0 root 1 21686148-6449-6e6f-744e-656564454649 BIOS boot 8d928c72-cd89-456f-9c5b-29761e8e1be6 /dev/sda1 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1007K 34 block:scsi:usb:pci part 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part2 0x50014ee215a96feb-part2 0 0 0B 9 0B 0 vfat FAT32 disk 0 sda2 512 8:2 8 2 512 brw-rw---- 1 ├─sda2 0 root 2 c12a7328-f81f-11d2-ba4b-00a0c93ec93b EFI System 827007c4-8d16-445e-a1b0-40fadc814747 /dev/sda2 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1G 2048 block:scsi:usb:pci part 9E38-EF37 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 wwn-0x50014ee215a96feb-part3 0x50014ee215a96feb-part3 0 0 0B 9 0B 0 LVM2_member LVM2 001 disk 0 sda3 512 8:3 8 3 512 brw-rw---- 1 └─sda3 0 root 3 e6d6d379-f507-44c2-a23c-238f2a3df928 Linux LVM f534b537-a35f-4721-a245-669bcd1fc02e /dev/sda3 512 sda gpt 025e5938-0803-4136-bae5-7dcb01e5165d 4096 1 0 0 1 2 mq-deadline 1.8T 2099200 block:scsi:usb:pci part aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy 0B 0x50014ee215a96feb none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-swap name-pve-swap 0 0 0B 10 0B 0 swap 1 disk 0 dm-0 512 252:0 252 0 512 brw-rw---- 1 ├─pve-swap 0 root /dev/mapper/pve-swap 512 sda3 4096 0 0 0 1 8G running block [SWAP] [SWAP] lvm d75fe8d2-f4a5-4bb1-b6e1-75f0459945e7 0B none 0B 0B 0B 0 0 0
|
|
0 dm-name-pve-root name-pve-root 0 0 0B 11 0B 0 77.9G / 93.9G ext4 11.3G 12% 1.0 disk 0 dm-1 512 252:1 252 1 512 brw-rw---- 1 ├─pve-root 0 root /dev/mapper/pve-root 512 sda3 4096 0 0 0 1 96G running block / / lvm 8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 12 0B 0 disk 0 dm-2 512 252:2 252 2 512 brw-rw---- 1 ├─pve-data_tmeta 0 root /dev/mapper/pve-data_tmeta 512 sda3 4096 0 0 0 1 15.9G running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 │ └─pve-data 65536 root /dev/mapper/pve-data 512 dm-2 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 13 0B 0 disk 0 dm-3 512 252:3 252 3 512 brw-rw---- 1 └─pve-data_tdata 0 root /dev/mapper/pve-data_tdata 512 sda3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
0 0 0 0B 14 0B 0 disk 0 dm-4 512 252:4 252 4 65536 brw-rw---- 1 └─pve-data 65536 root /dev/mapper/pve-data 512 dm-3 4096 0 0 0 1 1.7T running block lvm 0B none 0B 0B 0B 0 0 0
|
|
|
|
--- blkid
|
|
$ blkid
|
|
/dev/mapper/pve-root: UUID="8f69bbb5-3cdd-4b0b-97d0-f1c2541d8e83" BLOCK_SIZE="4096" TYPE="ext4"
|
|
/dev/mapper/pve-swap: UUID="d75fe8d2-f4a5-4bb1-b6e1-75f0459945e7" TYPE="swap"
|
|
/dev/sda2: UUID="9E38-EF37" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="827007c4-8d16-445e-a1b0-40fadc814747"
|
|
/dev/sda3: UUID="aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy" TYPE="LVM2_member" PARTUUID="f534b537-a35f-4721-a245-669bcd1fc02e"
|
|
/dev/sda1: PARTUUID="8d928c72-cd89-456f-9c5b-29761e8e1be6"
|
|
|
|
--- /proc/partitions
|
|
$ cat /proc/partitions
|
|
major minor #blocks name
|
|
|
|
8 0 1953481728 sda
|
|
8 1 1007 sda1
|
|
8 2 1048576 sda2
|
|
8 3 1952432111 sda3
|
|
252 0 8388608 dm-0
|
|
252 1 100663296 dm-1
|
|
252 2 16650240 dm-2
|
|
252 3 1793044480 dm-3
|
|
252 4 1793044480 dm-4
|
|
|
|
--- fdisk -l
|
|
$ fdisk -l
|
|
Disk /dev/sda: 1.82 TiB, 2000365289472 bytes, 3906963456 sectors
|
|
Disk model: My Passport 260D
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 512 bytes
|
|
Disklabel type: gpt
|
|
Disk identifier: 025E5938-0803-4136-BAE5-7DCB01E5165D
|
|
|
|
Device Start End Sectors Size Type
|
|
/dev/sda1 34 2047 2014 1007K BIOS boot
|
|
/dev/sda2 2048 2099199 2097152 1G EFI System
|
|
/dev/sda3 2099200 3906963422 3904864223 1.8T Linux LVM
|
|
|
|
|
|
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 512 bytes
|
|
|
|
|
|
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
|
|
Units: sectors of 1 * 512 = 512 bytes
|
|
Sector size (logical/physical): 512 bytes / 512 bytes
|
|
I/O size (minimum/optimal): 512 bytes / 512 bytes
|
|
|
|
--- parted -l
|
|
$ parted -l
|
|
/root/check.sh: line 45: parted: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- block device queue settings (per device)
|
|
$ for d in $(ls /sys/block/ 2>/dev/null | grep -vE '^(loop|ram|md|dm-|sr|fd)'); do
|
|
q="/sys/block/$d/queue"
|
|
[ -d "$q" ] || continue
|
|
printf '----- %s -----\n' "$d"
|
|
for k in scheduler rotational nr_requests read_ahead_kb max_sectors_kb max_hw_sectors_kb \
|
|
logical_block_size physical_block_size discard_granularity discard_max_hw_bytes \
|
|
rq_affinity nomerges wbt_lat_usec write_cache stable_writes io_poll io_poll_delay \
|
|
fua rot_stable_writes add_random zoned dma_alignment iostats;
|
|
do
|
|
f="$q/$k"
|
|
[ -r "$f" ] && printf ' %-22s = %s\n' "$k" "$(cat "$f" 2>/dev/null)"
|
|
done
|
|
# NVMe-specific
|
|
for f in /sys/block/$d/device/model /sys/block/$d/device/serial /sys/block/$d/device/transport /sys/block/$d/device/queue_count; do
|
|
[ -r "$f" ] && printf ' %s = %s\n' "$(echo "$f" | sed "s|/sys/block/$d/device/||")" "$(cat "$f")"
|
|
done
|
|
done
|
|
/root/check.sh: line 62: printf: --: invalid option
|
|
printf: usage: printf [-v var] format [arguments]
|
|
scheduler = none [mq-deadline]
|
|
rotational = 1
|
|
nr_requests = 2
|
|
read_ahead_kb = 4096
|
|
max_sectors_kb = 120
|
|
max_hw_sectors_kb = 120
|
|
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 = My Passport 260D
|
|
[exit=1]
|
|
|
|
--- df -h (filesystem usage)
|
|
$ df -h
|
|
Filesystem Size Used Avail Use% Mounted on
|
|
udev 59G 0 59G 0% /dev
|
|
tmpfs 13G 3.5M 13G 1% /run
|
|
/dev/mapper/pve-root 94G 12G 78G 13% /
|
|
tmpfs 63G 49M 63G 1% /dev/shm
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/systemd-journald.service
|
|
tmpfs 5.0M 0 5.0M 0% /run/lock
|
|
tmpfs 63G 24K 63G 1% /tmp
|
|
/dev/fuse 128M 20K 128M 1% /etc/pve
|
|
tmpfs 1.0M 0 1.0M 0% /run/credentials/getty@tty1.service
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 916G 26G 844G 3% /mnt/pve/S2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 1.8T 210G 1.5T 13% /mnt/pve/D5
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 458G 2.4G 432G 1% /mnt/pve/S4
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 234G 131G 91G 59% /mnt/pve/T5-SSD
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 2.7T 189G 2.4T 8% /mnt/pve/D2
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 916G 13G 857G 2% /mnt/pve/S3
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 469G 2.0M 445G 1% /mnt/pve/D3
|
|
tmpfs 13G 4.0K 13G 1% /run/user/0
|
|
|
|
--- df -i (inode usage)
|
|
$ df -i
|
|
Filesystem Inodes IUsed IFree IUse% Mounted on
|
|
udev 15346505 603 15345902 1% /dev
|
|
tmpfs 16498882 1117 16497765 1% /run
|
|
/dev/mapper/pve-root 6291456 82271 6209185 2% /
|
|
tmpfs 16498882 114 16498768 1% /dev/shm
|
|
tmpfs 1024 1 1023 1% /run/credentials/systemd-journald.service
|
|
tmpfs 16498882 22 16498860 1% /run/lock
|
|
tmpfs 1048576 14 1048562 1% /tmp
|
|
/dev/fuse 262144 37 262107 1% /etc/pve
|
|
tmpfs 1024 1 1023 1% /run/credentials/getty@tty1.service
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 61054976 21 61054955 1% /mnt/pve/S2
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 122101760 56 122101704 1% /mnt/pve/D5
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 30531584 15 30531569 1% /mnt/pve/S4
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd 15630336 15 15630321 1% /mnt/pve/T5-SSD
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 183148544 54 183148490 1% /mnt/pve/D2
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 61054976 21 61054955 1% /mnt/pve/S3
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 31260672 13 31260659 1% /mnt/pve/D3
|
|
tmpfs 3299776 26 3299750 1% /run/user/0
|
|
|
|
###############################################################################
|
|
# 15. STORAGE: MOUNTS & FILESYSTEMS
|
|
###############################################################################
|
|
|
|
--- mount (filtered)
|
|
$ mount
|
|
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
|
|
proc on /proc type proc (rw,relatime)
|
|
udev on /dev type devtmpfs (rw,nosuid,relatime,size=61386020k,nr_inodes=15346505,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=13199108k,mode=755,inode64)
|
|
/dev/mapper/pve-root on / type ext4 (rw,relatime,errors=remount-ro)
|
|
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
|
|
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
|
|
none on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
|
|
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
|
|
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=37,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=12792)
|
|
tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
|
|
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
|
|
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)
|
|
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
|
|
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
|
|
hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M)
|
|
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=65995532k,nr_inodes=1048576,inode64)
|
|
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
|
|
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
|
|
lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)
|
|
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
|
|
tmpfs on /run/credentials/getty@tty1.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 on /mnt/pve/S2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D5 on /mnt/pve/D5 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 on /mnt/pve/S4 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd on /mnt/pve/T5-SSD type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D2 on /mnt/pve/D2 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 on /mnt/pve/S3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5)
|
|
pfv-tsys4-nfs-stor:/mnt/tsys4/D3 on /mnt/pve/D3 type nfs4 (rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4)
|
|
tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=13199104k,nr_inodes=3299776,mode=700,inode64)
|
|
|
|
--- findmnt (tree)
|
|
$ findmnt -t nfs,nfs4,zfs,ext4,xfs,btrfs
|
|
TARGET SOURCE FSTYPE OPTIONS
|
|
/ /dev/mapper/pve-root ext4 rw,relatime,errors=remount-ro
|
|
├─/mnt/pve/S2 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/D5 pfv-tsys4-nfs-stor:/mnt/tsys4/D5 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/S4 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/T5-SSD pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
├─/mnt/pve/D2 pfv-tsys4-nfs-stor:/mnt/tsys4/D2 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
├─/mnt/pve/S3 pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
└─/mnt/pve/D3 pfv-tsys4-nfs-stor:/mnt/tsys4/D3 nfs4 rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
--- /etc/fstab
|
|
--- /etc/fstab ---
|
|
# <file system> <mount point> <type> <options> <dump> <pass>
|
|
/dev/pve/root / ext4 errors=remount-ro 0 1
|
|
/dev/pve/swap none swap sw 0 0
|
|
proc /proc proc defaults 0 0
|
|
|
|
--- ext4 reserved block % (per fs)
|
|
$ for dev in $(awk '$3=="ext4"{print $1}' /proc/mounts 2>/dev/null); do
|
|
echo "=== $dev ==="
|
|
dumpe2fs -h "$dev" 2>/dev/null | grep -E 'Reserved|Block count|Free blocks|Block size|Mount count|Maximum mount|Last'
|
|
done
|
|
=== /dev/mapper/pve-root ===
|
|
Last mounted on: /
|
|
Block count: 25165824
|
|
Reserved block count: 1258291
|
|
Free blocks: 21677447
|
|
Block size: 4096
|
|
Reserved GDT blocks: 1024
|
|
Last mount time: Sun Jul 26 17:19:37 2026
|
|
Last write time: Wed Jul 29 04:21:52 2026
|
|
Mount count: 17
|
|
Maximum mount count: -1
|
|
Last checked: Sat Apr 4 12:26:59 2026
|
|
Reserved blocks uid: 0 (user root)
|
|
Reserved blocks gid: 0 (group root)
|
|
|
|
--- xfs info (per fs)
|
|
$ for mp in $(awk '$3=="xfs"{print $2}' /proc/mounts 2>/dev/null); do
|
|
echo "=== $mp ==="
|
|
xfs_info "$mp" 2>/dev/null
|
|
done
|
|
|
|
###############################################################################
|
|
# 16. STORAGE: NFS (CLIENT + SERVER)
|
|
###############################################################################
|
|
|
|
--- nfsstat -m (mount options)
|
|
$ nfsstat -m
|
|
/mnt/pve/S2 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S2
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D5 from pfv-tsys4-nfs-stor:/mnt/tsys4/D5
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/S4 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S4
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/T5-SSD from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/ssd
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D2 from pfv-tsys4-nfs-stor:/mnt/tsys4/D2
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
/mnt/pve/S3 from pfv-tsys5-nfs-stor:/mnt/pfv-tsys5/S3
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.5
|
|
|
|
/mnt/pve/D3 from pfv-tsys4-nfs-stor:/mnt/tsys4/D3
|
|
Flags: rw,noatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,fatal_neterrors=none,proto=tcp,nconnect=4,timeo=600,retrans=2,sec=sys,clientaddr=10.100.100.6,local_lock=none,addr=10.100.100.4
|
|
|
|
|
|
--- nfsstat -c (client stats)
|
|
$ nfsstat -c
|
|
Client rpc stats:
|
|
calls retrans authrefrsh
|
|
1639888 4 1642849
|
|
|
|
Client nfs v4:
|
|
null read write commit open
|
|
2 0% 190663 11% 1080419 65% 74253 4% 2 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 95 0% 0 0% 64 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
28 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 171 0% 45516 2% 79 0%
|
|
lookup_root remove rename link symlink
|
|
7 0% 8 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
2 0% 28 0% 146696 8% 0 0% 61 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
56 0% 26 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 2 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
0 0% 350 0% 0 0% 2 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 7 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 8 0% 0 0% 99983 6%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 2500 0% 0 0%
|
|
|
|
|
|
--- nfsstat -s (server stats)
|
|
$ nfsstat -s
|
|
Error: No Server Stats (/proc/net/rpc/nfsd: No such file or directory).
|
|
[exit=2 / not installed or not permitted]
|
|
|
|
--- nfsstat -234 (version stats)
|
|
$ nfsstat -234
|
|
Client rpc stats:
|
|
calls retrans authrefrsh
|
|
1639888 4 1642849
|
|
|
|
Client nfs v2:
|
|
null getattr setattr root lookup
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read wrcache write create
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
remove rename link symlink mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
rmdir readdir fsstat
|
|
0 0% 0 0% 0 0%
|
|
|
|
Client nfs v3:
|
|
null getattr setattr lookup access
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
readlink read write create mkdir
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
symlink mknod remove rmdir rename
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
link readdir readdirplus fsstat fsinfo
|
|
0 0% 0 0% 0 0% 0 0% 0 0%
|
|
pathconf commit
|
|
0 0% 0 0%
|
|
|
|
Client nfs v4:
|
|
null read write commit open
|
|
2 0% 190663 11% 1080419 65% 74253 4% 2 0%
|
|
open_conf open_noat open_dgrd close setattr
|
|
0 0% 95 0% 0 0% 64 0% 0 0%
|
|
fsinfo renew setclntid confirm lock
|
|
28 0% 0 0% 0 0% 0 0% 0 0%
|
|
lockt locku access getattr lookup
|
|
0 0% 0 0% 171 0% 45516 2% 79 0%
|
|
lookup_root remove rename link symlink
|
|
7 0% 8 0% 0 0% 0 0% 0 0%
|
|
create pathconf statfs readlink readdir
|
|
2 0% 28 0% 146696 8% 0 0% 61 0%
|
|
server_caps delegreturn getacl setacl fs_locations
|
|
56 0% 26 0% 0 0% 0 0% 0 0%
|
|
rel_lkowner secinfo fsid_present exchange_id create_session
|
|
0 0% 0 0% 0 0% 4 0% 2 0%
|
|
destroy_session sequence get_lease_time reclaim_comp layoutget
|
|
0 0% 350 0% 0 0% 2 0% 0 0%
|
|
getdevinfo layoutcommit layoutreturn secinfo_no test_stateid
|
|
0 0% 0 0% 0 0% 7 0% 0 0%
|
|
free_stateid getdevicelist bind_conn_to_ses destroy_clientid seek
|
|
0 0% 0 0% 8 0% 0 0% 99983 6%
|
|
allocate deallocate layoutstats clone
|
|
0 0% 0 0% 2500 0% 0 0%
|
|
|
|
|
|
--- showmount -e (exports)
|
|
$ showmount -e
|
|
clnt_create: RPC: Timed out
|
|
[exit=1 / not installed or not permitted]
|
|
|
|
--- /proc/net/rpc/nfs
|
|
$ cat /proc/net/rpc/nfs
|
|
net 0 0 0 0
|
|
rpc 1640780 4 1643743
|
|
proc4 71 2 190663 1081080 74310 2 0 95 0 64 0 28 0 0 0 0 0 0 171 45557 79 7 8 0 0 0 2 28 146829 0 61 56 26 0 0 0 0 0 0 4 2 0 350 0 2 0 0 0 0 7 0 0 0 8 0 99983 0 0 2500 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
--- /proc/net/rpc/nfsd
|
|
$ cat /proc/net/rpc/nfsd
|
|
cat: /proc/net/rpc/nfsd: No such file or directory
|
|
[exit=1 / not installed or not permitted]
|
|
|
|
--- exports
|
|
[missing: /etc/exports]
|
|
[missing: /etc/exports.d/*.exports]
|
|
|
|
--- nfs.conf
|
|
--- /etc/nfs.conf ---
|
|
#
|
|
# This is a general configuration for the
|
|
# NFS daemons and tools
|
|
#
|
|
[general]
|
|
pipefs-directory=/run/rpc_pipefs
|
|
#
|
|
[nfsrahead]
|
|
# nfs=15000
|
|
# nfs4=16000
|
|
#
|
|
[exports]
|
|
# rootdir=/export
|
|
#
|
|
[exportfs]
|
|
# debug=0
|
|
#
|
|
[gssd]
|
|
# verbosity=0
|
|
# rpc-verbosity=0
|
|
# use-memcache=0
|
|
# use-machine-creds=1
|
|
# use-gss-proxy=0
|
|
# avoid-dns=1
|
|
# limit-to-legacy-enctypes=0
|
|
# allowed-enctypes=aes256-cts-hmac-sha384-192,aes128-cts-hmac-sha256-128,camellia256-cts-cmac,camellia128-cts-cmac,aes256-cts-hmac-sha1-96,aes128-cts-hmac-sha1-96
|
|
# context-timeout=0
|
|
# rpc-timeout=5
|
|
# keytab-file=/etc/krb5.keytab
|
|
# cred-cache-directory=
|
|
# preferred-realm=
|
|
# set-home=1
|
|
# upcall-timeout=30
|
|
# cancel-timed-out-upcalls=0
|
|
#
|
|
[lockd]
|
|
# port=0
|
|
# udp-port=0
|
|
#
|
|
[exportd]
|
|
# debug="all|auth|call|general|parse"
|
|
# manage-gids=n
|
|
# state-directory-path=/var/lib/nfs
|
|
# threads=1
|
|
# cache-use-ipaddr=n
|
|
# ttl=1800
|
|
[mountd]
|
|
# debug="all|auth|call|general|parse"
|
|
manage-gids=y
|
|
# descriptors=0
|
|
# port=0
|
|
# threads=1
|
|
# reverse-lookup=n
|
|
# state-directory-path=/var/lib/nfs
|
|
# ha-callout=
|
|
# cache-use-ipaddr=n
|
|
# ttl=1800
|
|
#
|
|
[nfsdcld]
|
|
# debug=0
|
|
# storagedir=/var/lib/nfs/nfsdcld
|
|
#
|
|
[nfsd]
|
|
# debug=0
|
|
# threads=16
|
|
# host=
|
|
# port=0
|
|
# grace-time=90
|
|
# lease-time=90
|
|
# udp=n
|
|
# tcp=y
|
|
# vers3=y
|
|
# vers4=y
|
|
# vers4.0=y
|
|
# vers4.1=y
|
|
# vers4.2=y
|
|
# rdma=n
|
|
# rdma-port=20049
|
|
|
|
[statd]
|
|
# debug=0
|
|
# port=0
|
|
# outgoing-port=0
|
|
# name=
|
|
# state-directory-path=/var/lib/nfs/statd
|
|
# ha-callout=
|
|
# no-notify=0
|
|
#
|
|
[sm-notify]
|
|
# debug=0
|
|
# force=0
|
|
# retry-time=900
|
|
# outgoing-port=
|
|
# outgoing-addr=
|
|
# lift-grace=y
|
|
#
|
|
[svcgssd]
|
|
# principal=
|
|
[missing: /etc/nfs.conf.d/*.conf]
|
|
|
|
--- nfs defaults
|
|
[missing: /etc/default/nfs-kernel-server]
|
|
--- /etc/default/nfs-common ---
|
|
# If you do not set values for the NEED_ options, they will be attempted
|
|
# autodetected; this should be sufficient for most people. Valid alternatives
|
|
# for the NEED_ options are "yes" and "no".
|
|
|
|
# Do you want to start the statd daemon? It is not needed for NFSv4.
|
|
NEED_STATD=
|
|
|
|
# Do you want to start the idmapd daemon? It is only needed for NFSv4.
|
|
NEED_IDMAPD=
|
|
|
|
# Do you want to start the gssd daemon? It is required for Kerberos mounts.
|
|
NEED_GSSD=
|
|
|
|
--- idmapd.conf
|
|
--- /etc/idmapd.conf ---
|
|
[General]
|
|
|
|
Verbosity = 0
|
|
# set your own domain here, if it differs from FQDN minus hostname
|
|
# Domain = localdomain
|
|
|
|
[Mapping]
|
|
|
|
Nobody-User = nobody
|
|
Nobody-Group = nogroup
|
|
|
|
--- pvesm status
|
|
$ pvesm status
|
|
Name Type Status Total (KiB) Used (KiB) Available (KiB) %
|
|
D2 nfs active 2883130368 197245952 2539354112 6.84%
|
|
D3 nfs active 491133952 2048 466110464 0.00%
|
|
D5 nfs active 1921726464 219219968 1604814848 11.41%
|
|
S2 nfs active 960304128 26530816 884918272 2.76%
|
|
S3 nfs active 960304128 13431808 898018304 1.40%
|
|
S4 nfs active 479597568 2460672 452701184 0.51%
|
|
T5-SSD nfs active 245023744 137123840 95380480 55.96%
|
|
local dir active 98497780 11770696 81677536 11.95%
|
|
local-lvm lvmthin active 1793044480 0 1793044480 0.00%
|
|
|
|
--- pvesm list per storage
|
|
$ for s in $(pvesm status 2>/dev/null | awk 'NR>1 && $3=="active"{print $1}'); do
|
|
echo "--- storage: $s ---"
|
|
pvesm list "$s" 2>/dev/null | head -n 30
|
|
echo "--- pvesm config $s ---"
|
|
pvesm config "$s" 2>/dev/null
|
|
done
|
|
--- storage: D2 ---
|
|
Volid Format Type Size VMID
|
|
D2:100/vm-100-disk-0.raw raw images 34359738368 100
|
|
D2:100/vm-100-disk-1.raw raw images 540672 100
|
|
D2:101/vm-101-disk-0.qcow2 qcow2 images 34359738368 101
|
|
D2:104/vm-104-disk-0.qcow2 qcow2 images 53687091200 104
|
|
D2:105/vm-105-disk-0.qcow2 qcow2 images 34359738368 105
|
|
D2:108/vm-108-disk-0.qcow2 qcow2 images 34359738368 108
|
|
D2:109/vm-109-disk-0.qcow2 qcow2 images 26843545600 109
|
|
D2:114/vm-114-disk-0.qcow2 qcow2 images 34359738368 114
|
|
D2:117/vm-117-disk-0.qcow2 qcow2 images 34359738368 117
|
|
D2:3000/base-3000-disk-0.qcow2 qcow2 images 34359738368 3000
|
|
D2:500/vm-500-disk-0.qcow2 qcow2 images 540672 500
|
|
D2:509/vm-509-disk-0.qcow2 qcow2 images 34359738368 509
|
|
D2:600/vm-600-disk-1.qcow2 qcow2 images 34359738368 600
|
|
D2:601/vm-601-disk-0.qcow2 qcow2 images 34359738368 601
|
|
D2:702/vm-702-disk-0.qcow2 qcow2 images 107374182400 702
|
|
D2:703/vm-703-disk-0.qcow2 qcow2 images 34359738368 703
|
|
D2:704/vm-704-disk-0.qcow2 qcow2 images 34359738368 704
|
|
D2:705/vm-705-disk-0.qcow2 qcow2 images 34359738368 705
|
|
D2:901/vm-901-disk-0.qcow2 qcow2 images 141733920768 901
|
|
D2:904/vm-904-disk-0.qcow2 qcow2 images 34359738368 904
|
|
--- pvesm config D2 ---
|
|
--- storage: D3 ---
|
|
Volid Format Type Size VMID
|
|
--- pvesm config D3 ---
|
|
--- storage: D5 ---
|
|
Volid Format Type Size VMID
|
|
D5:106/vm-106-disk-0.qcow2 qcow2 images 34359738368 106
|
|
D5:313/vm-313-disk-0.qcow2 qcow2 images 34359738368 313
|
|
D5:530/vm-101-disk-0.qcow2 qcow2 images 34359738368 530
|
|
D5:531/vm-103-disk-0.qcow2 qcow2 images 34359738368 531
|
|
D5:532/vm-102-disk-0.qcow2 qcow2 images 34359738368 532
|
|
D5:533/vm-103-disk-0.qcow2 qcow2 images 34359738368 533
|
|
D5:534/vm-104-disk-0.qcow2 qcow2 images 34359738368 534
|
|
D5:535/vm-105-disk-0.qcow2 qcow2 images 34359738368 535
|
|
D5:536/vm-106-disk-0.qcow2 qcow2 images 34359738368 536
|
|
D5:537/vm-800-disk-0.qcow2 qcow2 images 34359738368 537
|
|
D5:538/vm-812-disk-0.qcow2 qcow2 images 540672 538
|
|
D5:538/vm-812-disk-2.raw raw images 429496729600 538
|
|
D5:541/vm-109-disk-0.qcow2 qcow2 images 34359738368 541
|
|
D5:903/vm-903-disk-0.qcow2 qcow2 images 34359738368 903
|
|
--- pvesm config D5 ---
|
|
--- storage: S2 ---
|
|
Volid Format Type Size VMID
|
|
S2:103/vm-103-disk-0.qcow2 qcow2 images 34359738368 103
|
|
S2:706/vm-706-disk-0.qcow2 qcow2 images 34359738368 706
|
|
S2:902/vm-902-disk-0.qcow2 qcow2 images 53687091200 902
|
|
S2:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
|
|
--- pvesm config S2 ---
|
|
--- storage: S3 ---
|
|
Volid Format Type Size VMID
|
|
S3:102/vm-102-disk-0.qcow2 qcow2 images 34359738368 102
|
|
S3:701/vm-701-disk-0.qcow2 qcow2 images 34359738368 701
|
|
S3:905/vm-905-disk-0.qcow2 qcow2 images 34359738368 905
|
|
S3:906/vm-906-disk-0.qcow2 qcow2 images 34359738368 906
|
|
--- pvesm config S3 ---
|
|
--- storage: S4 ---
|
|
Volid Format Type Size VMID
|
|
S4:100/vm-100-disk-0.qcow2 qcow2 images 34359738368 100
|
|
--- pvesm config S4 ---
|
|
--- storage: T5-SSD ---
|
|
Volid Format Type Size VMID
|
|
T5-SSD:5111/vm-5111-disk-0.qcow2 qcow2 images 309237645312 5111
|
|
--- pvesm config T5-SSD ---
|
|
--- storage: local ---
|
|
Volid Format Type Size VMID
|
|
local:iso/debian.iso iso iso 791674880
|
|
--- pvesm config local ---
|
|
--- storage: local-lvm ---
|
|
Volid Format Type Size VMID
|
|
--- pvesm config local-lvm ---
|
|
[exit=255]
|
|
|
|
###############################################################################
|
|
# 17. STORAGE: LVM
|
|
###############################################################################
|
|
|
|
--- pvs
|
|
$ pvs -v
|
|
PV VG Fmt Attr PSize PFree DevSize PV UUID
|
|
/dev/sda3 pve lvm2 a-- <1.82t 16.24g <1.82t aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy
|
|
|
|
--- vgs
|
|
$ vgs -v
|
|
VG Attr Ext #PV #LV #SN VSize VFree VG UUID VProfile
|
|
pve wz--n- 4.00m 1 3 0 <1.82t 16.24g VLhH9x-Y3yB-zA1O-LhK8-fOtL-oW3X-8xjxcq
|
|
|
|
--- lvs
|
|
$ lvs -o +lv_layout,role,pool_lv,data_percent,metadata_percent --units b
|
|
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert Layout Role Pool Data% Meta%
|
|
data pve twi-a-tz-- 1836077547520B 0.00 0.15 thin,pool private 0.00 0.15
|
|
root pve -wi-ao---- 103079215104B linear public
|
|
swap pve -wi-ao---- 8589934592B linear public
|
|
|
|
--- pvdisplay
|
|
$ pvdisplay
|
|
--- Physical volume ---
|
|
PV Name /dev/sda3
|
|
VG Name pve
|
|
PV Size <1.82 TiB / not usable 3.98 MiB
|
|
Allocatable yes
|
|
PE Size 4.00 MiB
|
|
Total PE 476667
|
|
Free PE 4158
|
|
Allocated PE 472509
|
|
PV UUID aBoPok-Y20Z-3hHs-Buu6-ybpQ-KwCM-fbOoLy
|
|
|
|
|
|
--- vgdisplay
|
|
$ vgdisplay
|
|
--- Volume group ---
|
|
VG Name pve
|
|
System ID
|
|
Format lvm2
|
|
Metadata Areas 1
|
|
Metadata Sequence No 7
|
|
VG Access read/write
|
|
VG Status resizable
|
|
MAX LV 0
|
|
Cur LV 3
|
|
Open LV 2
|
|
Max PV 0
|
|
Cur PV 1
|
|
Act PV 1
|
|
VG Size <1.82 TiB
|
|
PE Size 4.00 MiB
|
|
Total PE 476667
|
|
Alloc PE / Size 472509 / 1.80 TiB
|
|
Free PE / Size 4158 / 16.24 GiB
|
|
VG UUID VLhH9x-Y3yB-zA1O-LhK8-fOtL-oW3X-8xjxcq
|
|
|
|
|
|
--- lvdisplay
|
|
$ lvdisplay
|
|
--- Logical volume ---
|
|
LV Name data
|
|
VG Name pve
|
|
LV UUID A2o3em-JGs9-FRfH-vqsz-yVy7-XucO-CeWKPW
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:10 -0500
|
|
LV Pool metadata data_tmeta
|
|
LV Pool data data_tdata
|
|
LV Status available
|
|
# open 0
|
|
LV Size <1.67 TiB
|
|
Allocated pool data 0.00%
|
|
Allocated metadata 0.15%
|
|
Current LE 437755
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:4
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/swap
|
|
LV Name swap
|
|
VG Name pve
|
|
LV UUID A1dQoM-c3cN-o10U-aTrf-E6xE-9qlY-qvi56O
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:09 -0500
|
|
LV Status available
|
|
# open 1
|
|
LV Size 8.00 GiB
|
|
Current LE 2048
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:0
|
|
|
|
--- Logical volume ---
|
|
LV Path /dev/pve/root
|
|
LV Name root
|
|
VG Name pve
|
|
LV UUID BcScYG-321V-uPMn-mVoW-g7hS-ln1B-0uOD3j
|
|
LV Write Access read/write
|
|
LV Creation host, time proxmox, 2026-04-04 12:08:10 -0500
|
|
LV Status available
|
|
# open 1
|
|
LV Size 96.00 GiB
|
|
Current LE 24576
|
|
Segments 1
|
|
Allocation inherit
|
|
Read ahead sectors auto
|
|
- currently set to 8192
|
|
Block device 252:1
|
|
|
|
|
|
--- lvm/lvm.conf (filters only)
|
|
--- /etc/lvm/lvm.conf ---
|
|
# This is an example configuration file for the LVM2 system.
|
|
# It contains the default settings that would be used if there was no
|
|
# /etc/lvm/lvm.conf file.
|
|
#
|
|
# Refer to 'man lvm.conf' for further information including the file layout.
|
|
#
|
|
# Refer to 'man lvm.conf' for information about how settings configured in
|
|
# this file are combined with built-in values and command line options to
|
|
# arrive at the final values used by LVM.
|
|
#
|
|
# Refer to 'man lvmconfig' for information about displaying the built-in
|
|
# and configured values used by LVM.
|
|
#
|
|
# If a default value is set in this file (not commented out), then a
|
|
# new version of LVM using this file will continue using that value,
|
|
# even if the new version of LVM changes the built-in default value.
|
|
#
|
|
# To put this file in a different directory and override /etc/lvm set
|
|
# the environment variable LVM_SYSTEM_DIR before running the tools.
|
|
#
|
|
# N.B. Take care that each setting only appears once if uncommenting
|
|
# example settings in this file.
|
|
|
|
|
|
# Configuration section config.
|
|
# How LVM configuration settings are handled.
|
|
config {
|
|
|
|
# Configuration option config/checks.
|
|
# If enabled, any LVM configuration mismatch is reported.
|
|
# This implies checking that the configuration key is understood by
|
|
# LVM and that the value of the key is the proper type. If disabled,
|
|
# any configuration mismatch is ignored and the default value is used
|
|
# without any warning (a message about the configuration key not being
|
|
# found is issued in verbose mode only).
|
|
# This configuration option has an automatic default value.
|
|
# checks = 1
|
|
|
|
# Configuration option config/validate_metadata.
|
|
# Allows to select the level of validation after metadata transformation.
|
|
# Validation takes extra CPU time to verify internal consistency.
|
|
# Accepted values:
|
|
# full
|
|
# Do a full metadata validation before disk write.
|
|
# none
|
|
# Skip any checks (unrecommended, slightly faster).
|
|
#
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# validate_metadata = "full"
|
|
|
|
# Configuration option config/abort_on_errors.
|
|
# Abort the LVM process if a configuration mismatch is found.
|
|
# This configuration option has an automatic default value.
|
|
# abort_on_errors = 0
|
|
|
|
# Configuration option config/profile_dir.
|
|
# Directory where LVM looks for configuration profiles.
|
|
# This configuration option has an automatic default value.
|
|
# profile_dir = "/etc/lvm/profile"
|
|
}
|
|
|
|
# Configuration section devices.
|
|
# How LVM uses block devices.
|
|
devices {
|
|
|
|
# Configuration option devices/dir.
|
|
# Directory in which to create volume group device nodes.
|
|
# Commands also accept this as a prefix on volume group names.
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# dir = "/dev"
|
|
|
|
# Configuration option devices/scan.
|
|
# Directories containing device nodes to use with LVM.
|
|
# This configuration option is advanced.
|
|
# This configuration option has an automatic default value.
|
|
# scan = [ "/dev" ]
|
|
|
|
# Configuration option devices/obtain_device_list_from_udev.
|
|
# Obtain the list of available devices from udev.
|
|
# This avoids opening or using any inapplicable non-block devices or
|
|
# subdirectories found in the udev directory. Any device node or
|
|
# symlink not managed by udev in the udev directory is ignored. This
|
|
# setting applies only to the udev-managed device directory; other
|
|
# directories will be scanned fully. LVM needs to be compiled with
|
|
# udev support for this setting to apply.
|
|
# This configuration option has an automatic default value.
|
|
# obtain_device_list_from_udev = 0
|
|
|
|
# Configuration option devices/external_device_info_source.
|
|
# Enable device information from udev.
|
|
# If set to "udev", lvm will supplement its own native device information
|
|
# with information from libudev. This can potentially improve the detection
|
|
# of MD component devices and multipath component devices.
|
|
# This configuration option has an automatic default value.
|
|
# external_device_info_source = "none"
|
|
|
|
# Configuration option devices/hints.
|
|
# Use a local file to remember which devices have PVs on them.
|
|
# Some commands will use this as an optimization to reduce device
|
|
# scanning, and will only scan the listed PVs. Removing the hint file
|
|
# will cause lvm to generate a new one. Disable hints if PVs will
|
|
# be copied onto devices using non-lvm commands, like dd.
|
|
#
|
|
# Accepted values:
|
|
# all
|
|
# Use all hints.
|
|
# none
|
|
# Use no hints.
|
|
#
|
|
# This configuration option has an automatic default value.
|
|
# hints = "all"
|
|
|
|
# Configuration option devices/preferred_names.
|
|
# Select which path name to display for a block device.
|
|
# If multiple path names exist for a block device, and LVM needs to
|
|
# display a name for the device, the path names are matched against
|
|
# each item in this list of regular expressions. The first match is
|
|
# used. Try to avoid using undescriptive /dev/dm-N names, if present.
|
|
# If no preferred name matches, or if preferred_names are not defined,
|
|
# the following built-in preferences are applied in order until one
|
|
# produces a preferred name:
|
|
# Prefer names with path prefixes in the order of:
|
|
# /dev/mapper, /dev/disk, /dev/dm-*, /dev/block.
|
|
# Prefer the name with the least number of slashes.
|
|
# Prefer a name that is a symlink.
|
|
# Prefer the path with least value in lexicographical order.
|
|
#
|
|
# Example
|
|
# preferred_names = [ "^/dev/mpath/", "^/dev/mapper/mpath", "^/dev/[hs]d" ]
|
|
#
|
|
# This configuration option does not have a default value defined.
|
|
|
|
# Configuration option devices/use_devicesfile.
|
|
# Enable or disable the use of a devices file.
|
|
# When enabled, lvm will only use devices that
|
|
# are listed in the devices file. A devices file will
|
|
# be used, regardless of this setting, when the --devicesfile
|
|
# option is set to a specific file name.
|
|
# This configuration option has an automatic default value.
|
|
# use_devicesfile = 0
|
|
|
|
# Configuration option devices/devicesfile.
|
|
# The name of the system devices file, listing devices that LVM should use.
|
|
# This should not be used to select a non-system devices file.
|
|
# The --devicesfile option is intended for alternative devices files.
|
|
# This configuration option has an automatic default value.
|
|
# devicesfile = "system.devices"
|
|
|
|
# Configuration option devices/devicesfile_backup_limit.
|
|
# The max number of backup files to keep in /etc/lvm/devices/backup.
|
|
# LVM creates a backup of the devices file each time a new
|
|
# version is created, or each time a modification is detected.
|
|
# When the max number of backups is reached, the oldest are
|
|
# removed to remain at the limit. Set to 0 to disable backups.
|
|
# Only the system devices file is backed up.
|
|
# This configuration option has an automatic default value.
|
|
# devicesfile_backup_limit = 50
|
|
|
|
# Configuration option devices/search_for_devnames.
|
|
# Look outside of the devices file for missing devname entries.
|
|
# A devname entry is used for a device that does not have a stable
|
|
# device id, e.g. wwid, so the unstable device name is used as
|
|
# the device id. After reboot, or if the device is reattached,
|
|
# the device name may change, in which case lvm will not find
|
|
# the expected PV on the device listed in the devices file.
|
|
# This setting controls whether lvm will search other devices,
|
|
# outside the devices file, to look for the missing PV on a
|
|
# renamed device. If "none", lvm will not look at other devices,
|
|
# and the PV may appear to be missing. If "auto", lvm will look
|
|
# at other devices, but only those that are likely to have the PV.
|
|
# If "all", lvm will look at all devices on the system.
|
|
# This configuration option has an automatic default value.
|
|
# search_for_devnames = "all"
|
|
|
|
# Configuration option devices/device_ids_refresh.
|
|
# Find PVs on new devices and update the device IDs in the devices file.
|
|
# If PVs are restored or moved to a new system with new devices, but
|
|
# an old system.devices remains with old device IDs, then search for
|
|
# the PVIDs on new devices and update the device IDs in system.devices.
|
|
# The original device IDs must also not be found on the new system.
|
|
# See device_ids_refresh_check for conditions that trigger the refresh.
|
|
# This configuration option has an automatic default value.
|
|
# device_ids_refresh = 1
|
|
|
|
# Configuration option devices/device_ids_refresh_checks.
|
|
# Conditions that trigger device_ids_refresh to locate PVIDs on new devices.
|
|
# product_uuid: refresh if /sys/devices/virtual/dmi/id/product_uuid does not
|
|
# match the value saved in system.devices.
|
|
# hostname: refresh if hostname does not match the value saved in system.devices.
|
|
# (hostname is used if product_uuid is not available.)
|
|
# Remove values from this list to prevent lvm from using them.
|
|
# This configuration option has an automatic default value.
|
|
# device_ids_refresh_checks = [ "product_uuid", "hostname" ]
|
|
|
|
# Configuration option devices/filter.
|
|
# Limit the block devices that are used by LVM commands.
|
|
# This is a list of regular expressions used to accept or reject block
|
|
# device path names. Each regex is delimited by a vertical bar '|'
|
|
# (or any character) and is preceded by 'a' to accept the path, or
|
|
# by 'r' to reject the path. The first regex in the list to match the
|
|
# path is used, producing the 'a' or 'r' result for the device.
|
|
# When multiple path names exist for a block device, if any path name
|
|
# matches an 'a' pattern before an 'r' pattern, then the device is
|
|
# accepted. If all the path names match an 'r' pattern first, then the
|
|
# device is rejected. Unmatching path names do not affect the accept
|
|
# or reject decision. If no path names for a device match a pattern,
|
|
# then the device is accepted. Be careful mixing 'a' and 'r' patterns,
|
|
# as the combination might produce unexpected results (test changes.)
|
|
# Run vgscan after changing the filter to regenerate the cache.
|
|
#
|
|
# Example
|
|
# Accept every block device:
|
|
# filter = [ "a|.*|" ]
|
|
# Reject the cdrom drive:
|
|
# filter = [ "r|/dev/cdrom|" ]
|
|
# Work with just loopback devices, e.g. for testing:
|
|
# filter = [ "a|loop|", "r|.*|" ]
|
|
# Accept all loop devices and ide drives except hdc:
|
|
# filter = [ "a|loop|", "r|/dev/hdc|", "a|/dev/ide|", "r|.*|" ]
|
|
# Use anchors to be very specific:
|
|
# filter = [ "a|^/dev/hda8$|", "r|.*|" ]
|
|
#
|
|
# This configuration option has an automatic default value.
|
|
# filter = [ "a|.*|" ]
|
|
|
|
# Configuration option devices/global_filter.
|
|
# Limit the block devices that are used by LVM system components.
|
|
# Because devices/filter may be overridden from the command line, it is
|
|
# not suitable for system-wide device filtering, e.g. udev.
|
|
# Use global_filter to hide devices from these LVM system components.
|
|
# The syntax is the same as devices/filter. Devices rejected by
|
|
# global_filter are not opened by LVM.
|
|
# This configuration option has an automatic default value.
|
|
# global_filter = [ "a|.*|" ]
|
|
|
|
# Configuration option devices/types.
|
|
# List of additional acceptable block device types.
|
|
# These are of device type names from /proc/devices, followed by the
|
|
# maximum number of partitions.
|
|
#
|
|
# Example
|
|
# types = [ "fd", 16 ]
|
|
#
|
|
# This configuration option is advanced.
|
|
# This configuration option does not have a default value defined.
|
|
|
|
# Configuration option devices/sysfs_scan.
|
|
# Restrict device scanning to block devices appearing in sysfs.
|
|
# This is a quick way of filtering out block devices that are not
|
|
# present on the system. sysfs must be part of the kernel and mounted.)
|
|
# This configuration option has an automatic default value.
|
|
# sysfs_scan = 1
|
|
|
|
# Configuration option devices/scan_lvs.
|
|
# Allow LVM LVs to be used as PVs. When enabled, LVM commands will
|
|
# scan active LVs to look for other PVs. Caution is required to
|
|
# avoid using PVs that belong to guest images stored on LVs.
|
|
# When enabled, the LVs scanned should be restricted using the
|
|
# devices file or the filter. This option does not enable autoactivation
|
|
# of layered VGs, which requires editing LVM udev rules (see LVM_PVSCAN_ON_LVS.)
|
|
# This configuration option has an automatic default value.
|
|
# scan_lvs = 0
|
|
|
|
# Configuration option devices/multipath_component_detection.
|
|
# Ignore devices that are components of DM multipath devices.
|
|
# This configuration option has an automatic default value.
|
|
# multipath_component_detection = 1
|
|
|
|
# Configuration option devices/multipath_wwids_file.
|
|
# The path to the multipath wwids file used for multipath component detection.
|
|
# Set this to an empty string to disable the use of the multipath wwids file.
|
|
# This configuration option has an automatic default value.
|
|
# multipath_wwids_file = "/etc/multipath/wwids"
|
|
|
|
# Configuration option devices/md_component_detection.
|
|
# Enable detection and exclusion of MD component devices.
|
|
# An MD component device is a block device that MD uses as part
|
|
# of a software RAID virtual device. When an LVM PV is created
|
|
# on an MD device, LVM must only use the top level MD device as
|
|
# the PV, and should ignore the underlying component devices.
|
|
# In cases where the MD superblock is located at the end of the
|
|
# component devices, it is more difficult for LVM to consistently
|
|
# identify an MD component, see the md_component_checks setting.
|
|
# This configuration option has an automatic default value.
|
|
# md_component_detection = 1
|
|
|
|
# Configuration option devices/md_component_checks.
|
|
# The checks LVM should use to detect MD component devices.
|
|
# MD component devices are block devices used by MD software RAID.
|
|
#
|
|
# Accepted values:
|
|
# auto
|
|
# LVM will skip scanning the end of devices when it has other
|
|
# indications that the device is not an MD component.
|
|
# start
|
|
# LVM will only scan the start of devices for MD superblocks.
|
|
# This does not incur extra I/O by LVM.
|
|
# full
|
|
|
|
--- lvm.conf active filter
|
|
$ grep -E '^\s*(filter|global_filter|use_devicesfile|obtain_device_list_from_udev)' /etc/lvm/lvm.conf 2>/dev/null
|
|
global_filter=["r|/dev/zd.*|","r|/dev/rbd.*|"]
|
|
|
|
###############################################################################
|
|
# 18. STORAGE: MULTIPATH
|
|
###############################################################################
|
|
|
|
--- multipath -ll
|
|
$ multipath -ll
|
|
/root/check.sh: line 45: multipath: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- multipath -v3 -ll (verbose, capped)
|
|
$ multipath -v3 -ll
|
|
/root/check.sh: line 45: multipath: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
--- multipath.conf
|
|
[missing: /etc/multipath.conf]
|
|
|
|
--- systemctl is-active multipathd
|
|
$ systemctl is-active multipathd
|
|
inactive
|
|
[exit=4 / not installed or not permitted]
|
|
|
|
###############################################################################
|
|
# 19. STORAGE: ZFS
|
|
###############################################################################
|
|
|
|
--- zfs version (userland)
|
|
$ zfs version
|
|
zfs-2.4.3-pve1
|
|
zfs-kmod-2.4.3-pve1
|
|
|
|
--- zpool version
|
|
$ zpool version
|
|
zfs-2.4.3-pve1
|
|
zfs-kmod-2.4.3-pve1
|
|
|
|
--- zpool list -v
|
|
$ zpool list -v
|
|
no pools available
|
|
|
|
--- zpool status -v
|
|
$ zpool status -v
|
|
no pools available
|
|
|
|
--- zpool key properties
|
|
$ zpool get name,size,alloc,free,expandsize,fragmentation,capacity,health,ashift,autotrim,autoreplace,cachefile,comment,listsnapshots,multihost,version,bootfs,delegation,failmode,freeing,leaked,readonly
|
|
|
|
--- zfs per-dataset key properties
|
|
$ zfs get -r -o name,property,value,source \
|
|
compression,atime,recordsize,volblocksize,sync,primarycache,secondarycache,checksum,xattr,acltype,aclinherit,copies,logbias,refreservation,reservation,quota,used,avail,refer,mountpoint,mounted,canmount,relative_path,snapdir,version,primarycache,redundant_metadata,encryption 2>/dev/null
|
|
[exit=2]
|
|
|
|
--- ARC stats
|
|
$ cat /proc/spl/kstat/zfs/arcstats
|
|
22 1 0x01 148 40256 23315364464 215648583830468
|
|
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 4223713920
|
|
c_min 4 4223713920
|
|
c_max 4 13515096064
|
|
size 4 3840
|
|
compressed_size 4 0
|
|
uncompressed_size 4 0
|
|
overhead_size 4 0
|
|
hdr_size 4 3840
|
|
data_size 4 0
|
|
metadata_size 4 0
|
|
dbuf_size 4 0
|
|
dnode_size 4 0
|
|
bonus_size 4 0
|
|
anon_size 4 0
|
|
anon_data 4 0
|
|
anon_metadata 4 0
|
|
anon_evictable_data 4 0
|
|
anon_evictable_metadata 4 0
|
|
mru_size 4 0
|
|
mru_data 4 0
|
|
mru_metadata 4 0
|
|
mru_evictable_data 4 0
|
|
mru_evictable_metadata 4 0
|
|
mru_ghost_size 4 0
|
|
mru_ghost_data 4 0
|
|
mru_ghost_metadata 4 0
|
|
mru_ghost_evictable_data 4 0
|
|
mru_ghost_evictable_metadata 4 0
|
|
mfu_size 4 0
|
|
mfu_data 4 0
|
|
mfu_metadata 4 0
|
|
mfu_evictable_data 4 0
|
|
mfu_evictable_metadata 4 0
|
|
mfu_ghost_size 4 0
|
|
mfu_ghost_data 4 0
|
|
mfu_ghost_metadata 4 0
|
|
mfu_ghost_evictable_data 4 0
|
|
mfu_ghost_evictable_metadata 4 0
|
|
uncached_size 4 0
|
|
uncached_data 4 0
|
|
uncached_metadata 4 0
|
|
uncached_evictable_data 4 0
|
|
uncached_evictable_metadata 4 0
|
|
l2_ndev 4 0
|
|
l2_hits 4 0
|
|
l2_misses 4 0
|
|
l2_prefetch_asize 4 0
|
|
l2_mru_asize 4 0
|
|
l2_mfu_asize 4 0
|
|
l2_bufc_data_asize 4 0
|
|
l2_bufc_metadata_asize 4 0
|
|
l2_feeds 4 0
|
|
l2_rw_clash 4 0
|
|
l2_read_bytes 4 0
|
|
l2_write_bytes 4 0
|
|
l2_writes_sent 4 0
|
|
l2_writes_done 4 0
|
|
l2_writes_error 4 0
|
|
l2_writes_lock_retry 4 0
|
|
l2_evict_lock_retry 4 0
|
|
l2_evict_reading 4 0
|
|
l2_evict_l1cached 4 0
|
|
l2_free_on_write 4 0
|
|
l2_abort_lowmem 4 0
|
|
l2_cksum_bad 4 0
|
|
l2_io_error 4 0
|
|
l2_size 4 0
|
|
l2_asize 4 0
|
|
l2_hdr_size 4 0
|
|
l2_log_blk_writes 4 0
|
|
l2_log_blk_avg_asize 4 0
|
|
l2_log_blk_asize 4 0
|
|
l2_log_blk_count 4 0
|
|
l2_data_to_meta_ratio 4 0
|
|
l2_rebuild_success 4 0
|
|
l2_rebuild_unsupported 4 0
|
|
l2_rebuild_io_errors 4 0
|
|
l2_rebuild_dh_errors 4 0
|
|
l2_rebuild_cksum_lb_errors 4 0
|
|
l2_rebuild_lowmem 4 0
|
|
l2_rebuild_size 4 0
|
|
l2_rebuild_asize 4 0
|
|
l2_rebuild_bufs 4 0
|
|
l2_rebuild_bufs_precached 4 0
|
|
l2_rebuild_log_blks 4 0
|
|
memory_throttle_count 4 0
|
|
memory_direct_count 4 0
|
|
memory_indirect_count 4 0
|
|
memory_all_bytes 4 135158845440
|
|
memory_free_bytes 4 126865047552
|
|
memory_available_bytes 3 122288406912
|
|
arc_no_grow 4 0
|
|
arc_tempreserve 4 0
|
|
arc_loaned_bytes 4 0
|
|
arc_prune 4 0
|
|
arc_meta_used 4 3840
|
|
arc_dnode_limit 4 1351509606
|
|
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 4576640640
|
|
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
|
|
18 1 0x01 13 3536 23288375463 215648585390183
|
|
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
|
|
17 1 0x01 8 2176 23288374118 215648586814153
|
|
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
|
|
15 1 0x01 20 5440 23288199024 215648589910979
|
|
name type data
|
|
struct_size 4 96
|
|
linear_cnt 4 0
|
|
linear_data_size 4 0
|
|
scatter_cnt 4 1
|
|
scatter_data_size 4 4096
|
|
scatter_chunk_waste 4 0
|
|
scatter_order_0 4 0
|
|
scatter_order_1 4 0
|
|
scatter_order_2 4 0
|
|
scatter_order_3 4 0
|
|
scatter_order_4 4 0
|
|
scatter_order_5 4 0
|
|
scatter_order_6 4 0
|
|
scatter_order_7 4 0
|
|
scatter_order_8 4 0
|
|
scatter_order_9 4 0
|
|
scatter_page_multi_chunk 4 1
|
|
scatter_page_multi_zone 4 0
|
|
scatter_page_alloc_retry 4 0
|
|
scatter_sg_table_retry 4 0
|
|
|
|
--- ZFS module parameters (perf-relevant)
|
|
$ for f in /sys/module/zfs/parameters/*; do
|
|
[ -r "$f" ] || continue
|
|
name="$(basename "$f")"
|
|
case "$name" in
|
|
zfs_arc_*|zfs_abd_*|zfs_dbuf_*|zfs_txg_*|zfs_vdev_*|zfs_sync_*|zfs_dirty_*|zfs_*io_*|zvol_*|l2arc_*|zfs_prefetch_*|zfs_*max_active|zfs_*_taskq*) ;;
|
|
*) continue ;;
|
|
esac
|
|
printf ' %-50s = %s\n' "$name" "$(cat "$f")"
|
|
done
|
|
l2arc_exclude_special = 0
|
|
l2arc_feed_again = 1
|
|
l2arc_feed_min_ms = 200
|
|
l2arc_feed_secs = 1
|
|
l2arc_headroom = 8
|
|
l2arc_headroom_boost = 200
|
|
l2arc_meta_percent = 33
|
|
l2arc_mfuonly = 0
|
|
l2arc_noprefetch = 1
|
|
l2arc_norw = 0
|
|
l2arc_rebuild_blocks_min_l2size = 1073741824
|
|
l2arc_rebuild_enabled = 1
|
|
l2arc_trim_ahead = 0
|
|
l2arc_write_boost = 33554432
|
|
l2arc_write_max = 33554432
|
|
zfs_abd_scatter_enabled = 1
|
|
zfs_abd_scatter_max_order = 9
|
|
zfs_abd_scatter_min_size = 1536
|
|
zfs_arc_average_blocksize = 8192
|
|
zfs_arc_dnode_limit = 0
|
|
zfs_arc_dnode_limit_percent = 10
|
|
zfs_arc_dnode_reduce_percent = 10
|
|
zfs_arc_evict_batches_limit = 5
|
|
zfs_arc_evict_batch_limit = 10
|
|
zfs_arc_eviction_pct = 200
|
|
zfs_arc_evict_threads = 4
|
|
zfs_arc_grow_retry = 0
|
|
zfs_arc_lotsfree_percent = 10
|
|
zfs_arc_max = 13515096064
|
|
zfs_arc_meta_balance = 500
|
|
zfs_arc_min = 0
|
|
zfs_arc_min_prefetch_ms = 0
|
|
zfs_arc_min_prescient_prefetch_ms = 0
|
|
zfs_arc_pc_percent = 0
|
|
zfs_arc_prune_task_threads = 1
|
|
zfs_arc_shrinker_limit = 0
|
|
zfs_arc_shrinker_seeks = 2
|
|
zfs_arc_shrink_shift = 0
|
|
zfs_arc_sys_free = 0
|
|
zfs_async_free_zio_wait_interval = 2000
|
|
zfs_dbuf_state_index = 0
|
|
zfs_dio_enabled = 1
|
|
zfs_dio_strict = 0
|
|
zfs_dio_write_verify_events_per_second = 20
|
|
zfs_dirty_data_max = 4294967296
|
|
zfs_dirty_data_max_max = 4294967296
|
|
zfs_dirty_data_max_max_percent = 25
|
|
zfs_dirty_data_max_percent = 10
|
|
zfs_dirty_data_sync_percent = 20
|
|
zfs_prefetch_disable = 0
|
|
zfs_slow_io_events_per_second = 20
|
|
zfs_sync_pass_deferred_free = 2
|
|
zfs_sync_pass_dont_compress = 8
|
|
zfs_sync_pass_rewrite = 2
|
|
zfs_txg_history = 100
|
|
zfs_txg_timeout = 5
|
|
zfs_vdev_aggregation_limit = 1048576
|
|
zfs_vdev_aggregation_limit_non_rotating = 131072
|
|
zfs_vdev_async_read_max_active = 3
|
|
zfs_vdev_async_read_min_active = 1
|
|
zfs_vdev_async_write_active_max_dirty_percent = 60
|
|
zfs_vdev_async_write_active_min_dirty_percent = 30
|
|
zfs_vdev_async_write_max_active = 10
|
|
zfs_vdev_async_write_min_active = 2
|
|
zfs_vdev_default_ms_count = 200
|
|
zfs_vdev_default_ms_shift = 29
|
|
zfs_vdev_direct_write_verify = 1
|
|
zfs_vdev_disk_max_segs = 0
|
|
zfs_vdev_failfast_mask = 1
|
|
zfs_vdev_initializing_max_active = 1
|
|
zfs_vdev_initializing_min_active = 1
|
|
zfs_vdev_max_active = 1000
|
|
zfs_vdev_max_auto_ashift = 14
|
|
zfs_vdev_max_ms_shift = 34
|
|
zfs_vdev_min_auto_ashift = 9
|
|
zfs_vdev_min_ms_count = 16
|
|
zfs_vdev_mirror_non_rotating_inc = 0
|
|
zfs_vdev_mirror_non_rotating_seek_inc = 1
|
|
zfs_vdev_mirror_rotating_inc = 0
|
|
zfs_vdev_mirror_rotating_seek_inc = 5
|
|
zfs_vdev_mirror_rotating_seek_offset = 1048576
|
|
zfs_vdev_ms_count_limit = 131072
|
|
zfs_vdev_nia_credit = 5
|
|
zfs_vdev_nia_delay = 5
|
|
zfs_vdev_open_timeout_ms = 1000
|
|
zfs_vdev_raidz_impl = cycle [fastest] original scalar sse2 ssse3
|
|
zfs_vdev_read_gap_limit = 32768
|
|
zfs_vdev_rebuild_max_active = 3
|
|
zfs_vdev_rebuild_min_active = 1
|
|
zfs_vdev_removal_max_active = 2
|
|
zfs_vdev_removal_min_active = 1
|
|
zfs_vdev_scrub_max_active = 3
|
|
zfs_vdev_scrub_min_active = 1
|
|
zfs_vdev_sync_read_max_active = 10
|
|
zfs_vdev_sync_read_min_active = 10
|
|
zfs_vdev_sync_write_max_active = 10
|
|
zfs_vdev_sync_write_min_active = 10
|
|
zfs_vdev_trim_max_active = 2
|
|
zfs_vdev_trim_min_active = 1
|
|
zfs_vdev_write_gap_limit = 4096
|
|
zfs_zil_clean_taskq_maxalloc = 1048576
|
|
zfs_zil_clean_taskq_minalloc = 1024
|
|
zfs_zil_clean_taskq_nthr_pct = 100
|
|
zvol_blk_mq_blocks_per_thread = 8
|
|
zvol_blk_mq_queue_depth = 128
|
|
zvol_enforce_quotas = 1
|
|
zvol_inhibit_dev = 0
|
|
zvol_major = 230
|
|
zvol_max_discard_blocks = 16384
|
|
zvol_num_taskqs = 0
|
|
zvol_open_timeout_ms = 1000
|
|
zvol_prefetch_bytes = 131072
|
|
zvol_request_sync = 0
|
|
zvol_threads = 0
|
|
zvol_use_blk_mq = 0
|
|
zvol_volmode = 1
|
|
|
|
--- zpool iostat snapshot
|
|
$ zpool iostat 1 1
|
|
no pools available
|
|
|
|
--- arc_summary (if present)
|
|
$ arc_summary
|
|
|
|
------------------------------------------------------------------------
|
|
ZFS Subsystem Report Wed Jul 29 05:13:37 2026
|
|
Linux 7.0.14-6-pve 2.4.3-pve1
|
|
Machine: pfv-tsys6 (x86_64) 2.4.3-pve1
|
|
|
|
ARC status:
|
|
Total memory size: 125.9 GiB
|
|
Min target size: 3.1 % 3.9 GiB
|
|
Max target size: 10.0 % 12.6 GiB
|
|
Target size (adaptive): < 0.1 % 3.9 GiB
|
|
Current size: < 0.1 % 3.8 KiB
|
|
Free memory size: 118.2 GiB
|
|
Available memory size: 113.9 GiB
|
|
|
|
ARC structural breakdown (current size): 3.8 KiB
|
|
Compressed size: 0.0 % 0 Bytes
|
|
Overhead size: 0.0 % 0 Bytes
|
|
Bonus size: 0.0 % 0 Bytes
|
|
Dnode size: 0.0 % 0 Bytes
|
|
Dbuf size: 0.0 % 0 Bytes
|
|
Header size: 100.0 % 3.8 KiB
|
|
L2 header size: 0.0 % 0 Bytes
|
|
ABD chunk waste size: 0.0 % 0 Bytes
|
|
|
|
ARC types breakdown (compressed + overhead): 0 Bytes
|
|
Data size: n/a 0 Bytes
|
|
Metadata size: n/a 0 Bytes
|
|
|
|
ARC states breakdown (compressed + overhead): 0 Bytes
|
|
Anonymous data size: n/a 0 Bytes
|
|
Anonymous metadata size: n/a 0 Bytes
|
|
MFU data target: 37.5 % 0 Bytes
|
|
MFU data size: n/a 0 Bytes
|
|
MFU evictable data size: n/a 0 Bytes
|
|
MFU ghost data size: 0 Bytes
|
|
MFU metadata target: 12.5 % 0 Bytes
|
|
MFU metadata size: n/a 0 Bytes
|
|
MFU evictable metadata size: n/a 0 Bytes
|
|
MFU ghost metadata size: 0 Bytes
|
|
MRU data target: 37.5 % 0 Bytes
|
|
MRU data size: n/a 0 Bytes
|
|
MRU evictable data size: n/a 0 Bytes
|
|
MRU ghost data size: 0 Bytes
|
|
MRU metadata target: 12.5 % 0 Bytes
|
|
MRU metadata size: n/a 0 Bytes
|
|
MRU evictable metadata size: n/a 0 Bytes
|
|
MRU ghost metadata size: 0 Bytes
|
|
Uncached data size: n/a 0 Bytes
|
|
Uncached metadata size: n/a 0 Bytes
|
|
|
|
ARC hash breakdown:
|
|
Elements: 0
|
|
Collisions: 0
|
|
Chain max: 0
|
|
Chains: 0
|
|
|
|
ARC misc:
|
|
Uncompressed size: n/a 0 Bytes
|
|
Memory throttles: 0
|
|
Memory direct reclaims: 0
|
|
Memory indirect reclaims: 0
|
|
Deleted: 0
|
|
Mutex misses: 0
|
|
Eviction skips: 0
|
|
Eviction skips due to L2 writes: 0
|
|
L2 cached evictions: 0 Bytes
|
|
L2 eligible evictions: 0 Bytes
|
|
L2 eligible MFU evictions: n/a 0 Bytes
|
|
L2 eligible MRU evictions: n/a 0 Bytes
|
|
L2 ineligible evictions: 0 Bytes
|
|
|
|
ARC total accesses: 0
|
|
Total hits: n/a 0
|
|
Total I/O hits: n/a 0
|
|
Total misses: n/a 0
|
|
|
|
ARC demand data accesses: n/a 0
|
|
Demand data hits: n/a 0
|
|
Demand data I/O hits: n/a 0
|
|
Demand data misses: n/a 0
|
|
|
|
ARC demand metadata accesses: n/a 0
|
|
Demand metadata hits: n/a 0
|
|
Demand metadata I/O hits: n/a 0
|
|
Demand metadata misses: n/a 0
|
|
|
|
ARC prefetch data accesses: n/a 0
|
|
Prefetch data hits: n/a 0
|
|
Prefetch data I/O hits: n/a 0
|
|
Prefetch data misses: n/a 0
|
|
|
|
ARC prefetch metadata accesses: n/a 0
|
|
Prefetch metadata hits: n/a 0
|
|
Prefetch metadata I/O hits: n/a 0
|
|
Prefetch metadata misses: n/a 0
|
|
|
|
ARC predictive prefetches: n/a 0
|
|
Demand hits after predictive: n/a 0
|
|
Demand I/O hits after predictive: n/a 0
|
|
Never demanded after predictive: n/a 0
|
|
|
|
ARC prescient prefetches: n/a 0
|
|
Demand hits after prescient: n/a 0
|
|
Demand I/O hits after prescient: n/a 0
|
|
Never demanded after prescient: n/a 0
|
|
|
|
ARC states hits of all accesses:
|
|
Most frequently used (MFU): n/a 0
|
|
Most recently used (MRU): n/a 0
|
|
Most frequently used (MFU) ghost: n/a 0
|
|
Most recently used (MRU) ghost: n/a 0
|
|
Uncached: n/a 0
|
|
|
|
DMU predictive prefetcher calls: 0
|
|
Stream hits: n/a 0
|
|
Hits ahead of stream: n/a 0
|
|
Hits behind stream: n/a 0
|
|
Stream misses: n/a 0
|
|
Streams limit reached: n/a 0
|
|
Stream strides: 0
|
|
Prefetches issued 0
|
|
|
|
L2ARC not detected, skipping section
|
|
|
|
Solaris Porting Layer (SPL):
|
|
spl_hostid 0
|
|
spl_hostid_path /etc/hostid
|
|
spl_kmem_alloc_max 1048576
|
|
spl_kmem_alloc_warn 65536
|
|
spl_kmem_cache_kmem_threads 4
|
|
spl_kmem_cache_magazine_size 0
|
|
spl_kmem_cache_max_size 32
|
|
spl_kmem_cache_obj_per_slab 8
|
|
spl_kmem_cache_slab_limit 16384
|
|
spl_panic_halt 0
|
|
spl_schedule_hrtimeout_slack_us 0
|
|
spl_taskq_kick 0
|
|
spl_taskq_thread_bind 0
|
|
spl_taskq_thread_dynamic 1
|
|
spl_taskq_thread_priority 1
|
|
spl_taskq_thread_sequential 4
|
|
spl_taskq_thread_timeout_ms 5000
|
|
|
|
Tunables:
|
|
brt_zap_default_bs 13
|
|
brt_zap_default_ibs 13
|
|
brt_zap_prefetch 1
|
|
dbuf_cache_hiwater_pct 10
|
|
dbuf_cache_lowater_pct 10
|
|
dbuf_cache_max_bytes 18446744073709551615
|
|
dbuf_cache_shift 5
|
|
dbuf_metadata_cache_max_bytes 18446744073709551615
|
|
dbuf_metadata_cache_shift 6
|
|
dbuf_mutex_cache_shift 0
|
|
ddt_zap_default_bs 15
|
|
ddt_zap_default_ibs 15
|
|
dmu_ddt_copies 0
|
|
dmu_object_alloc_chunk_shift 7
|
|
dmu_prefetch_max 134217728
|
|
icp_aes_impl cycle [fastest] generic x86_64
|
|
icp_gcm_avx_chunk_size 32736
|
|
icp_gcm_impl cycle [fastest] generic
|
|
l2arc_exclude_special 0
|
|
l2arc_feed_again 1
|
|
l2arc_feed_min_ms 200
|
|
l2arc_feed_secs 1
|
|
l2arc_headroom 8
|
|
l2arc_headroom_boost 200
|
|
l2arc_meta_percent 33
|
|
l2arc_mfuonly 0
|
|
l2arc_noprefetch 1
|
|
l2arc_norw 0
|
|
l2arc_rebuild_blocks_min_l2size 1073741824
|
|
l2arc_rebuild_enabled 1
|
|
l2arc_trim_ahead 0
|
|
l2arc_write_boost 33554432
|
|
l2arc_write_max 33554432
|
|
metaslab_aliquot 2097152
|
|
metaslab_bias_enabled 1
|
|
metaslab_debug_load 0
|
|
metaslab_debug_unload 0
|
|
metaslab_df_max_search 16777216
|
|
metaslab_df_use_largest_segment 0
|
|
metaslab_force_ganging 16777217
|
|
metaslab_force_ganging_pct 3
|
|
metaslab_fragmentation_factor_enabled 1
|
|
metaslab_lba_weighting_enabled 1
|
|
metaslab_perf_bias 1
|
|
metaslab_preload_enabled 1
|
|
metaslab_preload_limit 10
|
|
metaslab_preload_pct 50
|
|
metaslab_unload_delay 32
|
|
metaslab_unload_delay_ms 600000
|
|
raidz_expand_max_copy_bytes 167772160
|
|
raidz_expand_max_reflow_bytes 0
|
|
raidz_io_aggregate_rows 4
|
|
send_holes_without_birth_time 1
|
|
spa_asize_inflation 24
|
|
spa_config_path /etc/zfs/zpool.cache
|
|
spa_cpus_per_allocator 4
|
|
spa_flush_txg_time 600
|
|
spa_load_print_vdev_tree 0
|
|
spa_load_verify_data 1
|
|
spa_load_verify_metadata 1
|
|
spa_load_verify_shift 4
|
|
spa_note_txg_time 600
|
|
spa_num_allocators 4
|
|
spa_slop_shift 5
|
|
spa_upgrade_errlog_limit 0
|
|
vdev_file_logical_ashift 9
|
|
vdev_file_physical_ashift 9
|
|
vdev_raidz_outlier_check_interval_ms 1000
|
|
vdev_raidz_outlier_insensitivity 50
|
|
vdev_read_sit_out_secs 600
|
|
vdev_removal_max_span 32768
|
|
vdev_validate_skip 0
|
|
zap_iterate_prefetch 1
|
|
zap_micro_max_size 131072
|
|
zap_shrink_enabled 1
|
|
zfetch_hole_shift 2
|
|
zfetch_max_distance 67108864
|
|
zfetch_max_idistance 134217728
|
|
zfetch_max_reorder 16777216
|
|
zfetch_max_sec_reap 2
|
|
zfetch_max_streams 8
|
|
zfetch_min_distance 4194304
|
|
zfetch_min_sec_reap 1
|
|
zfs_abd_scatter_enabled 1
|
|
zfs_abd_scatter_max_order 9
|
|
zfs_abd_scatter_min_size 1536
|
|
zfs_active_allocator dynamic
|
|
zfs_admin_snapshot 0
|
|
zfs_allow_redacted_dataset_mount 0
|
|
zfs_arc_average_blocksize 8192
|
|
zfs_arc_dnode_limit 0
|
|
zfs_arc_dnode_limit_percent 10
|
|
zfs_arc_dnode_reduce_percent 10
|
|
zfs_arc_evict_batch_limit 10
|
|
zfs_arc_evict_batches_limit 5
|
|
zfs_arc_evict_threads 4
|
|
zfs_arc_eviction_pct 200
|
|
zfs_arc_grow_retry 0
|
|
zfs_arc_lotsfree_percent 10
|
|
zfs_arc_max 13515096064
|
|
zfs_arc_meta_balance 500
|
|
zfs_arc_min 0
|
|
zfs_arc_min_prefetch_ms 0
|
|
zfs_arc_min_prescient_prefetch_ms 0
|
|
zfs_arc_pc_percent 0
|
|
zfs_arc_prune_task_threads 1
|
|
zfs_arc_shrink_shift 0
|
|
zfs_arc_shrinker_limit 0
|
|
zfs_arc_shrinker_seeks 2
|
|
zfs_arc_sys_free 0
|
|
zfs_async_block_max_blocks 18446744073709551615
|
|
zfs_async_free_zio_wait_interval 2000
|
|
zfs_bclone_enabled 1
|
|
zfs_bclone_wait_dirty 1
|
|
zfs_blake3_impl cycle [fastest] generic sse2 sse41
|
|
zfs_btree_verify_intensity 0
|
|
zfs_checksum_events_per_second 20
|
|
zfs_commit_timeout_pct 10
|
|
zfs_compressed_arc_enabled 1
|
|
zfs_condense_indirect_commit_entry_delay_ms 0
|
|
zfs_condense_indirect_obsolete_pct 25
|
|
zfs_condense_indirect_vdevs_enable 1
|
|
zfs_condense_max_obsolete_bytes 1073741824
|
|
zfs_condense_min_mapping_bytes 131072
|
|
zfs_dbgmsg_enable 1
|
|
zfs_dbgmsg_maxsize 4194304
|
|
zfs_dbuf_state_index 0
|
|
zfs_ddt_data_is_special 1
|
|
zfs_deadman_checktime_ms 60000
|
|
zfs_deadman_enabled 1
|
|
zfs_deadman_events_per_second 1
|
|
zfs_deadman_failmode wait
|
|
zfs_deadman_synctime_ms 600000
|
|
zfs_deadman_ziotime_ms 300000
|
|
zfs_dedup_log_cap 4294967295
|
|
zfs_dedup_log_flush_entries_max 4294967295
|
|
zfs_dedup_log_flush_entries_min 200
|
|
zfs_dedup_log_flush_flow_rate_txgs 10
|
|
zfs_dedup_log_flush_min_time_ms 1000
|
|
zfs_dedup_log_flush_txgs 100
|
|
zfs_dedup_log_hard_cap 0
|
|
zfs_dedup_log_mem_max 1351588454
|
|
zfs_dedup_log_mem_max_percent 1
|
|
zfs_dedup_log_txg_max 8
|
|
zfs_dedup_prefetch 0
|
|
zfs_default_bs 9
|
|
zfs_default_ibs 17
|
|
zfs_delay_min_dirty_percent 60
|
|
zfs_delay_scale 500000
|
|
zfs_delete_blocks 20480
|
|
zfs_delete_dentry 0
|
|
zfs_delete_inode 0
|
|
zfs_dio_enabled 1
|
|
zfs_dio_strict 0
|
|
zfs_dio_write_verify_events_per_second 20
|
|
zfs_dirty_data_max 4294967296
|
|
zfs_dirty_data_max_max 4294967296
|
|
zfs_dirty_data_max_max_percent 25
|
|
zfs_dirty_data_max_percent 10
|
|
zfs_dirty_data_sync_percent 20
|
|
zfs_disable_ivset_guid_check 0
|
|
zfs_dmu_offset_next_sync 1
|
|
zfs_embedded_slog_min_ms 64
|
|
zfs_expire_snapshot 300
|
|
zfs_fallocate_reserve_percent 110
|
|
zfs_flags 0
|
|
zfs_fletcher_4_impl [fastest] scalar superscalar superscalar4 sse2 ssse3
|
|
zfs_free_bpobj_enabled 1
|
|
zfs_free_leak_on_eio 0
|
|
zfs_free_min_time_ms 500
|
|
zfs_history_output_max 1048576
|
|
zfs_immediate_write_sz 32768
|
|
zfs_import_defer_txgs 5
|
|
zfs_initialize_chunk_size 1048576
|
|
zfs_initialize_value 16045690984833335022
|
|
zfs_keep_log_spacemaps_at_export 0
|
|
zfs_key_max_salt_uses 400000000
|
|
zfs_livelist_condense_new_alloc 0
|
|
zfs_livelist_condense_sync_cancel 0
|
|
zfs_livelist_condense_sync_pause 0
|
|
zfs_livelist_condense_zthr_cancel 0
|
|
zfs_livelist_condense_zthr_pause 0
|
|
zfs_livelist_max_entries 500000
|
|
zfs_livelist_min_percent_shared 75
|
|
zfs_lua_max_instrlimit 100000000
|
|
zfs_lua_max_memlimit 104857600
|
|
zfs_max_async_dedup_frees 250000
|
|
zfs_max_dataset_nesting 50
|
|
zfs_max_log_walking 5
|
|
zfs_max_logsm_summary_length 10
|
|
zfs_max_missing_tvds 0
|
|
zfs_max_nvlist_src_size 0
|
|
zfs_max_recordsize 16777216
|
|
zfs_metaslab_find_max_tries 100
|
|
zfs_metaslab_fragmentation_threshold 77
|
|
zfs_metaslab_max_size_cache_sec 3600
|
|
zfs_metaslab_mem_limit 25
|
|
zfs_metaslab_segment_weight_enabled 1
|
|
zfs_metaslab_switch_threshold 2
|
|
zfs_metaslab_try_hard_before_gang 0
|
|
zfs_mg_fragmentation_threshold 95
|
|
zfs_mg_noalloc_threshold 0
|
|
zfs_min_metaslabs_to_flush 1
|
|
zfs_multihost_fail_intervals 10
|
|
zfs_multihost_history 0
|
|
zfs_multihost_import_intervals 20
|
|
zfs_multihost_interval 1000
|
|
zfs_multilist_num_sublists 0
|
|
zfs_no_scrub_io 0
|
|
zfs_no_scrub_prefetch 0
|
|
zfs_nocacheflush 0
|
|
zfs_nopwrite_enabled 1
|
|
zfs_object_mutex_size 64
|
|
zfs_obsolete_min_time_ms 500
|
|
zfs_override_estimate_recordsize 0
|
|
zfs_pd_bytes_max 52428800
|
|
zfs_per_txg_dirty_frees_percent 30
|
|
zfs_prefetch_disable 0
|
|
zfs_read_history 0
|
|
zfs_read_history_hits 0
|
|
zfs_rebuild_max_segment 1048576
|
|
zfs_rebuild_scrub_enabled 1
|
|
zfs_rebuild_vdev_limit 67108864
|
|
zfs_reconstruct_indirect_combinations_max 4096
|
|
zfs_recover 0
|
|
zfs_recv_best_effort_corrective 0
|
|
zfs_recv_queue_ff 20
|
|
zfs_recv_queue_length 16777216
|
|
zfs_recv_write_batch_size 1048576
|
|
zfs_removal_ignore_errors 0
|
|
zfs_removal_suspend_progress 0
|
|
zfs_remove_max_segment 16777216
|
|
zfs_resilver_defer_percent 10
|
|
zfs_resilver_disable_defer 0
|
|
zfs_resilver_min_time_ms 1500
|
|
zfs_scan_blkstats 0
|
|
zfs_scan_checkpoint_intval 7200
|
|
zfs_scan_fill_weight 3
|
|
zfs_scan_ignore_errors 0
|
|
zfs_scan_issue_strategy 0
|
|
zfs_scan_legacy 0
|
|
zfs_scan_max_ext_gap 2097152
|
|
zfs_scan_mem_lim_fact 20
|
|
zfs_scan_mem_lim_soft_fact 20
|
|
zfs_scan_report_txgs 0
|
|
zfs_scan_strict_mem_lim 0
|
|
zfs_scan_suspend_progress 0
|
|
zfs_scan_vdev_limit 16777216
|
|
zfs_scrub_after_expand 1
|
|
zfs_scrub_error_blocks_per_txg 4096
|
|
zfs_scrub_min_time_ms 750
|
|
zfs_send_corrupt_data 0
|
|
zfs_send_no_prefetch_queue_ff 20
|
|
zfs_send_no_prefetch_queue_length 1048576
|
|
zfs_send_queue_ff 20
|
|
zfs_send_queue_length 16777216
|
|
zfs_send_unmodified_spill_blocks 1
|
|
zfs_sha256_impl cycle [fastest] generic x64 ssse3
|
|
zfs_sha512_impl cycle [fastest] generic x64
|
|
zfs_slow_io_events_per_second 20
|
|
zfs_snapshot_history_enabled 1
|
|
zfs_snapshot_no_setuid 0
|
|
zfs_spa_discard_memory_limit 16777216
|
|
zfs_special_class_metadata_reserve_pct 25
|
|
zfs_sync_pass_deferred_free 2
|
|
zfs_sync_pass_dont_compress 8
|
|
zfs_sync_pass_rewrite 2
|
|
zfs_traverse_indirect_prefetch_limit 32
|
|
zfs_trim_extent_bytes_max 134217728
|
|
zfs_trim_extent_bytes_min 32768
|
|
zfs_trim_metaslab_skip 0
|
|
zfs_trim_queue_limit 10
|
|
zfs_trim_txg_batch 32
|
|
zfs_txg_history 100
|
|
zfs_txg_timeout 5
|
|
zfs_unflushed_log_block_max 131072
|
|
zfs_unflushed_log_block_min 1000
|
|
zfs_unflushed_log_block_pct 400
|
|
zfs_unflushed_log_txg_max 1000
|
|
zfs_unflushed_max_mem_amt 1073741824
|
|
zfs_unflushed_max_mem_ppm 1000
|
|
zfs_unlink_suspend_progress 0
|
|
zfs_user_indirect_is_special 1
|
|
zfs_vdev_aggregation_limit 1048576
|
|
zfs_vdev_aggregation_limit_non_rotating 131072
|
|
zfs_vdev_async_read_max_active 3
|
|
zfs_vdev_async_read_min_active 1
|
|
zfs_vdev_async_write_active_max_dirty_percent 60
|
|
zfs_vdev_async_write_active_min_dirty_percent 30
|
|
zfs_vdev_async_write_max_active 10
|
|
zfs_vdev_async_write_min_active 2
|
|
zfs_vdev_default_ms_count 200
|
|
zfs_vdev_default_ms_shift 29
|
|
zfs_vdev_direct_write_verify 1
|
|
zfs_vdev_disk_max_segs 0
|
|
zfs_vdev_failfast_mask 1
|
|
zfs_vdev_initializing_max_active 1
|
|
zfs_vdev_initializing_min_active 1
|
|
zfs_vdev_max_active 1000
|
|
zfs_vdev_max_auto_ashift 14
|
|
zfs_vdev_max_ms_shift 34
|
|
zfs_vdev_min_auto_ashift 9
|
|
zfs_vdev_min_ms_count 16
|
|
zfs_vdev_mirror_non_rotating_inc 0
|
|
zfs_vdev_mirror_non_rotating_seek_inc 1
|
|
zfs_vdev_mirror_rotating_inc 0
|
|
zfs_vdev_mirror_rotating_seek_inc 5
|
|
zfs_vdev_mirror_rotating_seek_offset 1048576
|
|
zfs_vdev_ms_count_limit 131072
|
|
zfs_vdev_nia_credit 5
|
|
zfs_vdev_nia_delay 5
|
|
zfs_vdev_open_timeout_ms 1000
|
|
zfs_vdev_raidz_impl cycle [fastest] original scalar sse2 ssse3
|
|
zfs_vdev_read_gap_limit 32768
|
|
zfs_vdev_rebuild_max_active 3
|
|
zfs_vdev_rebuild_min_active 1
|
|
zfs_vdev_removal_max_active 2
|
|
zfs_vdev_removal_min_active 1
|
|
zfs_vdev_scrub_max_active 3
|
|
zfs_vdev_scrub_min_active 1
|
|
zfs_vdev_sync_read_max_active 10
|
|
zfs_vdev_sync_read_min_active 10
|
|
zfs_vdev_sync_write_max_active 10
|
|
zfs_vdev_sync_write_min_active 10
|
|
zfs_vdev_trim_max_active 2
|
|
zfs_vdev_trim_min_active 1
|
|
zfs_vdev_write_gap_limit 4096
|
|
zfs_vnops_read_chunk_size 33554432
|
|
zfs_wrlog_data_max 8589934592
|
|
zfs_xattr_compat 0
|
|
zfs_zevent_len_max 512
|
|
zfs_zevent_retain_expire_secs 900
|
|
zfs_zevent_retain_max 2000
|
|
zfs_zil_clean_taskq_maxalloc 1048576
|
|
zfs_zil_clean_taskq_minalloc 1024
|
|
zfs_zil_clean_taskq_nthr_pct 100
|
|
zfs_zil_saxattr 1
|
|
zil_maxblocksize 131072
|
|
zil_maxcopied 7680
|
|
zil_nocacheflush 0
|
|
zil_replay_disable 0
|
|
zil_slog_bulk 67108864
|
|
zil_special_is_slog 1
|
|
zio_deadman_log_all 0
|
|
zio_dva_throttle_enabled 1
|
|
zio_requeue_io_start_cut_in_line 1
|
|
zio_slow_io_ms 30000
|
|
zio_taskq_batch_pct 80
|
|
zio_taskq_batch_tpq 0
|
|
zio_taskq_free scale,32 null fixed,1,1 null
|
|
zio_taskq_read fixed,1,8 null scale null
|
|
zio_taskq_write sync null scale null
|
|
zio_taskq_write_tpq 16
|
|
zstd_abort_size 131072
|
|
zstd_earlyabort_pass 1
|
|
zvol_blk_mq_blocks_per_thread 8
|
|
zvol_blk_mq_queue_depth 128
|
|
zvol_enforce_quotas 1
|
|
zvol_inhibit_dev 0
|
|
zvol_major 230
|
|
zvol_max_discard_blocks 16384
|
|
zvol_num_taskqs 0
|
|
zvol_open_timeout_ms 1000
|
|
zvol_prefetch_bytes 131072
|
|
zvol_request_sync 0
|
|
zvol_threads 0
|
|
zvol_use_blk_mq 0
|
|
zvol_volmode 1
|
|
|
|
ZIL committed transactions: 0
|
|
Commit requests: 0
|
|
Flushes to stable storage: 0
|
|
Transactions to SLOG storage pool: 0 Bytes 0
|
|
Transactions to non-SLOG storage pool: 0 Bytes 0
|
|
|
|
|
|
--- zpool events -v (recent)
|
|
$ zpool events -v
|
|
TIME CLASS
|
|
|
|
--- zpool history (last 30 events)
|
|
$ zpool history -il 2>/dev/null | tail -n 30
|
|
|
|
###############################################################################
|
|
# 20. STORAGE: DRIVE HEALTH
|
|
###############################################################################
|
|
|
|
--- nvme list
|
|
$ nvme list
|
|
Node Generic SN Model Namespace Usage Format FW Rev
|
|
--------------------- --------------------- -------------------- ---------------------------------------- ---------- -------------------------- ---------------- --------
|
|
|
|
--- nvme smart-log per device
|
|
$ for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
echo "--- $n smart-log ---"
|
|
nvme smart-log "$n" 2>&1
|
|
echo "--- $n error-log (first 5) ---"
|
|
nvme error-log "$n" 2>&1 | head -n 80
|
|
done
|
|
|
|
--- nvme id-ctrl per device (key fields)
|
|
$ for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
echo "--- $n id-ctrl (filtered) ---"
|
|
nvme id-ctrl "$n" 2>&1 | grep -E '^(mn|sn|fn|fr|tnvmcap|vid|IEEE|cntlid|ver|rab|lpa|elpe|npdg|mdts|hmpre|hmmin|cap|frmw|lba|ws|awun|awupf|acwu|apsta)'
|
|
done
|
|
|
|
--- smartctl -a per disk
|
|
$ for d in $(ls /sys/block/ 2>/dev/null | grep -E '^(sd|vd)'); do
|
|
dev="/dev/$d"
|
|
[ -b "$dev" ] || continue
|
|
echo "--- smartctl -a $dev ---"
|
|
smartctl -a "$dev" 2>&1 | head -n 200
|
|
done
|
|
--- smartctl -a /dev/sda ---
|
|
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.14-6-pve] (local build)
|
|
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
|
|
|
|
=== START OF INFORMATION SECTION ===
|
|
Device Model: WDC WD20SDRM-59A4DS1
|
|
Serial Number: WD-WXL2A232X5RX
|
|
LU WWN Device Id: 5 0014ee 215a96feb
|
|
Firmware Version: 01.01A01
|
|
User Capacity: 2,000,365,379,584 bytes [2.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: Not in smartctl database 7.5/5706
|
|
ATA Version is: ACS-3 T13/2161-D revision 5
|
|
SATA Version is: SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
|
|
Local Time is: Wed Jul 29 05:13:37 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: ( 2100) seconds.
|
|
Offline data collection
|
|
capabilities: (0x51) SMART execute Offline immediate.
|
|
No Auto Offline data collection support.
|
|
Suspend Offline collection upon new
|
|
command.
|
|
No 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: ( 2) minutes.
|
|
Extended self-test routine
|
|
recommended polling time: ( 100) minutes.
|
|
SCT capabilities: (0x7035) 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 196 190 021 Pre-fail Always - 3158
|
|
4 Start_Stop_Count 0x0032 094 094 000 Old_age Always - 6737
|
|
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 078 078 000 Old_age Always - 16350
|
|
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 - 372
|
|
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 266
|
|
193 Load_Cycle_Count 0x0032 190 190 000 Old_age Always - 30414
|
|
194 Temperature_Celsius 0x0022 117 091 000 Old_age Always - 30
|
|
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]
|
|
|
|
SMART Selective self-test log data structure revision number 1
|
|
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
|
|
1 0 0 Not_testing
|
|
2 0 0 Not_testing
|
|
3 0 0 Not_testing
|
|
4 0 0 Not_testing
|
|
5 0 0 Not_testing
|
|
Selective self-test flags (0x0):
|
|
After scanning selected spans, do NOT read-scan remainder of disk.
|
|
If Selective self-test is pending on power-up, resume after 0 minute delay.
|
|
|
|
The above only provides legacy SMART information - try 'smartctl -x' for more
|
|
|
|
|
|
###############################################################################
|
|
# 21. STORAGE: HBA / RAID CONTROLLERS
|
|
###############################################################################
|
|
|
|
###############################################################################
|
|
# 22. VIRTUAL MACHINES (qm)
|
|
###############################################################################
|
|
|
|
--- qm list
|
|
$ qm list
|
|
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
|
|
100 pfv-k8s-wnode-tsys6 running 32000 32.00 283375
|
|
600 tsys-awx running 12000 32.00 283519
|
|
601 pfv-k8s-cnode4 running 4096 32.00 283674
|
|
|
|
--- qm config per VM
|
|
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- VM $vmid ---"
|
|
qm config "$vmid" 2>&1
|
|
echo ""
|
|
done
|
|
--- VM 100 ---
|
|
balloon: 0
|
|
boot: order=scsi0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: local:iso/debian.iso,media=cdrom,size=755M
|
|
memory: 32000
|
|
meta: creation-qemu=10.1.2,ctime=1785085054
|
|
name: pfv-k8s-wnode-tsys6
|
|
net0: virtio=BC:24:11:F6:74:E8,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: S4:100/vm-100-disk-0.qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=03709518-2933-4764-8006-f3946ce59063
|
|
sockets: 2
|
|
vmgenid: 5a31db88-9ad1-4a8d-95cc-156eea8e87ae
|
|
|
|
--- VM 600 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0
|
|
cores: 2
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 12000
|
|
meta: creation-qemu=10.1.2,ctime=1771904766
|
|
name: tsys-awx
|
|
net0: virtio=BC:24:11:80:0D:16,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D2:600/vm-600-disk-1.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=3f480575-849f-421c-8a53-0d46fcce3154
|
|
sockets: 2
|
|
vmgenid: b62bf796-cde6-4697-9df0-66cdb313e63d
|
|
|
|
--- VM 601 ---
|
|
agent: 1
|
|
balloon: 0
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 4
|
|
cpu: host
|
|
ide2: none,media=cdrom
|
|
memory: 4096
|
|
meta: creation-qemu=10.1.2,ctime=1771904766
|
|
name: pfv-k8s-cnode4
|
|
net0: virtio=BC:24:11:27:4F:1C,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
onboot: 1
|
|
ostype: l26
|
|
scsi0: D2:601/vm-601-disk-0.qcow2,cache=writethrough,format=qcow2,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=b9ef082b-3eb8-474d-a1b6-5a947433aa98
|
|
sockets: 1
|
|
vmgenid: c533aceb-c8c2-46e0-b3ff-cb547d6d9669
|
|
|
|
|
|
--- VM runtime status (qm guest agent if running)
|
|
$ for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
echo "--- VM $vmid runtime ---"
|
|
qm guest cmd "$vmid" network-get-interfaces 2>/dev/null | head -n 40 || echo " [no agent or VM not running]"
|
|
done
|
|
--- VM 100 runtime ---
|
|
--- VM 600 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 100698,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 1123,
|
|
"tx-bytes" : 100698,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 1123
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:80:0d:16",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.200",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00:7e75:979:903:add1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 64
|
|
},
|
|
--- VM 601 runtime ---
|
|
[
|
|
{
|
|
"hardware-address" : "00:00:00:00:00:00",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "127.0.0.1",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 8
|
|
},
|
|
{
|
|
"ip-address" : "::1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 128
|
|
}
|
|
],
|
|
"name" : "lo",
|
|
"statistics" : {
|
|
"rx-bytes" : 71528538,
|
|
"rx-dropped" : 0,
|
|
"rx-errs" : 0,
|
|
"rx-packets" : 130517,
|
|
"tx-bytes" : 71528538,
|
|
"tx-dropped" : 0,
|
|
"tx-errs" : 0,
|
|
"tx-packets" : 130517
|
|
}
|
|
},
|
|
{
|
|
"hardware-address" : "bc:24:11:27:4f:1c",
|
|
"ip-addresses" : [
|
|
{
|
|
"ip-address" : "192.168.3.157",
|
|
"ip-address-type" : "ipv4",
|
|
"prefix" : 22
|
|
},
|
|
{
|
|
"ip-address" : "2600:1700:1d1:eb00:66c4:2494:db49:b5f1",
|
|
"ip-address-type" : "ipv6",
|
|
"prefix" : 64
|
|
},
|
|
|
|
--- /etc/pve/qemu-server
|
|
lrwxr-xr-x 1 root www-data 27 Dec 31 1969 /etc/pve/qemu-server -> nodes/pfv-tsys6/qemu-server
|
|
|
|
--- /etc/pve/firewall
|
|
total 0
|
|
drwxr-xr-x 2 root www-data 0 Apr 4 12:47 .
|
|
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
|
|
getty@tty1.service loaded active running Getty on tty1
|
|
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
|
|
polkit.service loaded active running Authorization Manager
|
|
postfix.service loaded active running Postfix Mail Transport Agent (main/default instance)
|
|
proxmox-firewall.service loaded active running Proxmox nftables firewall
|
|
pve-cluster.service loaded active running The Proxmox VE cluster filesystem
|
|
pve-firewall.service loaded active running Proxmox VE firewall
|
|
pve-ha-crm.service loaded active running PVE Cluster HA Resource Manager Daemon
|
|
pve-ha-lrm.service loaded active running PVE Local HA Resource Manager Daemon
|
|
pve-lxc-syscalld.service loaded active running Proxmox VE LXC Syscall Daemon
|
|
pvedaemon.service loaded active running PVE API Daemon
|
|
pvefw-logger.service loaded active running Proxmox VE firewall logger
|
|
pveproxy.service loaded active running PVE API Proxy Server
|
|
pvescheduler.service loaded active running Proxmox VE scheduler
|
|
pvestatd.service loaded active running PVE Status Daemon
|
|
qmeventd.service loaded active running PVE Qemu Event Daemon
|
|
rpcbind.service loaded active running RPC bind portmap service
|
|
rrdcached.service loaded active running Data caching daemon for rrdtool
|
|
smartmontools.service loaded active running Self Monitoring and Reporting Technology (SMART) Daemon
|
|
spiceproxy.service loaded active running PVE SPICE Proxy Server
|
|
ssh.service loaded active running OpenBSD Secure Shell server
|
|
systemd-journald.service loaded active running Journal Service
|
|
systemd-logind.service loaded active running User Login Management
|
|
systemd-udevd.service loaded active running Rule-based Manager for Device Events and Files
|
|
tailscaled.service loaded active running Tailscale node agent
|
|
tuned.service loaded active running Dynamic System Tuning Daemon
|
|
user@0.service loaded active running User Manager for UID 0
|
|
watchdog-mux.service loaded active running Proxmox VE watchdog multiplexer
|
|
zfs-zed.service loaded active running ZFS Event Daemon (zed)
|
|
|
|
Legend: LOAD → Reflects whether the unit definition was properly loaded.
|
|
ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
|
|
SUB → The low-level unit activation state, values depend on unit type.
|
|
|
|
38 loaded units listed.
|
|
|
|
--- failed services
|
|
$ systemctl --failed --no-pager
|
|
UNIT LOAD ACTIVE SUB DESCRIPTION
|
|
|
|
0 loaded units listed.
|
|
|
|
--- enabled services
|
|
$ systemctl list-unit-files --state=enabled --no-pager
|
|
UNIT FILE STATE PRESET
|
|
apparmor.service enabled enabled
|
|
beszel-agent.service enabled enabled
|
|
blk-availability.service enabled enabled
|
|
chrony.service enabled enabled
|
|
console-setup.service enabled enabled
|
|
corosync.service enabled enabled
|
|
cron.service enabled enabled
|
|
e2scrub_reap.service enabled enabled
|
|
getty@.service enabled enabled
|
|
grub-common.service enabled enabled
|
|
keyboard-setup.service enabled enabled
|
|
ksmtuned.service enabled enabled
|
|
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
|
|
nvmefc-boot-connections.service enabled enabled
|
|
nvmf-autoconnect.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-ha-crm.service enabled enabled
|
|
pve-ha-lrm.service enabled enabled
|
|
pve-lxc-syscalld.service enabled enabled
|
|
pve-query-machine-capabilities.service enabled enabled
|
|
pve-sdn-commit.service enabled enabled
|
|
pvebanner.service enabled enabled
|
|
pvedaemon.service enabled enabled
|
|
pvefw-logger.service enabled enabled
|
|
pvenetcommit.service enabled enabled
|
|
pveproxy.service enabled enabled
|
|
pvescheduler.service enabled enabled
|
|
pvestatd.service enabled enabled
|
|
qmeventd.service enabled enabled
|
|
rbdmap.service enabled enabled
|
|
rpcbind.service enabled enabled
|
|
rrdcached.service enabled enabled
|
|
smartmontools.service enabled enabled
|
|
spiceproxy.service enabled enabled
|
|
ssh.service enabled enabled
|
|
sshd-keygen.service enabled enabled
|
|
sysstat.service enabled enabled
|
|
systemd-pstore.service enabled enabled
|
|
tailscaled.service enabled enabled
|
|
tuned.service enabled enabled
|
|
wtmpdb-update-boot.service enabled enabled
|
|
zfs-import-cache.service enabled enabled
|
|
zfs-mount.service enabled enabled
|
|
zfs-share.service enabled enabled
|
|
zfs-volume-wait.service enabled enabled
|
|
zfs-zed.service enabled enabled
|
|
system-xfs_scrub.slice enabled enabled
|
|
dm-event.socket enabled enabled
|
|
iscsid.socket enabled enabled
|
|
lvm2-lvmpolld.socket enabled enabled
|
|
netavark-dhcp-proxy.socket enabled enabled
|
|
rpcbind.socket enabled enabled
|
|
rrdcached.socket enabled enabled
|
|
uuidd.socket enabled enabled
|
|
ceph-fuse.target enabled enabled
|
|
ceph.target enabled enabled
|
|
nfs-client.target enabled enabled
|
|
remote-fs.target enabled enabled
|
|
zfs-import.target enabled enabled
|
|
zfs-volumes.target enabled enabled
|
|
zfs.target enabled enabled
|
|
apt-daily-upgrade.timer enabled enabled
|
|
apt-daily.timer enabled enabled
|
|
beszel-agent-update.timer enabled enabled
|
|
dpkg-db-backup.timer enabled enabled
|
|
e2scrub_all.timer enabled enabled
|
|
fstrim.timer enabled enabled
|
|
logrotate.timer enabled enabled
|
|
man-db.timer enabled enabled
|
|
pve-daily-update.timer enabled enabled
|
|
sysstat-collect.timer enabled enabled
|
|
sysstat-rotate.timer enabled enabled
|
|
sysstat-summary.timer enabled enabled
|
|
xfs_scrub_all.timer enabled enabled
|
|
|
|
90 unit files listed.
|
|
|
|
--- pve-* service status
|
|
$ systemctl status pve-cluster pvedaemon pveproxy pve-firewall pve-ha-crm pve-ha-lrm pvestatd pvebanner --no-pager 2>&1 | head -n 120
|
|
● pve-cluster.service - The Proxmox VE cluster filesystem
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-cluster.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:30 CDT; 2 days ago
|
|
Invocation: 62b694216e044c82810cf98c43af9e8e
|
|
Process: 1206 ExecStart=/usr/bin/pmxcfs (code=exited, status=0/SUCCESS)
|
|
Main PID: 1317 (pmxcfs)
|
|
Tasks: 7 (limit: 143874)
|
|
Memory: 65.9M (peak: 82.9M)
|
|
CPU: 2min 36.375s
|
|
CGroup: /system.slice/pve-cluster.service
|
|
└─1317 /usr/bin/pmxcfs
|
|
|
|
Jul 26 17:20:26 pfv-tsys6 systemd[1]: Starting pve-cluster.service - The Proxmox VE cluster filesystem...
|
|
Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address
|
|
Jul 26 17:20:27 pfv-tsys6 pmxcfs[1206]: [main] notice: resolved node name 'pfv-tsys6' to '192.168.100.2' for default node IP address
|
|
Jul 26 17:20:30 pfv-tsys6 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 Sun 2026-07-26 17:20:39 CDT; 2 days ago
|
|
Invocation: e69e9d2d1910454d86a2b1833e6f8f00
|
|
Process: 1371 ExecStart=/usr/bin/pvedaemon start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1517 (pvedaemon)
|
|
Tasks: 6 (limit: 143874)
|
|
Memory: 325.6M (peak: 508.4M)
|
|
CPU: 6min 5.788s
|
|
CGroup: /system.slice/pvedaemon.service
|
|
├─ 1517 pvedaemon
|
|
├─ 947600 "pvedaemon worker"
|
|
├─ 949449 "pvedaemon worker"
|
|
├─ 949846 "pvedaemon worker"
|
|
├─1073219 "task UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam:"
|
|
└─1073221 /usr/bin/perl /usr/sbin/qm vncproxy 100
|
|
|
|
Jul 28 22:04:16 pfv-tsys6 pvedaemon[1517]: starting 1 worker(s)
|
|
Jul 28 22:04:16 pfv-tsys6 pvedaemon[1517]: worker 949846 started
|
|
Jul 28 22:17:39 pfv-tsys6 pvedaemon[947600]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 29 04:55:38 pfv-tsys6 IPCC.xs[1073059]: pam_unix(proxmox-ve-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=::ffff:100.109.70.137 user=root
|
|
Jul 29 04:55:40 pfv-tsys6 pvedaemon[949449]: authentication failure; rhost=::ffff:100.109.70.137 user=root@pam msg=Authentication failure
|
|
Jul 29 04:55:56 pfv-tsys6 pvedaemon[947600]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 29 04:55:58 pfv-tsys6 pvedaemon[949449]: <root@pam> successful auth for user 'root@pam'
|
|
Jul 29 04:56:05 pfv-tsys6 pvedaemon[1073219]: starting vnc proxy UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam:
|
|
Jul 29 04:56:05 pfv-tsys6 pvedaemon[949449]: <root@pam> starting task UPID:pfv-tsys6:00106043:01477713:6A69CE35:vncproxy:100:root@pam:
|
|
Jul 29 05:10:54 pfv-tsys6 pvedaemon[949449]: <root@pam> successful auth for user 'root@pam'
|
|
|
|
● pveproxy.service - PVE API Proxy Server
|
|
Loaded: loaded (/usr/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:42 CDT; 2 days ago
|
|
Invocation: a1defebf6fe74ec5a01683e481a413b4
|
|
Process: 1523 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
|
|
Process: 1526 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
|
|
Process: 1537 ExecStartPost=sh -c [ ! -e /var/log/pveam.log ] && /usr/bin/pveupdate (code=exited, status=1/FAILURE)
|
|
Process: 993498 ExecReload=/usr/bin/pveproxy restart (code=exited, status=0/SUCCESS)
|
|
Main PID: 1532 (pveproxy)
|
|
Tasks: 4 (limit: 143874)
|
|
Memory: 270.4M (peak: 457.3M)
|
|
CPU: 7min 46.035s
|
|
CGroup: /system.slice/pveproxy.service
|
|
├─ 1532 pveproxy
|
|
├─993540 "pveproxy worker"
|
|
├─993541 "pveproxy worker"
|
|
└─993542 "pveproxy worker"
|
|
|
|
Jul 29 00:30:17 pfv-tsys6 pveproxy[1532]: worker 947403 finished
|
|
Jul 29 00:30:17 pfv-tsys6 pveproxy[1532]: worker 949113 finished
|
|
Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:38 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:38 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:48 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:48 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:50 pfv-tsys6 pveproxy[993541]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
Jul 29 04:55:50 pfv-tsys6 pveproxy[993542]: authentication failure: 401 permission denied - invalid PVE ticket
|
|
|
|
● pve-firewall.service - Proxmox VE firewall
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-firewall.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:37 CDT; 2 days ago
|
|
Invocation: cbd6b10dfd9b48708a8a387d99c9f4fa
|
|
Process: 1369 ExecStartPre=/usr/bin/update-alternatives --set ebtables /usr/sbin/ebtables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1378 ExecStartPre=/usr/bin/update-alternatives --set iptables /usr/sbin/iptables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1379 ExecStartPre=/usr/bin/update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy (code=exited, status=0/SUCCESS)
|
|
Process: 1381 ExecStart=/usr/sbin/pve-firewall start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1491 (pve-firewall)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 112M (peak: 133.2M)
|
|
CPU: 36min 25.294s
|
|
CGroup: /system.slice/pve-firewall.service
|
|
└─1491 pve-firewall
|
|
|
|
Jul 26 17:20:30 pfv-tsys6 systemd[1]: Starting pve-firewall.service - Proxmox VE firewall...
|
|
Jul 26 17:20:37 pfv-tsys6 pve-firewall[1491]: starting server
|
|
Jul 26 17:20:37 pfv-tsys6 systemd[1]: Started pve-firewall.service - Proxmox VE firewall.
|
|
Jul 29 05:09:35 pfv-tsys6 pve-firewall[1491]: firewall update time (5.830 seconds)
|
|
|
|
● pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-crm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:41 CDT; 2 days ago
|
|
Invocation: a45e9bc718fe471cb8812f371058b06b
|
|
Process: 1522 ExecStart=/usr/sbin/pve-ha-crm start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1527 (pve-ha-crm)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 118.7M (peak: 138M)
|
|
CPU: 21.107s
|
|
CGroup: /system.slice/pve-ha-crm.service
|
|
└─1527 pve-ha-crm
|
|
|
|
Jul 26 17:20:39 pfv-tsys6 systemd[1]: Starting pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon...
|
|
Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: starting server
|
|
Jul 26 17:20:40 pfv-tsys6 pve-ha-crm[1527]: status change startup => wait_for_quorum
|
|
Jul 26 17:20:41 pfv-tsys6 systemd[1]: Started pve-ha-crm.service - PVE Cluster HA Resource Manager Daemon.
|
|
|
|
● pve-ha-lrm.service - PVE Local HA Resource Manager Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/pve-ha-lrm.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:44 CDT; 2 days ago
|
|
Invocation: 9f02f9ebd30f4b7abf8b01afdc566212
|
|
Process: 1539 ExecStart=/usr/sbin/pve-ha-lrm start (code=exited, status=0/SUCCESS)
|
|
Main PID: 1545 (pve-ha-lrm)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 117.4M (peak: 136.5M)
|
|
CPU: 30.994s
|
|
|
|
--- storage-related service status
|
|
$ systemctl status nfs-kernel-server nfs-server rpcbind rpc-statd zfs-import zfs-mount zfs-target smartd nvme-stat multipathd --no-pager 2>&1 | head -n 80
|
|
Unit nfs-kernel-server.service could not be found.
|
|
Unit nfs-server.service could not be found.
|
|
Unit zfs-target.service could not be found.
|
|
Unit nvme-stat.service could not be found.
|
|
Unit multipathd.service could not be found.
|
|
● rpcbind.service - RPC bind portmap service
|
|
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:06 CDT; 2 days ago
|
|
Invocation: c7c150a4ea78423ca300cc4b4b2e3100
|
|
TriggeredBy: ● rpcbind.socket
|
|
Docs: man:rpcbind(8)
|
|
Main PID: 868 (rpcbind)
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 616K (peak: 2M)
|
|
CPU: 214ms
|
|
CGroup: /system.slice/rpcbind.service
|
|
└─868 /usr/sbin/rpcbind -f -w
|
|
|
|
Jul 26 17:20:05 pfv-tsys6 systemd[1]: Starting rpcbind.service - RPC bind portmap service...
|
|
Jul 26 17:20:06 pfv-tsys6 systemd[1]: Started rpcbind.service - RPC bind portmap service.
|
|
|
|
○ rpc-statd.service - NFS status monitor for NFSv2/3 locking.
|
|
Loaded: loaded (/usr/lib/systemd/system/rpc-statd.service; static)
|
|
Active: inactive (dead)
|
|
Docs: man:rpc.statd(8)
|
|
|
|
○ zfs-import.service
|
|
Loaded: masked (Reason: Unit zfs-import.service is masked.)
|
|
Active: inactive (dead)
|
|
|
|
● zfs-mount.service - Mount ZFS filesystems
|
|
Loaded: loaded (/usr/lib/systemd/system/zfs-mount.service; enabled; preset: enabled)
|
|
Active: active (exited) since Sun 2026-07-26 17:19:48 CDT; 2 days ago
|
|
Invocation: b08d997c988b4f8f889d900a9953595e
|
|
Docs: man:zfs(8)
|
|
Process: 696 ExecStart=/usr/sbin/zfs mount -a (code=exited, status=0/SUCCESS)
|
|
Main PID: 696 (code=exited, status=0/SUCCESS)
|
|
Mem peak: 1.7M
|
|
CPU: 15ms
|
|
|
|
Jul 26 17:19:48 pfv-tsys6 systemd[1]: Starting zfs-mount.service - Mount ZFS filesystems...
|
|
Jul 26 17:19:48 pfv-tsys6 systemd[1]: Finished zfs-mount.service - Mount ZFS filesystems.
|
|
|
|
● smartmontools.service - Self Monitoring and Reporting Technology (SMART) Daemon
|
|
Loaded: loaded (/usr/lib/systemd/system/smartmontools.service; enabled; preset: enabled)
|
|
Active: active (running) since Sun 2026-07-26 17:20:10 CDT; 2 days ago
|
|
Invocation: bdb4bd1ac72f4a6980f0372dac77c132
|
|
Docs: man:smartd(8)
|
|
man:smartd.conf(5)
|
|
Main PID: 886 (smartd)
|
|
Status: "Next check of 1 device will start at 05:20:10"
|
|
Tasks: 1 (limit: 143874)
|
|
Memory: 3.5M (peak: 5M)
|
|
CPU: 180ms
|
|
CGroup: /system.slice/smartmontools.service
|
|
└─886 /usr/sbin/smartd -n -q never
|
|
|
|
Jul 28 17:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117
|
|
Jul 28 18:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 116
|
|
Jul 28 19:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 116 to 117
|
|
Jul 28 20:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
|
|
Jul 28 21:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117
|
|
Jul 29 00:20:11 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
|
|
Jul 29 00:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117
|
|
Jul 29 01:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
|
|
Jul 29 03:20:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 118 to 117
|
|
Jul 29 03:50:10 pfv-tsys6 smartd[886]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 117 to 118
|
|
|
|
###############################################################################
|
|
# 25. TIMERS / CRON
|
|
###############################################################################
|
|
|
|
--- systemctl list-timers
|
|
$ systemctl list-timers --all --no-pager
|
|
NEXT LEFT LAST PASSED UNIT ACTIVATES
|
|
Wed 2026-07-29 05:20:00 CDT 5min Wed 2026-07-29 05:10:10 CDT 4min 29s ago sysstat-collect.timer sysstat-collect.service
|
|
Wed 2026-07-29 06:13:25 CDT 58min Tue 2026-07-28 06:27:10 CDT 22h ago apt-daily-upgrade.timer apt-daily-upgrade.service
|
|
Wed 2026-07-29 15:46:37 CDT 10h Wed 2026-07-29 04:55:08 CDT 19min ago apt-daily.timer apt-daily.service
|
|
Wed 2026-07-29 17:34:47 CDT 12h Tue 2026-07-28 17:34:47 CDT 11h ago systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
|
|
Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:03 CDT 5h 14min ago dpkg-db-backup.timer dpkg-db-backup.service
|
|
Thu 2026-07-30 00:00:00 CDT 18h Wed 2026-07-29 00:00:03 CDT 5h 14min ago sysstat-rotate.timer sysstat-rotate.service
|
|
Thu 2026-07-30 00:07:00 CDT 18h Wed 2026-07-29 00:07:20 CDT 5h 7min ago sysstat-summary.timer sysstat-summary.service
|
|
Thu 2026-07-30 00:12:52 CDT 18h Wed 2026-07-29 03:44:32 CDT 1h 30min ago beszel-agent-update.timer beszel-agent-update.service
|
|
Thu 2026-07-30 00:17:29 CDT 19h Wed 2026-07-29 00:30:07 CDT 4h 44min ago logrotate.timer logrotate.service
|
|
Thu 2026-07-30 02:57:45 CDT 21h Wed 2026-07-29 00:54:36 CDT 4h 20min ago man-db.timer man-db.service
|
|
Thu 2026-07-30 03:27:53 CDT 22h Wed 2026-07-29 02:42:42 CDT 2h 31min ago pve-daily-update.timer pve-daily-update.service
|
|
Sun 2026-08-02 03:10:33 CDT 3 days Sun 2026-07-26 03:10:43 CDT - e2scrub_all.timer e2scrub_all.service
|
|
Sun 2026-08-02 03:10:49 CDT 3 days Sun 2026-07-26 03:11:00 CDT - xfs_scrub_all.timer xfs_scrub_all.service
|
|
Mon 2026-08-03 01:34:59 CDT 4 days Mon 2026-07-27 00:54:07 CDT 2 days ago fstrim.timer fstrim.service
|
|
|
|
14 timers listed.
|
|
|
|
--- /etc/cron.d
|
|
total 24
|
|
drwxr-xr-x 2 root root 4096 Jul 26 17:12 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
|
|
-rw-r--r-- 1 root root 188 Jul 30 2025 e2scrub_all
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
-rw-r--r-- 1 root root 400 Jan 15 2024 sysstat
|
|
lrwxrwxrwx 1 root root 20 Apr 4 12:47 vzdump -> /etc/pve/vzdump.cron
|
|
-rw-r--r-- 1 root root 377 Aug 26 2025 zfsutils-linux
|
|
|
|
--- /etc/cron.daily
|
|
total 32
|
|
drwxr-xr-x 2 root root 4096 Jul 26 16:27 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
|
|
-rwxr-xr-x 1 root root 1478 Jun 24 2025 apt-compat
|
|
-rwxr-xr-x 1 root root 123 May 27 2025 dpkg
|
|
-rwxr-xr-x 1 root root 377 Jul 14 2024 logrotate
|
|
-rwxr-xr-x 1 root root 1395 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
-rwxr-xr-x 1 root root 526 Jan 15 2024 sysstat
|
|
|
|
--- /etc/cron.hourly
|
|
total 12
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- /etc/cron.weekly
|
|
total 16
|
|
drwxr-xr-x 2 root root 4096 Apr 4 12:31 .
|
|
drwxr-xr-x 107 root root 4096 Jul 29 05:11 ..
|
|
-rwxr-xr-x 1 root root 1055 May 2 2025 man-db
|
|
-rw-r--r-- 1 root root 102 Jun 13 2025 .placeholder
|
|
|
|
--- crontabs
|
|
--- /etc/crontab ---
|
|
# /etc/crontab: system-wide crontab
|
|
# Unlike any other crontab you don't have to run the `crontab'
|
|
# command to install the new version when you edit this file
|
|
# and files in /etc/cron.d. These files also have username fields,
|
|
# that none of the other crontabs do.
|
|
|
|
SHELL=/bin/sh
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
# Example of job definition:
|
|
# .---------------- minute (0 - 59)
|
|
# | .------------- hour (0 - 23)
|
|
# | | .---------- day of month (1 - 31)
|
|
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
|
|
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
|
|
# | | | | |
|
|
# * * * * * user-name command to be executed
|
|
17 * * * * root cd / && run-parts --report /etc/cron.hourly
|
|
25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
|
|
47 6 * * 7 root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.weekly; }
|
|
52 6 1 * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.monthly; }
|
|
#
|
|
|
|
--- root crontab
|
|
$ crontab -l 2>/dev/null || echo " [no root crontab]"
|
|
[no root crontab]
|
|
|
|
###############################################################################
|
|
# 26. LIVE PERFORMANCE SNAPSHOT
|
|
###############################################################################
|
|
|
|
--- /proc/loadavg
|
|
$ cat /proc/loadavg
|
|
1.39 0.85 0.54 1/428 1081674
|
|
|
|
--- 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 1 0 122726864 16464 1629092 0 0 66 118 1830 1 0 0 97 1 0 1
|
|
0 0 0 122727832 16464 1629132 0 0 0 1220 1712 3398 0 0 99 1 0 0
|
|
0 0 0 122728588 16464 1629132 0 0 0 0 769 1485 0 0 100 0 0 0
|
|
|
|
--- mpstat 1 3 (per-cpu)
|
|
$ mpstat 1 3
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:42 AM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %gnice %idle
|
|
05:14:43 AM all 0.44 0.00 0.13 0.00 0.00 0.00 0.00 0.00 0.00 99.44
|
|
05:14:44 AM all 0.81 0.00 1.56 0.06 0.00 0.00 0.00 0.06 0.00 97.44
|
|
05:14:45 AM all 0.56 0.00 0.00 0.31 0.00 0.00 0.00 0.06 0.00 99.00
|
|
Average: all 0.60 0.00 0.56 0.13 0.00 0.00 0.00 0.04 0.00 98.67
|
|
|
|
--- iostat -xz 1 3
|
|
$ iostat -xz 1 3
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
1.08 0.00 0.42 1.41 0.00 97.09
|
|
|
|
Device r/s rkB/s rrqm/s %rrqm r_await rareq-sz w/s wkB/s wrqm/s %wrqm w_await wareq-sz d/s dkB/s drqm/s %drqm d_await dareq-sz f/s f_await aqu-sz %util
|
|
dm-0 0.00 0.01 0.00 0.00 22.80 16.58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
dm-1 0.15 15.83 0.00 0.00 29.85 105.97 9.16 118.47 0.00 0.00 2.76 12.94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.03 1.34
|
|
dm-2 0.00 0.04 0.00 0.00 18.73 244.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
sda 1.00 66.11 0.05 4.68 6.30 65.92 8.13 118.47 1.18 12.67 1.92 14.58 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.02 1.17
|
|
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
0.19 0.00 0.06 0.00 0.00 99.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
|
|
|
|
|
|
avg-cpu: %user %nice %system %iowait %steal %idle
|
|
0.31 0.00 1.19 0.00 0.00 98.50
|
|
|
|
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
|
|
|
|
|
|
|
|
--- sar -dp 1 2
|
|
$ sar -dp 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:47 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 sda
|
|
05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-root
|
|
05:14:48 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
05:14:48 AM tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
05:14:49 AM 8.00 24.00 40.00 0.00 8.00 0.01 0.62 0.40 sda
|
|
05:14:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
05:14:49 AM 16.00 24.00 40.00 0.00 4.00 0.02 1.38 0.40 pve-root
|
|
05:14:49 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
Average: tps rkB/s wkB/s dkB/s areq-sz aqu-sz await %util DEV
|
|
Average: 4.00 12.00 20.00 0.00 8.00 0.00 0.62 0.20 sda
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-swap
|
|
Average: 8.00 12.00 20.00 0.00 4.00 0.01 1.38 0.20 pve-root
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 pve-data_tmeta
|
|
|
|
--- sar -n DEV 1 2
|
|
$ sar -n DEV 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:49 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
|
|
05:14:50 AM lo 15.00 15.00 0.93 0.93 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic0 43.00 31.00 14.30 12.87 0.00 0.00 3.00 0.01
|
|
05:14:50 AM nic1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM vmbr0 14.00 11.00 2.61 1.47 0.00 0.00 4.00 0.00
|
|
05:14:50 AM tailscale0 5.00 10.00 0.38 0.63 0.00 0.00 0.00 0.00
|
|
05:14:50 AM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM bond0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM storagenet 1.00 0.00 0.04 0.00 0.00 0.00 1.00 0.00
|
|
05:14:50 AM tap100i0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwbr100i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00
|
|
05:14:50 AM fwpr100p0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwln100i0 8.00 0.00 1.99 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM tap600i0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwbr600i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00
|
|
05:14:50 AM fwpr600p0 0.00 8.00 0.00 1.99 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwln600i0 8.00 0.00 1.99 0.00 0.00 0.00 0.00 0.00
|
|
05:14:50 AM tap601i0 0.00 9.00 0.00 2.16 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwbr601i0 8.00 0.00 1.88 0.00 0.00 0.00 4.00 0.00
|
|
05:14:50 AM fwpr601p0 0.00 9.00 0.00 2.16 0.00 0.00 0.00 0.00
|
|
05:14:50 AM fwln601i0 9.00 0.00 2.16 0.00 0.00 0.00 0.00 0.00
|
|
|
|
05:14:50 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil
|
|
05:14:51 AM lo 25.00 25.00 3.44 3.44 0.00 0.00 0.00 0.00
|
|
05:14:51 AM nic0 18.00 15.00 2.51 2.50 0.00 0.00 2.00 0.00
|
|
05:14:51 AM nic1 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
05:14:51 AM nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM nic3 2.00 0.00 0.12 0.00 0.00 0.00 2.00 0.00
|
|
05:14:51 AM nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM vmbr0 27.00 24.00 4.05 4.44 0.00 0.00 3.00 0.00
|
|
05:14:51 AM tailscale0 11.00 17.00 1.75 2.10 0.00 0.00 0.00 0.00
|
|
05:14:51 AM nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM bond0 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
05:14:51 AM storagenet 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM tap100i0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwbr100i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00
|
|
05:14:51 AM fwpr100p0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwln100i0 10.00 0.00 0.86 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM tap600i0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwbr600i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00
|
|
05:14:51 AM fwpr600p0 0.00 10.00 0.00 0.86 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwln600i0 10.00 0.00 0.86 0.00 0.00 0.00 0.00 0.00
|
|
05:14:51 AM tap601i0 3.00 14.00 0.58 1.19 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwbr601i0 10.00 0.00 0.73 0.00 0.00 0.00 3.00 0.00
|
|
05:14:51 AM fwpr601p0 3.00 14.00 0.58 1.19 0.00 0.00 0.00 0.00
|
|
05:14:51 AM fwln601i0 14.00 3.00 1.19 0.58 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 20.00 20.00 2.19 2.19 0.00 0.00 0.00 0.00
|
|
Average: nic0 30.50 23.00 8.41 7.68 0.00 0.00 2.50 0.01
|
|
Average: nic1 0.50 0.00 0.03 0.00 0.00 0.00 0.50 0.00
|
|
Average: nic2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: nic3 1.00 0.00 0.06 0.00 0.00 0.00 1.00 0.00
|
|
Average: nic4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: nic5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: vmbr0 20.50 17.50 3.33 2.95 0.00 0.00 3.50 0.00
|
|
Average: tailscale0 8.00 13.50 1.06 1.37 0.00 0.00 0.00 0.00
|
|
Average: nic3.2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: br-rr-mgmt 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
Average: bond0 0.50 0.00 0.03 0.00 0.00 0.00 0.50 0.00
|
|
Average: storagenet 0.50 0.00 0.02 0.00 0.00 0.00 0.50 0.00
|
|
Average: tap100i0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00
|
|
Average: fwbr100i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00
|
|
Average: fwpr100p0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00
|
|
Average: fwln100i0 9.00 0.00 1.43 0.00 0.00 0.00 0.00 0.00
|
|
Average: tap600i0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00
|
|
Average: fwbr600i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00
|
|
Average: fwpr600p0 0.00 9.00 0.00 1.43 0.00 0.00 0.00 0.00
|
|
Average: fwln600i0 9.00 0.00 1.43 0.00 0.00 0.00 0.00 0.00
|
|
Average: tap601i0 1.50 11.50 0.29 1.67 0.00 0.00 0.00 0.00
|
|
Average: fwbr601i0 9.00 0.00 1.31 0.00 0.00 0.00 3.50 0.00
|
|
Average: fwpr601p0 1.50 11.50 0.29 1.67 0.00 0.00 0.00 0.00
|
|
Average: fwln601i0 11.50 1.50 1.67 0.29 0.00 0.00 0.00 0.00
|
|
|
|
--- sar -n NFS,NFSD 1 2
|
|
$ sar -n NFS,NFSD 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:51 AM call/s retrans/s read/s write/s access/s getatt/s
|
|
05:14:52 AM 2.00 0.00 0.00 2.00 0.00 0.00
|
|
|
|
05:14:51 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
05:14:52 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
05:14:52 AM call/s retrans/s read/s write/s access/s getatt/s
|
|
05:14:53 AM 1.00 0.00 0.00 1.00 0.00 0.00
|
|
|
|
05:14:52 AM scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
05:14:53 AM 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
Average: call/s retrans/s read/s write/s access/s getatt/s
|
|
Average: 1.50 0.00 0.00 1.50 0.00 0.00
|
|
|
|
Average: scall/s badcall/s packet/s udp/s tcp/s hit/s miss/s sread/s swrite/s saccess/s sgetatt/s
|
|
Average: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
|
|
|
|
--- sar -n SOCK 1 1
|
|
$ sar -n SOCK 1 1
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:53 AM totsck tcpsck udpsck rawsck ip-frag tcp-tw
|
|
05:14:54 AM 368 21 4 0 0 152
|
|
Average: 368 21 4 0 0 152
|
|
|
|
--- sar -n TCP,ETCP 1 2
|
|
$ sar -n TCP,ETCP 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:54 AM active/s passive/s iseg/s oseg/s
|
|
05:14:55 AM 5.00 1.00 54.00 69.00
|
|
|
|
05:14:54 AM atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
05:14:55 AM 0.00 0.00 0.00 0.00 0.00
|
|
|
|
05:14:55 AM active/s passive/s iseg/s oseg/s
|
|
05:14:56 AM 0.00 2.00 36.00 40.00
|
|
|
|
05:14:55 AM atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
05:14:56 AM 0.00 0.00 0.00 0.00 0.00
|
|
|
|
Average: active/s passive/s iseg/s oseg/s
|
|
Average: 2.50 1.50 45.00 54.50
|
|
|
|
Average: atmptf/s estres/s retrans/s isegerr/s orsts/s
|
|
Average: 0.00 0.00 0.00 0.00 0.00
|
|
|
|
--- pidstat -d 1 2 (top disk)
|
|
$ pidstat -d 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:56 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
05:14:57 AM 0 456 0.00 97.09 0.00 0 systemd-journal
|
|
05:14:57 AM 0 895 0.00 0.00 3.88 0 tailscaled
|
|
05:14:57 AM 0 283674 0.00 7.77 0.00 0 kvm
|
|
|
|
05:14:57 AM UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
05:14:58 AM 0 456 0.00 96.00 0.00 0 systemd-journal
|
|
05:14:58 AM 0 283519 0.00 204.00 0.00 0 kvm
|
|
05:14:58 AM 0 1081769 0.00 4.00 0.00 0 pidstat
|
|
|
|
Average: UID PID kB_rd/s kB_wr/s kB_ccwr/s iodelay Command
|
|
Average: 0 456 0.00 96.55 0.00 0 systemd-journal
|
|
Average: 0 895 0.00 0.00 1.97 0 tailscaled
|
|
Average: 0 283519 0.00 100.49 0.00 0 kvm
|
|
Average: 0 283674 0.00 3.94 0.00 0 kvm
|
|
Average: 0 1081769 0.00 1.97 0.00 0 pidstat
|
|
|
|
--- pidstat -u 1 2 (top cpu)
|
|
$ pidstat -u 1 2
|
|
Linux 7.0.14-6-pve (pfv-tsys6) 07/29/2026 _x86_64_ (16 CPU)
|
|
|
|
05:14:58 AM UID PID %usr %system %guest %wait %CPU CPU Command
|
|
05:14:59 AM 0 895 0.98 0.00 0.00 0.00 0.98 5 tailscaled
|
|
05:14:59 AM 0 283375 1.96 0.00 0.00 0.00 1.96 13 kvm
|
|
05:14:59 AM 0 283519 0.98 0.00 0.00 0.00 0.98 10 kvm
|
|
05:14:59 AM 0 283674 0.98 0.00 0.00 0.00 0.98 14 kvm
|
|
05:14:59 AM 0 949449 0.98 0.00 0.00 0.00 0.98 15 pvedaemon worke
|
|
05:14:59 AM 33 993541 0.98 0.00 0.00 0.00 0.98 2 pveproxy worker
|
|
05:14:59 AM 0 1081777 0.98 0.98 0.00 0.00 1.96 15 pidstat
|
|
|
|
05:14:59 AM UID PID %usr %system %guest %wait %CPU CPU Command
|
|
05:15:00 AM 0 895 1.00 1.00 0.00 0.00 2.00 5 tailscaled
|
|
05:15:00 AM 0 1491 2.00 3.00 0.00 0.00 5.00 8 pve-firewall
|
|
05:15:00 AM 0 283375 0.00 1.00 0.00 0.00 1.00 15 kvm
|
|
05:15:00 AM 0 283519 0.00 0.00 2.00 0.00 1.00 10 kvm
|
|
05:15:00 AM 0 283674 0.00 0.00 1.00 0.00 1.00 14 kvm
|
|
05:15:00 AM 33 993542 1.00 0.00 0.00 0.00 1.00 13 pveproxy worker
|
|
05:15:00 AM 0 1081777 1.00 1.00 0.00 0.00 2.00 15 pidstat
|
|
|
|
Average: UID PID %usr %system %guest %wait %CPU CPU Command
|
|
Average: 0 895 0.99 0.50 0.00 0.00 1.49 - tailscaled
|
|
Average: 0 1491 0.99 1.49 0.00 0.00 2.48 - pve-firewall
|
|
Average: 0 283375 0.99 0.50 0.00 0.00 1.49 - kvm
|
|
Average: 0 283519 0.00 0.00 0.99 0.00 0.99 - kvm
|
|
Average: 0 283674 0.50 0.00 0.50 0.00 0.99 - kvm
|
|
Average: 0 949449 0.50 0.00 0.00 0.00 0.50 - pvedaemon worke
|
|
Average: 33 993541 0.50 0.00 0.00 0.00 0.50 - pveproxy worker
|
|
Average: 33 993542 0.50 0.00 0.00 0.00 0.50 - pveproxy worker
|
|
Average: 0 1081777 0.99 0.99 0.00 0.00 1.98 - pidstat
|
|
|
|
--- top (single snapshot, top 30)
|
|
$ top -b -n 1
|
|
top - 05:15:00 up 2 days, 11:55, 1 user, load average: 1.13, 0.83, 0.54
|
|
Tasks: 326 total, 1 running, 325 sleeping, 0 stopped, 0 zombie
|
|
%Cpu(s): 0.3 us, 0.3 sy, 0.0 ni, 90.4 id, 9.0 wa, 0.0 hi, 0.0 si, 0.0 st
|
|
MiB Mem : 128897.5 total, 119855.5 free, 8179.1 used, 1607.6 buff/cache
|
|
MiB Swap: 8192.0 total, 8192.0 free, 0.0 used. 120718.5 avail Mem
|
|
|
|
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
|
|
283519 root 20 0 12.5g 1.0g 11748 S 9.1 0.8 36:44.42 kvm
|
|
1081797 root 20 0 10424 5508 3408 R 9.1 0.0 0:00.02 top
|
|
1 root 20 0 24752 15432 10688 S 0.0 0.0 0:27.53 systemd
|
|
2 root 20 0 0 0 0 S 0.0 0.0 0:00.40 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:07.54 ksoftir+
|
|
15 root 20 0 0 0 0 I 0.0 0.0 1:08.46 rcu_pre+
|
|
16 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
17 root 20 0 0 0 0 S 0.0 0.0 0:00.00 rcu_exp+
|
|
18 root rt 0 0 0 0 S 0.0 0.0 0:00.50 migrati+
|
|
19 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kprobe-+
|
|
20 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
21 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/0
|
|
22 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/1
|
|
23 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
24 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+
|
|
25 root 20 0 0 0 0 S 0.0 0.0 0:01.23 ksoftir+
|
|
27 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
28 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/2
|
|
29 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
30 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
|
|
31 root 20 0 0 0 0 S 0.0 0.0 0:04.13 ksoftir+
|
|
33 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
34 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/3
|
|
35 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
36 root rt 0 0 0 0 S 0.0 0.0 0:00.51 migrati+
|
|
37 root 20 0 0 0 0 S 0.0 0.0 0:00.19 ksoftir+
|
|
39 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
40 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/4
|
|
41 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
42 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
|
|
43 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+
|
|
45 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
46 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/5
|
|
47 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
48 root rt 0 0 0 0 S 0.0 0.0 0:00.48 migrati+
|
|
49 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+
|
|
51 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
52 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/6
|
|
53 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
54 root rt 0 0 0 0 S 0.0 0.0 0:00.44 migrati+
|
|
55 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+
|
|
57 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
58 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/7
|
|
59 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
60 root rt 0 0 0 0 S 0.0 0.0 0:00.47 migrati+
|
|
61 root 20 0 0 0 0 S 0.0 0.0 0:00.15 ksoftir+
|
|
63 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
64 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/8
|
|
65 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
66 root rt 0 0 0 0 S 0.0 0.0 0:00.41 migrati+
|
|
67 root 20 0 0 0 0 S 0.0 0.0 0:00.07 ksoftir+
|
|
69 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
70 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/9
|
|
71 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
72 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
|
|
73 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+
|
|
75 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
76 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/10
|
|
77 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
78 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
|
|
79 root 20 0 0 0 0 S 0.0 0.0 0:00.12 ksoftir+
|
|
81 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
82 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/11
|
|
83 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
84 root rt 0 0 0 0 S 0.0 0.0 0:00.43 migrati+
|
|
85 root 20 0 0 0 0 S 0.0 0.0 0:00.09 ksoftir+
|
|
87 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
88 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/12
|
|
89 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
90 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
|
|
91 root 20 0 0 0 0 S 0.0 0.0 0:00.64 ksoftir+
|
|
93 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/13
|
|
95 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
96 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
|
|
97 root 20 0 0 0 0 S 0.0 0.0 0:00.08 ksoftir+
|
|
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 cpuhp/14
|
|
101 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
102 root rt 0 0 0 0 S 0.0 0.0 0:00.41 migrati+
|
|
103 root 20 0 0 0 0 S 0.0 0.0 0:00.05 ksoftir+
|
|
105 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
106 root 20 0 0 0 0 S 0.0 0.0 0:00.00 cpuhp/15
|
|
107 root -51 0 0 0 0 S 0.0 0.0 0:00.00 idle_in+
|
|
108 root rt 0 0 0 0 S 0.0 0.0 0:00.42 migrati+
|
|
109 root 20 0 0 0 0 S 0.0 0.0 0:00.28 ksoftir+
|
|
111 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
114 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kdevtmp+
|
|
115 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
116 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
117 root 20 0 0 0 0 I 0.0 0.0 0:00.00 rcu_tas+
|
|
118 root 20 0 0 0 0 S 0.0 0.0 0:00.03 kauditd
|
|
119 root 20 0 0 0 0 S 0.0 0.0 0:00.14 khungta+
|
|
120 root 20 0 0 0 0 S 0.0 0.0 0:00.00 oom_rea+
|
|
123 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
124 root 20 0 0 0 0 S 0.0 0.0 0:03.49 kcompac+
|
|
125 root 20 0 0 0 0 S 0.0 0.0 0:03.78 kcompac+
|
|
127 root 25 5 0 0 0 S 0.0 0.0 0:00.00 ksmd
|
|
128 root 39 19 0 0 0 S 0.0 0.0 0:01.15 khugepa+
|
|
129 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
130 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
131 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
132 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/9-a+
|
|
135 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
136 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
138 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
139 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
140 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
141 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
143 root -51 0 0 0 0 S 0.0 0.0 0:00.00 watchdo+
|
|
144 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
145 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd0
|
|
146 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kswapd1
|
|
147 root 20 0 0 0 0 S 0.0 0.0 0:00.00 ecryptf+
|
|
148 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
149 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/25-+
|
|
150 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/26-+
|
|
151 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/27-+
|
|
152 root -51 0 0 0 0 S 0.0 0.0 0:00.00 irq/28-+
|
|
153 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
154 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
155 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
157 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
168 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
170 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
171 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
183 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
184 root 0 -20 0 0 0 I 0.0 0.0 0:00.40 kworker+
|
|
193 root 0 -20 0 0 0 I 0.0 0.0 0:01.26 kworker+
|
|
205 root 0 -20 0 0 0 I 0.0 0.0 0:00.50 kworker+
|
|
218 root 0 -20 0 0 0 I 0.0 0.0 0:00.52 kworker+
|
|
222 root 0 -20 0 0 0 I 0.0 0.0 0:00.91 kworker+
|
|
230 root 0 -20 0 0 0 I 0.0 0.0 0:04.57 kworker+
|
|
232 root 0 -20 0 0 0 I 0.0 0.0 0:00.55 kworker+
|
|
234 root 0 -20 0 0 0 I 0.0 0.0 0:00.44 kworker+
|
|
239 root 0 -20 0 0 0 I 0.0 0.0 0:00.53 kworker+
|
|
248 root 0 -20 0 0 0 I 0.0 0.0 0:02.08 kworker+
|
|
253 root 0 -20 0 0 0 I 0.0 0.0 0:00.52 kworker+
|
|
259 root 0 -20 0 0 0 I 0.0 0.0 0:00.46 kworker+
|
|
261 root 0 -20 0 0 0 I 0.0 0.0 0:01.34 kworker+
|
|
264 root 0 -20 0 0 0 I 0.0 0.0 0:00.75 kworker+
|
|
265 root 0 -20 0 0 0 I 0.0 0.0 0:05.55 kworker+
|
|
269 root 0 -20 0 0 0 I 0.0 0.0 0:00.60 kworker+
|
|
297 root 20 0 0 0 0 S 0.0 0.0 0:00.00 scsi_eh+
|
|
298 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
299 root 20 0 0 0 0 S 0.0 0.0 1:19.67 usb-sto+
|
|
300 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
341 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
342 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
352 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
353 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
354 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
390 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
391 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
392 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
407 root 20 0 0 0 0 S 0.0 0.0 0:05.93 jbd2/dm+
|
|
408 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
438 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
456 root 20 0 108544 80624 79000 S 0.0 0.1 1:38.12 systemd+
|
|
477 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
478 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
479 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
480 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
504 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_sys+
|
|
505 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_del+
|
|
506 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_dyn+
|
|
507 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 spl_kme+
|
|
511 root 20 0 36972 10496 7944 S 0.0 0.0 1:55.52 systemd+
|
|
514 root 20 0 77296 22300 9124 S 0.0 0.0 0:08.56 dmeventd
|
|
517 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
518 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
519 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 zvol_tq+
|
|
521 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_pru+
|
|
522 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
523 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
524 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
525 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_evi+
|
|
526 root 20 0 0 0 0 S 0.0 0.0 0:00.00 arc_flu+
|
|
527 root 20 0 0 0 0 S 0.0 0.0 0:02.33 arc_evi+
|
|
528 root 39 19 0 0 0 S 0.0 0.0 0:02.45 arc_reap
|
|
529 root 20 0 0 0 0 S 0.0 0.0 0:00.00 dbu_evi+
|
|
530 root 39 19 0 0 0 S 0.0 0.0 0:02.36 dbuf_ev+
|
|
531 root 39 19 0 0 0 S 0.0 0.0 0:00.00 z_vdev_+
|
|
532 root 20 0 0 0 0 S 0.0 0.0 0:01.93 l2arc_f+
|
|
538 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
638 root 39 19 0 0 0 S 0.0 0.0 0:00.00 kipmi0
|
|
843 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
868 _rpc 20 0 6568 3792 3372 S 0.0 0.0 0:00.21 rpcbind
|
|
870 _chrony 20 0 19940 5568 4796 S 0.0 0.0 0:00.40 chronyd
|
|
871 message+ 20 0 8476 5192 4232 S 0.0 0.0 0:20.94 dbus-da+
|
|
879 root 20 0 276136 3592 3300 S 0.0 0.0 0:00.00 pve-lxc+
|
|
882 root 20 0 691580 8324 6976 S 0.0 0.0 0:27.80 rrdcach+
|
|
886 root 20 0 10080 6348 4896 S 0.0 0.0 0:00.17 smartd
|
|
888 root 20 0 19100 9256 7884 S 0.0 0.0 0:05.35 systemd+
|
|
895 root 20 0 1489496 119720 26684 S 0.0 0.1 16:10.89 tailsca+
|
|
899 root 20 0 7216 2268 1928 S 0.0 0.0 0:04.76 ksmtuned
|
|
901 root 20 0 2432 1656 1560 S 0.0 0.0 0:05.13 watchdo+
|
|
904 root 20 0 104420 6416 5268 S 0.0 0.0 0:00.01 zed
|
|
908 root 20 0 159036 2472 2108 S 0.0 0.0 0:00.00 lxcfs
|
|
917 root 20 0 5748 2192 1996 S 0.0 0.0 0:00.07 qmeventd
|
|
935 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
936 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
939 root 20 0 5264 1696 1472 S 0.0 0.0 0:00.00 blkmapd
|
|
974 _chrony 20 0 11612 2356 1724 S 0.0 0.0 0:00.00 chronyd
|
|
1073 root 20 0 5972 3504 2652 S 0.0 0.0 0:01.74 dhclient
|
|
1137 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1200 beszel 20 0 2600728 19588 10328 S 0.0 0.0 0:50.80 beszel-+
|
|
1201 _lldpd 20 0 21376 6620 5456 S 0.0 0.0 0:00.15 lldpd
|
|
1202 root 20 0 5520 2696 2444 S 0.0 0.0 0:00.00 lxc-mon+
|
|
1210 root 20 0 266308 32432 15160 S 0.0 0.0 0:33.52 tuned
|
|
1265 root 20 0 8168 2584 2352 S 0.0 0.0 0:00.13 agetty
|
|
1270 root 20 0 11776 7812 6584 S 0.0 0.0 0:00.40 sshd
|
|
1305 _lldpd 20 0 21504 2924 1736 S 0.0 0.0 0:07.03 lldpd
|
|
1317 root 20 0 566052 67644 54376 S 0.0 0.1 2:36.40 pmxcfs
|
|
1366 root 20 0 6864 2964 2712 S 0.0 0.0 0:00.48 cron
|
|
1367 root 20 0 13584 6172 5220 S 0.0 0.0 0:19.94 proxmox+
|
|
1467 root 20 0 43984 4832 4192 S 0.0 0.0 0:00.68 master
|
|
1470 postfix 20 0 44524 7668 6972 S 0.0 0.0 0:00.13 qmgr
|
|
1473 polkitd 20 0 306704 8284 7120 S 0.0 0.0 0:04.36 polkitd
|
|
1491 root 20 0 186484 113080 7580 S 0.0 0.1 13:49.92 pve-fir+
|
|
1505 root 20 0 195384 126224 13192 S 0.0 0.1 52:52.19 pvestatd
|
|
1517 root 20 0 230000 153740 3520 S 0.0 0.1 0:03.35 pvedaem+
|
|
1527 root 20 0 214120 126348 6088 S 0.0 0.1 0:19.51 pve-ha-+
|
|
1532 www-data 20 0 231224 184156 32740 S 0.0 0.1 0:09.53 pveproxy
|
|
1542 www-data 20 0 99256 69716 17660 S 0.0 0.1 0:04.92 spicepr+
|
|
1545 root 20 0 213260 125320 6076 S 0.0 0.1 0:29.41 pve-ha-+
|
|
1635 root 0 -20 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1641 root 20 0 0 0 0 I 0.0 0.0 0:00.00 NFSv4 c+
|
|
1762 root 20 0 209836 126496 3408 S 0.0 0.1 0:21.60 pvesche+
|
|
24133 root 20 0 0 0 0 I 0.0 0.0 3:54.25 kworker+
|
|
40835 root 20 0 0 0 0 I 0.0 0.0 3:34.91 kworker+
|
|
52844 root 20 0 0 0 0 I 0.0 0.0 2:57.13 kworker+
|
|
283375 root 20 0 32.2g 1.2g 13888 S 0.0 1.0 24:07.04 kvm
|
|
283460 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
283606 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
283674 root 20 0 6680312 3.0g 13920 S 0.0 2.4 54:48.83 kvm
|
|
283747 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kvm-pit+
|
|
747044 root 20 0 0 0 0 I 0.0 0.0 1:00.67 kworker+
|
|
752544 root 20 0 0 0 0 I 0.0 0.0 0:57.68 kworker+
|
|
879149 root 20 0 0 0 0 I 0.0 0.0 0:45.73 kworker+
|
|
888175 root 20 0 0 0 0 I 0.0 0.0 1:09.30 kworker+
|
|
910274 root 20 0 0 0 0 I 0.0 0.0 0:41.94 kworker+
|
|
919447 root 20 0 0 0 0 I 0.0 0.0 0:01.41 kworker+
|
|
936701 root 20 0 0 0 0 I 0.0 0.0 0:17.04 kworker+
|
|
947600 root 20 0 239060 165740 13700 S 0.0 0.1 0:06.65 pvedaem+
|
|
949449 root 20 0 239132 166252 14092 S 0.0 0.1 0:05.55 pvedaem+
|
|
949846 root 20 0 238900 163588 11616 S 0.0 0.1 0:05.02 pvedaem+
|
|
955595 root 20 0 0 0 0 I 0.0 0.0 0:01.01 kworker+
|
|
960613 root 20 0 0 0 0 I 0.0 0.0 0:01.11 kworker+
|
|
975521 root 20 0 0 0 0 I 0.0 0.0 0:21.12 kworker+
|
|
991061 root 20 0 0 0 0 I 0.0 0.0 0:00.87 kworker+
|
|
993531 root 20 0 0 0 0 I 0.0 0.0 0:25.14 kworker+
|
|
993532 root 20 0 79620 2500 2292 S 0.0 0.0 0:01.19 pvefw-l+
|
|
993539 www-data 20 0 99360 56212 4012 S 0.0 0.0 0:00.54 spicepr+
|
|
993540 www-data 20 0 254324 183964 16544 S 0.0 0.1 0:09.40 pveprox+
|
|
993541 www-data 20 0 291516 221612 21048 S 0.0 0.2 0:08.93 pveprox+
|
|
993542 www-data 20 0 252064 179512 14432 S 0.0 0.1 0:06.58 pveprox+
|
|
1002498 root 20 0 0 0 0 I 0.0 0.0 0:17.25 kworker+
|
|
1011478 root 20 0 0 0 0 I 0.0 0.0 0:18.58 kworker+
|
|
1017484 root 20 0 0 0 0 I 0.0 0.0 0:13.89 kworker+
|
|
1018807 root 20 0 0 0 0 I 0.0 0.0 0:00.60 kworker+
|
|
1020956 root 20 0 0 0 0 I 0.0 0.0 0:00.90 kworker+
|
|
1023418 root 20 0 0 0 0 I 0.0 0.0 0:10.37 kworker+
|
|
1028889 root 20 0 0 0 0 I 0.0 0.0 0:00.46 kworker+
|
|
1048087 root 20 0 0 0 0 I 0.0 0.0 0:00.42 kworker+
|
|
1051155 postfix 20 0 44472 7844 7136 S 0.0 0.0 0:00.01 pickup
|
|
1053213 root 20 0 0 0 0 I 0.0 0.0 0:00.37 kworker+
|
|
1054976 root 20 0 0 0 0 I 0.0 0.0 0:00.22 kworker+
|
|
1056402 root 20 0 0 0 0 I 0.0 0.0 0:04.65 kworker+
|
|
1058367 root 20 0 0 0 0 I 0.0 0.0 0:00.25 kworker+
|
|
1064382 root 20 0 0 0 0 I 0.0 0.0 0:00.33 kworker+
|
|
1067095 root 20 0 0 0 0 I 0.0 0.0 0:00.11 kworker+
|
|
1068733 root 20 0 0 0 0 I 0.0 0.0 0:00.09 kworker+
|
|
1070040 root 20 0 0 0 0 I 0.0 0.0 0:00.08 kworker+
|
|
1070427 root 20 0 0 0 0 I 0.0 0.0 0:00.23 kworker+
|
|
1070866 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1071326 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1071523 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1071886 root 20 0 0 0 0 I 0.0 0.0 0:00.02 kworker+
|
|
1073219 root 20 0 238868 156304 4396 S 0.0 0.1 0:00.05 task UP+
|
|
1073221 root 20 0 204012 152376 32680 S 0.0 0.1 0:02.28 qm
|
|
1073534 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1073828 root 20 0 0 0 0 I 0.0 0.0 0:00.71 kworker+
|
|
1073925 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1074662 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1074854 root 20 0 0 0 0 I 0.0 0.0 0:02.61 kworker+
|
|
1074857 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1075055 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1075727 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1075854 root 20 0 0 0 0 I 0.0 0.0 0:00.03 kworker+
|
|
1076345 root 20 0 0 0 0 I 0.0 0.0 0:00.35 kworker+
|
|
1076447 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1076592 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1076805 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1076901 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1077101 root 20 0 22236 12608 10208 S 0.0 0.0 0:00.34 systemd
|
|
1077104 root 20 0 24404 3832 2036 S 0.0 0.0 0:00.00 (sd-pam)
|
|
1077109 root -2 0 0 0 0 S 0.0 0.0 0:00.00 psimon
|
|
1077151 root 20 0 19648 11668 9896 S 0.0 0.0 0:00.01 sshd-se+
|
|
1077158 root 20 0 19904 7488 5444 S 0.0 0.0 0:00.00 sshd-se+
|
|
1077159 root 20 0 7316 3728 3192 S 0.0 0.0 0:00.69 bash
|
|
1077183 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1078216 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1079460 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1079512 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1079809 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1079969 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1080024 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1080070 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
|
|
1080102 root 20 0 0 0 0 I 0.0 0.0 0:00.01 kworker+
|
|
1081400 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1081591 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1081641 root 20 0 0 0 0 I 0.0 0.0 0:00.00 kworker+
|
|
1081733 root 20 0 5580 2216 2100 S 0.0 0.0 0:00.00 sleep
|
|
1081795 root 20 0 7316 2328 1792 S 0.0 0.0 0:00.00 bash
|
|
1081796 root 20 0 5588 2196 2080 S 0.0 0.0 0:00.00 head
|
|
|
|
--- zpool iostat 1 2
|
|
$ zpool iostat 1 2
|
|
no pools available
|
|
no pools available
|
|
|
|
--- arcstat 1 2
|
|
$ arcstat 1 2
|
|
time read ddread ddh% dmread dmh% pread ph% size c avail
|
|
05:15:01 0 0 0 0 0 0 0 3.8K 3.9G 113G
|
|
05:15:02 0 0 0 0 0 0 0 3.8K 3.9G 113G
|
|
|
|
--- /proc/net/dev delta (1s)
|
|
$ awk '{print $1}' /proc/net/dev
|
|
echo "--- t0 ---"
|
|
cat /proc/net/dev
|
|
sleep 1
|
|
echo "--- t1 (1s later) ---"
|
|
cat /proc/net/dev
|
|
Inter-|
|
|
face
|
|
lo:
|
|
nic0:
|
|
nic1:
|
|
nic2:
|
|
nic3:
|
|
nic4:
|
|
nic5:
|
|
vmbr0:
|
|
tailscale0:
|
|
nic3.2:
|
|
br-rr-mgmt:
|
|
bond0:
|
|
storagenet:
|
|
tap100i0:
|
|
fwbr100i0:
|
|
fwpr100p0:
|
|
fwln100i0:
|
|
tap600i0:
|
|
fwbr600i0:
|
|
fwpr600p0:
|
|
fwln600i0:
|
|
tap601i0:
|
|
fwbr601i0:
|
|
fwpr601p0:
|
|
fwln601i0:
|
|
--- t0 ---
|
|
Inter-| Receive | Transmit
|
|
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
|
|
lo: 62126802 385024 0 0 0 0 0 0 62126802 385024 0 0 0 0 0 0
|
|
nic0: 3354702094 12219036 0 7194 0 0 0 5091016 5309918696 6222300 0 3 0 0 0 0
|
|
nic1: 99928261826 70602056 0 175 0 0 0 147214 23566970003 33702496 0 0 0 0 0 0
|
|
nic2: 22573329286 16422612 0 0 0 0 0 60173 5686749222 6978719 0 0 0 0 0 0
|
|
nic3: 24157756 240077 0 0 0 0 0 214799 2048864 7874 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 1079069500 7943122 0 0 0 0 0 4223074 4830092634 1458467 0 3 0 0 0 0
|
|
tailscale0: 164813652 1151524 0 0 0 0 0 0 8058560608 984296 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 122501591112 87024668 0 14559 0 0 0 207387 29253719225 40681215 0 0 0 0 0 0
|
|
storagenet: 118059084154 31987985 0 5 0 0 0 178613 28196184459 27060363 0 0 0 0 0 0
|
|
tap100i0: 920005 9310 0 0 0 0 0 0 477586312 4421734 0 0 0 0 0 0
|
|
fwbr100i0: 413424502 4407744 0 6283 0 0 0 2969061 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 2249167 14648 0 5338 0 0 0 0 477591650 4421734 0 0 0 0 0 0
|
|
fwln100i0: 477591650 4421734 0 5338 0 0 0 0 2249167 14648 0 0 0 0 0 0
|
|
tap600i0: 90374154 427457 0 0 0 0 0 0 677647593 5118738 0 0 0 0 0 0
|
|
fwbr600i0: 413414074 4407624 0 6282 0 0 0 2968991 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 91703316 432795 0 5338 0 0 0 0 677653145 5118739 0 0 0 0 0 0
|
|
fwln600i0: 677653145 5118739 0 5338 0 0 0 0 91703316 432795 0 0 0 0 0 0
|
|
tap601i0: 89485124 439784 0 0 0 0 0 0 1009530299 5150124 0 0 0 0 0 0
|
|
fwbr601i0: 413399362 4407487 0 6282 0 0 0 2968922 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 90814286 445122 0 5338 0 0 0 0 1009535637 5150124 0 0 0 0 0 0
|
|
fwln601i0: 1009535637 5150124 0 5338 0 0 0 0 90814286 445122 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: 62129135 385049 0 0 0 0 0 0 62129135 385049 0 0 0 0 0 0
|
|
nic0: 3354714509 12219096 0 7194 0 0 0 5091038 5309929056 6222332 0 3 0 0 0 0
|
|
nic1: 99928266060 70602093 0 175 0 0 0 147214 23566974239 33702542 0 0 0 0 0 0
|
|
nic2: 22573329286 16422612 0 0 0 0 0 60173 5686749222 6978719 0 0 0 0 0 0
|
|
nic3: 24157820 240078 0 0 0 0 0 214800 2048864 7874 0 0 0 0 0 0
|
|
nic4: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
nic5: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
vmbr0: 1079086039 7943183 0 0 0 0 0 4223085 4830117266 1458502 0 3 0 0 0 0
|
|
tailscale0: 164824347 1151560 0 0 0 0 0 0 8058580700 984327 0 0 0 0 0 0
|
|
nic3.2: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
br-rr-mgmt: 0 0 0 0 0 0 0 0 906 7 0 0 0 0 0 0
|
|
bond0: 122501595346 87024705 0 14559 0 0 0 207387 29253723461 40681261 0 0 0 0 0 0
|
|
storagenet: 118059090965 31988054 0 5 0 0 0 178615 28196193447 27060461 0 0 0 0 0 0
|
|
tap100i0: 920005 9310 0 0 0 0 0 0 477589167 4421755 0 0 0 0 0 0
|
|
fwbr100i0: 413427063 4407765 0 6283 0 0 0 2969072 0 0 0 0 0 0 0 0
|
|
fwpr100p0: 2249167 14648 0 5338 0 0 0 0 477594505 4421755 0 0 0 0 0 0
|
|
fwln100i0: 477594505 4421755 0 5338 0 0 0 0 2249167 14648 0 0 0 0 0 0
|
|
tap600i0: 90374512 427459 0 0 0 0 0 0 677650806 5118761 0 0 0 0 0 0
|
|
fwbr600i0: 413416635 4407645 0 6282 0 0 0 2969002 0 0 0 0 0 0 0 0
|
|
fwpr600p0: 91703674 432797 0 5338 0 0 0 0 677656358 5118762 0 0 0 0 0 0
|
|
fwln600i0: 677656358 5118762 0 5338 0 0 0 0 91703674 432797 0 0 0 0 0 0
|
|
tap601i0: 89485124 439784 0 0 0 0 0 0 1009533154 5150145 0 0 0 0 0 0
|
|
fwbr601i0: 413401923 4407508 0 6282 0 0 0 2968933 0 0 0 0 0 0 0 0
|
|
fwpr601p0: 90814286 445122 0 5338 0 0 0 0 1009538492 5150145 0 0 0 0 0 0
|
|
fwln601i0: 1009538492 5150145 0 5338 0 0 0 0 90814286 445122 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-tsys6.knel.net pfv-tsys6
|
|
|
|
# The following lines are desirable for IPv6 capable hosts
|
|
|
|
::1 ip6-localhost ip6-loopback
|
|
fe00::0 ip6-localnet
|
|
ff00::0 ip6-mcastprefix
|
|
ff02::1 ip6-allnodes
|
|
ff02::2 ip6-allrouters
|
|
ff02::3 ip6-allhosts
|
|
|
|
10.100.100.4 pfv-tsys4-nfs-stor
|
|
10.100.100.5 pfv-tsys5-nfs-stor
|
|
|
|
--- /etc/ntp.conf
|
|
[missing: /etc/ntp.conf]
|
|
|
|
--- /etc/chrony/chrony.conf
|
|
--- /etc/chrony/chrony.conf ---
|
|
# Welcome to the chrony configuration file. See chrony.conf(5) for more
|
|
# information about usable directives.
|
|
|
|
# Use Debian vendor zone.
|
|
pool 2.debian.pool.ntp.org iburst
|
|
|
|
# Use time sources from DHCP.
|
|
sourcedir /run/chrony-dhcp
|
|
|
|
# Use NTP sources found in /etc/chrony/sources.d.
|
|
sourcedir /etc/chrony/sources.d
|
|
|
|
# This directive specifies the location of the file containing ID/key pairs for
|
|
# NTP authentication.
|
|
keyfile /etc/chrony/chrony.keys
|
|
|
|
# This directive specifies the file into which chronyd will store the rate
|
|
# information.
|
|
driftfile /var/lib/chrony/chrony.drift
|
|
|
|
# Save NTS keys and cookies.
|
|
ntsdumpdir /var/lib/chrony
|
|
|
|
# Uncomment the following line to turn logging on.
|
|
#log tracking measurements statistics
|
|
|
|
# Log files location.
|
|
logdir /var/log/chrony
|
|
|
|
# Stop bad estimates upsetting machine clock.
|
|
maxupdateskew 100.0
|
|
|
|
# This directive enables kernel synchronisation (every 11 minutes) of the
|
|
# real-time clock. Note that it can't be used along with the 'rtcfile' directive.
|
|
rtcsync
|
|
|
|
# Step the system clock instead of slewing it if the adjustment is larger than
|
|
# one second, but only in the first three clock updates.
|
|
makestep 1 3
|
|
|
|
# Get TAI-UTC offset and leap seconds from the system tz database.
|
|
# This directive must be commented out when using time sources serving
|
|
# leap-smeared time.
|
|
leapseclist /usr/share/zoneinfo/leap-seconds.list
|
|
|
|
# Include configuration files found in /etc/chrony/conf.d.
|
|
confdir /etc/chrony/conf.d
|
|
|
|
--- timedatectl
|
|
$ timedatectl
|
|
Local time: Wed 2026-07-29 05:15:04 CDT
|
|
Universal time: Wed 2026-07-29 10:15:04 UTC
|
|
RTC time: Wed 2026-07-29 10:15:04
|
|
Time zone: America/Chicago (CDT, -0500)
|
|
System clock synchronized: yes
|
|
NTP service: active
|
|
RTC in local TZ: no
|
|
|
|
--- chronyc tracking
|
|
$ chronyc tracking
|
|
Reference ID : 178FC4C8 (time-usw3.crimpac.net)
|
|
Stratum : 3
|
|
Ref time (UTC) : Wed Jul 29 10:07:43 2026
|
|
System time : 0.000889000 seconds fast of NTP time
|
|
Last offset : -0.000134784 seconds
|
|
RMS offset : 0.000228302 seconds
|
|
Frequency : 37.658 ppm slow
|
|
Residual freq : -0.014 ppm
|
|
Skew : 0.114 ppm
|
|
Root delay : 0.059029799 seconds
|
|
Root dispersion : 0.002018905 seconds
|
|
Update interval : 1038.3 seconds
|
|
Leap status : Normal
|
|
|
|
--- chronyc sources
|
|
$ chronyc sources
|
|
MS Name/IP address Stratum Poll Reach LastRx Last sample
|
|
===============================================================================
|
|
^+ ntp.maxhost.io 2 10 377 261 +4710us[+4710us] +/- 54ms
|
|
^+ 72-14-182-49.ip.linodeus> 2 10 377 42m -11ms[ -11ms] +/- 81ms
|
|
^* time-usw3.crimpac.net 2 10 377 440 +76us[ -59us] +/- 31ms
|
|
^- time1.lshiy.com 2 10 377 285 +1675us[+1675us] +/- 112ms
|
|
|
|
--- ntpq peers
|
|
$ ntpq -pn
|
|
/root/check.sh: line 45: ntpq: command not found
|
|
[exit=127 / not installed or not permitted]
|
|
|
|
###############################################################################
|
|
# 28. FIREWALL / SECURITY
|
|
###############################################################################
|
|
|
|
--- pve-firewall status
|
|
$ pve-firewall status
|
|
Status: disabled/running
|
|
|
|
--- nft ruleset (count)
|
|
$ nft list ruleset
|
|
|
|
--- nft ruleset (head)
|
|
$ nft list ruleset
|
|
|
|
--- iptables-save (legacy)
|
|
$ iptables-save
|
|
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026
|
|
*raw
|
|
:PREROUTING ACCEPT [44936240:120015441658]
|
|
:OUTPUT ACCEPT [27059171:40669155993]
|
|
COMMIT
|
|
# Completed on Wed Jul 29 05:15:06 2026
|
|
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026
|
|
*mangle
|
|
:PREROUTING ACCEPT [44936680:120015573450]
|
|
:INPUT ACCEPT [35153690:118815866751]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [27059359:40669186800]
|
|
:POSTROUTING ACCEPT [27059359:40669186800]
|
|
-A PREROUTING -m conntrack --ctstate RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
-A OUTPUT -m conntrack --ctstate NEW -m mark ! --mark 0x0/0xff0000 -j CONNMARK --save-mark --nfmask 0xff0000 --ctmask 0xff0000
|
|
COMMIT
|
|
# Completed on Wed Jul 29 05:15:06 2026
|
|
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026
|
|
*nat
|
|
:PREROUTING ACCEPT [9427057:1127505720]
|
|
:INPUT ACCEPT [185312:49420008]
|
|
:OUTPUT ACCEPT [411442:26801382]
|
|
:POSTROUTING ACCEPT [411442:26801382]
|
|
:ts-postrouting - [0:0]
|
|
-A POSTROUTING -j ts-postrouting
|
|
-A ts-postrouting -m mark --mark 0x40000/0xff0000 -j MASQUERADE
|
|
COMMIT
|
|
# Completed on Wed Jul 29 05:15:06 2026
|
|
# Generated by iptables-save v1.8.11 on Wed Jul 29 05:15:06 2026
|
|
*filter
|
|
:INPUT ACCEPT [32632537:118362799592]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [27059497:40669203272]
|
|
: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.73.35.111/32 -i lo -j ACCEPT
|
|
-A ts-input -i tailscale0 -j ACCEPT
|
|
-A ts-input -p udp -m udp --dport 41641 -j ACCEPT
|
|
-A ts-input -s 100.115.92.0/23 ! -i tailscale0 -j RETURN
|
|
-A ts-input -s 100.64.0.0/10 ! -i tailscale0 -j DROP
|
|
COMMIT
|
|
# Completed on Wed Jul 29 05:15:06 2026
|
|
|
|
--- ipset list (names)
|
|
$ ipset list -n
|
|
|
|
--- apparmor status
|
|
$ aa-status
|
|
apparmor module is loaded.
|
|
119 profiles are loaded.
|
|
20 profiles are in enforce mode.
|
|
/usr/bin/lxc-copy
|
|
/usr/bin/lxc-start
|
|
/usr/bin/man
|
|
/usr/lib/NetworkManager/nm-dhcp-client.action
|
|
/usr/lib/connman/scripts/dhclient-script
|
|
/usr/sbin/chronyd
|
|
/usr/{lib/NetworkManager,libexec}/nm-dhcp-helper
|
|
/{,usr/}sbin/dhclient
|
|
lsb_release
|
|
lxc-container-default
|
|
lxc-container-default-cgns
|
|
lxc-container-default-with-mounting
|
|
lxc-container-default-with-nesting
|
|
man_filter
|
|
man_groff
|
|
nvidia_modprobe
|
|
nvidia_modprobe//kmod
|
|
pve-container-mounthotplug
|
|
swtpm
|
|
tcpdump
|
|
23 profiles are in complain mode.
|
|
Xorg
|
|
plasmashell
|
|
plasmashell//QtWebEngineProcess
|
|
sbuild
|
|
sbuild-abort
|
|
sbuild-adduser
|
|
sbuild-apt
|
|
sbuild-checkpackages
|
|
sbuild-clean
|
|
sbuild-createchroot
|
|
sbuild-destroychroot
|
|
sbuild-distupgrade
|
|
sbuild-hold
|
|
sbuild-shell
|
|
sbuild-unhold
|
|
sbuild-update
|
|
sbuild-upgrade
|
|
transmission-cli
|
|
transmission-daemon
|
|
transmission-gtk
|
|
transmission-qt
|
|
unix-chkpwd
|
|
unprivileged_userns
|
|
0 profiles are in prompt mode.
|
|
0 profiles are in kill mode.
|
|
76 profiles are in unconfined mode.
|
|
1password
|
|
Discord
|
|
MongoDB Compass
|
|
QtWebEngineProcess
|
|
balena-etcher
|
|
brave
|
|
buildah
|
|
busybox
|
|
cam
|
|
ch-checkns
|
|
ch-run
|
|
chrome
|
|
chromium
|
|
crun
|
|
devhelp
|
|
element-desktop
|
|
epiphany
|
|
evolution
|
|
firefox
|
|
flatpak
|
|
foliate
|
|
geary
|
|
github-desktop
|
|
goldendict
|
|
ipa_verify
|
|
kchmviewer
|
|
keybase
|
|
lc-compliance
|
|
libcamerify
|
|
linux-sandbox
|
|
loupe
|
|
lxc-attach
|
|
lxc-create
|
|
lxc-destroy
|
|
lxc-execute
|
|
lxc-stop
|
|
lxc-unshare
|
|
lxc-usernsexec
|
|
mmdebstrap
|
|
msedge
|
|
nautilus
|
|
notepadqq
|
|
obsidian
|
|
opam
|
|
opera
|
|
pageedit
|
|
polypane
|
|
privacybrowser
|
|
qcam
|
|
qmapshack
|
|
qutebrowser
|
|
rootlesskit
|
|
rpm
|
|
rssguard
|
|
runc
|
|
scide
|
|
signal-desktop
|
|
slack
|
|
slirp4netns
|
|
steam
|
|
stress-ng
|
|
surfshark
|
|
systemd-coredump
|
|
toybox
|
|
trinity
|
|
tup
|
|
tuxedo-control-center
|
|
userbindmount
|
|
uwsgi-core
|
|
vdens
|
|
virtiofsd
|
|
vivaldi-bin
|
|
vpnns
|
|
vscode
|
|
wike
|
|
wpcom
|
|
3 processes have profiles defined.
|
|
3 processes are in enforce mode.
|
|
/usr/sbin/chronyd (870)
|
|
/usr/sbin/chronyd (974)
|
|
/usr/sbin/dhclient (1073) /{,usr/}sbin/dhclient
|
|
0 processes are in complain mode.
|
|
0 processes are in prompt mode.
|
|
0 processes are in kill mode.
|
|
0 processes are unconfined but have a profile defined.
|
|
0 processes are in mixed mode.
|
|
|
|
###############################################################################
|
|
# 29. TOP CONSUMERS
|
|
###############################################################################
|
|
|
|
--- top 10 memory hogs
|
|
$ ps -eo pid,user,rss,vsz,pcpu,pmem,comm --sort=-rss | head -n 11
|
|
PID USER RSS VSZ %CPU %MEM COMMAND
|
|
283674 root 3156108 6680312 2.0 2.3 kvm
|
|
283375 root 1272820 33718964 0.9 0.9 kvm
|
|
283519 root 1039872 13097596 1.3 0.7 kvm
|
|
993541 www-data 221616 291516 0.0 0.1 pveproxy worker
|
|
1532 www-data 184156 231224 0.0 0.1 pveproxy
|
|
993540 www-data 183964 254324 0.0 0.1 pveproxy worker
|
|
993542 www-data 179512 252064 0.0 0.1 pveproxy worker
|
|
949449 root 166252 239132 0.0 0.1 pvedaemon worke
|
|
947600 root 165740 239060 0.0 0.1 pvedaemon worke
|
|
949846 root 163588 238900 0.0 0.1 pvedaemon worke
|
|
|
|
--- top 10 CPU hogs
|
|
$ ps -eo pid,user,pcpu,pmem,rss,comm --sort=-pcpu | head -n 11
|
|
PID USER %CPU %MEM RSS COMMAND
|
|
1081840 root 3.3 0.0 7844 systemd-timedat
|
|
283674 root 2.0 2.3 3156108 kvm
|
|
1505 root 1.4 0.0 126224 pvestatd
|
|
283519 root 1.3 0.7 1039872 kvm
|
|
283375 root 0.9 0.9 1272820 kvm
|
|
895 root 0.4 0.0 119720 tailscaled
|
|
1491 root 0.3 0.0 113080 pve-firewall
|
|
1074854 root 0.3 0.0 0 kworker/1:2-mm_percpu_wq
|
|
1073221 root 0.1 0.1 152376 qm
|
|
1077159 root 0.1 0.0 3728 bash
|
|
|
|
--- 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=183 systemd
|
|
871 fd=54 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 48M Jul 26 21:41 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000aaddb6-0006573b07494316.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 21:03 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000006767b5-00065633481dab4d.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 15:15 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000662e14-0006562e61a1bc3f.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 09:24 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000064f3c0-00065629babb9e3d.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 9 03:51 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000063b9be-0006562510168ff4.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 8 22:17 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000628008-000656202e187c2b.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 8 16:27 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-000000000061464f-0006561b4b2696e9.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 8 10:38 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-0000000000600c6e-000656169ce48748.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 8 05:03 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000005ed248-00065611f8efa18d.journal
|
|
-rw-r-----+ 1 root systemd-journal 40M Jul 7 23:30 /var/log/journal/3a16e11f1dd84d21b50d511e804fd378/system@c57197d92b4f425da80c8c1fe0cefbff-00000000005d9830-0006560d2d0793c0.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)"
|
|
br-rr-mgmt : 100 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic0 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic1 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic2 : 1000 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic3 : 100 Mbps (UP) <-- sub-10GbE; suspect if this carries storage/migration
|
|
nic3.2 : 100 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)"
|
|
bond0 : mtu=1500
|
|
br-rr-mgmt : mtu=1500
|
|
fwbr100i0 : mtu=1500
|
|
fwbr600i0 : mtu=1500
|
|
fwbr601i0 : mtu=1500
|
|
fwln100i0 : mtu=1500
|
|
fwln600i0 : mtu=1500
|
|
fwln601i0 : mtu=1500
|
|
fwpr100p0 : mtu=1500
|
|
fwpr600p0 : mtu=1500
|
|
fwpr601p0 : mtu=1500
|
|
nic0 : mtu=1500
|
|
nic1 : mtu=1500
|
|
nic2 : mtu=1500
|
|
nic3 : mtu=1500
|
|
nic3.2 : mtu=1500
|
|
storagenet : mtu=1500
|
|
tap100i0 : mtu=1500
|
|
tap600i0 : mtu=1500
|
|
tap601i0 : 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= EPP= (0=performance, 15=max-power on EPB; 'performance' on EPP)
|
|
|
|
|
|
--- [E] vm.swappiness and dirty ratios
|
|
$ sw=$(sysctl -n vm.swappiness 2>/dev/null)
|
|
dr=$(sysctl -n vm.dirty_ratio 2>/dev/null)
|
|
dbr=$(sysctl -n vm.dirty_background_ratio 2>/dev/null)
|
|
echo " swappiness=$sw dirty_ratio=$dr dirty_background_ratio=$dbr"
|
|
[ "$sw" != "10" ] && [ -n "$sw" ] && echo " <-- swappiness not 10 (Proxmox default)"
|
|
swappiness=10 dirty_ratio=40 dirty_background_ratio=5
|
|
[exit=1]
|
|
|
|
|
|
--- [F] TCP congestion control
|
|
$ cc=$(sysctl -n net.ipv4.tcp_congestion_control 2>/dev/null)
|
|
avail=$(sysctl -n net.ipv4.tcp_available_congestion_control 2>/dev/null)
|
|
echo " active: $cc"
|
|
echo " available: $avail"
|
|
[ "$cc" = "cubic" ] && echo " <-- consider bbr (if available) for high-BDP NFS paths"
|
|
active: bbr
|
|
available: reno cubic bbr
|
|
[exit=1]
|
|
|
|
|
|
--- [G] ZFS dataset red flags
|
|
$ if ! command -v zfs >/dev/null 2>&1; then
|
|
echo " ZFS not present"
|
|
else
|
|
zfs get -r -o name,property,value compression,atime,sync,recordsize,xattr 2>/dev/null \
|
|
| awk '$2=="compression" && $3=="off" {print " <-- "$1" has compression=off"}
|
|
$2=="atime" && $3=="on" {print " <-- "$1" has atime=on"}
|
|
$2=="sync" && $3=="always" {print " <-- "$1" has sync=always (slow without SLOG)"}
|
|
$2=="xattr" && $3=="on" {print " <-- "$1" has xattr=on (use sa)"}'
|
|
fi
|
|
|
|
|
|
--- [H] ARC size vs RAM
|
|
$ if [ -r /proc/spl/kstat/zfs/arcstats ]; then
|
|
arc=$(awk '/^size /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
cmax=$(awk '/^c_max /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
ram=$(awk '/MemTotal/{print $2*1024}' /proc/meminfo)
|
|
echo " ARC current=$arc bytes ARC max=$cmax bytes RAM total=$ram bytes"
|
|
if [ -n "$cmax" ] && [ -n "$ram" ] && [ "$ram" -gt 0 ]; then
|
|
pct=$((cmax * 100 / ram))
|
|
echo " ARC max is ${pct}% of RAM (Proxmox default ~50%)"
|
|
fi
|
|
hits=$(awk '/^hits /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
miss=$(awk '/^misses /{print $3}' /proc/spl/kstat/zfs/arcstats 2>/dev/null)
|
|
if [ -n "$hits" ] && [ -n "$miss" ] && [ "$((hits+miss))" -gt 0 ]; then
|
|
hr=$((hits * 100 / (hits + miss)))
|
|
echo " ARC hit rate since boot: ${hr}% (hits=$hits misses=$miss)"
|
|
fi
|
|
else
|
|
echo " ZFS ARC stats not available (ZFS not loaded?)"
|
|
fi
|
|
ARC current=3840 bytes ARC max=13515096064 bytes RAM total=135158845440 bytes
|
|
ARC max is 9% of RAM (Proxmox default ~50%)
|
|
|
|
|
|
--- [I] VMs with non-optimal storage/NIC models
|
|
$ hits=0
|
|
for vmid in $(qm list 2>/dev/null | awk 'NR>1{print $1}'); do
|
|
cfg=$(qm config "$vmid" 2>/dev/null)
|
|
flags=""
|
|
echo "$cfg" | grep -qE '^ide[0-9]' && flags="${flags}ide-disk "
|
|
echo "$cfg" | grep -qE '^sata[0-9]' && flags="${flags}sata-disk "
|
|
echo "$cfg" | grep -qE '^scsi[0-9].*:,' && echo "$cfg" | grep -E '^scsi[0-9]' | grep -qv 'virtio-scsi' && flags="${flags}scsi-no-virtio-scsi "
|
|
echo "$cfg" | grep -qE '^scsihw: ' && ! echo "$cfg" | grep -qE '^scsihw: virtio-scsi-single' && flags="${flags}scsihw!=virtio-scsi-single "
|
|
echo "$cfg" | grep -qE '^cpu: .*kvm64' && flags="${flags}cpu=kvm64 "
|
|
echo "$cfg" | grep -q '^iothread: 1' || echo "$cfg" | grep -qE '^scsi[0-9].*iothread=1' || flags="${flags}no-iothread "
|
|
echo "$cfg" | grep -qE '^net[0-9].*model=(e1000|rtl8139|vmxnet)' && flags="${flags}legacy-nic "
|
|
echo "$cfg" | grep -qE '^net[0-9].*model=virtio' && ! echo "$cfg" | grep -qE 'multiqueue=|queues=' && flags="${flags}virtio-no-multiqueue "
|
|
if [ -n "$flags" ]; then
|
|
echo " VM $vmid: $flags"
|
|
hits=$((hits+1))
|
|
fi
|
|
done
|
|
[ "$hits" = "0" ] && echo " no obvious VM storage/NIC anti-patterns"
|
|
VM 100: ide-disk
|
|
VM 600: ide-disk
|
|
VM 601: ide-disk
|
|
[exit=1]
|
|
|
|
|
|
--- [J] NFS client mount option red flags
|
|
$ if ! command -v nfsstat >/dev/null 2>&1; then
|
|
echo " nfsstat not available"
|
|
else
|
|
nfsstat -m 2>/dev/null | awk '
|
|
/^.*:/ {mp=$0; next}
|
|
/Flags:/ {
|
|
gsub(/Flags:|,/,"",$0)
|
|
line=$0
|
|
if (line !~ /noatime/) print " "mp" : missing noatime"
|
|
if (line !~ /nconnect/) print " "mp" : missing nconnect (kernel >=5.3)"
|
|
if (line !~ /rsize=1048576/) print " "mp" : rsize<1M"
|
|
if (line !~ /wsize=1048576/) print " "mp" : wsize<1M"
|
|
if (line ~ /sync/) print " "mp" : sync mount (slow)"
|
|
}
|
|
'
|
|
fi
|
|
|
|
|
|
--- [K] Softnet / NIC drops (non-zero)
|
|
$ awk 'NR<=32 && ($2+0 > 0 || $4+0 > 0) {printf " cpu%d: dropped=%d time_squeezed=%d\n", NR-1, $2, $4}' /proc/net/softnet_stat
|
|
echo " (also check ethtool -S sections above for rx_dropped/rx_missed_errors)"
|
|
(also check ethtool -S sections above for rx_dropped/rx_missed_errors)
|
|
|
|
|
|
--- [L] Failed systemd services
|
|
$ failed=$(systemctl --failed --no-legend 2>/dev/null | head -n 10)
|
|
if [ -n "$failed" ]; then
|
|
echo "$failed" | sed 's/^/ /'
|
|
else
|
|
echo " no failed services"
|
|
fi
|
|
no failed services
|
|
|
|
|
|
--- [M] Filesystem usage > 80%
|
|
$ df -h 2>/dev/null | awk 'NR>1 && $5+0 > 80 {print " "$0}'
|
|
|
|
|
|
--- [N] SMART / NVMe health warnings
|
|
$ if command -v nvme >/dev/null 2>&1; then
|
|
for n in /dev/nvme[0-9]*; do
|
|
[ -b "$n" ] || continue
|
|
crit=$(nvme smart-log "$n" 2>/dev/null | grep -iE 'critical_warning|media_and_data_integrity|available_spare' | head -n 5)
|
|
[ -n "$crit" ] && echo " $n: $crit" | tr '\n' ' '
|
|
done
|
|
fi
|
|
if command -v smartctl >/dev/null 2>&1; then
|
|
for d in $(ls /sys/block/ 2>/dev/null | grep -E '^sd'); do
|
|
dev="/dev/$d"
|
|
[ -b "$dev" ] || continue
|
|
chk=$(smartctl -H "$dev" 2>/dev/null | grep -iE 'result|health|passed|failed')
|
|
echo "$chk" | grep -qi fail && echo " $dev: $chk"
|
|
done
|
|
fi
|
|
echo " (see section 20 for full smartctl/nvme output)"
|
|
(see section 20 for full smartctl/nvme output)
|
|
|
|
###############################################################################
|
|
# Collection complete: pfv-tsys6
|
|
# Output: /root/pfv-tsys6.log
|
|
# Size: 922774 bytes / 16570 lines
|
|
# Elapsed: 367 seconds
|
|
###############################################################################
|